@charset "UTF-8";
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/font.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/common.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/modal.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/loading.css);
#mabinogim .main {
  padding: 22px 0 0 0;
}
#mabinogim .main .banner_wrap {
  position: relative;
}
#mabinogim .main .banner_wrap .banner {
  position: relative;
  height: 100%;
  padding: 0 60px;
}
#mabinogim .main .banner_wrap .banner .swiper {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper {
  display: flex;
  margin: 0 auto;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item {
  width: 100%;
  display: flex;
  justify-content: center;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info {
  position: relative;
  width: 100%;
  max-width: 2560px;
  height: 364px;
  overflow: hidden;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .bg {
  width: 100%;
  height: 100%;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1620px;
  padding: 0 50px;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area em {
  font-weight: inherit;
  font-style: normal;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area b {
  font-weight: bold;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .type {
  font-family: "Pretendard-Bold";
  width: min-content;
  padding: 6px 10px;
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  white-space: nowrap;
  opacity: 0;
  animation: bannerTextMove 1s 0.3s forwards ease;
  margin-bottom: 10px;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .title {
  max-width: 50%;
  margin-bottom: 6px;
  overflow: hidden;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .title p {
  font-family: "Pretendard-Bold";
  display: block;
  width: 100%;
  color: #fff;
  opacity: 0;
  font-size: 45px;
  font-weight: bold;
  line-height: 58.5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  animation: bannerTextMove 1s 0.6s forwards ease;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .sub_title {
  max-width: 50%;
  overflow: hidden;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .sub_title p {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 23.4px;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  animation: bannerTextMove 1s 0.6s forwards ease;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info video {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info video ~ .bg {
  display: none;
}
#mabinogim .main .banner_wrap .pagination {
  width: 100%;
  max-width: 1740px;
  padding: 0 60px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  z-index: 2;
}
#mabinogim .main .banner_wrap .pagination .progress {
  width: min-content;
  display: flex;
  margin-left: auto;
  margin-right: 60px;
  margin-bottom: 28px;
  border-radius: 10px;
  background: rgba(32, 33, 41, 0.8);
  padding: 10px 20px;
}
#mabinogim .main .banner_wrap .pagination .progress button[data-state=play]::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Crect width='20' height='20' fill='%23fff' rx='5'/%3E%3Cpath fill='%23212121' fill-rule='evenodd' d='M9 6H6v8h3V6Zm5 0h-3v8h3V6Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
}
#mabinogim .main .banner_wrap .pagination .progress button[data-state=stop]::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Crect width='20' height='20' fill='%23fff' rx='5'/%3E%3Cpath fill='%23212121' fill-rule='evenodd' d='M10 6H8v8h2v-1h1v-1h1v-1h1V9h-1V8h-1V7h-1V6Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
}
#mabinogim .main .banner_wrap .pagination .progress .progress_bar {
  width: 60px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#mabinogim .main .banner_wrap .pagination .progress .progress_bar span {
  font-family: "Pretendard-Bold";
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  color: #3ae8a7;
  display: flex;
  align-items: center;
}
#mabinogim .main .banner_wrap .pagination .progress .progress_bar span:first-child::after {
  content: "";
  display: block;
  min-width: 18px;
  width: 18px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' fill='none'%3E%3Cpath fill='%2340CB96' d='M4 12h1v1H4v-1ZM5 11h1v1H5v-1ZM6 10h1v1H6v-1ZM7 9h1v1H7V9ZM8 8h1v1H8V8ZM9 7h1v1H9V7ZM10 6h1v1h-1V6ZM11 5h1v1h-1V5ZM12 4h1v1h-1V4ZM13 3h1v1h-1V3Z'/%3E%3C/svg%3E") no-repeat;
  margin: 0 5px;
}
#mabinogim .main .banner_wrap .pagination .progress .progress_bar span:last-child {
  color: #d0dae0;
}
#mabinogim .main .banner_wrap .pagination .pager {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
#mabinogim .main .banner_wrap .pagination .pager .prev_button {
  position: absolute;
  left: 0;
  min-width: 60px;
  width: 60px;
  height: 69px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='69' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3Cpath stroke='%235C5C5C' stroke-linecap='round' stroke-width='4' d='m34.828 28-8 8 8 8'/%3E%3C/g%3E%3Cpath fill='%23F4F4F4' d='M0 0h60H0Zm60 69H0h60ZM0 69V0v69ZM61 0v69h-2V0h2Z' mask='url(%23b)'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 2;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .banner_wrap .pagination .pager .prev_button:hover {
    min-width: 60px;
    width: 60px;
    height: 69px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='69' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3Cpath fill='%2300B670' d='M-3 0h62v69H-3z'/%3E%3Cpath fill='%232BAF7E' d='M-3 0h62v69H-3z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M35 36c0-1 .682-1 1-1h21.425c.318 0 .575.448.575 1s-.257 1-.575 1H36c-.318 0-1 0-1-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300B670' d='M62 36a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M59 37a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='m30.828 28-8 8 8 8'/%3E%3C/g%3E%3Cpath fill='%23F4F4F4' d='M0 0h60H0Zm60 69H0h60ZM0 69V0v69ZM61 0v69h-2V0h2Z' mask='url(%23b)'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
#mabinogim .main .banner_wrap .pagination .pager .next_button {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  min-width: 60px;
  width: 60px;
  height: 69px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='69' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3Cpath stroke='%235C5C5C' stroke-linecap='round' stroke-width='4' d='m34.828 28-8 8 8 8'/%3E%3C/g%3E%3Cpath fill='%23F4F4F4' d='M0 0h60H0Zm60 69H0h60ZM0 69V0v69ZM61 0v69h-2V0h2Z' mask='url(%23b)'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 2;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .banner_wrap .pagination .pager .next_button:hover {
    min-width: 60px;
    width: 60px;
    height: 69px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='69' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3Cpath fill='%2300B670' d='M-3 0h62v69H-3z'/%3E%3Cpath fill='%232BAF7E' d='M-3 0h62v69H-3z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M35 36c0-1 .682-1 1-1h21.425c.318 0 .575.448.575 1s-.257 1-.575 1H36c-.318 0-1 0-1-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300B670' d='M62 36a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M59 37a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='m30.828 28-8 8 8 8'/%3E%3C/g%3E%3Cpath fill='%23F4F4F4' d='M0 0h60H0Zm60 69H0h60ZM0 69V0v69ZM61 0v69h-2V0h2Z' mask='url(%23b)'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 24C0 10.745 10.745 0 24 0h36v69H24C10.745 69 0 58.255 0 45V24Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
#mabinogim .main .banner_wrap .pagination .pager .swiper {
  position: relative;
  height: 78px;
  width: calc(100% - 116px);
  display: flex;
  align-items: flex-end;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper::after {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul {
  height: 70px;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li .numbering {
  font-style: normal;
  position: absolute;
  top: -8px;
  display: block;
  text-align: center;
  width: 33px;
  min-width: 33px;
  height: 23px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='23' fill='none'%3E%3Crect width='31' height='18' x='.857' fill='%23404144' rx='4'/%3E%3Crect width='10' height='10' x='15.857' y='7.929' fill='%23404144' rx='1' transform='rotate(45 15.857 7.929)'/%3E%3C/svg%3E");
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li::after {
  position: absolute;
  right: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #c7c7c7;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li:last-child::after {
  display: none;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li button {
  position: relative;
  height: 100%;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li button::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  background: #2baf7e;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .banner_wrap .pagination .pager .swiper ul li button:hover::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #2baf7e;
    transition: height 150ms ease-out;
  }
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li.swiper-slide-thumb-active .numbering {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='23' fill='none'%3E%3Crect width='31' height='18' x='1.357' fill='%2300B670' rx='4'/%3E%3Crect width='31' height='18' x='1.357' fill='%232BAF7E' rx='4'/%3E%3Crect width='10' height='10' x='16.357' y='7.929' fill='%2300B670' rx='1' transform='rotate(45 16.357 7.929)'/%3E%3Crect width='10' height='10' x='16.357' y='7.929' fill='%232BAF7E' rx='1' transform='rotate(45 16.357 7.929)'/%3E%3C/svg%3E");
  color: #fff;
}
#mabinogim .main .banner_wrap .pagination .pager .swiper ul li.swiper-slide-thumb-active button::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #2baf7e;
  transition: height 150ms ease-out;
}
#mabinogim .main .banner_wrap .pagination .mobile_pager {
  display: none;
}
#mabinogim .main .multiplex_info_wrap {
  max-width: 1740px;
  margin: 0 auto;
  padding: 110px 60px 80px;
}
#mabinogim .main .multiplex_info_wrap .info_list {
  display: flex;
  flex-wrap: wrap;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 {
  width: calc(40% - 36px);
  max-width: 684px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner {
  position: relative;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top {
  display: flex;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top h1 {
  color: #525252;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top h1 a {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
  border-radius: 6px;
  border: 1px solid #a9a9a8;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 0 30px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button {
  padding: 5px 18px;
  border-radius: 60px;
  border: 1px solid #5c5c5c;
  color: #525252;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  margin-right: 8px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button:hover {
    background: #5c5c5c;
    color: #fff;
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button.on {
  background: #5c5c5c;
  color: #fff;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area {
  margin-top: 30px;
  height: 452px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 140px;
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li:last-child {
  margin-bottom: 0;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .thumbnail {
  position: relative;
  overflow: hidden;
  max-width: 215px;
  min-width: 215px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .thumbnail.flip-x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript {
  width: 100%;
  background: #fff;
  padding: 26px 30px;
  overflow: hidden;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .type {
  width: min-content;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #626262;
  background: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  margin-right: 12px;
  white-space: nowrap;
  display: flex;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .type span {
  display: flex;
  align-items: center;
  width: auto;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .type span:last-child::after {
  display: none;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .type span::after {
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23D9D9D9' d='M3 3h1v2H3V3ZM2 2h1v1H2V2ZM1 1h1v1H1V1ZM0 0h1v1H0V0ZM2 5h1v1H2V5ZM1 6h1v1H1V6ZM0 7h1v1H0V7ZM0 6h1v1H0V6ZM1 5h1v1H1V5ZM2 3h1v2H2V3ZM1 2h1v1H1V2ZM0 1h1v1H0V1ZM1 7h1v1H1V7ZM2 6h1v1H2V6ZM3 5h1v1H3V5ZM4 3h1v2H4V3ZM3 2h1v1H3V2ZM2 1h1v1H2V1ZM1 0h1v1H1V0Z'/%3E%3C/svg%3E") no-repeat;
  margin: 0 6px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .title span {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #525252;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .date {
  margin-top: 12px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .date span {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area .list_empty {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 100%;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area .list_empty span {
  min-height: 220px;
  height: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area .list_empty span b {
  color: #f65606;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 {
  position: relative;
  width: calc(40% - 36px);
  max-width: 684px;
  margin: auto auto 0 auto;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner {
  position: relative;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top {
  display: flex;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top h1 {
  color: #525252;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top h1 a {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
  border-radius: 6px;
  border: 1px solid #a9a9a8;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area button {
  padding: 5px 18px;
  border-radius: 60px;
  border: 1px solid #5c5c5c;
  color: #525252;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  margin-right: 8px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area button:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area button:hover {
    background: #5c5c5c;
    color: #fff;
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area button.on {
  background: #5c5c5c;
  color: #fff;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area {
  margin-top: 30px;
  height: 452px;
  background: #fff;
  border-radius: 24px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list {
  padding: 25px 30px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li {
  position: relative;
  width: 100%;
  max-width: 100%;
  transition: all 0.2s;
  padding: 22px 0;
  border-bottom: 1px solid #ededed;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li:first-child {
  padding-top: 6px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript {
  position: relative;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .type {
  width: min-content;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #626262;
  background: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  margin-right: 12px;
  white-space: nowrap;
  display: flex;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .type span {
  display: flex;
  align-items: center;
  width: auto;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .type span:last-child::after {
  display: none;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .type span::after {
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23D9D9D9' d='M3 3h1v2H3V3ZM2 2h1v1H2V2ZM1 1h1v1H1V1ZM0 0h1v1H0V0ZM2 5h1v1H2V5ZM1 6h1v1H1V6ZM0 7h1v1H0V7ZM0 6h1v1H0V6ZM1 5h1v1H1V5ZM2 3h1v2H2V3ZM1 2h1v1H1V2ZM0 1h1v1H0V1ZM1 7h1v1H1V7ZM2 6h1v1H2V6ZM3 5h1v1H3V5ZM4 3h1v2H4V3ZM3 2h1v1H3V2ZM2 1h1v1H2V1ZM1 0h1v1H1V0Z'/%3E%3C/svg%3E") no-repeat;
  margin: 0 6px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .title span {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #525252;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript:hover .title {
    transform: translateY(-2px);
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript:hover .title span {
    color: #00b670;
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area .list_empty {
  height: 100%;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area .list_empty span {
  height: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area .list_empty span b {
  color: #f65606;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .swiper ul li a {
  display: block;
  width: 100%;
  height: 452px;
  background-position: center top;
  background-size: cover;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .prev_button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 35px;
  width: 35px;
  height: 82px;
  background: #454848;
  z-index: 2;
  border-radius: 0 12px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .prev_button::before {
  display: block;
  content: "prev";
  min-width: 13px;
  width: 13px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='m11 2-8 8 8 8'/%3E%3C/svg%3E") no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .next_button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 35px;
  width: 35px;
  height: 82px;
  background: #454848;
  z-index: 2;
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .next_button::before {
  display: block;
  content: "prev";
  min-width: 13px;
  width: 13px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='m2 2 8 8-8 8'/%3E%3C/svg%3E") no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager {
  position: relative;
  transform: translateY(0);
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 24px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: flex-end;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper::after {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 26, 35, 0.28) 0%, rgba(24, 26, 35, 0.83) 100%);
  backdrop-filter: blur(10px);
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul {
  width: 100%;
  height: 64px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(210, 210, 210, 0.5);
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li i {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='m9.94 6.382.516.872a6 6 0 0 0 2.04 2.067l.98.597-1.122.726a5.999 5.999 0 0 0-1.845 1.887l-.57.922-.88-1.241a6 6 0 0 0-1.425-1.423l-1.23-.871 1.092-.728a6 6 0 0 0 1.63-1.613l.814-1.195Z'/%3E%3Cmask id='a' width='10' height='10' x='5' y='5' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M8.776 5.948a3 3 0 0 1 2.296 0l.94.39a3 3 0 0 1 1.623 1.623l.39.94a3 3 0 0 1 0 2.296l-.39.94a3 3 0 0 1-1.623 1.623l-.94.39a3 3 0 0 1-2.296 0l-.94-.39a3 3 0 0 1-1.624-1.624l-.389-.94a3 3 0 0 1 0-2.296l.39-.94a3 3 0 0 1 1.623-1.623l.94-.39Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23E8E8E8' d='M4.302 9.918h5.753v5.23H4.302z'/%3E%3Cpath fill='%23DAD9D9' d='M9.793 9.656h5.491v5.491H9.793z'/%3E%3Cpath fill='%23fff' d='M4.302 4.426h5.753v5.491H4.302z'/%3E%3Cpath fill='%23EFEFEF' d='M9.793 4.688h5.491v5.491H9.793z'/%3E%3C/g%3E%3C/svg%3E");
  font-size: 12px;
  line-height: 18px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li button {
  position: relative;
  height: 100%;
  color: #d2d2d2;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li.swiper-slide-thumb-active button {
  position: relative;
  height: 100%;
  color: #fff;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li.swiper-slide-thumb-active i {
  width: 43px;
  min-width: 43px;
  height: 43px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' fill='none'%3E%3Cpath fill='%23fff' d='m21.063 3.063 5.906 9.976a6 6 0 0 0 2.04 2.067L39.5 21.5l-10.633 6.886a6.001 6.001 0 0 0-1.846 1.887l-5.959 9.665-7.086-9.984a5.999 5.999 0 0 0-1.425-1.423L2.626 21.5l9.788-6.525a6 6 0 0 0 1.63-1.613l7.02-10.3Z'/%3E%3Cmask id='a' width='34' height='34' x='4' y='5' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M19.852 5.976a3 3 0 0 1 2.296 0l9.371 3.881a3 3 0 0 1 1.624 1.624l3.882 9.37a3.001 3.001 0 0 1 0 2.297l-3.882 9.371a3 3 0 0 1-1.624 1.624l-9.37 3.882a3.001 3.001 0 0 1-2.297 0l-9.371-3.882a3 3 0 0 1-1.624-1.624l-3.881-9.37a3 3 0 0 1 0-2.297l3.881-9.371a3 3 0 0 1 1.624-1.624l9.37-3.881Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23E8E8E8' d='M.729 21.529h20.743v18.857H.729z'/%3E%3Cpath fill='%23DAD9D9' d='M20.529 20.586h19.8v19.8h-19.8z'/%3E%3Cpath fill='%23fff' d='M.729 1.729h20.743v19.8H.729z'/%3E%3Cpath fill='%23EFEFEF' d='M20.529 2.671h19.8v19.8h-19.8z'/%3E%3C/g%3E%3Cpath fill='%236F6F6F' fill-rule='evenodd' d='M23.708 13.949 21 11.5l-2.708 2.449L21 16.398l2.708-2.449Zm3.792 9.306-4.968-4.492.011-.01-1.532-1.386-.011.01-.011-.01-1.532 1.386.011.01-4.968 4.492 4.968 4.493-2.31 2.087 1.533 1.386L21 29.133l2.31 2.088 1.531-1.386-2.31-2.088 4.969-4.492Zm-3.064 0L21 26.362l-3.436-3.107L21 20.148l3.436 3.107Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 {
  width: 20%;
  position: relative;
  margin: auto 0 0 0;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner {
  position: relative;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type {
  width: 100%;
  max-height: 50px;
  padding: 16px 85px;
  border: 1px solid #d7d7d7;
  border-radius: 24px;
  background: #fff;
  transition: 0.3s;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type span {
  white-space: nowrap;
  font-size: 15px;
  color: #7f7f7f;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type span::after {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Crect width='16' height='16' x='.5' y='.5' fill='%23C9C9C9' rx='6'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.809 8.381a.767.767 0 0 0-.226-.525L7.691 4.963a.77.77 0 1 0-1.088 1.088l2.355 2.356-2.542 2.542a.77.77 0 0 0 1.088 1.088l3.08-3.08a.767.767 0 0 0 .225-.576Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  margin-left: 8px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type:hover {
    border: 1px solid #a9a9a9;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type:hover span {
    color: #4e4e4e;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type:hover span::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Crect width='16' height='16' x='.5' y='.5' fill='%239E9E9E' rx='6'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.809 8.381a.767.767 0 0 0-.226-.525L7.691 4.963a.77.77 0 1 0-1.088 1.088l2.355 2.356-2.542 2.542a.77.77 0 0 0 1.088 1.088l3.08-3.08a.767.767 0 0 0 .225-.576Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area {
  position: relative;
  width: 100%;
  height: 452px;
  border-radius: 24px;
  overflow: hidden;
  background: #2e313c;
  backdrop-filter: blur(10px);
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul::before {
  content: "";
  display: block;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m14.85 12.566 4.734-4.52a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.163-.018L12.7 12.36a.805.805 0 0 0-.019 1.15.827.827 0 0 0 1.163.017' clip-rule='evenodd'/%3E%3Cmask id='a' width='8' height='8' x='12' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m14.85 12.566 4.734-4.52a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.163-.018L12.7 12.36a.805.805 0 0 0-.019 1.15.827.827 0 0 0 1.163.017'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='m12.254 6.307-.134 7.632 7.91.137.134-7.632-7.91-.137Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m31.293 14.889 4.572 4.68a.827.827 0 0 0 1.163.017.805.805 0 0 0 .018-1.149L31.5 12.761a.827.827 0 0 0-1.162-.018.805.805 0 0 0-.018 1.15' clip-rule='evenodd'/%3E%3Cmask id='b' width='8' height='8' x='30' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m31.293 14.889 4.572 4.68a.827.827 0 0 0 1.163.017.805.805 0 0 0 .018-1.149L31.5 12.761a.827.827 0 0 0-1.162-.018.805.805 0 0 0-.018 1.15'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23fff' d='m29.897 12.192-.138 7.82 7.72.134.138-7.82-7.72-.134Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M30.756 2.145a4.834 4.834 0 0 1-.12 6.89l-4.059 3.832c-.548.524-.954 1.202-1.06 1.945-.15 1.02.178 2.01.887 2.735.913.931 2.302 1.208 3.494.784l.048-.018c.298-.112.72-.395 1.168.183.382.79-.054 1.15-.608 1.356l-.024.011c-1.788.649-3.88.236-5.264-1.178a4.835 4.835 0 0 1 .12-6.89l4.06-3.832c.548-.525.953-1.202 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.931-2.301-1.208-3.494-.784l-.047.018c-.298.112-.722.395-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.011c1.789-.649 3.881-.236 5.264 1.178Z' clip-rule='evenodd'/%3E%3Cmask id='c' width='10' height='21' x='23' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M30.756 2.145a4.834 4.834 0 0 1-.12 6.89l-4.059 3.832c-.548.524-.954 1.202-1.06 1.945-.15 1.02.178 2.01.887 2.735.913.931 2.302 1.208 3.494.784l.048-.018c.298-.112.72-.395 1.168.183.382.79-.054 1.15-.608 1.356l-.024.011c-1.788.649-3.88.236-5.264-1.178a4.835 4.835 0 0 1 .12-6.89l4.06-3.832c.548-.525.953-1.202 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.931-2.301-1.208-3.494-.784l-.047.018c-.298.112-.722.395-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.011c1.789-.649 3.881-.236 5.264 1.178Z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23fff' d='m23.372.081-.363 20.52 9.58.166.361-20.52L23.372.08Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M14.105 7.468c.525-.442.185-.725.078-1.02-.454-1.208-.203-2.6.745-3.525.65-.63 1.49-.937 2.319-.925A3.221 3.221 0 0 1 19.537 3l4.757 4.98a.807.807 0 0 0 1.15.018.831.831 0 0 0 .018-1.167l-4.745-4.963-.012-.011c-1.693-1.645-4.328-1.998-6.266-.655a4.898 4.898 0 0 0-1.824 2.352 5.007 5.007 0 0 0-.006 3.436c.202.566.78 1.08 1.49.472l.006.006Z' clip-rule='evenodd'/%3E%3Cmask id='d' width='14' height='9' x='12' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M14.105 7.468c.525-.442.185-.725.078-1.02-.454-1.208-.203-2.6.745-3.525.65-.63 1.49-.937 2.319-.925A3.221 3.221 0 0 1 19.537 3l4.757 4.98a.807.807 0 0 0 1.15.018.831.831 0 0 0 .018-1.167l-4.745-4.963-.012-.011c-1.693-1.645-4.328-1.998-6.266-.655a4.898 4.898 0 0 0-1.824 2.352 5.007 5.007 0 0 0-.006 3.436c.202.566.78 1.08 1.49.472l.006.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath fill='%23fff' d='m12.098-.006-.15 8.428 13.937.24.149-8.427-13.936-.24Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m28.759 30.997-4.734 4.521a.805.805 0 0 0-.017 1.15.827.827 0 0 0 1.162.017l5.741-5.481a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.162-.017' clip-rule='evenodd'/%3E%3Cmask id='e' width='9' height='8' x='23' y='29' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m28.759 30.997-4.734 4.521a.805.805 0 0 0-.017 1.15.827.827 0 0 0 1.162.017l5.741-5.481a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.162-.017'/%3E%3C/mask%3E%3Cg mask='url(%23e)'%3E%3Cpath fill='%23fff' d='m23.573 29.483-.135 7.631 7.91.137.135-7.632-7.91-.136Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M41.875 30.467a4.968 4.968 0 0 1-6.97-.118l-3.874-4.014c-.53-.542-1.216-.943-1.968-1.049a3.29 3.29 0 0 0-2.766.878 3.255 3.255 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.156-.799.377-1.162-.053-1.37-.602l-.013-.023a4.873 4.873 0 0 1 3.047-6.319 4.968 4.968 0 0 1 5.115 1.232l3.875 4.014c.53.542 1.216.943 1.967 1.05a3.291 3.291 0 0 0 2.766-.879 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.4-.713.185-1.155.799-.378 1.163.053 1.371.6l.012.024a4.873 4.873 0 0 1-1.192 5.205Z' clip-rule='evenodd'/%3E%3Cmask id='f' width='21' height='9' x='23' y='23' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M41.875 30.467a4.968 4.968 0 0 1-6.97-.118l-3.874-4.014c-.53-.542-1.216-.943-1.968-1.049a3.29 3.29 0 0 0-2.766.878 3.255 3.255 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.156-.799.377-1.162-.053-1.37-.602l-.013-.023a4.873 4.873 0 0 1 3.047-6.319 4.968 4.968 0 0 1 5.115 1.232l3.875 4.014c.53.542 1.216.943 1.967 1.05a3.291 3.291 0 0 0 2.766-.879 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.4-.713.185-1.155.799-.378 1.163.053 1.371.6l.012.024a4.873 4.873 0 0 1-1.192 5.205Z'/%3E%3C/mask%3E%3Cg mask='url(%23f)'%3E%3Cpath fill='%23fff' d='m23.208 22.814-.167 9.47 20.785.36.167-9.471-20.785-.359Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M36.402 13.91c.334.46.829.277 1.127.171 1.222-.448 2.629-.2 3.565.737.638.642.948 1.473.936 2.293a3.152 3.152 0 0 1-1.014 2.263l-5.037 4.704a.786.786 0 0 0-.018 1.137.855.855 0 0 0 1.18.018l5.02-4.692.012-.006c1.663-1.674 2.021-4.279.662-6.194a4.94 4.94 0 0 0-2.379-1.804 5.174 5.174 0 0 0-3.476-.006c-.572.2-1.15.59-.572 1.38h-.006Z' clip-rule='evenodd'/%3E%3Cmask id='g' width='9' height='14' x='35' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M36.402 13.91c.334.46.829.277 1.127.171 1.222-.448 2.629-.2 3.565.737.638.642.948 1.473.936 2.293a3.152 3.152 0 0 1-1.014 2.263l-5.037 4.704a.786.786 0 0 0-.018 1.137.855.855 0 0 0 1.18.018l5.02-4.692.012-.006c1.663-1.674 2.021-4.279.662-6.194a4.94 4.94 0 0 0-2.379-1.804 5.174 5.174 0 0 0-3.476-.006c-.572.2-1.15.59-.572 1.38h-.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23g)'%3E%3Cpath fill='%23fff' d='m35.522 11.873-.244 13.779 8.584.148.243-13.779-8.583-.148Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m12.418 28.74-4.572-4.68a.827.827 0 0 0-1.163-.018.805.805 0 0 0-.018 1.15l5.545 5.676a.827.827 0 0 0 1.162.017.805.805 0 0 0 .018-1.149' clip-rule='evenodd'/%3E%3Cmask id='h' width='8' height='9' x='6' y='23' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m12.418 28.74-4.572-4.68a.827.827 0 0 0-1.163-.018.805.805 0 0 0-.018 1.15l5.545 5.676a.827.827 0 0 0 1.162.017.805.805 0 0 0 .018-1.149'/%3E%3C/mask%3E%3Cg mask='url(%23h)'%3E%3Cpath fill='%23fff' d='m6.226 23.485-.138 7.82 7.72.133.138-7.82-7.72-.133Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.068 41.483a4.835 4.835 0 0 1 .12-6.89l4.06-3.831c.548-.525.953-1.203 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.932-2.301-1.209-3.493-.784l-.048.018c-.298.111-.721.394-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.012c1.789-.648 3.881-.236 5.264 1.18a4.834 4.834 0 0 1-.12 6.89l-4.059 3.83c-.548.525-.954 1.203-1.06 1.946-.15 1.02.178 2.01.887 2.735.913.93 2.302 1.208 3.494.784l.048-.018c.298-.112.721-.395 1.168.182.382.79-.053 1.15-.608 1.356l-.024.012c-1.788.648-3.88.236-5.264-1.179Z' clip-rule='evenodd'/%3E%3Cmask id='i' width='9' height='20' x='11' y='23' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M13.068 41.483a4.835 4.835 0 0 1 .12-6.89l4.06-3.831c.548-.525.953-1.203 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.932-2.301-1.209-3.493-.784l-.048.018c-.298.111-.721.394-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.012c1.789-.648 3.881-.236 5.264 1.18a4.834 4.834 0 0 1-.12 6.89l-4.059 3.83c-.548.525-.954 1.203-1.06 1.946-.15 1.02.178 2.01.887 2.735.913.93 2.302 1.208 3.494.784l.048-.018c.298-.112.721-.395 1.168.182.382.79-.053 1.15-.608 1.356l-.024.012c-1.788.648-3.88.236-5.264-1.179Z'/%3E%3C/mask%3E%3Cg mask='url(%23i)'%3E%3Cpath fill='%23fff' d='m11.233 22.864-.363 20.55 9.58.165.362-20.55-9.58-.165Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M29.588 35.954c-.466.33-.28.82-.173 1.114.453 1.209.202 2.6-.745 3.525-.65.63-1.491.937-2.32.925a3.221 3.221 0 0 1-2.289-1.002l-4.757-4.98a.807.807 0 0 0-1.15-.018.831.831 0 0 0-.019 1.167l4.746 4.963.012.012c1.693 1.645 4.328 1.998 6.265.654a4.898 4.898 0 0 0 1.825-2.352 5.007 5.007 0 0 0 .005-3.436c-.202-.566-.596-1.137-1.395-.566l-.005-.006Z' clip-rule='evenodd'/%3E%3Cmask id='j' width='15' height='9' x='17' y='35' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M29.588 35.954c-.466.33-.28.82-.173 1.114.453 1.209.202 2.6-.745 3.525-.65.63-1.491.937-2.32.925a3.221 3.221 0 0 1-2.289-1.002l-4.757-4.98a.807.807 0 0 0-1.15-.018.831.831 0 0 0-.019 1.167l4.746 4.963.012.012c1.693 1.645 4.328 1.998 6.265.654a4.898 4.898 0 0 0 1.825-2.352 5.007 5.007 0 0 0 .005-3.436c-.202-.566-.596-1.137-1.395-.566l-.005-.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23j)'%3E%3Cpath fill='%23fff' d='m17.715 34.84-.157 8.917 13.948.241.157-8.916-13.948-.241Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.789 13.085a4.968 4.968 0 0 1 6.97.118l3.874 4.014c.53.542 1.216.943 1.967 1.049a3.29 3.29 0 0 0 2.766-.878 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.399-.713.185-1.156.8-.377 1.163.053 1.371.602l.012.023a4.873 4.873 0 0 1-3.046 6.319 4.968 4.968 0 0 1-5.115-1.232l-3.875-4.014c-.53-.542-1.216-.943-1.968-1.05a3.291 3.291 0 0 0-2.766.879 3.256 3.256 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.155-.799.378-1.162-.053-1.37-.6l-.013-.024a4.873 4.873 0 0 1 1.193-5.205Z' clip-rule='evenodd'/%3E%3Cmask id='k' width='21' height='9' x='0' y='11' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M1.789 13.085a4.968 4.968 0 0 1 6.97.118l3.874 4.014c.53.542 1.216.943 1.967 1.049a3.29 3.29 0 0 0 2.766-.878 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.399-.713.185-1.156.8-.377 1.163.053 1.371.602l.012.023a4.873 4.873 0 0 1-3.046 6.319 4.968 4.968 0 0 1-5.115-1.232l-3.875-4.014c-.53-.542-1.216-.943-1.968-1.05a3.291 3.291 0 0 0-2.766.879 3.256 3.256 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.155-.799.378-1.162-.053-1.37-.6l-.013-.024a4.873 4.873 0 0 1 1.193-5.205Z'/%3E%3C/mask%3E%3Cg mask='url(%23k)'%3E%3Cpath fill='%23fff' d='m-.133 10.915-.167 9.47 20.75.359.167-9.47-20.75-.359Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.267 29.418c-.334-.46-.828-.277-1.127-.171-1.222.448-2.629.2-3.565-.737a3.182 3.182 0 0 1-.936-2.293 3.152 3.152 0 0 1 1.014-2.263L7.69 19.25a.786.786 0 0 0 .018-1.137.855.855 0 0 0-1.18-.018l-5.02 4.692-.012.006c-1.663 1.674-2.02 4.279-.661 6.195a4.94 4.94 0 0 0 2.378 1.803c1.127.407 2.367.4 3.476.006.572-.2 1.15-.59.572-1.38h.006Z' clip-rule='evenodd'/%3E%3Cmask id='l' width='8' height='15' x='0' y='17' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M7.267 29.418c-.334-.46-.828-.277-1.127-.171-1.222.448-2.629.2-3.565-.737a3.182 3.182 0 0 1-.936-2.293 3.152 3.152 0 0 1 1.014-2.263L7.69 19.25a.786.786 0 0 0 .018-1.137.855.855 0 0 0-1.18-.018l-5.02 4.692-.012.006c-1.663 1.674-2.02 4.279-.661 6.195a4.94 4.94 0 0 0 2.378 1.803c1.127.407 2.367.4 3.476.006.572-.2 1.15-.59.572-1.38h.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23l)'%3E%3Cpath fill='%23fff' d='M-.133 17.531-.376 31.31l8.523.147.244-13.779-8.524-.147Z'/%3E%3C/g%3E%3C/svg%3E");
  margin-bottom: 40px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul li {
  border-bottom: 1px solid #273e40;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul li:last-child {
  border-bottom: none;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 250% */
  letter-spacing: -0.4px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area {
  margin-top: auto;
  padding: 0 32px 37px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area .login_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  width: 100%;
  border-radius: 22px;
  background: #2baf7e;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.4px;
  white-space: nowrap;
  transition: all 0.3s;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area .login_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 252px;
  height: 132px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='252' height='132' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cellipse cx='126' cy='71' fill='%232BAF7E' rx='76' ry='21'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='252' height='142' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3363_31579' stdDeviation='25'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area .login_button:hover {
    background: #1ad891;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area .login_button:hover::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    width: 252px;
    height: 132px;
    background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='249' height='142' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cellipse cx='123' cy='71' fill='%233FF8B3' rx='76' ry='21'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='252' height='142' x='-3' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_840_78565' stdDeviation='25'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 15px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_name {
  width: 100%;
  text-align: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_name::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='28' fill='none'%3E%3Cg clip-path='url(%23a)' filter='url(%23b)' opacity='.5'%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='m125.808 15.836-4.366-4.64-1.419 1.415M117.133 12.164l4.367 4.64 1.418-1.42'/%3E%3Cpath fill='%23fff' d='M115 13v2s-105-.266-105-.96C10 13.343 115 13 115 13Z'/%3E%3Cpath fill='%23fff' d='M114.916 11.908 116.831 14l-1.915 2.092L113 14l1.916-2.092ZM128 13v2s105-.258 105-.953-105-1.04-105-1.04V13ZM118.237 15.39l-.987 1.078-.988-1.078.988-1.08.987 1.08ZM126.472 12.2l-.988 1.078-.988-1.079.988-1.079.988 1.08Z'/%3E%3Cpath fill='%23fff' d='M129.831 14 128 16l-1.831-2L128 12l1.831 2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M10 18h223v-8H10z'/%3E%3C/clipPath%3E%3Cfilter id='b' width='243' height='28' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_786_54661'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_786_54661' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: 243px 28px;
  background-position: center top;
  margin-top: 6px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_name a {
  font-family: "Pretendard-Bold";
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info {
  width: 100%;
  position: relative;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 {
  display: flex;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 .profile_image {
  position: relative;
  width: 146px;
  min-width: 146px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='146' height='143' fill='none'%3E%3Cpath fill='%23515563' d='M52.65 57.476a.81.81 0 1 0 .001-1.621.81.81 0 0 0 0 1.621ZM58.21 51.842a.81.81 0 1 0 0-1.622.81.81 0 0 0 0 1.622ZM65.24 48.198a.81.81 0 1 0 0-1.621.81.81 0 0 0 0 1.62ZM80.882 48.088a.81.81 0 1 0 .001-1.621.81.81 0 0 0 0 1.62ZM87.966 51.626a.81.81 0 1 0 0-1.621.81.81 0 0 0 0 1.62ZM93.602 57.18a.81.81 0 1 0 .001-1.622.81.81 0 0 0 0 1.621ZM97.25 64.202a.81.81 0 1 0 .001-1.621.81.81 0 0 0-.001 1.621ZM97.364 79.828a.81.81 0 1 0 .001-1.622.81.81 0 0 0 0 1.621ZM93.818 86.903a.81.81 0 1 0 .001-1.62.81.81 0 0 0 0 1.62ZM88.26 92.534a.81.81 0 1 0 0-1.621.81.81 0 0 0 0 1.62ZM81.229 96.178a.81.81 0 1 0 0-1.621.81.81 0 0 0 0 1.62ZM65.586 96.292a.81.81 0 1 0 .001-1.622.81.81 0 0 0 0 1.622ZM58.503 92.75a.81.81 0 1 0 0-1.622.81.81 0 0 0 0 1.622ZM52.866 87.197a.81.81 0 1 0 .001-1.622.81.81 0 0 0 0 1.621ZM49.219 80.174a.81.81 0 1 0 0-1.622.81.81 0 0 0 0 1.621ZM49.108 64.548a.81.81 0 1 0 .002-1.621.81.81 0 0 0-.002 1.621Z'/%3E%3Cpath fill='%23515563' d='m77.36 75.716 32.989-4.32-32.968-4.136-4.528-32.957-4.022 32.94-32.932 4.515 33 4.019 4.317 32.895 4.145-32.956Z'/%3E%3Cpath fill='%23515563' d='m78.45 71.282 5.587-11.375L73 65.94l-11.196-5.492 5.918 10.805-5.963 10.818 11.212-5.431 11.021 6.066-5.543-11.424ZM47.898 101.246a4.965 4.965 0 0 1-4.964-4.958 4.965 4.965 0 0 1 9.928 0 4.965 4.965 0 0 1-4.964 4.958Zm0-9.103a4.153 4.153 0 0 0-4.149 4.145 4.153 4.153 0 0 0 4.15 4.144 4.153 4.153 0 0 0 4.148-4.144 4.153 4.153 0 0 0-4.149-4.145Z'/%3E%3Cpath fill='%23515563' d='M44.882 93.124a.413.413 0 0 1-.326-.163 35.59 35.59 0 0 1-6.782-16.09.406.406 0 0 1 .343-.463.407.407 0 0 1 .464.342 34.82 34.82 0 0 0 6.627 15.723.404.404 0 0 1-.081.57.393.393 0 0 1-.245.081ZM66.94 106.629c-.025 0-.045 0-.07-.009a35.698 35.698 0 0 1-15.777-7.014.403.403 0 0 1-.069-.57.404.404 0 0 1 .57-.07 34.887 34.887 0 0 0 15.415 6.857c.22.036.37.248.33.472a.406.406 0 0 1-.4.338v-.004Z'/%3E%3Cpath fill='%23515563' d='M64.09 126.981c-.02 0-.04 0-.065-.004a.405.405 0 0 1-.338-.464l3.224-20.336a.407.407 0 0 1 .803.126l-3.224 20.336a.408.408 0 0 1-.403.342h.004ZM50.816 139.512a.404.404 0 0 1-.387-.533l1.202-3.697a.407.407 0 0 1 .775.253l-1.203 3.696a.41.41 0 0 1-.387.281ZM53.412 131.533a.404.404 0 0 1-.387-.534l8.437-26.072a.408.408 0 0 1 .513-.261c.216.069.33.297.261.513L53.8 131.252a.41.41 0 0 1-.388.281ZM47.45 121.574a.409.409 0 0 1-.363-.594l9.37-18.37a.41.41 0 0 1 .73.371l-9.37 18.369a.408.408 0 0 1-.363.224h-.004ZM31.02 129.285a.405.405 0 0 1-.33-.647l21.08-28.984a.41.41 0 0 1 .57-.089c.184.13.225.387.09.57l-21.08 28.983a.407.407 0 0 1-.33.167ZM32.892 111.685a.405.405 0 0 1-.29-.692l11.701-11.689a.406.406 0 0 1 .575.575l-11.701 11.688a.402.402 0 0 1-.29.118h.005ZM14.176 114.348a.408.408 0 0 1-.24-.737l2.967-2.154a.414.414 0 0 1 .57.09.41.41 0 0 1-.09.57l-2.966 2.153a.403.403 0 0 1-.24.078ZM20.852 109.503a.407.407 0 0 1-.24-.737L44.07 91.74a.409.409 0 0 1 .481.66l-23.46 17.026a.402.402 0 0 1-.24.077ZM21.243 98.022a.409.409 0 0 1-.183-.774l20.183-10.271a.408.408 0 1 1 .37.729L21.431 97.976a.434.434 0 0 1-.184.045h-.004ZM3.897 94.13a.408.408 0 0 1-.126-.794l35.422-11.497a.408.408 0 0 1 .253.773L4.023 94.11a.455.455 0 0 1-.127.02ZM15.048 81.236a.403.403 0 0 1-.4-.338.412.412 0 0 1 .331-.472l22.99-3.99a.41.41 0 0 1 .474.33.412.412 0 0 1-.33.472l-22.991 3.99c-.025 0-.05.004-.07.004l-.004.004ZM46.953 97.065l.937 2.744.807-2.752 2.763-.802-2.739-.949-.815-2.809-.97 2.793-2.796.953 2.813.822Zm.847-1.718.807.806-.807.806-.807-.806.807-.806ZM47.898 51.667a4.965 4.965 0 0 1-4.964-4.96 4.965 4.965 0 0 1 9.928 0 4.965 4.965 0 0 1-4.964 4.96Zm0-9.104a4.153 4.153 0 0 0-4.149 4.145 4.153 4.153 0 0 0 4.15 4.144 4.153 4.153 0 0 0 4.148-4.144 4.153 4.153 0 0 0-4.149-4.145Z'/%3E%3Cpath fill='%23515563' d='M38.178 66.592s-.041 0-.061-.004a.406.406 0 0 1-.343-.464 35.615 35.615 0 0 1 6.782-16.09.408.408 0 0 1 .652.489 34.803 34.803 0 0 0-6.627 15.723.404.404 0 0 1-.403.346ZM51.346 44.118a.406.406 0 0 1-.253-.725A35.663 35.663 0 0 1 66.87 36.38a.41.41 0 0 1 .473.33.41.41 0 0 1-.33.472 34.878 34.878 0 0 0-15.414 6.856.411.411 0 0 1-.253.086v-.005Z'/%3E%3Cpath fill='%23515563' d='M67.314 37.165a.41.41 0 0 1-.403-.342l-3.224-20.336a.403.403 0 0 1 .338-.464.406.406 0 0 1 .465.338l3.224 20.335a.403.403 0 0 1-.338.465c-.02 0-.045.004-.066.004h.004ZM52.019 7.994a.41.41 0 0 1-.388-.28L50.43 4.02a.408.408 0 0 1 .774-.253l1.203 3.693a.408.408 0 0 1-.387.533ZM61.849 38.35a.41.41 0 0 1-.387-.281l-8.437-26.073a.408.408 0 0 1 .775-.252l8.436 26.072a.408.408 0 0 1-.387.533ZM56.82 40.605a.404.404 0 0 1-.363-.224l-9.37-18.37a.408.408 0 1 1 .73-.37l9.37 18.37a.409.409 0 0 1-.363.594h-.004ZM52.1 43.508a.407.407 0 0 1-.33-.167L30.69 14.358a.409.409 0 0 1 .66-.48L52.43 42.86a.409.409 0 0 1-.33.648ZM44.593 43.813a.418.418 0 0 1-.29-.118l-11.7-11.689a.406.406 0 1 1 .575-.574l11.7 11.689a.405.405 0 0 1-.29.692h.005ZM17.143 31.62a.411.411 0 0 1-.24-.078l-2.967-2.153a.405.405 0 0 1-.09-.57.406.406 0 0 1 .57-.09l2.968 2.154a.408.408 0 0 1-.24.737ZM44.307 51.333a.412.412 0 0 1-.24-.078L20.607 34.23a.405.405 0 0 1-.09-.57.406.406 0 0 1 .572-.09l23.459 17.027a.407.407 0 0 1-.24.737ZM41.426 56.06a.371.371 0 0 1-.184-.045L21.06 45.743a.41.41 0 0 1 .37-.729l20.183 10.272a.41.41 0 0 1-.183.773h-.004ZM39.319 61.181a.455.455 0 0 1-.127-.02L3.773 49.663a.404.404 0 0 1-.262-.512.408.408 0 0 1 .514-.261l35.421 11.497c.216.07.33.297.261.513a.41.41 0 0 1-.387.281ZM38.04 66.563c-.025 0-.046 0-.07-.004l-22.99-3.99a.408.408 0 0 1 .143-.802l22.99 3.99c.22.037.37.249.33.472a.406.406 0 0 1-.4.338l-.004-.004ZM44.14 46.753l2.796.952.97 2.793.815-2.809 2.74-.949-2.764-.802-.807-2.752-.938 2.744-2.812.823Zm2.853.09.807-.807.807.806-.807.806-.807-.806ZM98.106 101.246a4.965 4.965 0 0 1-4.964-4.958 4.965 4.965 0 0 1 9.928 0 4.964 4.964 0 0 1-4.964 4.958Zm0-9.103a4.153 4.153 0 0 0-4.15 4.145 4.153 4.153 0 0 0 4.15 4.144c2.286 0 4.149-1.86 4.149-4.144a4.153 4.153 0 0 0-4.15-4.145Z'/%3E%3Cpath fill='%23515563' d='M101.118 93.124a.408.408 0 0 1-.326-.651 34.807 34.807 0 0 0 6.627-15.723.406.406 0 0 1 .464-.342c.225.032.375.24.343.464a35.604 35.604 0 0 1-6.782 16.09.414.414 0 0 1-.326.162ZM79.06 106.629a.403.403 0 0 1-.399-.338.41.41 0 0 1 .33-.473 34.873 34.873 0 0 0 15.414-6.856.407.407 0 0 1 .501.64 35.663 35.663 0 0 1-15.776 7.014c-.025.004-.05.009-.07.009v.004Z'/%3E%3Cpath fill='%23515563' d='M81.91 126.981a.41.41 0 0 1-.404-.342l-3.224-20.336a.403.403 0 0 1 .338-.464.408.408 0 0 1 .465.338l3.224 20.336a.403.403 0 0 1-.339.464c-.02 0-.044.004-.065.004h.004ZM95.184 139.512a.41.41 0 0 1-.388-.281l-1.202-3.696a.407.407 0 0 1 .775-.253l1.202 3.697a.407.407 0 0 1-.387.533ZM92.592 131.533a.41.41 0 0 1-.388-.281l-8.436-26.073a.407.407 0 0 1 .774-.252l8.437 26.072a.407.407 0 0 1-.387.534ZM98.554 121.574a.404.404 0 0 1-.362-.224l-9.37-18.369a.409.409 0 1 1 .73-.371l9.369 18.37a.408.408 0 0 1-.363.594h-.004ZM114.979 129.285a.407.407 0 0 1-.33-.167l-21.08-28.983a.409.409 0 0 1 .661-.48l21.079 28.983a.409.409 0 0 1-.089.57.404.404 0 0 1-.241.077ZM113.108 111.685a.42.42 0 0 1-.289-.118l-11.701-11.688a.405.405 0 1 1 .574-.575l11.702 11.689a.405.405 0 0 1-.29.692h.004ZM131.824 114.348a.414.414 0 0 1-.241-.078l-2.967-2.153a.405.405 0 0 1-.089-.57.405.405 0 0 1 .57-.09l2.967 2.154a.408.408 0 0 1-.24.737ZM125.152 109.503a.413.413 0 0 1-.241-.077L101.452 92.4a.406.406 0 0 1-.09-.57.407.407 0 0 1 .571-.09l23.459 17.026a.407.407 0 0 1-.24.737ZM124.757 98.022a.371.371 0 0 1-.184-.045l-20.182-10.272a.41.41 0 0 1 .37-.728l20.183 10.271a.41.41 0 0 1-.183.774h-.004ZM142.103 94.13a.46.46 0 0 1-.127-.02l-35.421-11.498a.405.405 0 0 1-.261-.513.41.41 0 0 1 .513-.26l35.422 11.497c.216.07.33.297.261.513a.41.41 0 0 1-.387.28ZM130.956 81.236c-.025 0-.045 0-.07-.004l-22.99-3.99a.406.406 0 0 1-.331-.472.406.406 0 0 1 .473-.33l22.991 3.99c.22.037.371.248.33.472a.406.406 0 0 1-.399.338l-.004-.004ZM101.86 96.243l-2.796-.953-.97-2.793-.815 2.81-2.74.948 2.764.802.807 2.752.937-2.744 2.813-.822Zm-2.853-.09-.807.806-.807-.806.807-.806.807.806ZM98.106 51.667a4.965 4.965 0 0 1-4.964-4.96 4.965 4.965 0 0 1 9.928 0 4.965 4.965 0 0 1-4.964 4.96Zm0-9.104a4.153 4.153 0 0 0-4.15 4.145 4.153 4.153 0 0 0 4.15 4.144c2.286 0 4.149-1.86 4.149-4.144a4.154 4.154 0 0 0-4.15-4.145Z'/%3E%3Cpath fill='%23515563' d='M107.822 66.592a.41.41 0 0 1-.403-.346 34.827 34.827 0 0 0-6.627-15.723.404.404 0 0 1 .081-.57.41.41 0 0 1 .571.081 35.598 35.598 0 0 1 6.782 16.09.407.407 0 0 1-.343.464c-.02 0-.04.004-.061.004ZM94.654 44.118a.42.42 0 0 1-.253-.085 34.877 34.877 0 0 0-15.414-6.856.405.405 0 0 1-.33-.472.405.405 0 0 1 .473-.33 35.709 35.709 0 0 1 15.776 7.015c.18.138.208.395.07.57a.41.41 0 0 1-.322.154v.005Z'/%3E%3Cpath fill='%23515563' d='M78.686 37.165c-.02 0-.041 0-.066-.004a.405.405 0 0 1-.338-.465l3.224-20.335a.405.405 0 0 1 .465-.338.405.405 0 0 1 .338.464l-3.224 20.336a.407.407 0 0 1-.404.342h.005ZM93.985 7.994a.404.404 0 0 1-.387-.533l1.203-3.693a.408.408 0 0 1 .774.253l-1.202 3.692a.41.41 0 0 1-.388.281ZM84.15 38.35a.404.404 0 0 1-.387-.533L92.2 11.743a.408.408 0 0 1 .775.252L84.538 38.07a.41.41 0 0 1-.387.28ZM89.184 40.605a.41.41 0 0 1-.363-.594l9.37-18.37a.41.41 0 0 1 .73.37l-9.37 18.37a.409.409 0 0 1-.363.224h-.004ZM93.9 43.508a.405.405 0 0 1-.33-.647l21.079-28.984a.41.41 0 0 1 .571-.09c.183.13.224.387.089.57L94.23 43.342a.407.407 0 0 1-.33.167ZM101.407 43.813a.405.405 0 0 1-.289-.692l11.701-11.689a.407.407 0 0 1 .575.574l-11.702 11.689a.398.398 0 0 1-.289.118h.004ZM128.857 31.62a.409.409 0 0 1-.241-.737l2.967-2.154a.41.41 0 0 1 .571.09.409.409 0 0 1-.09.57l-2.967 2.153a.402.402 0 0 1-.24.078ZM101.692 51.333a.409.409 0 0 1-.33-.167.41.41 0 0 1 .09-.57l23.459-17.026a.414.414 0 0 1 .571.09.409.409 0 0 1-.09.57l-23.459 17.025a.403.403 0 0 1-.241.078ZM104.574 56.06a.408.408 0 0 1-.183-.774l20.182-10.272a.409.409 0 0 1 .371.729l-20.183 10.272a.432.432 0 0 1-.183.044h-.004ZM106.681 61.181a.408.408 0 0 1-.126-.794l35.421-11.497a.409.409 0 0 1 .514.26.408.408 0 0 1-.261.514L106.807 61.16a.447.447 0 0 1-.126.02ZM107.961 66.563a.403.403 0 0 1-.4-.338.413.413 0 0 1 .331-.472l22.99-3.99a.41.41 0 0 1 .473.33.412.412 0 0 1-.33.472l-22.991 3.99c-.024 0-.049.004-.069.004l-.004.004ZM99.047 45.934l-.937-2.744-.807 2.752-2.763.802 2.739.949.815 2.81.97-2.794 2.796-.952-2.813-.823Zm-.847 1.718-.807-.806.807-.806.807.806-.807.806Z'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 .profile_image img {
  width: 100%;
  height: 100%;
  max-width: 104px;
  max-height: 104px;
  border-radius: 50%;
  object-fit: cover;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li span,
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li span:first-child,
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li a:first-child {
  color: #cdcdcd;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area {
  margin-top: 10px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .user_action_button {
  width: 100%;
  margin-right: 10px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .user_action_button a {
  padding: 8px 0;
  width: 100%;
  border-radius: 10px;
  background: #2baf7e;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.4px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .user_action_button a:hover {
    background: #1ad891;
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .user_action_button::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #40455a;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .profile_edit_button {
  position: relative;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .profile_edit_button .tip {
  position: absolute;
  top: -38px;
  right: 0;
  padding: 8px 0;
  width: 130px;
  max-height: 26px;
  border-radius: 10px;
  background: #2baf7e;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .profile_edit_button .tip::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2baf7e;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .profile_edit_button a {
  display: block;
  width: 34px;
  min-width: 34px;
  height: 34px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Crect width='34' height='34' fill='%232BAF7E' rx='17'/%3E%3Cpath fill='%23fff' d='M22.267 17.44a.667.667 0 0 1 0-.88l.853-.96a.667.667 0 0 0 .08-.78l-1.333-2.307a.666.666 0 0 0-.714-.32l-1.253.254a.667.667 0 0 1-.767-.44l-.406-1.22a.666.666 0 0 0-.634-.454h-2.666a.666.666 0 0 0-.667.454l-.373 1.22a.666.666 0 0 1-.767.44l-1.287-.254a.667.667 0 0 0-.666.32l-1.334 2.307a.666.666 0 0 0 .067.78l.847.96a.666.666 0 0 1 0 .88l-.847.96a.666.666 0 0 0-.067.78l1.334 2.307a.667.667 0 0 0 .713.32l1.253-.254a.667.667 0 0 1 .767.44l.407 1.22a.667.667 0 0 0 .666.454h2.667a.667.667 0 0 0 .633-.454l.407-1.22a.667.667 0 0 1 .767-.44l1.253.254a.667.667 0 0 0 .713-.32l1.334-2.307a.666.666 0 0 0-.08-.78l-.9-.96Zm-.994.893.534.6-.854 1.48-.786-.16a2 2 0 0 0-2.3 1.334l-.254.746h-1.706l-.24-.76a2 2 0 0 0-2.3-1.333l-.787.16-.867-1.473.534-.6a2 2 0 0 0 0-2.667l-.534-.6.854-1.467.786.16a2 2 0 0 0 2.3-1.333l.254-.753h1.706l.254.76a2 2 0 0 0 2.3 1.333l.786-.16.854 1.48-.534.6a2 2 0 0 0 0 2.653Zm-4.513-4a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334Zm0 4a1.334 1.334 0 1 1 0-2.667 1.334 1.334 0 0 1 0 2.667Z'/%3E%3C/svg%3E");
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .profile_edit_button:hover .tip {
    display: flex;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .button_area .profile_edit_button:hover a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Crect width='32' height='32' x='1' y='1' fill='%233B5E51' rx='16'/%3E%3Crect width='32' height='32' x='1' y='1' stroke='%232BAF7E' stroke-width='2' rx='16'/%3E%3Cpath fill='%23fff' d='M22.267 17.44a.667.667 0 0 1 0-.88l.853-.96a.667.667 0 0 0 .08-.78l-1.333-2.307a.666.666 0 0 0-.714-.32l-1.253.254a.667.667 0 0 1-.767-.44l-.406-1.22a.666.666 0 0 0-.634-.454h-2.666a.666.666 0 0 0-.667.454l-.373 1.22a.666.666 0 0 1-.767.44l-1.287-.254a.667.667 0 0 0-.666.32l-1.334 2.307a.666.666 0 0 0 .067.78l.847.96a.666.666 0 0 1 0 .88l-.847.96a.666.666 0 0 0-.067.78l1.334 2.307a.667.667 0 0 0 .713.32l1.253-.254a.667.667 0 0 1 .767.44l.407 1.22a.667.667 0 0 0 .666.454h2.667a.667.667 0 0 0 .633-.454l.407-1.22a.667.667 0 0 1 .767-.44l1.253.254a.667.667 0 0 0 .713-.32l1.334-2.307a.666.666 0 0 0-.08-.78l-.9-.96Zm-.994.893.534.6-.854 1.48-.786-.16a2 2 0 0 0-2.3 1.334l-.254.746h-1.706l-.24-.76a2 2 0 0 0-2.3-1.333l-.787.16-.867-1.473.534-.6a2 2 0 0 0 0-2.667l-.534-.6.854-1.467.786.16a2 2 0 0 0 2.3-1.333l.254-.753h1.706l.254.76a2 2 0 0 0 2.3 1.333l.786-.16.854 1.48-.534.6a2 2 0 0 0 0 2.653Zm-4.513-4a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334Zm0 4a1.334 1.334 0 1 1 0-2.667 1.334 1.334 0 0 1 0 2.667Z'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history {
  padding: 30px 20px 0;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .filter_area {
  display: flex;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .filter_area button {
  position: relative;
  margin-left: 17px;
  padding: 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .filter_area button:first-child {
  margin-left: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .filter_area button:hover::after {
    position: absolute;
    display: block;
    content: "";
    top: 6px;
    width: 100%;
    border-bottom: 10px solid #117759;
    border-radius: 10px;
    z-index: -1;
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .filter_area button.on::after {
  position: absolute;
  display: block;
  content: "";
  top: 6px;
  width: 100%;
  border-bottom: 10px solid #117759;
  border-radius: 10px;
  z-index: -1;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list {
  margin-top: 10px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list ul li {
  position: relative;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #646877;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list ul li:last-child {
  border-bottom: none;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list ul li a {
  display: block;
  max-width: 100%;
  color: #a8aec1;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list_empty {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list_empty span {
  color: #a8aec1;
  text-align: center;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.35px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_history .history_list_empty span::before {
  display: block;
  content: "";
  width: 25px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' fill='none'%3E%3Cg fill='%232BAF7E' clip-path='url(%23a)'%3E%3Cpath d='M12.533 2.998c.657 0 1.31.425 1.807 1.275l6.917 11.832c.996 1.7.227 3.09-1.703 3.09H5.514c-1.931 0-2.7-1.392-1.704-3.09l6.917-11.832c.497-.85 1.15-1.275 1.806-1.275Zm0-2.402c-1.516 0-2.904.889-3.813 2.439L1.803 14.87c-.92 1.571-1.02 3.248-.275 4.598.745 1.351 2.199 2.128 3.985 2.128h14.04c1.787 0 3.242-.776 3.986-2.126.744-1.351.645-3.027-.275-4.6L16.347 3.04C15.437 1.485 14.05.596 12.533.596Z'/%3E%3Cpath d='M12.5 17.683a1.517 1.517 0 1 0 0-3.033 1.517 1.517 0 0 0 0 3.033ZM14.25 9.167a1.748 1.748 0 1 0-3.37.655c.646 1.606 1.62 4.011 1.62 4.011l1.623-4.01c.08-.203.128-.424.128-.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5 0h24v22H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  margin: 0 auto 10px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 {
  position: relative;
  width: calc(50% - 18px);
  margin-top: 78px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4::before {
  content: "";
  display: block;
  background: url("https://lwi.nexon.com/m_mabinogim/brand/main/cat.png");
  width: 195px;
  height: 137px;
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 2;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner {
  position: relative;
  width: 100%;
  height: 94px;
  overflow: hidden;
  border-radius: 24px;
  background: url(https://lwi.nexon.com/m_mabinogim/brand/main/snsbg.png) no-repeat;
  background-position: 20px bottom;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  z-index: 2;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a {
  width: 138px;
  height: 48px;
  background: #f6f4f4;
  border-radius: 10px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a:last-child {
  margin-right: 0;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a::before {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a:hover {
    background: #2baf7e;
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.youtube::before {
  display: block;
  content: "유투브 바로가기";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23242427' fill-rule='evenodd' d='M12 4c.855 0 1.732.022 2.582.058l1.004.048.961.057.9.061.822.064a3.802 3.802 0 0 1 3.494 3.423l.04.425.075.91c.07.943.122 1.971.122 2.954 0 .983-.052 2.011-.122 2.954l-.075.91c-.013.146-.026.287-.04.425a3.802 3.802 0 0 1-3.495 3.423l-.82.063-.9.062-.962.057-1.004.048c-.86.037-1.72.057-2.582.058a61.579 61.579 0 0 1-2.582-.058l-1.004-.048-.96-.057-.9-.062-.823-.063a3.802 3.802 0 0 1-3.494-3.423l-.04-.425-.075-.91A40.668 40.668 0 0 1 2 12c0-.983.052-2.011.122-2.954l.075-.91c.013-.146.026-.287.04-.425A3.802 3.802 0 0 1 5.73 4.288l.821-.064.9-.061.962-.057 1.004-.048C10.277 4.021 11.14 4.001 12 4Zm-2 5.575v4.85c0 .462.5.75.9.52l4.2-2.425a.6.6 0 0 0 0-1.04l-4.2-2.424a.6.6 0 0 0-.9.52v-.001Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.youtube:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 3c.94 0 1.905.025 2.84.065l1.105.054 1.057.064.99.069.904.072a4.141 4.141 0 0 1 2.607 1.21 4.317 4.317 0 0 1 1.236 2.64l.044.479.083 1.024C22.943 9.737 23 10.894 23 12c0 1.106-.057 2.262-.134 3.323l-.083 1.024a39.82 39.82 0 0 1-.044.478 4.317 4.317 0 0 1-1.236 2.642 4.141 4.141 0 0 1-2.608 1.209l-.902.07-.99.07-1.058.065-1.105.054c-.946.042-1.893.064-2.84.065a66.093 66.093 0 0 1-2.84-.065l-1.105-.054-1.057-.064-.99-.07-.904-.071a4.141 4.141 0 0 1-2.607-1.21 4.317 4.317 0 0 1-1.236-2.64l-.044-.479-.083-1.024A46.783 46.783 0 0 1 1 12c0-1.106.057-2.262.134-3.323l.083-1.024c.014-.164.028-.323.044-.478a4.317 4.317 0 0 1 1.235-2.641 4.141 4.141 0 0 1 2.607-1.21l.903-.072.99-.069 1.058-.064 1.105-.054A66.343 66.343 0 0 1 12 3ZM9.8 9.272v5.456c0 .52.55.844.99.585l4.62-2.728a.687.687 0 0 0 0-1.17l-4.62-2.727a.649.649 0 0 0-.902.247.687.687 0 0 0-.088.338v-.001Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.twitter::before {
  display: block;
  content: "X 바로가기";
  width: 20px;
  min-width: 20px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath fill='%23000' d='M15.75 0h3.067l-6.7 7.625L20 18h-6.172l-4.833-6.293L3.463 18H.395l7.167-8.157L0 .001h6.328l4.37 5.752L15.75 0Zm-1.075 16.173h1.7L5.404 1.732H3.582l11.093 14.44Z'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.twitter:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M15.75 0h3.067l-6.7 7.625L20 18h-6.172l-4.833-6.293L3.463 18H.395l7.167-8.157L0 .001h6.328l4.37 5.752L15.75 0Zm-1.075 16.173h1.7L5.404 1.732H3.582l11.093 14.44Z'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.kakaochannel::before {
  display: block;
  content: "카카오채널 바로가기";
  width: 22px;
  min-width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='none'%3E%3Cpath fill='%23242427' d='M11 .5C4.926.5 0 5.003 0 10.557c0 4.103 1.74 6.062 4.12 7.847l.01.005v4.814c0 .228.263.358.446.22l4.17-3.062.092.038c.7.128 1.422.195 2.162.195 6.074 0 11-4.503 11-10.06C22 4.999 17.077.5 11 .5ZM7.314 13.106c1.077 0 2-.64 2.279-1.624h1.595c-.39 1.897-1.884 3.14-3.874 3.14-2.312 0-4.145-1.704-4.145-4.078 0-2.373 1.833-4.077 4.145-4.077 2.01 0 3.514 1.268 3.884 3.198h-1.59c-.24-1.05-1.196-1.704-2.294-1.704-1.554 0-2.588 1.095-2.588 2.581s1.176 2.561 2.588 2.561m10.508 1.361H16.36v-3.26c0-.75-.44-1.153-1.12-1.153-.758 0-1.248.458-1.248 1.388v3.025H12.53V6.492h1.463v3c.35-.526.917-.784 1.688-.784.623 0 1.133.2 1.529.616.408.414.613.975.613 1.702v3.438Z'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.kakaochannel:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M11 .5C4.926.5 0 5.003 0 10.557c0 4.103 1.74 6.062 4.12 7.847l.01.005v4.814c0 .228.263.358.446.22l4.17-3.062.092.038c.7.128 1.422.195 2.162.195 6.074 0 11-4.503 11-10.06C22 4.999 17.077.5 11 .5ZM7.314 13.106c1.077 0 2-.64 2.279-1.624h1.595c-.39 1.897-1.884 3.14-3.874 3.14-2.312 0-4.145-1.704-4.145-4.078 0-2.373 1.833-4.077 4.145-4.077 2.01 0 3.514 1.268 3.884 3.198h-1.59c-.24-1.05-1.196-1.704-2.294-1.704-1.554 0-2.588 1.095-2.588 2.581s1.176 2.561 2.588 2.561m10.508 1.361H16.36v-3.26c0-.75-.44-1.153-1.12-1.153-.758 0-1.248.458-1.248 1.388v3.025H12.53V6.492h1.463v3c.35-.526.917-.784 1.688-.784.623 0 1.133.2 1.529.616.408.414.613.975.613 1.702v3.438Z'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.discord::before {
  display: block;
  content: "디스코드 바로가기";
  width: 20px;
  min-width: 20px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath fill='%23242427' d='m12.887 0 .119.006c1.946.214 3.408.672 4.798 1.673.166.12.291.29.359.488 1.812 5.315 2.292 9.987 1.401 12.28C18.596 16.452 17.047 18 15.32 18c-.707 0-1.636-.968-2.25-2.045a20.207 20.207 0 0 0 2.033-.493.957.957 0 0 0 .335-.178 1.027 1.027 0 0 0 .156-1.406.944.944 0 0 0-1.023-.34c-3.207.95-5.923.95-9.13 0a.938.938 0 0 0-.735.087.995.995 0 0 0-.46.6c-.071.255-.04.529.084.76a.973.973 0 0 0 .58.477c.692.204 1.367.37 2.031.494C6.327 17.031 5.398 18 4.69 18c-1.727 0-3.275-1.548-4.277-3.629-.858-2.217-.377-6.89 1.434-12.204a.997.997 0 0 1 .359-.488C3.596.678 5.058.22 7.004.006c.175-.02.35.011.51.088.16.076.295.196.393.347l.061.107.63 1.285.132-.016a12.11 12.11 0 0 1 2.553 0l.13.016.628-1.284a.99.99 0 0 1 .3-.363.947.947 0 0 1 .428-.177L12.887 0Zm-5.78 7c-.462 0-.909.171-1.26.482a2.02 2.02 0 0 0-.65 1.215l-.018.154L5.174 9l.005.15c.028.388.165.76.394 1.068.229.309.54.541.895.67a1.87 1.87 0 0 0 1.103.053 1.92 1.92 0 0 0 .951-.58c.256-.286.426-.642.489-1.026a2.064 2.064 0 0 0-.134-1.134 1.984 1.984 0 0 0-.712-.874A1.886 1.886 0 0 0 7.106 7Zm5.797 0c-.462 0-.909.171-1.26.482a2.02 2.02 0 0 0-.65 1.215l-.018.154-.005.149.005.15c.028.388.165.76.394 1.068.23.309.54.541.895.67a1.87 1.87 0 0 0 1.103.053c.365-.094.696-.295.951-.58.256-.286.426-.642.489-1.026a2.064 2.064 0 0 0-.134-1.134 1.984 1.984 0 0 0-.712-.874A1.886 1.886 0 0 0 12.904 7Z'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.discord:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath fill='%23fff' d='m12.887 0 .119.006c1.946.214 3.408.672 4.798 1.673.166.12.291.29.359.488 1.812 5.315 2.292 9.987 1.401 12.28C18.596 16.452 17.047 18 15.32 18c-.707 0-1.636-.968-2.25-2.045a20.207 20.207 0 0 0 2.033-.493.957.957 0 0 0 .335-.178 1.027 1.027 0 0 0 .156-1.406.944.944 0 0 0-1.023-.34c-3.207.95-5.923.95-9.13 0a.938.938 0 0 0-.735.087.995.995 0 0 0-.46.6c-.071.255-.04.529.084.76a.973.973 0 0 0 .58.477c.692.204 1.367.37 2.031.494C6.327 17.031 5.398 18 4.69 18c-1.727 0-3.275-1.548-4.277-3.629-.858-2.217-.377-6.89 1.434-12.204a.997.997 0 0 1 .359-.488C3.596.678 5.058.22 7.004.006c.175-.02.35.011.51.088.16.076.295.196.393.347l.061.107.63 1.285.132-.016a12.11 12.11 0 0 1 2.553 0l.13.016.628-1.284a.99.99 0 0 1 .3-.363.947.947 0 0 1 .428-.177L12.887 0Zm-5.78 7c-.462 0-.909.171-1.26.482a2.02 2.02 0 0 0-.65 1.215l-.018.154L5.174 9l.005.15c.028.388.165.76.394 1.068.229.309.54.541.895.67a1.87 1.87 0 0 0 1.103.053 1.92 1.92 0 0 0 .951-.58c.256-.286.426-.642.489-1.026a2.064 2.064 0 0 0-.134-1.134 1.984 1.984 0 0 0-.712-.874A1.886 1.886 0 0 0 7.106 7Zm5.797 0c-.462 0-.909.171-1.26.482a2.02 2.02 0 0 0-.65 1.215l-.018.154-.005.149.005.15c.028.388.165.76.394 1.068.23.309.54.541.895.67a1.87 1.87 0 0 0 1.103.053c.365-.094.696-.295.951-.58.256-.286.426-.642.489-1.026a2.064 2.064 0 0 0-.134-1.134 1.984 1.984 0 0 0-.712-.874A1.886 1.886 0 0 0 12.904 7Z'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.instagram::before {
  display: block;
  content: "인스타그램 바로가기";
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23242427' d='M11.028.001c.73-.003 1.46.005 2.19.022l.193.007c.224.008.445.018.712.03 1.064.05 1.79.218 2.427.465.66.254 1.216.598 1.772 1.154.509.5.902 1.104 1.153 1.771.247.637.415 1.364.465 2.428.012.266.022.488.03.712l.006.194c.018.73.026 1.459.023 2.188l.001.746v1.31c.003.73-.005 1.46-.023 2.189l-.006.194c-.008.224-.018.445-.03.712-.05 1.064-.22 1.79-.466 2.427a4.884 4.884 0 0 1-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.427.465-.267.012-.488.022-.712.03l-.194.006c-.73.018-1.46.025-2.189.023l-.746.001H8.973a78.69 78.69 0 0 1-2.189-.023l-.194-.006a60.403 60.403 0 0 1-.712-.03c-1.064-.05-1.79-.22-2.428-.466a4.89 4.89 0 0 1-1.77-1.153A4.904 4.904 0 0 1 .524 16.55C.278 15.913.11 15.187.06 14.123a74.361 74.361 0 0 1-.03-.712l-.005-.194c-.018-.73-.027-1.46-.025-2.189V8.972a78.82 78.82 0 0 1 .022-2.188L.03 6.59c.008-.224.018-.446.03-.712.05-1.065.218-1.79.465-2.428A4.88 4.88 0 0 1 1.68 1.68 4.897 4.897 0 0 1 3.45.525C4.088.278 4.813.11 5.878.06L6.59.03l.194-.005C7.514.007 8.243-.002 8.972 0l2.056.001Zm-1.028 5A5 5 0 1 0 10 15a5 5 0 0 0 0-9.999Zm0 2A3 3 0 1 1 10.001 13a3 3 0 0 1 0-6v.001Zm5.25-3.5a1.25 1.25 0 0 0 0 2.498 1.25 1.25 0 0 0 0-2.5v.002Z'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.instagram:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M11.028.001c.73-.003 1.46.005 2.19.022l.193.007c.224.008.445.018.712.03 1.064.05 1.79.218 2.427.465.66.254 1.216.598 1.772 1.154.509.5.902 1.104 1.153 1.771.247.637.415 1.364.465 2.428.012.266.022.488.03.712l.006.194c.018.73.026 1.459.023 2.188l.001.746v1.31c.003.73-.005 1.46-.023 2.189l-.006.194c-.008.224-.018.445-.03.712-.05 1.064-.22 1.79-.466 2.427a4.884 4.884 0 0 1-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.427.465-.267.012-.488.022-.712.03l-.194.006c-.73.018-1.46.025-2.189.023l-.746.001H8.973a78.69 78.69 0 0 1-2.189-.023l-.194-.006a60.403 60.403 0 0 1-.712-.03c-1.064-.05-1.79-.22-2.428-.466a4.89 4.89 0 0 1-1.77-1.153A4.904 4.904 0 0 1 .524 16.55C.278 15.913.11 15.187.06 14.123a74.361 74.361 0 0 1-.03-.712l-.005-.194c-.018-.73-.027-1.46-.025-2.189V8.972a78.82 78.82 0 0 1 .022-2.188L.03 6.59c.008-.224.018-.446.03-.712.05-1.065.218-1.79.465-2.428A4.88 4.88 0 0 1 1.68 1.68 4.897 4.897 0 0 1 3.45.525C4.088.278 4.813.11 5.878.06L6.59.03l.194-.005C7.514.007 8.243-.002 8.972 0l2.056.001Zm-1.028 5A5 5 0 1 0 10 15a5 5 0 0 0 0-9.999Zm0 2A3 3 0 1 1 10.001 13a3 3 0 0 1 0-6v.001Zm5.25-3.5a1.25 1.25 0 0 0 0 2.498 1.25 1.25 0 0 0 0-2.5v.002Z'/%3E%3C/svg%3E");
  }
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 {
  position: relative;
  width: calc(50% - 18px);
  margin: auto 0 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list {
  position: relative;
  width: 100%;
  height: 94px;
  padding: 0 30px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu {
  height: 100%;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul {
  display: flex;
  height: 100%;
  align-items: center;
  width: min-content;
  margin-left: auto;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li {
  margin-right: 10px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li a {
  position: relative;
  display: block;
  width: 160px;
  height: 48px;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li:nth-child(1) a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cmask id='a' width='160' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23000' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23000' d='M9.502 47.678c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.058-2.346-.203a7.4 7.4 0 0 1-2.08-.683A6.8 6.8 0 0 1 2.19 45.51a6.6 6.6 0 0 1-1.28-1.74 7.1 7.1 0 0 1-.682-2.067c-.153-.838-.192-1.69-.209-2.337C.01 39.104 0 38.23 0 38.23V9.435s.011-.862.018-1.115c.017-.653.056-1.503.208-2.334a7.1 7.1 0 0 1 .682-2.071 6.7 6.7 0 0 1 1.274-1.743A7 7 0 0 1 3.942.898 7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.032 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.053 2.332.202.756.132 1.44.355 2.097.683a7 7 0 0 1 1.746 1.266 7 7 0 0 1 1.285 1.75c.323.638.544 1.313.671 2.056.146.786.191 1.594.218 2.352.004.353.004.733.004 1.11.01.467.01.912.01 1.36v26.088c0 .453 0 .895-.01 1.34 0 .405 0 .777-.005 1.159-.026.734-.071 1.541-.214 2.31a7.1 7.1 0 0 1-.678 2.082 6.8 6.8 0 0 1-1.275 1.727 6.8 6.8 0 0 1-1.756 1.275 7.4 7.4 0 0 1-2.093.685c-.804.145-1.636.184-2.346.203-.367.009-.752.014-1.126.014l-1.36.002z'/%3E%3Cpath stroke='%23a6a6a6' stroke-width='1.778' d='m150.479.889 1.135.014v.001c.634.016 1.435.053 2.198.19l.003.002a6.6 6.6 0 0 1 1.845.601v.001a6 6 0 0 1 1.523 1.112l.004.002c.442.44.816.954 1.116 1.532a6.4 6.4 0 0 1 .589 1.818l.003.012c.1.543.148 1.105.178 1.672l.025.567c.003.344.004.712.004 1.085v.019c.009.46.009.898.009 1.351V37.13c0 .457 0 .893-.009 1.33v.02c0 .401-.001.764-.005 1.135-.026.732-.07 1.49-.201 2.195l-.001.014a6.3 6.3 0 0 1-.591 1.834 6 6 0 0 1-.949 1.35l-.16.165-.008.009a5.9 5.9 0 0 1-1.528 1.115 6.5 6.5 0 0 1-1.847.607h-.001c-.551.1-1.125.147-1.673.172l-.539.02c-.36.008-.737.012-1.102.012h-.002l-1.36.002-139.633-.002c-.373 0-.738-.004-1.11-.012-.693-.02-1.47-.058-2.213-.192a6.5 6.5 0 0 1-1.831-.603l-.003-.002A5.9 5.9 0 0 1 2.82 45.19l-.008-.008-.165-.168a5.8 5.8 0 0 1-.946-1.353l-.002-.004a6.3 6.3 0 0 1-.596-1.825l-.001-.007c-.14-.774-.178-1.575-.195-2.216v-.005l-.012-.658-.004-.33-.001-.102-.001-.029V9.472l.002-.1c0-.086.003-.202.005-.326.003-.251.008-.525.011-.645v-.003c.017-.647.054-1.447.194-2.212V6.18c.12-.69.317-1.285.598-1.834l.002-.003a5.9 5.9 0 0 1 1.107-1.525l.003-.003a6.1 6.1 0 0 1 1.533-1.12v.001a6.4 6.4 0 0 1 1.827-.6h.003C6.949.956 7.75.92 8.393.903L9.515.89z'/%3E%3C/g%3E%3Cg fill='%23fff' clip-path='url(%23b)'%3E%3Cpath d='M49.032 29.599h-2.966v3.968c1.205 0 2.517-.045 3.663-.262l.106.853c-.898.17-2.575.296-4.218.296h-.637v-5.72h4.052zM51.5 31.19h1.287v.876h-1.287v4.366h-1.099v-8.505h1.099zM61.578 32.124v.841h-3.38v1.603h-1.11v-1.603H53.58v-.842h7.998m-7.053-2.24c0-.99 1.193-1.695 3.071-1.695s3.084.717 3.084 1.695c0 .977-1.205 1.717-3.072 1.717s-3.083-.717-3.083-1.717m1.146 5.492h4.985v.83h-6.072v-2.422h1.087v1.592m-.036-5.481c0 .546.827.898 1.95.898s1.96-.352 1.96-.898-.791-.91-1.949-.91-1.949.353-1.949.91zM70.556 34.522v.84H62.57v-.84h3.438v-1.388h-2.422v-2.786h4.844v-1.034h-4.856v-.842h5.966v2.73h-4.855v1.102h5.08v.842h-2.658v1.387h3.45zM79.535 35.307h-7.986v-.841h7.986zm-1.028-5.799h-4.844v2.343h4.915v.852h-5.99v-4.036h5.92v.853zM88.3 30.816h-5.15v-.83h5.15zm-2.527 4.003c-1.217 0-2.103-.75-2.103-1.808s.886-1.808 2.103-1.808c1.216 0 2.126.75 2.126 1.808 0 1.057-.91 1.808-2.126 1.808m1.335-5.481h-2.682v-.853h2.682zm-1.335 4.65c.602 0 1.075-.409 1.075-.977s-.461-.978-1.075-.978c-.615 0-1.052.41-1.052.978s.45.977 1.052.977m4.323-2.547h1.264v.865h-1.264v4.127H89.01V27.94h1.086zM92.814 34.886l-.614-.819c2.043-.944 3.307-2.638 3.473-4.366h-2.977v-.864h4.135c-.071 2.558-1.335 4.662-4.017 6.06zm6.663 1.546h-1.099v-8.505h1.099zM52.848 19.672h-4.773l-1.146 3.263h-2.02l4.513-12.064h2.102l4.525 12.064h-2.056zm-4.289-1.501h3.792l-1.866-5.299h-.047l-1.867 5.299zM65.843 18.536c0 2.729-1.525 4.491-3.816 4.491-1.3 0-2.34-.557-2.871-1.535h-.047v4.355H57.23V14.135h1.82v1.467h.035c.52-.944 1.63-1.558 2.906-1.558 2.316 0 3.852 1.763 3.852 4.492m-1.926 0c0-1.785-.957-2.957-2.41-2.957s-2.398 1.194-2.398 2.957.968 2.956 2.398 2.956 2.41-1.16 2.41-2.956M75.92 18.536c0 2.729-1.524 4.491-3.816 4.491-1.3 0-2.34-.557-2.87-1.535h-.048v4.355h-1.878V14.135h1.819v1.467h.035c.52-.944 1.63-1.558 2.907-1.558 2.315 0 3.85 1.763 3.85 4.492m-1.926 0c0-1.785-.957-2.957-2.41-2.957s-2.398 1.194-2.398 2.957.969 2.956 2.398 2.956 2.41-1.16 2.41-2.956M82.607 19.57c.142 1.194 1.347 1.979 3 1.979s2.718-.785 2.718-1.865c0-.932-.686-1.501-2.316-1.888l-1.63-.375c-2.304-.534-3.367-1.569-3.367-3.252 0-2.08 1.89-3.514 4.56-3.514s4.466 1.433 4.525 3.514h-1.89c-.119-1.205-1.146-1.933-2.659-1.933s-2.54.74-2.54 1.808c0 .853.662 1.353 2.28 1.74l1.383.33c2.575.58 3.638 1.58 3.638 3.343 0 2.262-1.866 3.672-4.843 3.672-2.777 0-4.655-1.376-4.773-3.559zM94.361 12.055v2.08h1.737v1.433H94.36v4.856c0 .75.343 1.103 1.11 1.103.19 0 .497-.023.615-.046v1.421c-.213.046-.626.08-1.04.08-1.855 0-2.575-.67-2.575-2.376v-5.038h-1.323v-1.432h1.323v-2.081zM97.126 18.535c0-2.763 1.69-4.503 4.335-4.503 2.647 0 4.336 1.74 4.336 4.503s-1.677 4.503-4.336 4.503c-2.658 0-4.335-1.728-4.335-4.503m6.757 0c0-1.899-.898-3.025-2.422-3.025s-2.421 1.126-2.421 3.025.897 3.013 2.421 3.013 2.422-1.114 2.422-3.013M107.345 14.135h1.784v1.501h.047c.284-1 1.122-1.592 2.197-1.592.272 0 .497.034.638.069v1.694c-.141-.057-.484-.114-.838-.114-1.205 0-1.95.785-1.95 2.024v5.22h-1.878zM120.671 20.354c-.248 1.592-1.867 2.695-3.934 2.695-2.658 0-4.312-1.717-4.312-4.468s1.654-4.549 4.229-4.549 4.123 1.672 4.123 4.344v.614h-6.45v.114c0 1.5.98 2.49 2.457 2.49 1.04 0 1.855-.478 2.115-1.24h1.784zm-6.344-2.626h4.572c-.047-1.342-.934-2.229-2.245-2.229s-2.233.898-2.327 2.229M128.373 11.065h1.465v11.29h-1.465V16.66h-1.075c-.13 2.013-.98 3.764-2.693 3.764-1.879 0-2.718-2.104-2.718-4.355s.839-4.31 2.718-4.31c1.677 0 2.528 1.638 2.693 3.582h1.075zm-2.492 5.003c0-1.66-.414-2.923-1.276-2.923s-1.229 1.263-1.229 2.923.39 2.91 1.229 2.91c.838 0 1.276-1.25 1.276-2.91m6.509-5.242v12.098h-1.465V10.826zM139.006 13.668c0 2.468 1.181 4.23 3.107 5.231l-.91 1.137c-1.157-.637-2.599-2.001-2.977-3.263-.331 1.319-1.76 2.888-3.012 3.57l-.957-1.091c2.091-1.194 3.154-3.105 3.154-5.538v-1.876h1.607v1.819zm5.895 9.268h-1.571v-6.652h-2.516V15.01h2.516v-4.184h1.571v12.11M33.484 23.936c-.035-3.127 2.659-4.65 2.788-4.719-1.523-2.138-3.886-2.433-4.713-2.456-1.985-.205-3.91 1.137-4.915 1.137s-2.587-1.126-4.265-1.091c-2.161.034-4.182 1.239-5.28 3.104-2.28 3.809-.58 9.403 1.606 12.485 1.099 1.512 2.375 3.195 4.053 3.127 1.642-.068 2.256-1 4.229-1s2.528 1 4.241.966c1.76-.023 2.87-1.512 3.922-3.036 1.264-1.729 1.772-3.434 1.796-3.514-.035-.011-3.414-1.25-3.45-5.003zM30.26 14.738c.885-1.058 1.488-2.502 1.31-3.969-1.275.057-2.87.853-3.792 1.888-.815.91-1.535 2.41-1.346 3.82 1.429.103 2.906-.693 3.827-1.74'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M16 10.667h128.889v25.778H16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li:nth-child(2) a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cmask id='a' width='160' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23000' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3Cpath stroke='%23a6a6a6' stroke-width='1.778' d='m150.479.889 1.135.014v.001c.634.016 1.435.053 2.198.19l.003.002a6.6 6.6 0 0 1 1.845.601v.001a6 6 0 0 1 1.523 1.112l.004.002c.442.44.816.954 1.116 1.532a6.4 6.4 0 0 1 .589 1.818l.003.012c.1.543.148 1.105.178 1.672l.025.567c.003.344.004.712.004 1.085v.019c.009.46.009.898.009 1.351V37.13c0 .457 0 .893-.009 1.33v.02c0 .401-.001.764-.005 1.135-.026.732-.07 1.49-.201 2.195l-.001.014a6.3 6.3 0 0 1-.591 1.834 6 6 0 0 1-.949 1.35l-.16.165-.008.009a5.9 5.9 0 0 1-1.528 1.115 6.5 6.5 0 0 1-1.847.607h-.001c-.551.1-1.125.147-1.673.172l-.539.02c-.36.008-.737.012-1.102.012h-.002l-1.36.002-139.633-.002c-.373 0-.738-.004-1.11-.012-.693-.02-1.47-.058-2.213-.192a6.5 6.5 0 0 1-1.831-.603l-.003-.002A5.9 5.9 0 0 1 2.82 45.19l-.008-.008-.165-.168a5.8 5.8 0 0 1-.946-1.353l-.002-.004a6.3 6.3 0 0 1-.596-1.825l-.001-.007c-.14-.774-.178-1.575-.195-2.216v-.005l-.012-.658-.004-.33-.001-.102-.001-.029V9.472l.002-.1c0-.086.003-.202.005-.326.003-.251.008-.525.011-.645v-.003c.017-.647.054-1.447.194-2.212V6.18c.12-.69.317-1.285.598-1.834l.002-.003a5.9 5.9 0 0 1 1.107-1.525l.003-.003a6.1 6.1 0 0 1 1.533-1.12v.001a6.4 6.4 0 0 1 1.827-.6h.003C6.949.956 7.75.92 8.393.903L9.515.89z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23ea4435' d='m25.897 22.898-12.45 12.887v.007c.382 1.399 1.692 2.428 3.248 2.428.62 0 1.204-.164 1.705-.45l.04-.024 14.012-7.886-6.558-6.964z'/%3E%3Cpath fill='%23f9bc15' d='m38.49 20.704-.012-.008-6.05-3.42-6.814 5.916 6.838 6.668 6.018-3.387c1.056-.555 1.772-1.64 1.772-2.89 0-1.252-.706-2.322-1.752-2.88'/%3E%3Cpath fill='%23547dbf' d='M13.448 11.325q-.114.406-.115.844V34.94q.001.44.115.843l12.876-12.557z'/%3E%3Cpath fill='%2333a852' d='m25.987 23.556 6.443-6.283L18.435 9.36a3.4 3.4 0 0 0-1.738-.47c-1.556 0-2.868 1.032-3.25 2.434v.002z'/%3E%3Cpath fill='%23fff' d='M51.853 19.852a4.86 4.86 0 0 1-1.835-1.764 4.74 4.74 0 0 1-.68-2.497q.001-1.378.68-2.498a4.9 4.9 0 0 1 1.835-1.764 5.1 5.1 0 0 1 2.528-.643q1.104 0 2.03.381a4.45 4.45 0 0 1 1.574 1.063l-1.02.996q-.983-1.075-2.584-1.074a3.7 3.7 0 0 0-1.761.438 3.3 3.3 0 0 0-1.305 1.254q-.483.813-.484 1.85c0 .69.164 1.317.491 1.856a3.4 3.4 0 0 0 1.305 1.246 3.66 3.66 0 0 0 1.77.439q1.519 0 2.474-.932a2.4 2.4 0 0 0 .518-.734q.21-.446.288-.985H54.37v-1.272h4.68q.08.446.08.76a5 5 0 0 1-.288 1.7 3.9 3.9 0 0 1-.895 1.422q-.645.683-1.546 1.044-.901.36-2.016.36a5.1 5.1 0 0 1-2.529-.643zM61.993 20.028a3.3 3.3 0 0 1-1.278-1.28 3.6 3.6 0 0 1-.457-1.809q-.001-.994.457-1.809.457-.81 1.278-1.28.82-.465 1.854-.464c.69 0 1.295.157 1.842.472q.821.472 1.278 1.284a3.6 3.6 0 0 1 .457 1.797 3.64 3.64 0 0 1-.457 1.81 3.35 3.35 0 0 1-1.27 1.28q-.813.464-1.85.464t-1.854-.465m2.917-1.108q.484-.276.78-.787.295-.51.295-1.194t-.296-1.194a2.09 2.09 0 0 0-1.842-1.062q-.58 0-1.068.276a2.07 2.07 0 0 0-.786.786q-.297.512-.296 1.194 0 .684.296 1.195.295.51.786.786a2.15 2.15 0 0 0 1.068.276q.577 0 1.063-.276M70.154 20.028a3.3 3.3 0 0 1-1.278-1.28 3.6 3.6 0 0 1-.457-1.809q-.001-.994.457-1.809.457-.81 1.278-1.28.82-.465 1.854-.464c.69 0 1.295.157 1.843.472q.82.472 1.277 1.284.458.815.457 1.797a3.64 3.64 0 0 1-.457 1.81 3.35 3.35 0 0 1-1.27 1.28q-.813.464-1.85.464t-1.854-.465m2.917-1.108q.484-.276.78-.787.295-.51.295-1.194t-.296-1.194a2.09 2.09 0 0 0-1.842-1.062q-.58 0-1.067.276a2.07 2.07 0 0 0-.787.786q-.296.512-.296 1.194 0 .684.296 1.195.297.51.787.786a2.15 2.15 0 0 0 1.067.276q.577 0 1.063-.276M77.957 22.77q-.827-.558-1.109-1.345l1.344-.55q.216.536.706.865.492.33 1.136.329.954 0 1.493-.572.539-.573.538-1.606v-.644h-.081a2.3 2.3 0 0 1-.902.76 2.9 2.9 0 0 1-1.29.277 3.1 3.1 0 0 1-1.607-.43 3.14 3.14 0 0 1-1.17-1.215q-.437-.786-.438-1.799.001-1.012.437-1.8.437-.786 1.17-1.22a3.1 3.1 0 0 1 1.608-.436q.712.002 1.285.281.574.283.907.768h.08v-.839h1.386v6.335q0 1.076-.43 1.842a2.8 2.8 0 0 1-1.205 1.16q-.773.394-1.78.394-1.252 0-2.078-.558zm3.099-4.03q.458-.258.733-.744.275-.483.276-1.156c0-.448-.093-.848-.276-1.175a1.9 1.9 0 0 0-.733-.743 2.04 2.04 0 0 0-1.01-.253q-.553 0-1.014.252c-.307.17-.554.415-.74.744q-.275.492-.276 1.175c0 .455.093.837.276 1.163q.275.49.74.744.465.253 1.014.252.55 0 1.01-.257zM85.173 10.896h1.451v9.39h-1.451zM91.745 20.496q1.071 0 1.815-.472c.499-.315.875-.67 1.144-1.063l-1.21-.787c-.445.644-1.036.958-1.75.958-.779 0-1.358-.355-1.722-1.048l4.748-1.917-.162-.393c-.203-.538-.564-1.048-1.062-1.508s-1.156-.696-1.977-.696c-.606 0-1.17.145-1.681.433-.51.303-.914.708-1.21 1.235-.31.524-.457 1.127-.457 1.797s.15 1.22.457 1.744c.31.54.726.959 1.266 1.261.537.303 1.144.46 1.803.46zm-1.977-3.568a1.9 1.9 0 0 1 .995-1.785c.295-.158.579-.236.86-.236.31 0 .579.066.82.197.242.146.404.315.499.54l-3.174 1.286zm9.278 3.358h1.507v-3.647h1.83c.564 0 1.09-.119 1.574-.367a3.06 3.06 0 0 0 1.143-1.022c.283-.434.418-.932.418-1.482 0-.551-.135-1.05-.418-1.483a3 3 0 0 0-1.143-1.022 3.4 3.4 0 0 0-1.574-.367h-3.335v9.395zm1.507-5.039v-2.952h1.857c.337 0 .618.066.86.21.242.142.43.328.552.55s.188.46.188.708-.068.486-.188.707a1.45 1.45 0 0 1-.552.551 1.65 1.65 0 0 1-.86.224h-1.857zm6.265 5.039h1.48V10.89h-1.48zm5.38.21c.472 0 .875-.093 1.239-.289.364-.198.633-.434.833-.722h.068v.8h1.454v-4.172c0-.865-.269-1.535-.806-2.021q-.807-.708-2.299-.708c-.592 0-1.129.119-1.615.34-.484.225-.875.551-1.183.959l1.036.774a1.93 1.93 0 0 1 .753-.617c.31-.145.632-.224.982-.224.498 0 .901.131 1.209.381.311.262.472.603.472 1.01v.342c-.188-.093-.445-.172-.767-.25a5.4 5.4 0 0 0-1.09-.106c-.821 0-1.493.198-2.018.603-.538.408-.807.944-.807 1.64 0 .434.108.827.323 1.168.215.355.511.617.901.8.391.198.821.29 1.32.29zm.257-1.195c-.391 0-.699-.104-.941-.302a.93.93 0 0 1-.364-.749c0-.34.134-.617.391-.838.256-.21.672-.315 1.224-.315.295 0 .579.04.86.105.269.066.511.157.713.276q0 .493-.242.906c-.161.276-.39.498-.671.67-.281.171-.606.25-.968.25zM119.181 19.92l-2.864-6.32h1.613l1.962 4.563h.066l1.896-4.564h1.6l-4.234 9.521h-1.547l1.506-3.2zM127.1 17.505c-.833 0-1.346-1.063-1.346-2.94 0-1.875.511-2.926 1.346-2.926s1.346 1.049 1.346 2.927-.51 2.938-1.346 2.938m3.888-3.568h-1.305c-.149-2.217-1.129-3.568-2.583-3.568-1.573 0-2.609 1.601-2.609 4.2 0 2.597 1.036 4.21 2.609 4.21 1.481 0 2.475-1.418 2.597-3.727h1.293v5.682h1.293V9.67h-1.293v4.263zm2.433-4.488v11.835h1.32V9.447h-1.32zm7.555.958h-1.4v1.954c0 2.217-1.183 4.5-3.081 5.406l.875 1.075c1.385-.696 2.379-2.074 2.919-3.754.526 1.587 1.508 2.886 2.879 3.556l.821-1.09c-1.857-.838-3.013-2.99-3.013-5.195v-1.954zm4.29-.984v3.896h-2.597v1.101h2.597v6.888h1.401V9.42h-1.401zM56.739 31.788h-1.434v4.68h-1.048v-8.975h1.048v3.451h1.434zm-7.13 1.628c1.486-.01 2.602-.07 3.885-.288l.112.843c-1.392.248-2.633.298-4.29.298h-.753v-5.922h4.271v.834h-3.222v4.235zM59.847 29.529c0 .634.843 1 2.145 1s2.136-.366 2.136-1-.843-1.001-2.136-1.001c-1.292 0-2.145.367-2.145 1.001m.07 5.932h5.33v.834H58.86v-2.648h1.058zm-1.18-5.932c0-1.12 1.281-1.826 3.255-1.826 1.975 0 3.255.706 3.255 1.826s-1.293 1.826-3.255 1.826-3.254-.706-3.254-1.826m7.424 2.43v.835H62.6v1.697h-1.068v-1.697h-3.702v-.834zM75.306 34.566v.841h-8.32v-.841h3.621v-1.528h-2.614v-2.886h5.287v-1.201h-5.307v-.822h6.346v2.836h-5.3v1.249h5.503v.824h-2.869v1.528zM83.948 32.553h-6.365v-4.266h6.294v.834H78.63v2.61h5.32zm.946 1.913v.844h-8.33v-.844z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M13.333 8.889h133.333v29.333H13.333z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li:nth-child(3) a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3Cpath stroke='%23a6a6a6' stroke-width='1.778' d='m150.479.889 1.135.014v.001c.634.016 1.435.053 2.198.19l.003.002a6.6 6.6 0 0 1 1.845.601v.001a6 6 0 0 1 1.523 1.112l.004.002c.442.44.816.954 1.116 1.532a6.4 6.4 0 0 1 .589 1.818l.003.012c.1.543.148 1.105.178 1.672l.025.567c.003.344.004.712.004 1.085v.019c.009.46.009.898.009 1.351V37.13c0 .457 0 .893-.009 1.33v.02c0 .401-.001.764-.005 1.135-.026.732-.07 1.49-.201 2.195l-.001.014a6.3 6.3 0 0 1-.591 1.834 6 6 0 0 1-.949 1.35l-.16.165-.008.009a5.9 5.9 0 0 1-1.528 1.115 6.5 6.5 0 0 1-1.847.607h-.001c-.551.1-1.125.147-1.673.172l-.539.02c-.36.008-.737.012-1.102.012h-.002l-1.36.002-139.633-.002c-.373 0-.738-.004-1.11-.012-.693-.02-1.47-.058-2.213-.192a6.5 6.5 0 0 1-1.831-.603l-.003-.002A5.9 5.9 0 0 1 2.82 45.19l-.008-.008-.165-.168a5.8 5.8 0 0 1-.946-1.353l-.002-.004a6.3 6.3 0 0 1-.596-1.825l-.001-.007c-.14-.774-.178-1.575-.195-2.216v-.005l-.012-.658-.004-.33-.001-.102-.001-.029V9.472l.002-.1c0-.086.003-.202.005-.326.003-.251.008-.525.011-.645v-.003c.017-.647.054-1.447.194-2.212V6.18c.12-.69.317-1.285.598-1.834l.002-.003a5.9 5.9 0 0 1 1.107-1.525l.003-.003a6.1 6.1 0 0 1 1.533-1.12v.001a6.4 6.4 0 0 1 1.827-.6h.003C6.949.956 7.75.92 8.393.903L9.515.89z'/%3E%3Cpath fill='%23fff' d='M60.874 12.442a3.556 3.556 0 0 1 3.555 3.556v10.433a3.556 3.556 0 0 1-3.556 3.555H46.1a3.556 3.556 0 0 1-3.556-3.555V15.998a3.556 3.556 0 0 1 3.556-3.556zM45.98 13.626a2.67 2.67 0 0 0-2.394 2.653v9.871l.014.273a2.67 2.67 0 0 0 2.38 2.38l.273.014H60.72l.274-.014a2.67 2.67 0 0 0 2.38-2.38l.013-.273v-9.87a2.67 2.67 0 0 0-2.667-2.668H46.253zm14.74 1.764c.491 0 .89.399.89.89v9.87a.89.89 0 0 1-.89.89H46.253a.89.89 0 0 1-.89-.89v-9.87c0-.492.4-.89.89-.89zm-1.105 2.698a.444.444 0 0 0-.598-.194l-11.464 5.848a.444.444 0 0 0 .405.792l11.463-5.848a.445.445 0 0 0 .194-.598'/%3E%3Crect width='7.295' height='3.509' x='49.839' y='31.157' fill='%23fff' rx='.889'/%3E%3Crect width='15.632' height='2.339' x='45.67' y='32.327' fill='%23fff' rx='.889'/%3E%3Cpath fill='%23fff' d='M74.632 12.833h3.93q1.125 0 1.938.43.819.424 1.243 1.195.423.77.424 1.771 0 1.008-.438 1.771-.43.757-1.257 1.188-.82.423-1.958.423h-2.528v-1.68h2.202q.603 0 1.013-.209.417-.215.619-.597.2-.382.2-.896t-.2-.889a1.33 1.33 0 0 0-.619-.583q-.41-.208-1.02-.208h-1.466v8.34h-2.083zm15.576 3.507q-.075-.556-.375-.958a1.87 1.87 0 0 0-.763-.625 2.5 2.5 0 0 0-1.05-.215q-.783 0-1.374.396-.583.388-.91 1.138-.326.743-.326 1.785 0 1.07.326 1.813.327.735.91 1.125.59.382 1.354.382.577 0 1.035-.209.465-.208.77-.59.306-.39.403-.924l2.118.021a3.9 3.9 0 0 1-.68 1.757q-.555.813-1.5 1.306-.944.486-2.174.486-1.347 0-2.41-.611-1.062-.618-1.666-1.785-.597-1.174-.597-2.77 0-1.611.604-2.779.611-1.166 1.666-1.777 1.064-.611 2.403-.611 1.16 0 2.098.43a3.73 3.73 0 0 1 1.52 1.257q.591.82.736 1.958zm13.764 7.861h-1.757V11.514h1.757zm-1.257-6.784h-3.416v-1.438h3.416zm-7.173-1.848h2.59v-3.062h1.736v8.688h-6.097v-8.688h1.77zm2.59 4.209v-2.82h-2.59v2.82zm17.285-3.535h-3v-1.437h3zm.833 4.528h-1.764v-9.23h1.764zm.306 3.18h-8.695v-1.43h8.695zm-6.917-.597h-1.778v-3.396h1.778zm.368-9.36q0 1.222-.396 2.29a5.1 5.1 0 0 1-1.194 1.876q-.8.798-1.972 1.194l-.917-1.43q1-.32 1.68-.93a4 4 0 0 0 1.021-1.383 4 4 0 0 0 .334-1.618v-.82h1.444zm.361.013q0 .77.32 1.493.319.715.965 1.299.653.583 1.625.896l-.875 1.402q-1.146-.375-1.931-1.146a4.9 4.9 0 0 1-1.159-1.784 6.1 6.1 0 0 1-.382-2.16v-.833h1.437zm2.521-.194h-6.861v-1.424h6.861zM80.245 35.598h-1.111v-7.93h1.11zm1.172-4.084h-1.415v-.907h1.415zm-6.424 1.25a27 27 0 0 0 1.906-.052 17 17 0 0 0 1.666-.2l.122.929a16 16 0 0 1-1.693.191q-.842.048-2 .043h-.67v-.911zm3.038-3.46h-2.6v3.911h-1.106v-4.809h3.706zm10.881 3.1H81.69v-.877h7.222zm-2.986 1.376h-1.124v-1.676h1.124zm2.192 1.662H82.55v-.903h5.568zm-4.453-.66h-1.116v-1.71h1.116zm1.632-6.957q.856 0 1.497.204.647.204 1.003.573t.356.868a1.2 1.2 0 0 1-.356.859q-.356.364-1.003.564-.642.2-1.497.2a5.1 5.1 0 0 1-1.502-.2q-.65-.199-1.011-.564a1.2 1.2 0 0 1-.356-.86q0-.498.356-.867.36-.369 1.011-.573t1.502-.204m0 .876q-.512 0-.89.087-.373.087-.577.26a.53.53 0 0 0-.2.422q0 .234.2.399.204.165.577.252.378.087.89.087.516 0 .89-.087.373-.087.573-.252t.2-.4a.53.53 0 0 0-.2-.42q-.201-.174-.573-.26a4 4 0 0 0-.89-.088M96.603 34.7h-7.222v-.907h7.222zm-3.081-.53h-1.09v-1.875h1.09zm2.248-3.364h-4.453v1.35h-1.102v-2.218h4.461v-.859h-4.475v-.89h5.569zm.187 1.789h-5.742v-.899h5.742zm7.539-.374h-5.582v-.885h5.582zm.79 2.396h-7.223v-.911h7.223zm-.847-5.386h-4.431v2.474h-1.094v-3.368h5.525zm9.592 6.345h-1.093V27.67h1.093zm1.172-3.897h-1.415v-.907h1.415zm-2.804-1.936h-4.639v-.89h4.639zm-2.3.439q.578 0 1.037.242.46.24.721.669.264.429.265.972a1.82 1.82 0 0 1-.986 1.645q-.46.24-1.037.239-.578 0-1.037-.239a1.8 1.8 0 0 1-.721-.673 1.84 1.84 0 0 1-.26-.972q0-.542.26-.972t.721-.669a2.2 2.2 0 0 1 1.037-.242m0 .902q-.273 0-.495.122a.86.86 0 0 0-.343.343q-.121.221-.121.516 0 .3.121.521a.9.9 0 0 0 .343.343q.222.117.495.117.282 0 .499-.117a.83.83 0 0 0 .334-.343q.122-.222.122-.52 0-.297-.122-.517a.8.8 0 0 0-.334-.343 1 1 0 0 0-.499-.122m.551-1.892h-1.102v-1.398h1.102zm11.472 6.384h-1.125V27.67h1.125zm-2.366-7.074q0 1.271-.343 2.309a5.1 5.1 0 0 1-1.15 1.9q-.812.865-2.174 1.511l-.582-.885q1.142-.539 1.832-1.211.69-.673 1.002-1.51.313-.838.313-1.919v-.195zm-.594.872h-3.234v-.872h3.234z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h160v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_appstore a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cmask id='a' width='160' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23000' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23000' d='M9.502 47.678c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.058-2.346-.203a7.4 7.4 0 0 1-2.08-.683A6.8 6.8 0 0 1 2.19 45.51a6.6 6.6 0 0 1-1.28-1.74 7.1 7.1 0 0 1-.682-2.067c-.153-.838-.192-1.69-.209-2.337C.01 39.104 0 38.23 0 38.23V9.435s.011-.862.018-1.115c.017-.653.056-1.503.208-2.334a7.1 7.1 0 0 1 .682-2.071 6.7 6.7 0 0 1 1.274-1.743A7 7 0 0 1 3.942.898 7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.032 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.053 2.332.202.756.132 1.44.355 2.097.683a7 7 0 0 1 1.746 1.266 7 7 0 0 1 1.285 1.75c.323.638.544 1.313.671 2.056.146.786.191 1.594.218 2.352.004.353.004.733.004 1.11.01.467.01.912.01 1.36v26.088c0 .453 0 .895-.01 1.34 0 .405 0 .777-.005 1.159-.026.734-.071 1.541-.214 2.31a7.1 7.1 0 0 1-.678 2.082 6.8 6.8 0 0 1-1.275 1.727 6.8 6.8 0 0 1-1.756 1.275 7.4 7.4 0 0 1-2.093.685c-.804.145-1.636.184-2.346.203-.367.009-.752.014-1.126.014l-1.36.002z'/%3E%3Cpath stroke='%23a6a6a6' stroke-width='1.778' d='m150.479.889 1.135.014v.001c.634.016 1.435.053 2.198.19l.003.002a6.6 6.6 0 0 1 1.845.601v.001a6 6 0 0 1 1.523 1.112l.004.002c.442.44.816.954 1.116 1.532a6.4 6.4 0 0 1 .589 1.818l.003.012c.1.543.148 1.105.178 1.672l.025.567c.003.344.004.712.004 1.085v.019c.009.46.009.898.009 1.351V37.13c0 .457 0 .893-.009 1.33v.02c0 .401-.001.764-.005 1.135-.026.732-.07 1.49-.201 2.195l-.001.014a6.3 6.3 0 0 1-.591 1.834 6 6 0 0 1-.949 1.35l-.16.165-.008.009a5.9 5.9 0 0 1-1.528 1.115 6.5 6.5 0 0 1-1.847.607h-.001c-.551.1-1.125.147-1.673.172l-.539.02c-.36.008-.737.012-1.102.012h-.002l-1.36.002-139.633-.002c-.373 0-.738-.004-1.11-.012-.693-.02-1.47-.058-2.213-.192a6.5 6.5 0 0 1-1.831-.603l-.003-.002A5.9 5.9 0 0 1 2.82 45.19l-.008-.008-.165-.168a5.8 5.8 0 0 1-.946-1.353l-.002-.004a6.3 6.3 0 0 1-.596-1.825l-.001-.007c-.14-.774-.178-1.575-.195-2.216v-.005l-.012-.658-.004-.33-.001-.102-.001-.029V9.472l.002-.1c0-.086.003-.202.005-.326.003-.251.008-.525.011-.645v-.003c.017-.647.054-1.447.194-2.212V6.18c.12-.69.317-1.285.598-1.834l.002-.003a5.9 5.9 0 0 1 1.107-1.525l.003-.003a6.1 6.1 0 0 1 1.533-1.12v.001a6.4 6.4 0 0 1 1.827-.6h.003C6.949.956 7.75.92 8.393.903L9.515.89z'/%3E%3C/g%3E%3Cg fill='%23fff' clip-path='url(%23b)'%3E%3Cpath d='M49.032 29.599h-2.966v3.968c1.205 0 2.517-.045 3.663-.262l.106.853c-.898.17-2.575.296-4.218.296h-.637v-5.72h4.052zM51.5 31.19h1.287v.876h-1.287v4.366h-1.099v-8.505h1.099zM61.578 32.124v.841h-3.38v1.603h-1.11v-1.603H53.58v-.842h7.998m-7.053-2.24c0-.99 1.193-1.695 3.071-1.695s3.084.717 3.084 1.695c0 .977-1.205 1.717-3.072 1.717s-3.083-.717-3.083-1.717m1.146 5.492h4.985v.83h-6.072v-2.422h1.087v1.592m-.036-5.481c0 .546.827.898 1.95.898s1.96-.352 1.96-.898-.791-.91-1.949-.91-1.949.353-1.949.91zM70.556 34.522v.84H62.57v-.84h3.438v-1.388h-2.422v-2.786h4.844v-1.034h-4.856v-.842h5.966v2.73h-4.855v1.102h5.08v.842h-2.658v1.387h3.45zM79.535 35.307h-7.986v-.841h7.986zm-1.028-5.799h-4.844v2.343h4.915v.852h-5.99v-4.036h5.92v.853zM88.3 30.816h-5.15v-.83h5.15zm-2.527 4.003c-1.217 0-2.103-.75-2.103-1.808s.886-1.808 2.103-1.808c1.216 0 2.126.75 2.126 1.808 0 1.057-.91 1.808-2.126 1.808m1.335-5.481h-2.682v-.853h2.682zm-1.335 4.65c.602 0 1.075-.409 1.075-.977s-.461-.978-1.075-.978c-.615 0-1.052.41-1.052.978s.45.977 1.052.977m4.323-2.547h1.264v.865h-1.264v4.127H89.01V27.94h1.086zM92.814 34.886l-.614-.819c2.043-.944 3.307-2.638 3.473-4.366h-2.977v-.864h4.135c-.071 2.558-1.335 4.662-4.017 6.06zm6.663 1.546h-1.099v-8.505h1.099zM52.848 19.672h-4.773l-1.146 3.263h-2.02l4.513-12.064h2.102l4.525 12.064h-2.056zm-4.289-1.501h3.792l-1.866-5.299h-.047l-1.867 5.299zM65.843 18.536c0 2.729-1.525 4.491-3.816 4.491-1.3 0-2.34-.557-2.871-1.535h-.047v4.355H57.23V14.135h1.82v1.467h.035c.52-.944 1.63-1.558 2.906-1.558 2.316 0 3.852 1.763 3.852 4.492m-1.926 0c0-1.785-.957-2.957-2.41-2.957s-2.398 1.194-2.398 2.957.968 2.956 2.398 2.956 2.41-1.16 2.41-2.956M75.92 18.536c0 2.729-1.524 4.491-3.816 4.491-1.3 0-2.34-.557-2.87-1.535h-.048v4.355h-1.878V14.135h1.819v1.467h.035c.52-.944 1.63-1.558 2.907-1.558 2.315 0 3.85 1.763 3.85 4.492m-1.926 0c0-1.785-.957-2.957-2.41-2.957s-2.398 1.194-2.398 2.957.969 2.956 2.398 2.956 2.41-1.16 2.41-2.956M82.607 19.57c.142 1.194 1.347 1.979 3 1.979s2.718-.785 2.718-1.865c0-.932-.686-1.501-2.316-1.888l-1.63-.375c-2.304-.534-3.367-1.569-3.367-3.252 0-2.08 1.89-3.514 4.56-3.514s4.466 1.433 4.525 3.514h-1.89c-.119-1.205-1.146-1.933-2.659-1.933s-2.54.74-2.54 1.808c0 .853.662 1.353 2.28 1.74l1.383.33c2.575.58 3.638 1.58 3.638 3.343 0 2.262-1.866 3.672-4.843 3.672-2.777 0-4.655-1.376-4.773-3.559zM94.361 12.055v2.08h1.737v1.433H94.36v4.856c0 .75.343 1.103 1.11 1.103.19 0 .497-.023.615-.046v1.421c-.213.046-.626.08-1.04.08-1.855 0-2.575-.67-2.575-2.376v-5.038h-1.323v-1.432h1.323v-2.081zM97.126 18.535c0-2.763 1.69-4.503 4.335-4.503 2.647 0 4.336 1.74 4.336 4.503s-1.677 4.503-4.336 4.503c-2.658 0-4.335-1.728-4.335-4.503m6.757 0c0-1.899-.898-3.025-2.422-3.025s-2.421 1.126-2.421 3.025.897 3.013 2.421 3.013 2.422-1.114 2.422-3.013M107.345 14.135h1.784v1.501h.047c.284-1 1.122-1.592 2.197-1.592.272 0 .497.034.638.069v1.694c-.141-.057-.484-.114-.838-.114-1.205 0-1.95.785-1.95 2.024v5.22h-1.878zM120.671 20.354c-.248 1.592-1.867 2.695-3.934 2.695-2.658 0-4.312-1.717-4.312-4.468s1.654-4.549 4.229-4.549 4.123 1.672 4.123 4.344v.614h-6.45v.114c0 1.5.98 2.49 2.457 2.49 1.04 0 1.855-.478 2.115-1.24h1.784zm-6.344-2.626h4.572c-.047-1.342-.934-2.229-2.245-2.229s-2.233.898-2.327 2.229M128.373 11.065h1.465v11.29h-1.465V16.66h-1.075c-.13 2.013-.98 3.764-2.693 3.764-1.879 0-2.718-2.104-2.718-4.355s.839-4.31 2.718-4.31c1.677 0 2.528 1.638 2.693 3.582h1.075zm-2.492 5.003c0-1.66-.414-2.923-1.276-2.923s-1.229 1.263-1.229 2.923.39 2.91 1.229 2.91c.838 0 1.276-1.25 1.276-2.91m6.509-5.242v12.098h-1.465V10.826zM139.006 13.668c0 2.468 1.181 4.23 3.107 5.231l-.91 1.137c-1.157-.637-2.599-2.001-2.977-3.263-.331 1.319-1.76 2.888-3.012 3.57l-.957-1.091c2.091-1.194 3.154-3.105 3.154-5.538v-1.876h1.607v1.819zm5.895 9.268h-1.571v-6.652h-2.516V15.01h2.516v-4.184h1.571v12.11M33.484 23.936c-.035-3.127 2.659-4.65 2.788-4.719-1.523-2.138-3.886-2.433-4.713-2.456-1.985-.205-3.91 1.137-4.915 1.137s-2.587-1.126-4.265-1.091c-2.161.034-4.182 1.239-5.28 3.104-2.28 3.809-.58 9.403 1.606 12.485 1.099 1.512 2.375 3.195 4.053 3.127 1.642-.068 2.256-1 4.229-1s2.528 1 4.241.966c1.76-.023 2.87-1.512 3.922-3.036 1.264-1.729 1.772-3.434 1.796-3.514-.035-.011-3.414-1.25-3.45-5.003zM30.26 14.738c.885-1.058 1.488-2.502 1.31-3.969-1.275.057-2.87.853-3.792 1.888-.815.91-1.535 2.41-1.346 3.82 1.429.103 2.906-.693 3.827-1.74'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M16 10.667h128.889v25.778H16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_playstore a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cmask id='a' width='160' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23000' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3Cpath stroke='%23a6a6a6' stroke-width='1.778' d='m150.479.889 1.135.014v.001c.634.016 1.435.053 2.198.19l.003.002a6.6 6.6 0 0 1 1.845.601v.001a6 6 0 0 1 1.523 1.112l.004.002c.442.44.816.954 1.116 1.532a6.4 6.4 0 0 1 .589 1.818l.003.012c.1.543.148 1.105.178 1.672l.025.567c.003.344.004.712.004 1.085v.019c.009.46.009.898.009 1.351V37.13c0 .457 0 .893-.009 1.33v.02c0 .401-.001.764-.005 1.135-.026.732-.07 1.49-.201 2.195l-.001.014a6.3 6.3 0 0 1-.591 1.834 6 6 0 0 1-.949 1.35l-.16.165-.008.009a5.9 5.9 0 0 1-1.528 1.115 6.5 6.5 0 0 1-1.847.607h-.001c-.551.1-1.125.147-1.673.172l-.539.02c-.36.008-.737.012-1.102.012h-.002l-1.36.002-139.633-.002c-.373 0-.738-.004-1.11-.012-.693-.02-1.47-.058-2.213-.192a6.5 6.5 0 0 1-1.831-.603l-.003-.002A5.9 5.9 0 0 1 2.82 45.19l-.008-.008-.165-.168a5.8 5.8 0 0 1-.946-1.353l-.002-.004a6.3 6.3 0 0 1-.596-1.825l-.001-.007c-.14-.774-.178-1.575-.195-2.216v-.005l-.012-.658-.004-.33-.001-.102-.001-.029V9.472l.002-.1c0-.086.003-.202.005-.326.003-.251.008-.525.011-.645v-.003c.017-.647.054-1.447.194-2.212V6.18c.12-.69.317-1.285.598-1.834l.002-.003a5.9 5.9 0 0 1 1.107-1.525l.003-.003a6.1 6.1 0 0 1 1.533-1.12v.001a6.4 6.4 0 0 1 1.827-.6h.003C6.949.956 7.75.92 8.393.903L9.515.89z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23ea4435' d='m25.897 22.898-12.45 12.887v.007c.382 1.399 1.692 2.428 3.248 2.428.62 0 1.204-.164 1.705-.45l.04-.024 14.012-7.886-6.558-6.964z'/%3E%3Cpath fill='%23f9bc15' d='m38.49 20.704-.012-.008-6.05-3.42-6.814 5.916 6.838 6.668 6.018-3.387c1.056-.555 1.772-1.64 1.772-2.89 0-1.252-.706-2.322-1.752-2.88'/%3E%3Cpath fill='%23547dbf' d='M13.448 11.325q-.114.406-.115.844V34.94q.001.44.115.843l12.876-12.557z'/%3E%3Cpath fill='%2333a852' d='m25.987 23.556 6.443-6.283L18.435 9.36a3.4 3.4 0 0 0-1.738-.47c-1.556 0-2.868 1.032-3.25 2.434v.002z'/%3E%3Cpath fill='%23fff' d='M51.853 19.852a4.86 4.86 0 0 1-1.835-1.764 4.74 4.74 0 0 1-.68-2.497q.001-1.378.68-2.498a4.9 4.9 0 0 1 1.835-1.764 5.1 5.1 0 0 1 2.528-.643q1.104 0 2.03.381a4.45 4.45 0 0 1 1.574 1.063l-1.02.996q-.983-1.075-2.584-1.074a3.7 3.7 0 0 0-1.761.438 3.3 3.3 0 0 0-1.305 1.254q-.483.813-.484 1.85c0 .69.164 1.317.491 1.856a3.4 3.4 0 0 0 1.305 1.246 3.66 3.66 0 0 0 1.77.439q1.519 0 2.474-.932a2.4 2.4 0 0 0 .518-.734q.21-.446.288-.985H54.37v-1.272h4.68q.08.446.08.76a5 5 0 0 1-.288 1.7 3.9 3.9 0 0 1-.895 1.422q-.645.683-1.546 1.044-.901.36-2.016.36a5.1 5.1 0 0 1-2.529-.643zM61.993 20.028a3.3 3.3 0 0 1-1.278-1.28 3.6 3.6 0 0 1-.457-1.809q-.001-.994.457-1.809.457-.81 1.278-1.28.82-.465 1.854-.464c.69 0 1.295.157 1.842.472q.821.472 1.278 1.284a3.6 3.6 0 0 1 .457 1.797 3.64 3.64 0 0 1-.457 1.81 3.35 3.35 0 0 1-1.27 1.28q-.813.464-1.85.464t-1.854-.465m2.917-1.108q.484-.276.78-.787.295-.51.295-1.194t-.296-1.194a2.09 2.09 0 0 0-1.842-1.062q-.58 0-1.068.276a2.07 2.07 0 0 0-.786.786q-.297.512-.296 1.194 0 .684.296 1.195.295.51.786.786a2.15 2.15 0 0 0 1.068.276q.577 0 1.063-.276M70.154 20.028a3.3 3.3 0 0 1-1.278-1.28 3.6 3.6 0 0 1-.457-1.809q-.001-.994.457-1.809.457-.81 1.278-1.28.82-.465 1.854-.464c.69 0 1.295.157 1.843.472q.82.472 1.277 1.284.458.815.457 1.797a3.64 3.64 0 0 1-.457 1.81 3.35 3.35 0 0 1-1.27 1.28q-.813.464-1.85.464t-1.854-.465m2.917-1.108q.484-.276.78-.787.295-.51.295-1.194t-.296-1.194a2.09 2.09 0 0 0-1.842-1.062q-.58 0-1.067.276a2.07 2.07 0 0 0-.787.786q-.296.512-.296 1.194 0 .684.296 1.195.297.51.787.786a2.15 2.15 0 0 0 1.067.276q.577 0 1.063-.276M77.957 22.77q-.827-.558-1.109-1.345l1.344-.55q.216.536.706.865.492.33 1.136.329.954 0 1.493-.572.539-.573.538-1.606v-.644h-.081a2.3 2.3 0 0 1-.902.76 2.9 2.9 0 0 1-1.29.277 3.1 3.1 0 0 1-1.607-.43 3.14 3.14 0 0 1-1.17-1.215q-.437-.786-.438-1.799.001-1.012.437-1.8.437-.786 1.17-1.22a3.1 3.1 0 0 1 1.608-.436q.712.002 1.285.281.574.283.907.768h.08v-.839h1.386v6.335q0 1.076-.43 1.842a2.8 2.8 0 0 1-1.205 1.16q-.773.394-1.78.394-1.252 0-2.078-.558zm3.099-4.03q.458-.258.733-.744.275-.483.276-1.156c0-.448-.093-.848-.276-1.175a1.9 1.9 0 0 0-.733-.743 2.04 2.04 0 0 0-1.01-.253q-.553 0-1.014.252c-.307.17-.554.415-.74.744q-.275.492-.276 1.175c0 .455.093.837.276 1.163q.275.49.74.744.465.253 1.014.252.55 0 1.01-.257zM85.173 10.896h1.451v9.39h-1.451zM91.745 20.496q1.071 0 1.815-.472c.499-.315.875-.67 1.144-1.063l-1.21-.787c-.445.644-1.036.958-1.75.958-.779 0-1.358-.355-1.722-1.048l4.748-1.917-.162-.393c-.203-.538-.564-1.048-1.062-1.508s-1.156-.696-1.977-.696c-.606 0-1.17.145-1.681.433-.51.303-.914.708-1.21 1.235-.31.524-.457 1.127-.457 1.797s.15 1.22.457 1.744c.31.54.726.959 1.266 1.261.537.303 1.144.46 1.803.46zm-1.977-3.568a1.9 1.9 0 0 1 .995-1.785c.295-.158.579-.236.86-.236.31 0 .579.066.82.197.242.146.404.315.499.54l-3.174 1.286zm9.278 3.358h1.507v-3.647h1.83c.564 0 1.09-.119 1.574-.367a3.06 3.06 0 0 0 1.143-1.022c.283-.434.418-.932.418-1.482 0-.551-.135-1.05-.418-1.483a3 3 0 0 0-1.143-1.022 3.4 3.4 0 0 0-1.574-.367h-3.335v9.395zm1.507-5.039v-2.952h1.857c.337 0 .618.066.86.21.242.142.43.328.552.55s.188.46.188.708-.068.486-.188.707a1.45 1.45 0 0 1-.552.551 1.65 1.65 0 0 1-.86.224h-1.857zm6.265 5.039h1.48V10.89h-1.48zm5.38.21c.472 0 .875-.093 1.239-.289.364-.198.633-.434.833-.722h.068v.8h1.454v-4.172c0-.865-.269-1.535-.806-2.021q-.807-.708-2.299-.708c-.592 0-1.129.119-1.615.34-.484.225-.875.551-1.183.959l1.036.774a1.93 1.93 0 0 1 .753-.617c.31-.145.632-.224.982-.224.498 0 .901.131 1.209.381.311.262.472.603.472 1.01v.342c-.188-.093-.445-.172-.767-.25a5.4 5.4 0 0 0-1.09-.106c-.821 0-1.493.198-2.018.603-.538.408-.807.944-.807 1.64 0 .434.108.827.323 1.168.215.355.511.617.901.8.391.198.821.29 1.32.29zm.257-1.195c-.391 0-.699-.104-.941-.302a.93.93 0 0 1-.364-.749c0-.34.134-.617.391-.838.256-.21.672-.315 1.224-.315.295 0 .579.04.86.105.269.066.511.157.713.276q0 .493-.242.906c-.161.276-.39.498-.671.67-.281.171-.606.25-.968.25zM119.181 19.92l-2.864-6.32h1.613l1.962 4.563h.066l1.896-4.564h1.6l-4.234 9.521h-1.547l1.506-3.2zM127.1 17.505c-.833 0-1.346-1.063-1.346-2.94 0-1.875.511-2.926 1.346-2.926s1.346 1.049 1.346 2.927-.51 2.938-1.346 2.938m3.888-3.568h-1.305c-.149-2.217-1.129-3.568-2.583-3.568-1.573 0-2.609 1.601-2.609 4.2 0 2.597 1.036 4.21 2.609 4.21 1.481 0 2.475-1.418 2.597-3.727h1.293v5.682h1.293V9.67h-1.293v4.263zm2.433-4.488v11.835h1.32V9.447h-1.32zm7.555.958h-1.4v1.954c0 2.217-1.183 4.5-3.081 5.406l.875 1.075c1.385-.696 2.379-2.074 2.919-3.754.526 1.587 1.508 2.886 2.879 3.556l.821-1.09c-1.857-.838-3.013-2.99-3.013-5.195v-1.954zm4.29-.984v3.896h-2.597v1.101h2.597v6.888h1.401V9.42h-1.401zM56.739 31.788h-1.434v4.68h-1.048v-8.975h1.048v3.451h1.434zm-7.13 1.628c1.486-.01 2.602-.07 3.885-.288l.112.843c-1.392.248-2.633.298-4.29.298h-.753v-5.922h4.271v.834h-3.222v4.235zM59.847 29.529c0 .634.843 1 2.145 1s2.136-.366 2.136-1-.843-1.001-2.136-1.001c-1.292 0-2.145.367-2.145 1.001m.07 5.932h5.33v.834H58.86v-2.648h1.058zm-1.18-5.932c0-1.12 1.281-1.826 3.255-1.826 1.975 0 3.255.706 3.255 1.826s-1.293 1.826-3.255 1.826-3.254-.706-3.254-1.826m7.424 2.43v.835H62.6v1.697h-1.068v-1.697h-3.702v-.834zM75.306 34.566v.841h-8.32v-.841h3.621v-1.528h-2.614v-2.886h5.287v-1.201h-5.307v-.822h6.346v2.836h-5.3v1.249h5.503v.824h-2.869v1.528zM83.948 32.553h-6.365v-4.266h6.294v.834H78.63v2.61h5.32zm.946 1.913v.844h-8.33v-.844z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M13.333 8.889h133.333v29.333H13.333z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_galaxystore a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M8.48.6h143.043c4.348 0 7.88 3.538 7.88 7.893v31.018c0 4.356-3.532 7.893-7.88 7.893H8.48c-4.348 0-7.88-3.537-7.88-7.893V8.493C.6 4.135 4.13.6 8.48.6'/%3E%3Cpath fill='%23000' stroke='%23a6a6a6' stroke-width='1.777' d='M12.795.889h134.41c2.254 0 3.891 0 5.18.105 1.278.105 2.136.308 2.845.67a7.1 7.1 0 0 1 3.107 3.106c.361.709.564 1.567.669 2.845.105 1.289.105 2.926.105 5.18v22.41c0 2.254 0 3.891-.105 5.18-.105 1.278-.308 2.136-.669 2.846a7.1 7.1 0 0 1-3.107 3.106c-.709.361-1.567.564-2.845.669-1.289.105-2.926.105-5.18.105H12.795c-2.254 0-3.891 0-5.18-.105-1.278-.105-2.136-.308-2.845-.67a7.1 7.1 0 0 1-3.107-3.105c-.361-.71-.564-1.568-.669-2.846C.89 39.096.89 37.459.89 35.205v-22.41c0-2.254 0-3.891.105-5.18.105-1.278.308-2.136.67-2.845A7.1 7.1 0 0 1 4.77 1.663c.709-.361 1.567-.564 2.845-.669C8.904.89 10.541.89 12.795.89Z'/%3E%3Cpath fill='%23fff' d='M54.848 34.969q-1.334 0-2.413-.465a5.7 5.7 0 0 1-1.853-1.264 5.6 5.6 0 0 1-1.193-1.851 6 6 0 0 1-.418-2.232 6 6 0 0 1 .435-2.272 5.6 5.6 0 0 1 1.202-1.844 5.7 5.7 0 0 1 1.83-1.24 5.8 5.8 0 0 1 2.318-.458 6.2 6.2 0 0 1 1.659.217q.775.217 1.434.597t1.18.914a5.6 5.6 0 0 1 .876 1.172l-1.862 1.117q-.528-.976-1.342-1.474t-1.931-.496q-.791.001-1.465.302-.675.302-1.18.815t-.782 1.193a3.8 3.8 0 0 0-.279 1.457c0 .517.093 1.018.28 1.474q.278.682.782 1.192.504.511 1.202.806.699.294 1.52.295 1.27 0 2.117-.666.844-.667 1.156-1.783h-3.613V28.46h5.88v.836q0 1.147-.389 2.178a5.4 5.4 0 0 1-1.108 1.806 5.3 5.3 0 0 1-1.744 1.233q-1.025.458-2.294.458zM65.8 34.999q-.825 0-1.622-.319a4.5 4.5 0 0 1-1.434-.923 4.6 4.6 0 0 1-1.024-1.481q-.386-.875-.387-1.99c0-.745.127-1.425.38-2.008a4.5 4.5 0 0 1 1.01-1.481 4.4 4.4 0 0 1 1.434-.924 4.5 4.5 0 0 1 1.675-.318c.58 0 1.153.113 1.66.34q.758.341 1.256.93v-1.084h2.094v9.069h-2.094v-1.178a3.4 3.4 0 0 1-1.271.999 3.9 3.9 0 0 1-1.675.363zm.342-1.922q.575-.001 1.077-.218.505-.216.86-.604c.24-.258.426-.558.568-.9q.21-.514.21-1.1c0-.393-.07-.744-.21-1.085a2.9 2.9 0 0 0-.568-.89 2.6 2.6 0 0 0-.86-.598 2.7 2.7 0 0 0-1.077-.217 2.72 2.72 0 0 0-2.536 1.689q-.21.511-.21 1.1t.21 1.108q.21.517.581.9a2.68 2.68 0 0 0 1.955.815M72.189 23.343h2.11v11.47h-2.11zM79.836 34.999q-.824 0-1.62-.319a4.5 4.5 0 0 1-1.435-.923 4.6 4.6 0 0 1-1.024-1.481q-.386-.875-.387-1.99c0-.745.127-1.425.38-2.008a4.5 4.5 0 0 1 1.01-1.481q.626-.605 1.434-.924a4.5 4.5 0 0 1 1.675-.318c.58 0 1.153.113 1.66.34q.76.341 1.256.93v-1.084h2.094v9.069h-2.094v-1.178c-.33.422-.753.758-1.27.999a3.9 3.9 0 0 1-1.676.363zm.34-1.922q.574-.001 1.078-.218.505-.216.86-.604.357-.387.567-.9.212-.514.21-1.1c0-.393-.068-.744-.21-1.085a2.9 2.9 0 0 0-.567-.89 2.6 2.6 0 0 0-.86-.598 2.7 2.7 0 0 0-1.078-.217 2.72 2.72 0 0 0-2.535 1.689q-.21.511-.21 1.1t.21 1.108.581.9a2.68 2.68 0 0 0 1.955.815M88.955 30.196l-3.287-4.45h2.56l2.062 2.884 2.047-2.884h2.481l-3.256 4.48 3.474 4.59h-2.56l-2.219-3.024-2.155 3.023h-2.56zM98.945 34.364l-3.722-8.618h2.233l2.528 6.108 2.39-6.108h2.202L99.162 39h-2.124l1.907-4.634zM113.291 34.969q-1.536 0-2.597-.581a6.6 6.6 0 0 1-1.822-1.45l1.924-1.519q.432.744 1.07 1.138.634.396 1.411.395.419.001.737-.125.319-.124.544-.333.224-.21.333-.49.11-.279.109-.573a.94.94 0 0 0-.201-.605 1.75 1.75 0 0 0-.527-.425 4.7 4.7 0 0 0-.752-.319 55 55 0 0 0-.876-.278 25 25 0 0 1-1.149-.404 3.8 3.8 0 0 1-1.03-.581 2.9 2.9 0 0 1-.745-.9q-.286-.535-.286-1.341 0-.682.279-1.271a3.2 3.2 0 0 1 .783-1.032 3.7 3.7 0 0 1 1.186-.69 4.4 4.4 0 0 1 1.505-.248q.68 0 1.234.126.55.123 1.009.34.457.217.836.52.38.3.721.658L115.25 26.3q-.731-1.084-2.046-1.084-.776-.001-1.179.373-.405.372-.405.914 0 .34.187.574.188.234.503.41.32.178.738.32l.884.295q.574.188 1.155.425.582.24 1.054.621.472.38.768.938.295.558.296 1.365 0 .666-.265 1.301-.263.635-.761 1.124-.496.488-1.227.791-.73.302-1.658.303zM117.387 25.747h1.55v-1.38l2.11-1.44v2.822h1.846v1.875h-1.846v3.394q0 .588.062.954t.255.557q.193.195.558.255.365.063.968.062v1.97h-.295q-1.055 0-1.761-.187-.706-.185-1.124-.628-.418-.444-.598-1.162-.177-.721-.177-1.807v-3.41h-1.551v-1.875zM128.167 34.998a4.7 4.7 0 0 1-1.839-.363 4.6 4.6 0 0 1-1.496-1.009 4.7 4.7 0 0 1-.999-1.504 4.6 4.6 0 0 1-.364-1.838 4.7 4.7 0 0 1 1.363-3.346q.636-.635 1.496-1.008a4.6 4.6 0 0 1 1.839-.374q.978.001 1.831.373.854.372 1.496 1.009.643.636 1.009 1.495.364.858.364 1.851a4.687 4.687 0 0 1-2.869 4.35 4.6 4.6 0 0 1-1.831.364m0-1.967q.558 0 1.039-.217a2.6 2.6 0 0 0 .837-.588q.357-.373.558-.876.201-.504.201-1.063c0-.373-.069-.742-.201-1.077a2.8 2.8 0 0 0-.558-.876 2.7 2.7 0 0 0-.837-.588 2.5 2.5 0 0 0-1.039-.218q-.56.001-1.047.218-.489.216-.837.588t-.55.876a2.9 2.9 0 0 0-.201 1.077c0 .382.066.725.201 1.063q.202.503.55.876.35.372.837.588.49.216 1.047.217M133.936 25.746h2.077v1.349q.619-1.35 2.327-1.349.497 0 .891.109.396.109.707.279l-.792 1.983a2.3 2.3 0 0 0-.52-.255 2.3 2.3 0 0 0-.737-.101q-.916-.001-1.387.52-.474.52-.473 1.697v4.837h-2.093zM144.964 34.998a5.1 5.1 0 0 1-1.954-.363 4.5 4.5 0 0 1-1.512-1 4.55 4.55 0 0 1-.979-1.494 4.9 4.9 0 0 1-.35-1.838c0-.652.121-1.282.364-1.86a4.7 4.7 0 0 1 1-1.505q.636-.635 1.496-1.008a4.6 4.6 0 0 1 1.853-.374c.661 0 1.295.116 1.869.35a4.3 4.3 0 0 1 1.481.975q.622.627.969 1.481.35.853.35 1.861v.791h-7.382q.217.96.945 1.55.73.588 1.846.587.883 0 1.536-.434.652-.434.976-1.162l1.722.992a4.7 4.7 0 0 1-1.652 1.776q-1.062.674-2.582.675zm-.078-7.595q-.947 0-1.635.513a2.68 2.68 0 0 0-.969 1.348h5.149q-.234-.914-.9-1.389-.666-.471-1.645-.472M55.496 18.778h-.906V10.85h.906zm1.248-4.144h-1.45v-.747h1.45zm-6.452 1.441q1.112.005 1.947-.052a16 16 0 0 0 1.688-.216l.1.77q-.86.152-1.704.206-.84.048-2.03.044h-.646v-.752zm3.055-3.73h-2.8v4.09h-.9v-4.829h3.7zm11.427 3.176h-7.233v-.733h7.233zm-3.098 1.495h-.918v-1.754h.918zm2.294 1.595h-5.537v-.756h5.537zm-4.623-.545h-.914v-1.797h.914zm1.802-7.036q.852 0 1.485.202.637.198.984.563.352.36.352.853 0 .488-.352.852-.347.36-.984.558-.633.194-1.485.194a5.2 5.2 0 0 1-1.486-.194q-.64-.198-.993-.558a1.2 1.2 0 0 1-.351-.852q0-.493.351-.853.352-.364.993-.563.642-.201 1.486-.202m0 .725q-.558 0-.98.106t-.65.307a.63.63 0 0 0-.225.48q0 .272.224.47.23.193.65.298.423.105.98.106.568 0 .98-.106.418-.105.647-.298a.6.6 0 0 0 .228-.47.62.62 0 0 0-.228-.48q-.23-.202-.646-.307a4 4 0 0 0-.98-.106m11.862 6.078h-7.233v-.751h7.233zm-3.194-.43h-.888v-1.917h.888zm2.315-3.494H67.55v1.476h-.905v-2.193h4.6v-1.054H66.63v-.734h5.502zm.19 1.828h-5.678v-.739h5.677zm8.096-.418H74.89v-.73h5.528zm.822 2.426h-7.234v-.756h7.234zm-.892-5.454h-4.562v2.61h-.896v-3.348h5.458zm8.06 6.47h-.896v-7.91h.897zm1.249-3.982h-1.45v-.743h1.45zm-2.795-1.964h-4.671v-.739h4.671zm-2.307.549q.567 0 1.015.237.453.233.708.655.258.421.259.958a1.78 1.78 0 0 1-.967 1.613 2.14 2.14 0 0 1-1.015.237q-.567 0-1.02-.237a1.77 1.77 0 0 1-.962-1.613q0-.537.255-.958.255-.422.707-.655a2.16 2.16 0 0 1 1.02-.237m0 .747q-.321 0-.576.136-.25.136-.395.387-.145.25-.145.58 0 .325.145.576.144.246.395.382.255.136.576.136.326 0 .576-.136a1 1 0 0 0 .39-.382q.146-.251.146-.576 0-.33-.145-.58a.97.97 0 0 0-.391-.387 1.2 1.2 0 0 0-.576-.136m.448-1.727h-.905v-1.42h.905zM97.05 18.76h-.914v-7.91h.914zm-2.355-7.062q0 1.222-.365 2.255a5.3 5.3 0 0 1-1.182 1.894q-.817.861-2.145 1.494l-.483-.73q1.143-.54 1.868-1.243.725-.705 1.068-1.574.342-.875.342-1.946v-.15zm-.501.72H90.91v-.72h3.283z'/%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M29.869 8.445h-7.047c-6.71 0-12.149 5.436-12.149 12.142v7.041c0 6.706 5.44 12.142 12.15 12.142h7.046c6.71 0 12.148-5.436 12.148-12.142v-7.041c0-6.706-5.439-12.142-12.149-12.142'/%3E%3Cpath fill='url(%23d)' fill-opacity='.3' d='M29.869 8.445h-7.047c-6.71 0-12.149 5.436-12.149 12.142v7.041c0 6.706 5.44 12.142 12.15 12.142h7.046c6.71 0 12.148-5.436 12.148-12.142v-7.041c0-6.706-5.439-12.142-12.149-12.142'/%3E%3Cpath fill='%23fff' d='M17.786 18.009H34.85c.462 0 .835.373.835.834v12.28a2.563 2.563 0 0 1-2.563 2.56H19.511a2.563 2.563 0 0 1-2.562-2.56v-12.28c0-.461.373-.834.834-.834z'/%3E%3Cmask id='e' width='26' height='6' x='13' y='30' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M38.838 30.983H13.661v4.674h25.177z'/%3E%3C/mask%3E%3Cg mask='url(%23e)'%3E%3Cpath fill='url(%23f)' d='M17.786 18.01h17.063c.462 0 .835.372.835.834v12.28a2.563 2.563 0 0 1-2.562 2.56H19.51a2.563 2.563 0 0 1-2.563-2.56v-12.28c0-.462.373-.835.835-.835z'/%3E%3C/g%3E%3Cpath fill='%23ec4b62' d='M21.863 21.363a1.128 1.128 0 1 0 .001-2.255 1.128 1.128 0 0 0 0 2.255'/%3E%3Cpath fill='%23eb4a5d' d='M30.778 21.363a1.128 1.128 0 1 0 0-2.255 1.128 1.128 0 0 0 0 2.255'/%3E%3Cpath fill='%23fdc2d5' d='M26.347 15.365a3.49 3.49 0 0 1 3.383 2.643h1.971c-.409-2.588-2.65-4.577-5.354-4.577s-4.946 1.989-5.355 4.577h1.971a3.49 3.49 0 0 1 3.384-2.643'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='15.499' x2='38.609' y1='11.556' y2='36.46' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ff0a6e'/%3E%3Cstop offset='.247' stop-color='%23f60669'/%3E%3Cstop offset='.499' stop-color='%23f21e6d'/%3E%3Cstop offset='1' stop-color='%23fd3801'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='32.398' x2='15.07' y1='8.445' y2='36.899' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffd5de'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='35.511' x2='17.277' y1='32.001' y2='32.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fdd6cd'/%3E%3Cstop offset='1' stop-color='%23fcd1e3'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h160v48H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M10.673 8.444h31.344v31.324H10.673z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_pcdown a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='48' fill='none' viewBox='0 0 160 48'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M9.502 47.998c-.382 0-.755-.005-1.134-.014-.702-.02-1.534-.059-2.346-.205a7.4 7.4 0 0 1-2.08-.687 6.8 6.8 0 0 1-1.753-1.276 6.7 6.7 0 0 1-1.28-1.752 7.2 7.2 0 0 1-.682-2.08c-.153-.844-.192-1.7-.209-2.352A114 114 0 0 1 0 38.486V9.498s.011-.867.018-1.122c.017-.658.056-1.514.208-2.35.134-.77.357-1.449.682-2.085a6.7 6.7 0 0 1 1.274-1.754c.52-.52 1.11-.95 1.76-1.283A7.3 7.3 0 0 1 6.017.22C6.862.07 7.719.031 8.37.015L9.503 0h140.988l1.146.016c.643.016 1.5.054 2.332.204.756.132 1.44.357 2.097.687.643.33 1.233.76 1.746 1.275.514.51.944 1.102 1.285 1.762a7.2 7.2 0 0 1 .671 2.07c.146.79.191 1.604.218 2.367.004.356.004.737.004 1.117.01.47.01.919.01 1.37V37.13c0 .456 0 .901-.01 1.35 0 .408 0 .781-.005 1.166-.026.74-.071 1.552-.214 2.326a7.2 7.2 0 0 1-.678 2.096 6.9 6.9 0 0 1-1.275 1.738 6.8 6.8 0 0 1-1.756 1.284c-.651.33-1.315.55-2.093.69-.804.145-1.636.184-2.346.204a49 49 0 0 1-1.126.014l-1.36.002z'/%3E%3Cpath stroke='%23a6a6a6' stroke-width='1.778' d='m150.479.889 1.135.014v.001c.634.016 1.435.053 2.198.19l.003.002a6.6 6.6 0 0 1 1.845.601v.001a6 6 0 0 1 1.523 1.112l.004.002c.442.44.816.954 1.116 1.532a6.4 6.4 0 0 1 .589 1.818l.003.012c.1.543.148 1.105.178 1.672l.025.567c.003.344.004.712.004 1.085v.019c.009.46.009.898.009 1.351V37.13c0 .457 0 .893-.009 1.33v.02c0 .401-.001.764-.005 1.135-.026.732-.07 1.49-.201 2.195l-.001.014a6.3 6.3 0 0 1-.591 1.834 6 6 0 0 1-.949 1.35l-.16.165-.008.009a5.9 5.9 0 0 1-1.528 1.115 6.5 6.5 0 0 1-1.847.607h-.001c-.551.1-1.125.147-1.673.172l-.539.02c-.36.008-.737.012-1.102.012h-.002l-1.36.002-139.633-.002c-.373 0-.738-.004-1.11-.012-.693-.02-1.47-.058-2.213-.192a6.5 6.5 0 0 1-1.831-.603l-.003-.002A5.9 5.9 0 0 1 2.82 45.19l-.008-.008-.165-.168a5.8 5.8 0 0 1-.946-1.353l-.002-.004a6.3 6.3 0 0 1-.596-1.825l-.001-.007c-.14-.774-.178-1.575-.195-2.216v-.005l-.012-.658-.004-.33-.001-.102-.001-.029V9.472l.002-.1c0-.086.003-.202.005-.326.003-.251.008-.525.011-.645v-.003c.017-.647.054-1.447.194-2.212V6.18c.12-.69.317-1.285.598-1.834l.002-.003a5.9 5.9 0 0 1 1.107-1.525l.003-.003a6.1 6.1 0 0 1 1.533-1.12v.001a6.4 6.4 0 0 1 1.827-.6h.003C6.949.956 7.75.92 8.393.903L9.515.89z'/%3E%3Cpath fill='%23fff' d='M60.874 12.442a3.556 3.556 0 0 1 3.555 3.556v10.433a3.556 3.556 0 0 1-3.556 3.555H46.1a3.556 3.556 0 0 1-3.556-3.555V15.998a3.556 3.556 0 0 1 3.556-3.556zM45.98 13.626a2.67 2.67 0 0 0-2.394 2.653v9.871l.014.273a2.67 2.67 0 0 0 2.38 2.38l.273.014H60.72l.274-.014a2.67 2.67 0 0 0 2.38-2.38l.013-.273v-9.87a2.67 2.67 0 0 0-2.667-2.668H46.253zm14.74 1.764c.491 0 .89.399.89.89v9.87a.89.89 0 0 1-.89.89H46.253a.89.89 0 0 1-.89-.89v-9.87c0-.492.4-.89.89-.89zm-1.105 2.698a.444.444 0 0 0-.598-.194l-11.464 5.848a.444.444 0 0 0 .405.792l11.463-5.848a.445.445 0 0 0 .194-.598'/%3E%3Crect width='7.295' height='3.509' x='49.839' y='31.157' fill='%23fff' rx='.889'/%3E%3Crect width='15.632' height='2.339' x='45.67' y='32.327' fill='%23fff' rx='.889'/%3E%3Cpath fill='%23fff' d='M74.632 12.833h3.93q1.125 0 1.938.43.819.424 1.243 1.195.423.77.424 1.771 0 1.008-.438 1.771-.43.757-1.257 1.188-.82.423-1.958.423h-2.528v-1.68h2.202q.603 0 1.013-.209.417-.215.619-.597.2-.382.2-.896t-.2-.889a1.33 1.33 0 0 0-.619-.583q-.41-.208-1.02-.208h-1.466v8.34h-2.083zm15.576 3.507q-.075-.556-.375-.958a1.87 1.87 0 0 0-.763-.625 2.5 2.5 0 0 0-1.05-.215q-.783 0-1.374.396-.583.388-.91 1.138-.326.743-.326 1.785 0 1.07.326 1.813.327.735.91 1.125.59.382 1.354.382.577 0 1.035-.209.465-.208.77-.59.306-.39.403-.924l2.118.021a3.9 3.9 0 0 1-.68 1.757q-.555.813-1.5 1.306-.944.486-2.174.486-1.347 0-2.41-.611-1.062-.618-1.666-1.785-.597-1.174-.597-2.77 0-1.611.604-2.779.611-1.166 1.666-1.777 1.064-.611 2.403-.611 1.16 0 2.098.43a3.73 3.73 0 0 1 1.52 1.257q.591.82.736 1.958zm13.764 7.861h-1.757V11.514h1.757zm-1.257-6.784h-3.416v-1.438h3.416zm-7.173-1.848h2.59v-3.062h1.736v8.688h-6.097v-8.688h1.77zm2.59 4.209v-2.82h-2.59v2.82zm17.285-3.535h-3v-1.437h3zm.833 4.528h-1.764v-9.23h1.764zm.306 3.18h-8.695v-1.43h8.695zm-6.917-.597h-1.778v-3.396h1.778zm.368-9.36q0 1.222-.396 2.29a5.1 5.1 0 0 1-1.194 1.876q-.8.798-1.972 1.194l-.917-1.43q1-.32 1.68-.93a4 4 0 0 0 1.021-1.383 4 4 0 0 0 .334-1.618v-.82h1.444zm.361.013q0 .77.32 1.493.319.715.965 1.299.653.583 1.625.896l-.875 1.402q-1.146-.375-1.931-1.146a4.9 4.9 0 0 1-1.159-1.784 6.1 6.1 0 0 1-.382-2.16v-.833h1.437zm2.521-.194h-6.861v-1.424h6.861zM80.245 35.598h-1.111v-7.93h1.11zm1.172-4.084h-1.415v-.907h1.415zm-6.424 1.25a27 27 0 0 0 1.906-.052 17 17 0 0 0 1.666-.2l.122.929a16 16 0 0 1-1.693.191q-.842.048-2 .043h-.67v-.911zm3.038-3.46h-2.6v3.911h-1.106v-4.809h3.706zm10.881 3.1H81.69v-.877h7.222zm-2.986 1.376h-1.124v-1.676h1.124zm2.192 1.662H82.55v-.903h5.568zm-4.453-.66h-1.116v-1.71h1.116zm1.632-6.957q.856 0 1.497.204.647.204 1.003.573t.356.868a1.2 1.2 0 0 1-.356.859q-.356.364-1.003.564-.642.2-1.497.2a5.1 5.1 0 0 1-1.502-.2q-.65-.199-1.011-.564a1.2 1.2 0 0 1-.356-.86q0-.498.356-.867.36-.369 1.011-.573t1.502-.204m0 .876q-.512 0-.89.087-.373.087-.577.26a.53.53 0 0 0-.2.422q0 .234.2.399.204.165.577.252.378.087.89.087.516 0 .89-.087.373-.087.573-.252t.2-.4a.53.53 0 0 0-.2-.42q-.201-.174-.573-.26a4 4 0 0 0-.89-.088M96.603 34.7h-7.222v-.907h7.222zm-3.081-.53h-1.09v-1.875h1.09zm2.248-3.364h-4.453v1.35h-1.102v-2.218h4.461v-.859h-4.475v-.89h5.569zm.187 1.789h-5.742v-.899h5.742zm7.539-.374h-5.582v-.885h5.582zm.79 2.396h-7.223v-.911h7.223zm-.847-5.386h-4.431v2.474h-1.094v-3.368h5.525zm9.592 6.345h-1.093V27.67h1.093zm1.172-3.897h-1.415v-.907h1.415zm-2.804-1.936h-4.639v-.89h4.639zm-2.3.439q.578 0 1.037.242.46.24.721.669.264.429.265.972a1.82 1.82 0 0 1-.986 1.645q-.46.24-1.037.239-.578 0-1.037-.239a1.8 1.8 0 0 1-.721-.673 1.84 1.84 0 0 1-.26-.972q0-.542.26-.972t.721-.669a2.2 2.2 0 0 1 1.037-.242m0 .902q-.273 0-.495.122a.86.86 0 0 0-.343.343q-.121.221-.121.516 0 .3.121.521a.9.9 0 0 0 .343.343q.222.117.495.117.282 0 .499-.117a.83.83 0 0 0 .334-.343q.122-.222.122-.52 0-.297-.122-.517a.8.8 0 0 0-.334-.343 1 1 0 0 0-.499-.122m.551-1.892h-1.102v-1.398h1.102zm11.472 6.384h-1.125V27.67h1.125zm-2.366-7.074q0 1.271-.343 2.309a5.1 5.1 0 0 1-1.15 1.9q-.812.865-2.174 1.511l-.582-.885q1.142-.539 1.832-1.211.69-.673 1.002-1.51.313-.838.313-1.919v-.195zm-.594.872h-3.234v-.872h3.234z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h160v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li:last-child {
  margin-right: 0;
}
#mabinogim .main .multiplex_info_wrap .info_list .info_area_5 video {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#mabinogim .main .media_guide_wrap {
  padding: 70px 0 78px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
}
#mabinogim .main .media_guide_wrap .media_wrap {
  width: 100%;
  max-width: 1740px;
  padding: 0 60px;
  margin: 0 auto;
}
#mabinogim .main .media_guide_wrap .media_wrap .top {
  position: relative;
  display: flex;
}
#mabinogim .main .media_guide_wrap .media_wrap .top h1 {
  display: flex;
  align-items: center;
}
#mabinogim .main .media_guide_wrap .media_wrap .top h1 span {
  color: #525252;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
}
#mabinogim .main .media_guide_wrap .media_wrap .top h1 a {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
  border-radius: 6px;
  border: 1px solid #a9a9a8;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
#mabinogim .main .media_guide_wrap .media_wrap .top .filter_area {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button {
  padding: 5px 32px;
  border-radius: 60px;
  border: 1px solid #5c5c5c;
  margin-right: 8px;
  color: #525252;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  width: min-content;
  max-width: 100px;
}
#mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button:last-child {
  margin-right: 0;
}
#mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button.on {
  background: #5c5c5c;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button:hover {
    background: #5c5c5c;
    color: #fff;
  }
}
#mabinogim .main .media_guide_wrap .media_wrap .list {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul {
  display: flex;
  flex-grow: 1;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li {
  margin-right: 20px;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  min-width: 244px;
  max-width: 390px;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li:hover .thumbnail::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 182, 112, 0.5) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%23fff' d='M35.067 22.402c2 1.155 2 4.041 0 5.196l-12.85 7.419c-2 1.155-4.5-.289-4.5-2.598V17.581c0-2.31 2.5-3.753 4.5-2.598l12.85 7.419Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M36.883 44.696A22.893 22.893 0 0 1 25 48C12.297 48 2 37.703 2 25A22.937 22.937 0 0 1 9.283 8.207L5.45 3.917M44.933 45.7 41.1 41.425A22.93 22.93 0 0 0 48 25C48 12.297 37.703 2 25 2c-4.19 0-8.117 1.12-11.5 3.077'/%3E%3C/svg%3E") no-repeat;
    background-size: 50px 50px;
    background-position: center center;
    pointer-events: none;
  }
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li .thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li .thumbnail img {
  width: 100%;
  object-fit: cover;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li .text {
  padding: 15px 8px;
  display: flex;
  align-items: center;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li .text span {
  display: inline;
  line-height: 22.4px;
  font-size: 16px;
  color: #626262;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
#mabinogim .main .media_guide_wrap .media_wrap .list ul li .creator::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none'%3E%3Cpath fill='url(%23a)' d='m9.024 7.844-8.9-2.02a.099.099 0 0 0-.122.096V18.6a.098.098 0 0 0 .077.095l11.257 2.53a.1.1 0 0 0 .07-.01l8.543-4.773a.098.098 0 0 0-.026-.182L9.099 13.858V7.94a.096.096 0 0 0-.075-.095Z'/%3E%3Cpath fill='url(%23b)' d='M19.9 2.493 8.858.003a.104.104 0 0 0-.069.008L.053 4.69a.098.098 0 0 0 .023.183L10.962 7.46a.1.1 0 0 0 .07-.01l8.893-4.774a.1.1 0 0 0-.025-.183Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='5.442' x2='9.412' y1='6.577' y2='22.728' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.016' stop-color='%232B3EFF'/%3E%3Cstop offset='.487' stop-color='%2326BEFF'/%3E%3Cstop offset='.891' stop-color='%2317FF82'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='-1.558' x2='14.501' y1='4.933' y2='-7.474' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.016' stop-color='%232B3EFF'/%3E%3Cstop offset='.487' stop-color='%2326BEFF'/%3E%3Cstop offset='.891' stop-color='%2317FF82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
#mabinogim .main .media_guide_wrap .media_wrap .list .pager {
  width: 100%;
  position: absolute;
  top: -30px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  height: 10px;
}
#mabinogim .main .media_guide_wrap .media_wrap .list .pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #aaa;
  border-radius: 50%;
  margin-right: 10px;
}
#mabinogim .main .media_guide_wrap .media_wrap .list .pager .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#mabinogim .main .media_guide_wrap .media_wrap .list .pager .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  background: #2baf7e;
  border-radius: 4px;
}
#mabinogim .main .media_guide_wrap .guide_wrap {
  width: 100%;
  max-width: 1740px;
  padding: 0 60px;
  margin: 80px auto 0;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top {
  position: relative;
  display: flex;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top h1 {
  display: flex;
  align-items: center;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top h1 span {
  color: #525252;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top h1 a {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
  border-radius: 6px;
  border: 1px solid #a9a9a8;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 0;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button {
  padding: 5px 32px;
  border-radius: 60px;
  border: 1px solid #5c5c5c;
  margin-right: 8px;
  color: #525252;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  width: min-content;
  max-width: 100px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button:hover {
    background: #5c5c5c;
    color: #fff;
  }
}
#mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button.on {
  background: #5c5c5c;
  color: #fff;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list ul li {
  border-radius: 12px;
  overflow: hidden;
  max-width: 167px;
  min-width: 167px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list ul li a {
  max-width: 167px;
  min-width: 167px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list ul li a .thumbnail {
  min-width: 167px;
  height: 167px;
  border-radius: 100%;
  overflow: hidden;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list ul li a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .media_guide_wrap .guide_wrap .list ul li a .thumbnail img:hover {
    transform: scale(1.1);
  }
}
#mabinogim .main .media_guide_wrap .guide_wrap .list ul li a span {
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list .pager {
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  height: 10px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list .pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #aaa;
  border-radius: 50%;
  margin-right: 10px;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list .pager .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#mabinogim .main .media_guide_wrap .guide_wrap .list .pager .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  background: #2baf7e;
  border-radius: 4px;
}
#mabinogim .main .display_board_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.5s;
  background: #fff;
}
#mabinogim .main .display_board_wrap .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  max-width: 1620px;
  height: 42px;
  border-radius: 12px 12px 0px 0px;
  background: #00b670;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#mabinogim .main .display_board_wrap .inner::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 62px;
  min-width: 62px;
  height: 100%;
  background: linear-gradient(90deg, #00b670 60%, rgba(245, 240, 255, 0) 100%);
  z-index: 2;
}
#mabinogim .main .display_board_wrap .inner::after {
  position: absolute;
  right: 0;
  display: block;
  content: "";
  width: 62px;
  min-width: 62px;
  height: 100%;
  background: linear-gradient(-90deg, #00b670 90%, rgba(245, 240, 255, 0) 100%);
  z-index: 2;
}
#mabinogim .main .display_board_wrap .inner .flow_text {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
#mabinogim .main .display_board_wrap .inner .flow_text::before {
  content: "";
  position: absolute;
  left: 20px;
  min-width: 26px;
  width: 26px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.93 4.48.89 7.605l3.04 3.125 3.038-3.125L3.93 4.48ZM15.477.105 9.904 5.837l-.013-.013-1.72 1.768.013.013-.013.013 1.72 1.768.013-.014 5.574 5.733 5.575-5.733 2.591 2.665 1.72-1.767-2.591-2.665 2.59-2.665-1.718-1.767-2.592 2.664L15.478.105Zm0 3.535 3.856 3.965-3.856 3.964-3.855-3.965 3.855-3.964Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  z-index: 4;
}
#mabinogim .main .display_board_wrap .inner .flow_text ul {
  position: relative;
  display: inline-flex;
  will-change: transform;
}
#mabinogim .main .display_board_wrap .inner .flow_text ul > * {
  flex: 0 0 auto; /* 항목 폭 고정 */
}
#mabinogim .main .display_board_wrap .inner .flow_text ul li {
  margin-left: 20px;
}
#mabinogim .main .display_board_wrap .inner .flow_text ul li a {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
#mabinogim .main .display_board_wrap .inner .flow_text ul li:first-child {
  margin-left: 0;
}
#mabinogim .main .display_board_wrap .inner .close_button {
  position: absolute;
  right: 20px;
  width: 34px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='20' fill='none'%3E%3Crect width='34' height='20' fill='%23fff' rx='10'/%3E%3Cpath stroke='%232BAF7E' stroke-linecap='round' stroke-width='3' d='m20 7-3 3-3-3M20 13l-3-3-3 3'/%3E%3C/svg%3E");
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 3;
}
#mabinogim .main .class_wrap {
  width: 100%;
  background: #100f0c url("https://lwi.nexon.com/m_mabinogim/brand/main/class_bg.png") no-repeat;
  background-position: center top;
  padding: 76px 0 120px;
}
#mabinogim .main .class_wrap .inner {
  max-width: 1740px;
  padding: 0 60px;
  margin: 0 auto;
}
#mabinogim .main .class_wrap .inner .top {
  display: flex;
  align-items: center;
}
#mabinogim .main .class_wrap .inner .top h1 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.6px;
}
#mabinogim .main .class_wrap .inner .top a {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  background-position: center center;
  border-radius: 6px;
  border: 1px solid #a9a9a8;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
#mabinogim .main .class_wrap .inner .class_list {
  width: 100%;
  margin-top: 60px;
}
#mabinogim .main .class_wrap .inner .class_list > li {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #3c302a;
  background: rgba(25, 26, 35, 0.8);
  margin-bottom: 18px;
}
#mabinogim .main .class_wrap .inner .class_list > li .list_top {
  position: relative;
  display: flex;
}
#mabinogim .main .class_wrap .inner .class_list > li .list_top span {
  font-family: "Pretendard-Bold";
  color: #7a6f69;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
#mabinogim .main .class_wrap .inner .class_list > li .list_top .pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mabinogim .main .class_wrap .inner .class_list > li .list_top .pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #aaa;
  border-radius: 50%;
  margin-right: 10px;
}
#mabinogim .main .class_wrap .inner .class_list > li .list_top .pager .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#mabinogim .main .class_wrap .inner .class_list > li .list_top .pager .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  background: #2baf7e;
  border-radius: 4px;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line {
  position: relative;
  margin-top: 14px;
  display: flex;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base {
  min-width: 162px;
  width: 162px;
  height: 189px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #392e2a;
  background: #1e1f27;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base i {
  display: block;
  width: 62px;
  height: 62px;
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base span {
  margin-top: 5px;
  color: #bfb2a7;
  text-align: center;
  font-size: 12px;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base span.text_2 {
  font-family: "Pretendard-Bold";
  font-size: 25px;
  margin-top: 10px;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base button {
  width: 86px;
  height: 16px;
  background: #30313a;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base button::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%235D5F6C' fill-rule='evenodd' d='M5.055 0a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V5.824h3.407a.77.77 0 0 0 0-1.538H5.824V.769A.77.77 0 0 0 5.054 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .base button::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' fill='none'%3E%3Cpath fill='%231E1F27' fill-rule='evenodd' d='M6.839 1.873A.77.77 0 0 1 7.927.785l2.662 2.663a.768.768 0 0 1 .207.713.768.768 0 0 1-.207.712L7.927 7.535a.77.77 0 0 1-1.088-1.087l1.623-1.624H.77a.77.77 0 1 1 0-1.538h7.482L6.84 1.873Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base:hover {
    background: #262731;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base:hover button {
    background: #2baf7e;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base:hover button::before {
    opacity: 0;
    transform: translateX(50%);
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base:hover button::after {
    opacity: 1;
    transform: translateX(0);
  }
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper {
  position: relative;
  margin-left: 8px;
  flex: 1;
  overflow: hidden;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #383838;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a {
  overflow: hidden;
  border-radius: 12px;
  background: #22282e;
  min-width: 260px;
  max-width: 700px;
  max-height: 188px;
  height: 100%;
  display: flex;
  justify-content: center;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 {
  position: absolute;
  top: 50px;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 .text_1 {
  white-space: nowrap;
  color: #a6b6c1;
  font-size: 12px;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 .text_2 {
  font-family: "Pretendard-Bold";
  margin-top: 15px;
  color: #fff;
  font-size: 30px;
  white-space: nowrap;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 button {
  max-width: 30px;
  margin-top: 20px;
  padding: 8px 0px;
  border-radius: 8px;
  background: #394045;
  color: #394045;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 500%;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 button::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%2322B17C' fill-rule='evenodd' d='M5.055 0a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V5.824h3.407a.77.77 0 0 0 0-1.538H5.824V.769A.77.77 0 0 0 5.054 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 button::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' fill='none'%3E%3Cpath fill='%231E1F27' fill-rule='evenodd' d='M6.839 1.873A.77.77 0 0 1 7.927.785l2.662 2.663a.768.768 0 0 1 .207.713.768.768 0 0 1-.207.712L7.927 7.535a.77.77 0 0 1-1.088-1.087l1.623-1.624H.77a.77.77 0 1 1 0-1.538h7.482L6.84 1.873Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_2 {
  position: relative;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_2::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 40%;
  width: 214px;
  height: 214px;
  transition: all 0.3s;
  opacity: 0.04;
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_2 .thumbnail {
  position: relative;
  width: 100%;
  height: 189px;
  z-index: 2;
  background-size: 466px 189px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1281px) {
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a:hover {
    background: #282f36;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a:hover .order_1 button {
    background: #2baf7e;
    color: #2baf7e;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a:hover .order_1 button::before {
    opacity: 0;
    transform: translateX(50%);
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a:hover .order_1 button::after {
    opacity: 1;
    transform: translateX(0);
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a:hover .order_2::before {
    transform: scale(1.8);
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a:hover .order_2 .thumbnail {
    transform: scale(1.2);
  }
}
#mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li.new a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  display: block;
  width: 55px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='28' fill='none'%3E%3Crect width='55' height='27' y='.33' fill='%2301171E' fill-opacity='.8' rx='13.5'/%3E%3Cpath fill='%2300B771' d='M21.508 18.33h-2l-3.6-6.146v6.146H14.04V8.994h1.999l3.6 6.152V8.994h1.869v9.336Zm8.538 0h-6.4V8.994h6.4v1.869h-4.532v1.868h3.067V14.6h-3.067v1.862h4.532v1.868Zm10.973-2.67c0 .387-.074.752-.222 1.095a2.78 2.78 0 0 1-2.578 1.705 2.81 2.81 0 0 1-1.003-.182 2.691 2.691 0 0 1-.859-.534 2.671 2.671 0 0 1-.866.534 2.81 2.81 0 0 1-1.002.182c-.387 0-.751-.071-1.094-.215a2.928 2.928 0 0 1-.892-.599 2.93 2.93 0 0 1-.6-.891 2.81 2.81 0 0 1-.214-1.094V8.994h1.869v6.667a.973.973 0 0 0 .267.67.994.994 0 0 0 .299.196.926.926 0 0 0 .364.071.926.926 0 0 0 .86-.566.973.973 0 0 0 .072-.371V8.994h1.868v6.667c0 .13.024.254.072.37a.995.995 0 0 0 .195.3.996.996 0 0 0 .3.196.927.927 0 0 0 .364.071.927.927 0 0 0 .86-.566.903.903 0 0 0 .078-.371V8.994h1.862v6.667Z'/%3E%3C/svg%3E");
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .base i {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_1_65811EBD4BEC0285.png);
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_2 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_2_82FBE98DCDF420BB.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_2 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/warrior_line_2_28C37233E92909BE.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_3 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_3_753F0A05E1F5E2F8.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_3 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/warrior_line_3_B378B9AA701FB26A.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_4 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_4_C1812DE239AB0EC8.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_4 a .order_2 .thumbnail {
  width: 466px;
  height: 189px;
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/warrior_line_4_9434BAA792C97CF7.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_5 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_5_648CB463FD4AC8A3.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=warrior] .class_line .line_swiper ul li.line_5 a .order_2 .thumbnail {
  width: 466px;
  height: 189px;
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/warrior_line_5_90B3235A24048548.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .base i {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_1_6C95C482C969A5DA.png);
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .line_swiper ul li.line_2 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_2_A336FF08A4F57E5A.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .line_swiper ul li.line_2 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/archer_line_2_D6E45A19E1687DFD.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .line_swiper ul li.line_3 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_3_3406C778F7F364AF.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .line_swiper ul li.line_3 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/archer_line_3_F973703EF8785147.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .line_swiper ul li.line_4 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_4_D99A386A246CC076.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=archer] .class_line .line_swiper ul li.line_4 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/archer_line_4_CEB489C064CB2A2C.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .base i {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_1_3399B9475E5FD2BA.png);
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_2 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_2_8A3C50B41D1A1A9E.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_2 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/mage_line_2_E7B399F3D4DDBD91.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_3 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_3_A721D69252722705.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_3 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/mage_line_3_CDAD51308B7CFACB.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_4 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_4_A4B1DBBE4891A929.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_4 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/mage_line_4_4F9B334E42140CEF.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_5 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_5_EB114856CBE160D2.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=mage] .class_line .line_swiper ul li.line_5 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/mage_line_5_5F3544A216895074.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .base i {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_1_697BB71C01BA77C7.png);
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_2 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_2_15972371DB794119.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_2 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/healer_line_2_6E1C3698B3515641.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_3 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_3_5F6E5C85FD70A719.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_3 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/healer_line_3_708525A531164BA0.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_4 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_4_D9E416836A696233.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_4 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/healer_line_4_7AB184D51EAB25D1.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_5 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_5_589CF9A334A77B91.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_5 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/healer_line_5_E9B9FAAA0F0D6D5F.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=healer] .class_line .line_swiper ul li.line_5 a .order_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(34, 40, 46, 0) 49.89%, #22282e 100%);
  pointer-events: none;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .base i {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_1_410D309C3257989E.png);
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .line_swiper ul li.line_2 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_2_AD3BA497BA26AFE8.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .line_swiper ul li.line_2 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/bard_line_2_D8FC30473250D673.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .line_swiper ul li.line_3 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_3_C866D0245C7D57D4.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .line_swiper ul li.line_3 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/bard_line_3_E9065DF6A2199236.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .line_swiper ul li.line_4 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_4_A3E490DA005190F0.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=bard] .class_line .line_swiper ul li.line_4 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/bard_line_4_7E8E049E8DD9B5A8.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .base i {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_1_A8450BD19314134E.png);
  background-size: 100% auto;
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .line_swiper ul li.line_2 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_2_A8450BD19314134E.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .line_swiper ul li.line_2 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/thief_line_2_8F6A4BFBAA15E580.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .line_swiper ul li.line_3 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_3_A8450BD19314134E.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .line_swiper ul li.line_3 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/thief_line_3_8F6A4BFBAA15E580.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .line_swiper ul li.line_4 a .order_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_4_A8450BD19314134E.png);
}
#mabinogim .main .class_wrap .inner .class_list > li[data-line=thief] .class_line .line_swiper ul li.line_4 a .order_2 .thumbnail {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/main/thief_line_4_8F6A4BFBAA15E580.png);
}

@media (max-width: 1680px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top {
    display: flex;
    flex-direction: column;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area {
    margin: 10px 0 0 0;
    justify-content: flex-start;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top {
    display: flex;
    flex-direction: column;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area {
    margin: 10px 0 0 0;
    justify-content: flex-start;
  }
}
@media (max-width: 1576px) {
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_pcdown {
    display: none;
  }
}
@media (max-width: 1280px) {
  #mabinogim .main {
    padding: 20px 0 0 0;
  }
  #mabinogim .main .banner_wrap {
    position: relative;
  }
  #mabinogim .main .banner_wrap .banner {
    position: relative;
    height: 100%;
    padding: 0 20px;
  }
  #mabinogim .main .banner_wrap .pagination .progress {
    margin-right: 0px;
  }
  #mabinogim .main .multiplex_info_wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 110px 20px 80px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list {
    display: flex;
    flex-wrap: wrap;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 {
    width: calc(70% - 20px);
    display: flex;
    order: 1;
    margin-right: auto;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner {
    position: relative;
    width: 100%;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top {
    display: flex;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top h1 {
    color: #525252;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top h1 a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area {
    flex-direction: row;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button {
    padding: 5px 20px;
    border-radius: 60px;
    border: 1px solid #5c5c5c;
    color: #525252;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.28px;
    margin-right: 4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button.on {
    background: #5c5c5c;
    color: #fff;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area {
    position: relative;
    width: 100%;
    margin-top: 30px;
    height: 452px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .type {
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 15px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .title span {
    font-size: 16px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .date span {
    font-size: 12px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 {
    position: relative;
    width: 100%;
    max-width: 1040px;
    height: 100%;
    margin-top: 36px;
    order: 3;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .filter_area {
    flex-direction: row;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 {
    width: 30%;
    order: 2;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner {
    position: relative;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type {
    width: 100%;
    max-width: 294px;
    max-height: 50px;
    padding: 16px 85px;
    border: 1px solid #d7d7d7;
    border-radius: 24px;
    background: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type span {
    white-space: nowrap;
    font-size: 15px;
    color: #7f7f7f;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type span::after {
    content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Crect width='16' height='16' x='.5' y='.5' fill='%23C9C9C9' rx='6'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.809 8.381a.767.767 0 0 0-.226-.525L7.691 4.963a.77.77 0 1 0-1.088 1.088l2.355 2.356-2.542 2.542a.77.77 0 0 0 1.088 1.088l3.08-3.08a.767.767 0 0 0 .225-.576Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    margin-left: 8px;
    transition: 0.3s;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area {
    position: relative;
    width: 100%;
    height: 452px;
    border-radius: 24px;
    overflow: hidden;
    background: #2e313c;
    backdrop-filter: blur(10px);
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul::before {
    content: "";
    display: block;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m14.85 12.566 4.734-4.52a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.163-.018L12.7 12.36a.805.805 0 0 0-.019 1.15.827.827 0 0 0 1.163.017' clip-rule='evenodd'/%3E%3Cmask id='a' width='8' height='8' x='12' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m14.85 12.566 4.734-4.52a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.163-.018L12.7 12.36a.805.805 0 0 0-.019 1.15.827.827 0 0 0 1.163.017'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='m12.254 6.307-.134 7.632 7.91.137.134-7.632-7.91-.137Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m31.293 14.889 4.572 4.68a.827.827 0 0 0 1.163.017.805.805 0 0 0 .018-1.149L31.5 12.761a.827.827 0 0 0-1.162-.018.805.805 0 0 0-.018 1.15' clip-rule='evenodd'/%3E%3Cmask id='b' width='8' height='8' x='30' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m31.293 14.889 4.572 4.68a.827.827 0 0 0 1.163.017.805.805 0 0 0 .018-1.149L31.5 12.761a.827.827 0 0 0-1.162-.018.805.805 0 0 0-.018 1.15'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23fff' d='m29.897 12.192-.138 7.82 7.72.134.138-7.82-7.72-.134Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M30.756 2.145a4.834 4.834 0 0 1-.12 6.89l-4.059 3.832c-.548.524-.954 1.202-1.06 1.945-.15 1.02.178 2.01.887 2.735.913.931 2.302 1.208 3.494.784l.048-.018c.298-.112.72-.395 1.168.183.382.79-.054 1.15-.608 1.356l-.024.011c-1.788.649-3.88.236-5.264-1.178a4.835 4.835 0 0 1 .12-6.89l4.06-3.832c.548-.525.953-1.202 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.931-2.301-1.208-3.494-.784l-.047.018c-.298.112-.722.395-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.011c1.789-.649 3.881-.236 5.264 1.178Z' clip-rule='evenodd'/%3E%3Cmask id='c' width='10' height='21' x='23' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M30.756 2.145a4.834 4.834 0 0 1-.12 6.89l-4.059 3.832c-.548.524-.954 1.202-1.06 1.945-.15 1.02.178 2.01.887 2.735.913.931 2.302 1.208 3.494.784l.048-.018c.298-.112.72-.395 1.168.183.382.79-.054 1.15-.608 1.356l-.024.011c-1.788.649-3.88.236-5.264-1.178a4.835 4.835 0 0 1 .12-6.89l4.06-3.832c.548-.525.953-1.202 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.931-2.301-1.208-3.494-.784l-.047.018c-.298.112-.722.395-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.011c1.789-.649 3.881-.236 5.264 1.178Z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23fff' d='m23.372.081-.363 20.52 9.58.166.361-20.52L23.372.08Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M14.105 7.468c.525-.442.185-.725.078-1.02-.454-1.208-.203-2.6.745-3.525.65-.63 1.49-.937 2.319-.925A3.221 3.221 0 0 1 19.537 3l4.757 4.98a.807.807 0 0 0 1.15.018.831.831 0 0 0 .018-1.167l-4.745-4.963-.012-.011c-1.693-1.645-4.328-1.998-6.266-.655a4.898 4.898 0 0 0-1.824 2.352 5.007 5.007 0 0 0-.006 3.436c.202.566.78 1.08 1.49.472l.006.006Z' clip-rule='evenodd'/%3E%3Cmask id='d' width='14' height='9' x='12' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M14.105 7.468c.525-.442.185-.725.078-1.02-.454-1.208-.203-2.6.745-3.525.65-.63 1.49-.937 2.319-.925A3.221 3.221 0 0 1 19.537 3l4.757 4.98a.807.807 0 0 0 1.15.018.831.831 0 0 0 .018-1.167l-4.745-4.963-.012-.011c-1.693-1.645-4.328-1.998-6.266-.655a4.898 4.898 0 0 0-1.824 2.352 5.007 5.007 0 0 0-.006 3.436c.202.566.78 1.08 1.49.472l.006.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath fill='%23fff' d='m12.098-.006-.15 8.428 13.937.24.149-8.427-13.936-.24Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m28.759 30.997-4.734 4.521a.805.805 0 0 0-.017 1.15.827.827 0 0 0 1.162.017l5.741-5.481a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.162-.017' clip-rule='evenodd'/%3E%3Cmask id='e' width='9' height='8' x='23' y='29' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m28.759 30.997-4.734 4.521a.805.805 0 0 0-.017 1.15.827.827 0 0 0 1.162.017l5.741-5.481a.805.805 0 0 0 .018-1.15.827.827 0 0 0-1.162-.017'/%3E%3C/mask%3E%3Cg mask='url(%23e)'%3E%3Cpath fill='%23fff' d='m23.573 29.483-.135 7.631 7.91.137.135-7.632-7.91-.136Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M41.875 30.467a4.968 4.968 0 0 1-6.97-.118l-3.874-4.014c-.53-.542-1.216-.943-1.968-1.049a3.29 3.29 0 0 0-2.766.878 3.255 3.255 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.156-.799.377-1.162-.053-1.37-.602l-.013-.023a4.873 4.873 0 0 1 3.047-6.319 4.968 4.968 0 0 1 5.115 1.232l3.875 4.014c.53.542 1.216.943 1.967 1.05a3.291 3.291 0 0 0 2.766-.879 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.4-.713.185-1.155.799-.378 1.163.053 1.371.6l.012.024a4.873 4.873 0 0 1-1.192 5.205Z' clip-rule='evenodd'/%3E%3Cmask id='f' width='21' height='9' x='23' y='23' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M41.875 30.467a4.968 4.968 0 0 1-6.97-.118l-3.874-4.014c-.53-.542-1.216-.943-1.968-1.049a3.29 3.29 0 0 0-2.766.878 3.255 3.255 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.156-.799.377-1.162-.053-1.37-.602l-.013-.023a4.873 4.873 0 0 1 3.047-6.319 4.968 4.968 0 0 1 5.115 1.232l3.875 4.014c.53.542 1.216.943 1.967 1.05a3.291 3.291 0 0 0 2.766-.879 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.4-.713.185-1.155.799-.378 1.163.053 1.371.6l.012.024a4.873 4.873 0 0 1-1.192 5.205Z'/%3E%3C/mask%3E%3Cg mask='url(%23f)'%3E%3Cpath fill='%23fff' d='m23.208 22.814-.167 9.47 20.785.36.167-9.471-20.785-.359Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M36.402 13.91c.334.46.829.277 1.127.171 1.222-.448 2.629-.2 3.565.737.638.642.948 1.473.936 2.293a3.152 3.152 0 0 1-1.014 2.263l-5.037 4.704a.786.786 0 0 0-.018 1.137.855.855 0 0 0 1.18.018l5.02-4.692.012-.006c1.663-1.674 2.021-4.279.662-6.194a4.94 4.94 0 0 0-2.379-1.804 5.174 5.174 0 0 0-3.476-.006c-.572.2-1.15.59-.572 1.38h-.006Z' clip-rule='evenodd'/%3E%3Cmask id='g' width='9' height='14' x='35' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M36.402 13.91c.334.46.829.277 1.127.171 1.222-.448 2.629-.2 3.565.737.638.642.948 1.473.936 2.293a3.152 3.152 0 0 1-1.014 2.263l-5.037 4.704a.786.786 0 0 0-.018 1.137.855.855 0 0 0 1.18.018l5.02-4.692.012-.006c1.663-1.674 2.021-4.279.662-6.194a4.94 4.94 0 0 0-2.379-1.804 5.174 5.174 0 0 0-3.476-.006c-.572.2-1.15.59-.572 1.38h-.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23g)'%3E%3Cpath fill='%23fff' d='m35.522 11.873-.244 13.779 8.584.148.243-13.779-8.583-.148Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m12.418 28.74-4.572-4.68a.827.827 0 0 0-1.163-.018.805.805 0 0 0-.018 1.15l5.545 5.676a.827.827 0 0 0 1.162.017.805.805 0 0 0 .018-1.149' clip-rule='evenodd'/%3E%3Cmask id='h' width='8' height='9' x='6' y='23' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='m12.418 28.74-4.572-4.68a.827.827 0 0 0-1.163-.018.805.805 0 0 0-.018 1.15l5.545 5.676a.827.827 0 0 0 1.162.017.805.805 0 0 0 .018-1.149'/%3E%3C/mask%3E%3Cg mask='url(%23h)'%3E%3Cpath fill='%23fff' d='m6.226 23.485-.138 7.82 7.72.133.138-7.82-7.72-.133Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.068 41.483a4.835 4.835 0 0 1 .12-6.89l4.06-3.831c.548-.525.953-1.203 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.932-2.301-1.209-3.493-.784l-.048.018c-.298.111-.721.394-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.012c1.789-.648 3.881-.236 5.264 1.18a4.834 4.834 0 0 1-.12 6.89l-4.059 3.83c-.548.525-.954 1.203-1.06 1.946-.15 1.02.178 2.01.887 2.735.913.93 2.302 1.208 3.494.784l.048-.018c.298-.112.721-.395 1.168.182.382.79-.053 1.15-.608 1.356l-.024.012c-1.788.648-3.88.236-5.264-1.179Z' clip-rule='evenodd'/%3E%3Cmask id='i' width='9' height='20' x='11' y='23' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M13.068 41.483a4.835 4.835 0 0 1 .12-6.89l4.06-3.831c.548-.525.953-1.203 1.06-1.945a3.207 3.207 0 0 0-.888-2.735c-.912-.932-2.301-1.209-3.493-.784l-.048.018c-.298.111-.721.394-1.169-.183-.381-.79.054-1.15.608-1.356l.024-.012c1.789-.648 3.881-.236 5.264 1.18a4.834 4.834 0 0 1-.12 6.89l-4.059 3.83c-.548.525-.954 1.203-1.06 1.946-.15 1.02.178 2.01.887 2.735.913.93 2.302 1.208 3.494.784l.048-.018c.298-.112.721-.395 1.168.182.382.79-.053 1.15-.608 1.356l-.024.012c-1.788.648-3.88.236-5.264-1.179Z'/%3E%3C/mask%3E%3Cg mask='url(%23i)'%3E%3Cpath fill='%23fff' d='m11.233 22.864-.363 20.55 9.58.165.362-20.55-9.58-.165Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M29.588 35.954c-.466.33-.28.82-.173 1.114.453 1.209.202 2.6-.745 3.525-.65.63-1.491.937-2.32.925a3.221 3.221 0 0 1-2.289-1.002l-4.757-4.98a.807.807 0 0 0-1.15-.018.831.831 0 0 0-.019 1.167l4.746 4.963.012.012c1.693 1.645 4.328 1.998 6.265.654a4.898 4.898 0 0 0 1.825-2.352 5.007 5.007 0 0 0 .005-3.436c-.202-.566-.596-1.137-1.395-.566l-.005-.006Z' clip-rule='evenodd'/%3E%3Cmask id='j' width='15' height='9' x='17' y='35' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M29.588 35.954c-.466.33-.28.82-.173 1.114.453 1.209.202 2.6-.745 3.525-.65.63-1.491.937-2.32.925a3.221 3.221 0 0 1-2.289-1.002l-4.757-4.98a.807.807 0 0 0-1.15-.018.831.831 0 0 0-.019 1.167l4.746 4.963.012.012c1.693 1.645 4.328 1.998 6.265.654a4.898 4.898 0 0 0 1.825-2.352 5.007 5.007 0 0 0 .005-3.436c-.202-.566-.596-1.137-1.395-.566l-.005-.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23j)'%3E%3Cpath fill='%23fff' d='m17.715 34.84-.157 8.917 13.948.241.157-8.916-13.948-.241Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.789 13.085a4.968 4.968 0 0 1 6.97.118l3.874 4.014c.53.542 1.216.943 1.967 1.049a3.29 3.29 0 0 0 2.766-.878 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.399-.713.185-1.156.8-.377 1.163.053 1.371.602l.012.023a4.873 4.873 0 0 1-3.046 6.319 4.968 4.968 0 0 1-5.115-1.232l-3.875-4.014c-.53-.542-1.216-.943-1.968-1.05a3.291 3.291 0 0 0-2.766.879 3.256 3.256 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.155-.799.378-1.162-.053-1.37-.6l-.013-.024a4.873 4.873 0 0 1 1.193-5.205Z' clip-rule='evenodd'/%3E%3Cmask id='k' width='21' height='9' x='0' y='11' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M1.789 13.085a4.968 4.968 0 0 1 6.97.118l3.874 4.014c.53.542 1.216.943 1.967 1.049a3.29 3.29 0 0 0 2.766-.878 3.255 3.255 0 0 0 .793-3.454l-.018-.047c-.113-.295-.399-.713.185-1.156.8-.377 1.163.053 1.371.602l.012.023a4.873 4.873 0 0 1-3.046 6.319 4.968 4.968 0 0 1-5.115-1.232l-3.875-4.014c-.53-.542-1.216-.943-1.968-1.05a3.291 3.291 0 0 0-2.766.879 3.256 3.256 0 0 0-.793 3.454l.018.047c.113.295.4.713-.185 1.155-.799.378-1.162-.053-1.37-.6l-.013-.024a4.873 4.873 0 0 1 1.193-5.205Z'/%3E%3C/mask%3E%3Cg mask='url(%23k)'%3E%3Cpath fill='%23fff' d='m-.133 10.915-.167 9.47 20.75.359.167-9.47-20.75-.359Z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.267 29.418c-.334-.46-.828-.277-1.127-.171-1.222.448-2.629.2-3.565-.737a3.182 3.182 0 0 1-.936-2.293 3.152 3.152 0 0 1 1.014-2.263L7.69 19.25a.786.786 0 0 0 .018-1.137.855.855 0 0 0-1.18-.018l-5.02 4.692-.012.006c-1.663 1.674-2.02 4.279-.661 6.195a4.94 4.94 0 0 0 2.378 1.803c1.127.407 2.367.4 3.476.006.572-.2 1.15-.59.572-1.38h.006Z' clip-rule='evenodd'/%3E%3Cmask id='l' width='8' height='15' x='0' y='17' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M7.267 29.418c-.334-.46-.828-.277-1.127-.171-1.222.448-2.629.2-3.565-.737a3.182 3.182 0 0 1-.936-2.293 3.152 3.152 0 0 1 1.014-2.263L7.69 19.25a.786.786 0 0 0 .018-1.137.855.855 0 0 0-1.18-.018l-5.02 4.692-.012.006c-1.663 1.674-2.02 4.279-.661 6.195a4.94 4.94 0 0 0 2.378 1.803c1.127.407 2.367.4 3.476.006.572-.2 1.15-.59.572-1.38h.006Z'/%3E%3C/mask%3E%3Cg mask='url(%23l)'%3E%3Cpath fill='%23fff' d='M-.133 17.531-.376 31.31l8.523.147.244-13.779-8.524-.147Z'/%3E%3C/g%3E%3C/svg%3E");
    margin-bottom: 40px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul li {
    border-bottom: 1px solid #273e40;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul li:last-child {
    border-bottom: none;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login ul li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 250% */
    letter-spacing: -0.4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area {
    margin-top: auto;
    padding: 0 32px 37px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area .login_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    width: 100%;
    border-radius: 22px;
    background: #2baf7e;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.4px;
    white-space: nowrap;
    transition: all 0.3s;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .before_login .button_area .login_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    width: 252px;
    height: 132px;
    background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='252' height='132' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cellipse cx='126' cy='71' fill='%232BAF7E' rx='76' ry='21'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='252' height='142' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3363_31579' stdDeviation='25'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 15px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_name {
    width: 100%;
    text-align: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_name::after {
    content: "";
    display: block;
    width: 100%;
    height: 28px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='28' fill='none'%3E%3Cg clip-path='url(%23a)' filter='url(%23b)' opacity='.5'%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='m125.808 15.836-4.366-4.64-1.419 1.415M117.133 12.164l4.367 4.64 1.418-1.42'/%3E%3Cpath fill='%23fff' d='M115 13v2s-105-.266-105-.96C10 13.343 115 13 115 13Z'/%3E%3Cpath fill='%23fff' d='M114.916 11.908 116.831 14l-1.915 2.092L113 14l1.916-2.092ZM128 13v2s105-.258 105-.953-105-1.04-105-1.04V13ZM118.237 15.39l-.987 1.078-.988-1.078.988-1.08.987 1.08ZM126.472 12.2l-.988 1.078-.988-1.079.988-1.079.988 1.08Z'/%3E%3Cpath fill='%23fff' d='M129.831 14 128 16l-1.831-2L128 12l1.831 2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M10 18h223v-8H10z'/%3E%3C/clipPath%3E%3Cfilter id='b' width='243' height='28' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_786_54661'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_786_54661' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 243px 28px;
    background-position: center top;
    margin-top: 6px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_name a {
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul {
    margin-left: 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li span,
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area .after_login .user_info .order_1 ul li a {
    margin-bottom: 4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 {
    margin-top: 60px;
    position: relative;
    width: 100%;
    height: 100%;
    order: 4;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4::before {
    content: "";
    display: block;
    background: url("https://lwi.nexon.com/m_mabinogim/brand/main/cat.png");
    width: 195px;
    height: 137px;
    position: absolute;
    bottom: 0;
    left: 80px;
    z-index: 2;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner {
    position: relative;
    width: 100%;
    height: 94px;
    overflow: hidden;
    background: url(https://lwi.nexon.com/m_mabinogim/brand/main/snsbg.png) no-repeat;
    background-position: 0 center;
    border-radius: 24px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 {
    width: 100%;
    margin-top: 36px;
    position: relative;
    height: 100%;
    order: 5;
  }
  #mabinogim .main .media_guide_wrap {
    padding: 70px 20px 78px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
  }
  #mabinogim .main .media_guide_wrap .media_wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top {
    display: flex;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top h1 {
    display: flex;
    align-items: center;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top h1 span {
    color: #525252;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.6px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top h1 a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top .filter_area {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button {
    padding: 5px 32px;
    border-radius: 60px;
    border: 1px solid #5c5c5c;
    margin-right: 8px;
    color: #525252;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
    white-space: nowrap;
    width: min-content;
    max-width: 100px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button:last-child {
    margin-right: 0;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top .filter_area button.on {
    background: #5c5c5c;
    color: #fff;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    max-width: 244px;
    min-width: 244px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li .thumbnail {
    width: 100%;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li .thumbnail img {
    width: 100%;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li .creator::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 22px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none'%3E%3Cpath fill='url(%23a)' d='m9.024 7.844-8.9-2.02a.099.099 0 0 0-.122.096V18.6a.098.098 0 0 0 .077.095l11.257 2.53a.1.1 0 0 0 .07-.01l8.543-4.773a.098.098 0 0 0-.026-.182L9.099 13.858V7.94a.096.096 0 0 0-.075-.095Z'/%3E%3Cpath fill='url(%23b)' d='M19.9 2.493 8.858.003a.104.104 0 0 0-.069.008L.053 4.69a.098.098 0 0 0 .023.183L10.962 7.46a.1.1 0 0 0 .07-.01l8.893-4.774a.1.1 0 0 0-.025-.183Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='5.442' x2='9.412' y1='6.577' y2='22.728' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.016' stop-color='%232B3EFF'/%3E%3Cstop offset='.487' stop-color='%2326BEFF'/%3E%3Cstop offset='.891' stop-color='%2317FF82'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='-1.558' x2='14.501' y1='4.933' y2='-7.474' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.016' stop-color='%232B3EFF'/%3E%3Cstop offset='.487' stop-color='%2326BEFF'/%3E%3Cstop offset='.891' stop-color='%2317FF82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  #mabinogim .main .media_guide_wrap .guide_wrap {
    width: 100%;
    max-width: 1040px;
    padding: 0;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top {
    display: flex;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top h1 {
    display: flex;
    align-items: center;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top h1 span {
    color: #525252;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.6px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top h1 a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button {
    padding: 5px 32px;
    border-radius: 60px;
    border: 1px solid #5c5c5c;
    margin-right: 8px;
    color: #525252;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
    white-space: nowrap;
    width: min-content;
    max-width: 100px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button:last-child {
    margin-right: 0;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area button.on {
    background: #5c5c5c;
    color: #fff;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list {
    position: relative;
    margin-top: 30px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list ul li {
    border-radius: 12px;
    overflow: hidden;
    max-width: 167px;
    min-width: 167px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list ul li a span {
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #mabinogim .main .display_board_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s;
    background: #fff;
    padding: 0 20px;
  }
  #mabinogim .main .display_board_wrap .inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    height: 42px;
    border-radius: 12px 12px 0px 0px;
    background: #00b670;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  #mabinogim .main .display_board_wrap .inner::before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 62px;
    min-width: 62px;
    height: 100%;
    background: linear-gradient(90deg, #00b670 60%, rgba(245, 240, 255, 0) 100%);
    z-index: 2;
  }
  #mabinogim .main .display_board_wrap .inner::after {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    width: 62px;
    min-width: 62px;
    height: 100%;
    background: linear-gradient(-90deg, #00b670 90%, rgba(245, 240, 255, 0) 100%);
    z-index: 2;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text::before {
    content: "";
    position: absolute;
    left: 20px;
    min-width: 26px;
    width: 26px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.93 4.48.89 7.605l3.04 3.125 3.038-3.125L3.93 4.48ZM15.477.105 9.904 5.837l-.013-.013-1.72 1.768.013.013-.013.013 1.72 1.768.013-.014 5.574 5.733 5.575-5.733 2.591 2.665 1.72-1.767-2.591-2.665 2.59-2.665-1.718-1.767-2.592 2.664L15.478.105Zm0 3.535 3.856 3.965-3.856 3.964-3.855-3.965 3.855-3.964Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 4;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text ul {
    position: relative;
    display: flex;
    min-width: 100%;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text ul li a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
  }
  #mabinogim .main .display_board_wrap .inner .close_button {
    position: absolute;
    right: 20px;
    width: 34px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='20' fill='none'%3E%3Crect width='34' height='20' fill='%23fff' rx='10'/%3E%3Cpath stroke='%232BAF7E' stroke-linecap='round' stroke-width='3' d='m20 7-3 3-3-3M20 13l-3-3-3 3'/%3E%3C/svg%3E");
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 3;
  }
  #mabinogim .main .class_wrap {
    width: 100%;
    background: #100f0c url("https://lwi.nexon.com/m_mabinogim/brand/main/class_bg.png");
    background-position: center top;
    padding: 40px 0 55px;
  }
  #mabinogim .main .class_wrap .inner {
    max-width: 1740px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #mabinogim .main .class_wrap .inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mabinogim .main .class_wrap .inner .top h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
  }
  #mabinogim .main .class_wrap .inner .top a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .class_wrap .inner .class_list {
    width: 100%;
    margin-top: 30px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #3c302a;
    background: rgba(25, 26, 35, 0.8);
  }
  #mabinogim .main .class_wrap .inner .class_list > li .list_top span {
    color: #7a6f69;
    text-align: center;
    font-size: 16px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line {
    margin-top: 14px;
    display: flex;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base {
    min-width: 106px;
    width: 106px;
    height: 189px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #392e2a;
    background: #1e1f27;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base span {
    margin-top: 5px;
    color: #bfb2a7;
    text-align: center;
    font-size: 12px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base span.text_2 {
    font-size: 16px;
    margin-top: 10px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper {
    margin-left: 8px;
    overflow: hidden;
    flex: 1;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li {
    border-radius: 12px;
    border: 1px solid #383838;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a {
    border-radius: 12px;
    background: #22282e;
    max-width: 700px;
    max-height: 188px;
    display: flex;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_pcdown {
    display: block;
  }
}
@media (max-width: 768px) {
  #mabinogim .main .banner_wrap {
    position: relative;
    margin-bottom: 38px;
  }
  #mabinogim .main .banner_wrap .banner {
    position: relative;
    padding: 0 20px;
  }
  #mabinogim .main .banner_wrap .banner .swiper {
    margin: 0 auto;
    overflow: hidden;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item {
    width: 100%;
    overflow: hidden;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info {
    position: relative;
    padding-bottom: 74%;
    width: 100%;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(36, 38, 45, 0) 50%, rgb(36, 38, 45) 100%);
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .bg img {
    width: 100%;
    object-fit: cover;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 60px;
    width: 100%;
    max-width: 1620px;
    padding: 0 20px;
    transform: none;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .type {
    width: min-content;
    padding: 2px 10px;
    color: #fff;
    font-size: 10px;
    border: 2px solid #fff;
    white-space: nowrap;
    opacity: 0;
    animation: bannerTextMove 1s 0.3s forwards ease;
    margin-bottom: 4px;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .title {
    max-width: 100%;
    margin-bottom: 2px;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .title p {
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 2px;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .sub_title {
    max-width: 100%;
    overflow: hidden;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info .text_area .sub_title p {
    line-height: 15.6px;
    color: #fff;
    font-size: 12px;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info video {
    display: none;
  }
  #mabinogim .main .banner_wrap .banner .swiper .swiper-wrapper .banner_item .banner_info video ~ .bg {
    display: block;
  }
  #mabinogim .main .banner_wrap .pagination {
    width: auto;
    max-width: 1620px;
    padding: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 26px;
    transform: none;
    z-index: 2;
  }
  #mabinogim .main .banner_wrap .pagination .progress {
    width: 100%;
    height: 20px;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: none;
  }
  #mabinogim .main .banner_wrap .pagination .progress button {
    position: absolute;
    right: 58px;
  }
  #mabinogim .main .banner_wrap .pagination .progress .progress_bar {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3px;
    left: 20px;
    margin-left: 0px;
  }
  #mabinogim .main .banner_wrap .pagination .progress .progress_bar span {
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    color: #3ae8a7;
    display: flex;
    align-items: center;
  }
  #mabinogim .main .banner_wrap .pagination .progress .progress_bar span:first-child::after {
    content: "";
    display: block;
    min-width: 18px;
    width: 18px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' fill='none'%3E%3Cpath fill='%2340CB96' d='M4 12h1v1H4v-1ZM5 11h1v1H5v-1ZM6 10h1v1H6v-1ZM7 9h1v1H7V9ZM8 8h1v1H8V8ZM9 7h1v1H9V7ZM10 6h1v1h-1V6ZM11 5h1v1h-1V5ZM12 4h1v1h-1V4ZM13 3h1v1h-1V3Z'/%3E%3C/svg%3E") no-repeat;
    margin: 0 5px;
  }
  #mabinogim .main .banner_wrap .pagination .progress .progress_bar span:last-child {
    color: #d0dae0;
  }
  #mabinogim .main .banner_wrap .pagination .pager {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #mabinogim .main .banner_wrap .pagination .pager .prev_button {
    top: -4px;
    left: auto;
    right: 88px;
    min-width: 28px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23d9d9d9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.917' d='M16.333 8.167 10.5 14l5.833 5.833'/%3E%3C/svg%3E") no-repeat;
  }
  #mabinogim .main .banner_wrap .pagination .pager .next_button {
    top: -4px;
    right: 20px;
    min-width: 28px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23d9d9d9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.917' d='M16.333 8.167 10.5 14l5.833 5.833'/%3E%3C/svg%3E") no-repeat;
  }
  #mabinogim .main .banner_wrap .pagination .pager .thumb_swiper {
    display: none;
  }
  #mabinogim .main .banner_wrap .pagination .mobile_pager .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #aaa;
    border-radius: 50%;
    margin-right: 10px;
  }
  #mabinogim .main .banner_wrap .pagination .mobile_pager .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  #mabinogim .main .banner_wrap .pagination .mobile_pager .swiper-pagination-bullet-active {
    width: 25px;
    height: 8px;
    background: #2baf7e;
    border-radius: 4px;
  }
  #mabinogim .main .multiplex_info_wrap {
    margin: 0 auto;
    padding: 0 20px 40px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list {
    display: flex;
    flex-wrap: wrap;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 {
    margin-top: 38px;
    width: 100%;
    max-width: 100%;
    display: flex;
    order: 2;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top {
    display: flex;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top h1 {
    color: #525252;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top h1 a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area {
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    gap: 4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button {
    flex: 1;
    padding: 6px 10px;
    border-radius: 60px;
    border: 1px solid #5c5c5c;
    color: #525252;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.28px;
    margin-right: 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .top .filter_area button:last-child {
    margin-right: 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area {
    position: relative;
    width: 100%;
    margin-top: 16px;
    height: auto;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li {
    height: min-content;
    margin-bottom: 8px;
    max-height: 130px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .thumbnail {
    max-width: 26%;
    min-width: 140px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript {
    padding: 12px 20px;
    position: relative;
    background: #fff;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .type {
    font-size: 10px;
    padding: 4px 10px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .title {
    margin-top: 6px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .title span {
    font-size: 12px;
    white-space: nowrap;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .date {
    margin-top: 4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area ul.list li .descript .date span {
    font-size: 10px;
    letter-spacing: -0.24px;
    white-space: nowrap;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_1 .inner .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 14px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top {
    display: flex;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top h1 {
    font-size: 20px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area {
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    gap: 4px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area button {
    flex: 1;
    padding: 6px 10px;
    border-radius: 60px;
    border: 1px solid #5c5c5c;
    margin-right: 0;
    color: #525252;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.28px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .top .filter_area button:last-child {
    margin-right: 0;
    margin-top: 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area {
    position: relative;
    width: 100%;
    margin-top: 16px;
    height: auto;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list {
    height: auto;
    padding: 22px 30px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li {
    padding: 13px 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li:first-child {
    padding-top: 0;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .type {
    font-size: 10px;
    padding: 4px 10px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .title {
    margin-top: 6px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area ul.list li .descript .title span {
    font-size: 12px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 14px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner {
    width: 100%;
    height: 100%;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .swiper ul li {
    display: block;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .swiper ul li a {
    height: 254px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .banner .swiper ul li a h1 {
    color: #fff;
    font-size: 55px;
    line-height: 130%;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager {
    position: relative;
    transform: translateY(0);
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper {
    width: 100%;
    height: 84px;
    display: flex;
    align-items: flex-end;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper::after {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(24, 26, 35, 0.28) 0%, rgba(24, 26, 35, 0.83) 100%);
    backdrop-filter: blur(10px);
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul {
    width: 100%;
    height: 64px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li i {
    font-style: normal;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='m9.94 6.382.516.872a6 6 0 0 0 2.04 2.067l.98.597-1.122.726a5.999 5.999 0 0 0-1.845 1.887l-.57.922-.88-1.241a6 6 0 0 0-1.425-1.423l-1.23-.871 1.092-.728a6 6 0 0 0 1.63-1.613l.814-1.195Z'/%3E%3Cmask id='a' width='10' height='10' x='5' y='5' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M8.776 5.948a3 3 0 0 1 2.296 0l.94.39a3 3 0 0 1 1.623 1.623l.39.94a3 3 0 0 1 0 2.296l-.39.94a3 3 0 0 1-1.623 1.623l-.94.39a3 3 0 0 1-2.296 0l-.94-.39a3 3 0 0 1-1.624-1.624l-.389-.94a3 3 0 0 1 0-2.296l.39-.94a3 3 0 0 1 1.623-1.623l.94-.39Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23E8E8E8' d='M4.302 9.918h5.753v5.23H4.302z'/%3E%3Cpath fill='%23DAD9D9' d='M9.793 9.656h5.491v5.491H9.793z'/%3E%3Cpath fill='%23fff' d='M4.302 4.426h5.753v5.491H4.302z'/%3E%3Cpath fill='%23EFEFEF' d='M9.793 4.688h5.491v5.491H9.793z'/%3E%3C/g%3E%3C/svg%3E");
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li button {
    position: relative;
    height: 100%;
    color: #d2d2d2;
    font-size: 12px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li.swiper-slide-thumb-active button {
    position: relative;
    height: 100%;
    color: #fff;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_2 .inner .pagination .pager .swiper ul li.swiper-slide-thumb-active i {
    width: 43px;
    min-width: 43px;
    height: 43px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' fill='none'%3E%3Cpath fill='%23fff' d='m21.063 3.063 5.906 9.976a6 6 0 0 0 2.04 2.067L39.5 21.5l-10.633 6.886a6.001 6.001 0 0 0-1.846 1.887l-5.959 9.665-7.086-9.984a5.999 5.999 0 0 0-1.425-1.423L2.626 21.5l9.788-6.525a6 6 0 0 0 1.63-1.613l7.02-10.3Z'/%3E%3Cmask id='a' width='34' height='34' x='4' y='5' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M19.852 5.976a3 3 0 0 1 2.296 0l9.371 3.881a3 3 0 0 1 1.624 1.624l3.882 9.37a3.001 3.001 0 0 1 0 2.297l-3.882 9.371a3 3 0 0 1-1.624 1.624l-9.37 3.882a3.001 3.001 0 0 1-2.297 0l-9.371-3.882a3 3 0 0 1-1.624-1.624l-3.881-9.37a3 3 0 0 1 0-2.297l3.881-9.371a3 3 0 0 1 1.624-1.624l9.37-3.881Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23E8E8E8' d='M.729 21.529h20.743v18.857H.729z'/%3E%3Cpath fill='%23DAD9D9' d='M20.529 20.586h19.8v19.8h-19.8z'/%3E%3Cpath fill='%23fff' d='M.729 1.729h20.743v19.8H.729z'/%3E%3Cpath fill='%23EFEFEF' d='M20.529 2.671h19.8v19.8h-19.8z'/%3E%3C/g%3E%3Cpath fill='%236F6F6F' fill-rule='evenodd' d='M23.708 13.949 21 11.5l-2.708 2.449L21 16.398l2.708-2.449Zm3.792 9.306-4.968-4.492.011-.01-1.532-1.386-.011.01-.011-.01-1.532 1.386.011.01-4.968 4.492 4.968 4.493-2.31 2.087 1.533 1.386L21 29.133l2.31 2.088 1.531-1.386-2.31-2.088 4.969-4.492Zm-3.064 0L21 26.362l-3.436-3.107L21 20.148l3.436 3.107Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 24px;
    margin-left: auto;
    order: 3;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type {
    width: 100%;
    max-width: 100%;
    max-height: 50px;
    padding: 16px 85px;
    border: 1px solid #d7d7d7;
    border-radius: 24px;
    background: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type span {
    white-space: nowrap;
    font-size: 15px;
    color: #7f7f7f;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .my_account_type span::after {
    content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Crect width='16' height='16' x='.5' y='.5' fill='%23C9C9C9' rx='6'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.809 8.381a.767.767 0 0 0-.226-.525L7.691 4.963a.77.77 0 1 0-1.088 1.088l2.355 2.356-2.542 2.542a.77.77 0 0 0 1.088 1.088l3.08-3.08a.767.767 0 0 0 .225-.576Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    margin-left: 8px;
    transition: 0.3s;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_3 .inner .login_area {
    display: none;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 {
    margin-top: 3.125vw;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    order: 5;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4::before {
    content: "";
    display: none;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner {
    position: relative;
    width: 100%;
    height: 12.24vw;
    overflow: hidden;
    background: url(https://lwi.nexon.com/m_mabinogim/brand/main/snsbg.png) no-repeat;
    background-position: center center;
    border-radius: 3.125vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a {
    width: 17.97vw;
    height: 6.25vw;
    border-radius: 1.302vw;
    margin-right: 2.083vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.youtube::before {
    width: 3.646vw;
    min-width: 3.646vw;
    height: 3.646vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner .sns_icon_menu a.kakaochannel::before {
    width: 3.125vw;
    min-width: 3.125vw;
    height: 3.385vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_4 .inner video {
    border-radius: 3.125vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 {
    margin-top: 0;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    order: 1;
    border-radius: 3.125vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list {
    height: 12.24vw;
    padding: 0 1.302vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul {
    margin: auto;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li {
    margin-right: 1.302vw;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li a {
    width: 20.83vw;
    height: 6.25vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li:nth-child(4) {
    display: none;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 .scroll_list .store_menu ul li.sm_pcdown {
    display: none;
  }
  #mabinogim .main .multiplex_info_wrap .info_list .info_area_5 video {
    width: 100%;
    height: 100%;
    border-radius: 3.125vw;
  }
  #mabinogim .main .media_guide_wrap {
    padding: 36px 20px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
  }
  #mabinogim .main .media_guide_wrap .media_wrap {
    width: 100%;
    margin: 0 auto;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top {
    display: flex;
    flex-direction: column;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top h1 {
    display: flex;
    align-items: center;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top h1 span {
    color: #525252;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top h1 a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .top .filter_area {
    display: none;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    max-width: 244px;
    min-width: 244px;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li .thumbnail {
    width: 100%;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li .thumbnail img {
    width: 100%;
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list ul li .creator::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 22px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' fill='none'%3E%3Cpath fill='url(%23a)' d='m9.024 7.844-8.9-2.02a.099.099 0 0 0-.122.096V18.6a.098.098 0 0 0 .077.095l11.257 2.53a.1.1 0 0 0 .07-.01l8.543-4.773a.098.098 0 0 0-.026-.182L9.099 13.858V7.94a.096.096 0 0 0-.075-.095Z'/%3E%3Cpath fill='url(%23b)' d='M19.9 2.493 8.858.003a.104.104 0 0 0-.069.008L.053 4.69a.098.098 0 0 0 .023.183L10.962 7.46a.1.1 0 0 0 .07-.01l8.893-4.774a.1.1 0 0 0-.025-.183Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='5.442' x2='9.412' y1='6.577' y2='22.728' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.016' stop-color='%232B3EFF'/%3E%3Cstop offset='.487' stop-color='%2326BEFF'/%3E%3Cstop offset='.891' stop-color='%2317FF82'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='-1.558' x2='14.501' y1='4.933' y2='-7.474' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.016' stop-color='%232B3EFF'/%3E%3Cstop offset='.487' stop-color='%2326BEFF'/%3E%3Cstop offset='.891' stop-color='%2317FF82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  #mabinogim .main .media_guide_wrap .media_wrap .list .pager {
    display: none;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap {
    margin: 54px auto 0;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top {
    display: flex;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top h1 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top h1 span {
    color: #525252;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top h1 a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .top .filter_area {
    display: none;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list {
    position: relative;
    margin-top: 30px;
    max-width: min-content;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list ul li {
    border-radius: 12px;
    overflow: hidden;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list ul li a span {
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #mabinogim .main .media_guide_wrap .guide_wrap .list .pager {
    display: none;
  }
  #mabinogim .main .display_board_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s;
    background: #fff;
    padding: 0 20px;
  }
  #mabinogim .main .display_board_wrap .inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    height: 42px;
    border-radius: 12px 12px 0px 0px;
    background: #00b670;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  #mabinogim .main .display_board_wrap .inner::before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 62px;
    min-width: 62px;
    height: 100%;
    background: linear-gradient(90deg, #00b670 60%, rgba(245, 240, 255, 0) 100%);
    z-index: 2;
  }
  #mabinogim .main .display_board_wrap .inner::after {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    width: 62px;
    min-width: 62px;
    height: 100%;
    background: linear-gradient(-90deg, #00b670 90%, rgba(245, 240, 255, 0) 100%);
    z-index: 2;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text::before {
    content: "";
    position: absolute;
    left: 20px;
    min-width: 26px;
    width: 26px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.93 4.48.89 7.605l3.04 3.125 3.038-3.125L3.93 4.48ZM15.477.105 9.904 5.837l-.013-.013-1.72 1.768.013.013-.013.013 1.72 1.768.013-.014 5.574 5.733 5.575-5.733 2.591 2.665 1.72-1.767-2.591-2.665 2.59-2.665-1.718-1.767-2.592 2.664L15.478.105Zm0 3.535 3.856 3.965-3.856 3.964-3.855-3.965 3.855-3.964Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 4;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text ul {
    position: relative;
    display: flex;
    min-width: 100%;
  }
  #mabinogim .main .display_board_wrap .inner .flow_text ul li a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
  }
  #mabinogim .main .display_board_wrap .inner .close_button {
    position: absolute;
    right: 20px;
    width: 34px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='20' fill='none'%3E%3Crect width='34' height='20' fill='%23fff' rx='10'/%3E%3Cpath stroke='%232BAF7E' stroke-linecap='round' stroke-width='3' d='m20 7-3 3-3-3M20 13l-3-3-3 3'/%3E%3C/svg%3E");
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 3;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line {
    position: relative;
    margin-top: 14px;
    display: flex;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base {
    min-width: 162px;
    width: 162px;
    height: 189px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #392e2a;
    background: #1e1f27;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base i {
    display: block;
    width: 62px;
    height: 62px;
    background-size: 100% auto;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base span {
    margin-top: 5px;
    color: #bfb2a7;
    text-align: center;
    font-size: 12px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base span.text_2 {
    font-size: 25px;
    margin-top: 10px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base button {
    width: 86px;
    height: 16px;
    background: #30313a;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base button::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%235D5F6C' fill-rule='evenodd' d='M5.055 0a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V5.824h3.407a.77.77 0 0 0 0-1.538H5.824V.769A.77.77 0 0 0 5.054 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    transition: all 0.3s;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base button::after {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' fill='none'%3E%3Cpath fill='%231E1F27' fill-rule='evenodd' d='M6.839 1.873A.77.77 0 0 1 7.927.785l2.662 2.663a.768.768 0 0 1 .207.713.768.768 0 0 1-.207.712L7.927 7.535a.77.77 0 0 1-1.088-1.087l1.623-1.624H.77a.77.77 0 1 1 0-1.538h7.482L6.84 1.873Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper {
    position: relative;
    margin-left: 8px;
    flex: 1;
    overflow: hidden;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li.new a::after {
    position: absolute;
    top: 26px;
    right: auto;
    left: 30px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3CforeignObject width='28.667' height='28.667' x='-5.333' y='-5.333'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(2.67px);clip-path:url(%23a);height:100%25;width:100%25'/%3E%3C/foreignObject%3E%3Ccircle cx='9' cy='9' r='9' fill='%2301171E' fill-opacity='.8' data-figma-bg-blur-radius='5.333'/%3E%3Cmask id='b' width='7' height='10' x='5.5' y='4.5' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M5.5 4.5h7v10h-7z'/%3E%3Cpath d='M12.357 13.5H10.56l-3.24-5.531V13.5H5.636V5.098h1.799l3.24 5.537V5.098h1.681V13.5Z'/%3E%3C/mask%3E%3Cpath fill='%2300B771' d='M12.357 13.5H10.56l-3.24-5.531V13.5H5.636V5.098h1.799l3.24 5.537V5.098h1.681V13.5Z'/%3E%3Cpath fill='%2300B771' d='M12.357 13.5v.1h.1v-.1h-.1Zm-1.798 0-.087.05.03.05h.057v-.1Zm-3.24-5.531.086-.05-.187-.319v.369h.1Zm0 5.531v.1h.1v-.1h-.1Zm-1.682 0h-.1v.1h.1v-.1Zm0-8.402v-.1h-.1v.1h.1Zm1.799 0 .086-.05-.03-.05h-.056v.1Zm3.24 5.537-.087.05.187.319v-.37h-.1Zm0-5.537v-.1h-.1v.1h.1Zm1.681 0h.1v-.1h-.1v.1Zm0 8.402v-.1H10.56v.2h1.798v-.1Zm-1.798 0 .086-.05-3.24-5.532-.087.05-.086.051 3.24 5.531.087-.05Zm-3.24-5.531h-.1V13.5h.2V7.969h-.1Zm0 5.531v-.1H5.636v.2h1.681v-.1Zm-1.682 0h.1V5.098h-.2V13.5h.1Zm0-8.402v.1h1.799v-.2h-1.8v.1Zm1.799 0-.087.05 3.24 5.537.087-.05.086-.05-3.24-5.538-.086.05Zm3.24 5.537h.1V5.098h-.2v5.537h.1Zm0-5.537v.1h1.681v-.2h-1.681v.1Zm1.681 0h-.1V13.5h.2V5.098h-.1Z' mask='url(%23b)'/%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(5.333 5.333)'%3E%3Ccircle cx='9' cy='9' r='9'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% auto;
  }
}
@media (max-width: 430px) {
  #mabinogim .main .class_wrap {
    width: 100%;
    background: #100f0c url("https://lwi.nexon.com/m_mabinogim/brand/main/class_bg.png");
    background-position: center top;
    padding: 40px 0 55px;
  }
  #mabinogim .main .class_wrap .inner {
    max-width: 1740px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
  }
  #mabinogim .main .class_wrap .inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mabinogim .main .class_wrap .inner .top h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
  }
  #mabinogim .main .class_wrap .inner .top a {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23A9A9A8' fill-rule='evenodd' d='M5.055.5a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V6.324h3.407a.77.77 0 0 0 0-1.538H5.824V1.269A.77.77 0 0 0 5.054.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-position: center center;
    border-radius: 6px;
    border: 1px solid #a9a9a8;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }
  #mabinogim .main .class_wrap .inner .class_list {
    margin-top: 30px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li {
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #3c302a;
    background: rgba(25, 26, 35, 0.8);
  }
  #mabinogim .main .class_wrap .inner .class_list > li .list_top span {
    color: #7a6f69;
    text-align: center;
    font-size: 16px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .list_top .pager {
    display: none;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line {
    margin-top: 14px;
    display: flex;
    width: 400px !important;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base {
    min-width: 96px;
    width: 96px;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #392e2a;
    background: #1e1f27;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base span {
    margin-top: 5px;
    color: #bfb2a7;
    text-align: center;
    font-size: 10px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .base span.text_2 {
    font-size: 12px;
    margin-top: 10px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li {
    border-radius: 12px;
    border: 1px solid #383838;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a {
    border-radius: 12px;
    background: #22282e;
    max-width: 700px;
    max-height: 188px;
    display: flex;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 {
    top: 40px;
    left: 10px;
    flex: 0.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
    z-index: 2;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 .text_1 {
    color: #a6b6c1;
    font-size: 12px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 .text_2 {
    margin-top: 15px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_1 button {
    margin-top: 20px;
    padding: 8px 0px;
    border-radius: 8px;
    background: #394045 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%2322B17C' fill-rule='evenodd' d='M5.055 0a.77.77 0 0 0-.77.77v3.516H.77a.77.77 0 0 0 0 1.538h3.517v3.407a.77.77 0 0 0 1.538 0V5.824h3.407a.77.77 0 0 0 0-1.538H5.824V.769A.77.77 0 0 0 5.054 0Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
    background-size: 10px 10px;
    background-position: center;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li a .order_2 .thumbnail {
    height: 168px;
  }
  #mabinogim .main .class_wrap .inner .class_list > li .class_line .line_swiper ul li.new a::after {
    top: 16px;
    left: 20px;
  }
}
@keyframes bannerTextMove {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes hoverArrowMove {
  0% {
    transform: translateX(-40%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
