/* Made by Masstige */
.imgToCover {
  /* background-cover */
  display: block;
  position: relative;
  overflow: hidden;
}
.imgToCover::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.imgToCover > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}

.imgToContain {
  /* background-contain */
  display: block;
  position: relative;
  overflow: hidden;
}
.imgToContain::after {
  content: "";
  display: block;
  padding-bottom: contain;
}
.imgToContain > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.main-category {
  z-index: 600;
  border-radius: 40px;
  max-width: 1340px;
  margin: -40px auto 0;
  padding: 30px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding-right: 90px;
}
.main-category .img {
  margin: 0 auto 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-category .swiper-button {
  display: flex;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.main-category .swiper-button__button {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-category .swiper-button--next {
  margin-left: -1px;
}

.main-visual {
  position: relative;
}
.main-visual .swiper-button {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  height: 38px;
  border-radius: 38px;
  display: inline-flex;
  font-weight: 300;
  align-items: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.main-visual .swiper-button__button {
  color: #c9c9c9;
  padding: 0 10px;
}
.main-visual .swiper-button .swiper-pagination-fraction {
  font-family: "Open Sans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: auto;
}
.main-visual .item > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-visual .item > a::after {
  content: "";
  display: block;
  padding-bottom: 274px;
}
.main-visual .item > a > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}

.main-user {
  height: 274px;
  word-break: keep-all;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main-user__guest {
  border: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
.main-user__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 60px;
}
.main-user__user {
  border: 1px solid #ddd;
  width: 100%;
  height: calc(100% - 60px - 15px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main-user__profile {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  padding-bottom: 0;
}
.main-user__profile .img-bx {
  position: relative;
  flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}
.main-user__profile .img-bx .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.main-user__profile .img-bx .img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.main-user__profile .img-bx .img > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.main-user__profile .img-bx .link {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-user__profile .img-bx .link:hover {
  background-color: #b3b3b3;
}
.main-user__profile .txt-bx .link {
  font-size: 12px;
  padding: 0 0.7em;
  height: 24px;
  font-weight: 300;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.main-user__community {
  border-top: 1px solid #ddd;
  display: flex;
  width: 100%;
}
.main-user__community .item {
  position: relative;
  flex: 0 1 20%;
  border-left: 1px solid #ddd;
  text-align: center;
}
.main-user__community .item:nth-child(1) {
  border-left: 0;
}
.main-user__community .link {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.main-user__community .link:hover {
  text-decoration: underline;
}
.main-user__community .toggle {
  color: #fff;
  width: 26px;
  height: 30px;
  background: url(../images/main/i_toggle.png) no-repeat;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-size: 12px;
  letter-spacing: -0.05em;
  font-family: "Open Sans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.main-user__community .item--notification .toggle {
  filter: hue-rotate(-220deg) saturate(1.8) brightness(1.3) !important;
  background: url(../images/main/i_toggle.png) no-repeat !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.main-user .login-btn {
  margin: 10px auto;
  border-radius: 4px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-user .user-link {
  color: #666;
  font-size: 14px;
}
.main-user .user-link .link:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */