@charset "UTF-8";

body {overflow:auto !important;}

.modal__container {
	padding: 38px 28px;
	max-width: 70%;
	max-height: 50%;
	margin: 0 auto;
	overflow-y: scroll !important;
	color: #4c2f6a;
}

.modal__header {
	font-family: PyeongChang;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.85px;
	text-align: center;
	color: #4c2f6a;
	padding-top: 0px !important;
}

.btn--close { }

section.goods-complete .complete-menu-box {
	padding-bottom: 30px;
}

section.my-apply-history .my-apply-tabs-box .tabs-box {
	display: block;
}

@media (max-width: 768px) {
  section.home-main-contents .contents-item .img-box img.web {
    display: none;
  }
}
section.home-main-contents .contents-item .img-box img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.home-main-contents .contents-item .img-box img.mobile {
    display: block;
  }
}
.event_popup_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
	z-index:103;
}

.event_popup a {
  max-width: 720px;
}

.event_popup > .contents {
  object-fit: contain;
}

#eventPopupRolling .slick-dots {
  position: absolute;
  bottom: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.popup-btn-wrapper {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: center;
  color: #fff;
}
.popup-btn-wrapper > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-btn-wrapper > li::after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin: 0 10px;
  position: relative;
  bottom: 2px;
}
.popup-btn-wrapper > li:last-child::after {
  display: none;
}

.popup-layer > form {
	height: 100%;
}