/* 기본 노말라이징 */
.min_wrap,
#go_apply_fixed {
  opacity: 0;
  transition: opacity 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -0.7px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
select,
textarea {
  font-family: "Spoqa Han Sans Neo";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}
textarea {
  resize: none;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
button {
  border: none;
  border-radius: 0;
  background: transparent;
  display: block;
  font-size: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------------- */

/* 옵션 */
body {
  overflow-x: hidden;
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
body.active {
  overflow-y: hidden;
}
.con {
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
}
.img-box > img {
  width: 100%;
  display: block;
}
.k-cell::after {
  content: "";
  display: block;
  clear: both;
}
.cell {
  float: left;
  box-sizing: border-box;
}
.cell-right {
  float: right;
  box-sizing: border-box;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inflex {
  display: inline-flex;
}
.ais {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.jcs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jce {
  justify-content: flex-end;
}
.jcsb {
  justify-content: space-between;
}
.fdc {
  flex-direction: column;
}
.fdcr {
  flex-direction: column-reverse;
}
.fww {
  flex-wrap: wrap;
}
.tdu {
  text-decoration: underline;
}
.tdm {
  text-decoration: line-through;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.zi5 {
  z-index: 5;
}
.zi6 {
  z-index: 6;
}
.zi7 {
  z-index: 7;
}
.zi8 {
  z-index: 8;
}
.zi9 {
  z-index: 9;
}
.zi10 {
  z-index: 10;
}
.zi100 {
  z-index: 100;
}
.zi1000 {
  z-index: 1000;
}
.zi10000 {
  z-index: 10000;
}
.xy-middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-middle {
  left: 50%;
  transform: translateX(-50%);
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
}
.xy-tl {
  top: 0;
  left: 0;
}
.xy-tr {
  top: 0;
  right: 0;
}
.xy-bl {
  bottom: 0;
  left: 0;
}
.xy-br {
  bottom: 0;
  right: 0;
}
.x-l {
  left: 0;
}
.x-r {
  right: 0;
}
.y-t {
  top: 0;
}
.y-b {
  bottom: 0;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.wsn {
  white-space: nowrap;
}
.cp {
  cursor: pointer;
}
.bsb {
  box-sizing: border-box;
}
.mgc {
  margin: 0 auto;
}
.bdr4 {
  border-radius: 4px;
}
.bdr6 {
  border-radius: 6px;
}
.bdr8 {
  border-radius: 8px;
}
.bdr10 {
  border-radius: 10px;
}
.bdr12 {
  border-radius: 12px;
}
.bdr16 {
  border-radius: 16px;
}
.bdr20 {
  border-radius: 20px;
}
.bdr20 {
  border-radius: 30px;
}
.bdr50 {
  border-radius: 50%;
}
.w100per {
  width: 100%;
}
.h100per {
  height: 100%;
}
.wh100per {
  width: 100%;
  height: 100%;
}
span,
a,
img {
  display: block;
}
.tl {
  font-weight: 300;
}
.tr {
  font-weight: 400;
}
.tm {
  font-weight: 500;
}
.tsb {
  font-weight: 600;
}
.tb {
  font-weight: 700;
}
.tbb {
  font-weight: 900;
}
.ex::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  transform: translateX(-50%);
  transform: translateY(-50%);
}
button {
  position: relative;
  overflow: hidden;
}
button span {
  position: relative;
  z-index: 6;
}
button .hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}
button:hover .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* ------------------------------------------------------------------------------- */

/* 고정 버튼 */
.fix-btn {
  width: 100%;
  height: 113.2px;
  top: 0;
}
.fix-btn .inner-wrap {
  width: 100%;
  height: 100%;
  background: #049162;
  box-shadow: 5.6px 5.6px 11.2px 0px #00000040;
}
.fix-btn .inner-wrap .con {
  width: 100%;
  height: 100%;
  width: 504px;
  padding: 0;
}
.fix-btn .inner-wrap .text-img-box {
  width: 229.6px;
}
.fix-btn .inner-wrap .min-btn {
  width: 133px;
  height: 53.2px;
  background: #efa230;
  border-radius: 2.8px;
}
.fix-btn .inner-wrap .min-btn > .img-box {
  width: 93.8px;
}

/* ------------------------------------------------------------------------------- */

/* 메인 비주얼 영역 */
.main-visual-area {
  width: 100%;
  height: 908.4px;
  background: #f0eddb;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 113.2px;
}

.main-visual-area .con {
  max-width: 688.8px;
  height: 100%;
  padding: 0;
}

.main-visual-area .bg-box {
  width: 100%;
  top: 0;
}

.main-visual-area .ef-box-1 {
  width: 215.6px;
  top: -18.2px;
  left: 0;
}
.main-visual-area .ef-box-2 {
  width: 256.2px;
  top: 420px;
  right: -43.4px;
}

.main-visual-area .frame-box {
  width: 487.2px;
  top: 70px;
}

.main-visual-area .cnt-area {
  top: 112px;
  width: 333.2px;
}

.main-visual-area .cnt-area .stamp-1 {
  width: 72.8px;
}
.main-visual-area .cnt-area .main-title {
  width: 100%;
  margin-bottom: 5.6px;
}

.main-visual-area .cnt-area .line {
  width: 100%;
  height: 0.56px;
  background-color: #8a845d;
  opacity: 0.8;
  margin: 16.8px 0;
}

/* 3. 컨텐츠 박스 및 내부 레이아웃 */
.main-visual-area .cnt-area .cont-title-1 {
  width: 173.6px;
}

/* 4. 카드 상세 흰색 테두리 박스 */
.main-visual-area .cnt-area .card-detail-white {
  background-color: #ffffff;
  padding: 28px 25.2px 22.4px 25.2px;
  box-shadow: 1.4px 1.4px 1.4px 0px #00000040 inset;
  margin-top: 9.8px;
}

.main-visual-area .cnt-area .cont-title-2 {
  width: 99px;
}

.main-visual-area .cnt-area .card-happy {
  width: 162.4px;
  margin-top: 19.6px;
}

/* 5. 텍스트 스타일링 */
.main-visual-area .cnt-area .card-benefit-list {
  margin-top: 19.6px;
  gap: 2.8px;
}
.main-visual-area .cnt-area .card-benefit-list li {
  font-size: 15.4px;
  line-height: 21px;
  font-weight: 500;
  color: #231a1c;
  letter-spacing: -0.98px;
  position: relative;
  box-sizing: border-box;
  padding-left: 8.4px;
}
.main-visual-area .cnt-area .card-benefit-list li::before {
  content: "";
  width: 2.8px;
  height: 2.8px;
  position: absolute;
  left: 0;
  top: 9.1px;
  background-color: #231a1c;
  border-radius: 50%;
}
.main-visual-area .cnt-area .txt-green {
  color: #00bc7d;
  font-weight: 700;
  display: inline-block;
  letter-spacing: -0.98px;
}

.main-visual-area .cnt-area .card-condition-txt {
  font-size: 14px;
  line-height: 19px;
  color: #213f00;
  opacity: 0.88;
  text-align: center;
  margin-top: 8.4px;
}

/* 6. 보기 버튼 스타일 */
.main-visual-area .cnt-area button {
  width: 94.4px;
  height: 44.8px;
  background-color: #049162;
  border-radius: 2.8px;
  margin-top: 19.6px;
}
.main-visual-area .cnt-area button > .img-box {
  width: 55.2px;
}

/* 7. 최하단 안내 문구 */
.main-visual-area .cnt-area .bottom-notice-txt {
  display: grid;
  grid-template-columns: 13.5px 1fr;
  margin-top: 16.8px;
}
.main-visual-area .cnt-area .bottom-notice-txt > span {
  font-size: 14px;
  line-height: 19px;
  color: #213f00;
  opacity: 0.88;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-1 */
.cnt-area-1 {
  box-sizing: border-box;
  padding: 61.6px 0;
  background: #d0dfae;
}
.cnt-area-1 .con {
  max-width: 504px;
  padding: 0 30.8px;
}

.cnt-area-1 .event-detail-card {
  background-color: #ffffff;
  box-shadow: 0px 5.6px 9.8px 0px #00000040;
  box-sizing: border-box;
  padding: 36.4px 33.6px;
}

.cnt-area-1 .event-section {
  margin-bottom: 28px;
}
.cnt-area-1 .event-section:last-child {
  margin-bottom: 0;
}

.cnt-area-1 .section-title {
  width: 173.6px;
  margin-bottom: 11.2px;
}

.cnt-area-1 .main-desc {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #231A1C;
}
.cnt-area-1 .main-desc > span.mini {
  display: inline-block;
  font-size: 18.2px;
  line-height: 25.2px;
}
.cnt-area-1 .main-desc > span.ef-1 {
  display: inline-block;
  font-weight: 700;
  color: #00BC7D;
}

.cnt-area-1 .important-list {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.cnt-area-1 .important-list > li {
  color: #213F00;
  opacity: 0.88;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 16.8px;
}
.cnt-area-1 .important-list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 22px;
}

.cnt-area-1 .sub-list {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.cnt-area-1 .sub-list > li {
  color: #231A1C;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 9.4px;
}
.cnt-area-1 .sub-list > li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 2.8px;
  font-size: 15px;
  line-height: 22px;
}

.cnt-area-1 .notice-list {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.cnt-area-1 .notice-list > li {
  color: #231a1c;
  opacity: 0.88;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700; 
  box-sizing: border-box;
  padding-left: 9.4px;
}
.cnt-area-1 .notice-list > li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.cnt-area-1 .notice-list .notice-sub-list {
  margin-top: 2.8px;
}
.cnt-area-1 .notice-list .notice-sub-list > li {
  display: flex;
  gap: 1.4px;
  font-size: 14px;
  line-height: 19px;
}
.cnt-area-1 .notice-list .notice-sub-list > li > .text-1 {
  min-width: 17px;
}

.cnt-area-1 .method-item {
  margin-bottom: 11.2px;
}
.cnt-area-1 .method-item:last-of-type {
  margin-bottom: 0;
}
.cnt-area-1 .method-item .item-title {
  display: flex;
  gap: 5.6px;
}
.cnt-area-1 .method-item .item-title .num {
  min-width: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #231A1C;
}
.cnt-area-1 .method-item .item-list {
  box-sizing: border-box;
  padding: 0 0 0 25.2px;
  margin-top: 8.4px;
}

.cnt-area-1 .num-list {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.cnt-area-1 .num-list > li {
  display: flex;
  gap: 2.8px;
}
.cnt-area-1 .num-list > li > img {
  width: 20px;
  height: 22px;
}

.cnt-area-1 .img-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8.4px;
}
.cnt-area-1 .img-area > li {
  width: 33.333%;
}
.cnt-area-1 .img-area > li > .img-box {
  width: 100%;
}

.cnt-area-1 button {
  width: 183.3px;
  height: 44.7px;
  border-radius: 2.8px;
  background: #049162;
}
.cnt-area-1 button > .img-box {
  width: 144.2px;
}

.cnt-area-1 .drop-down-box {
  border-radius: 5.6px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #7B5C49;
}
.cnt-area-1 .drop-down-box .top-box {
  box-sizing: border-box;
  padding-top: 19.6px;
  padding-right: 22.4px;
  padding-bottom: 16.8px;
  padding-left: 16.8px;
  background-color: #7B5C49;
}
.cnt-area-1 .drop-down-box .top-box > h5 {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.cnt-area-1 .drop-down-box .top-box > .img-box {
  width: 22.4px;
  transform: rotate(-180deg);
  transition: all .6s;
}
.cnt-area-1 .drop-down-box.active .top-box > .img-box {
  transform: rotate(0);
}
.cnt-area-1 .drop-down-box .bottom-box {
  box-sizing: border-box;
  padding-top: 16.8px;
  padding-right: 19.6px;
  padding-bottom: 22.4px;
  padding-left: 11.2px;
  background-color: #F6F6F6;
  display: none;
}
.cnt-area-1 .drop-down-box .bottom-box > ul > li {
  color: #231a1c;
  opacity: 0.88;
  position: relative;
  font-size: 14px;
  line-height: 19px;  
  box-sizing: border-box;
  padding-left: 22px;
}
.cnt-area-1 .drop-down-box .bottom-box > ul > li::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 7.5px;
  width: 4px;
  height: 4px;
  background-color: #231a1c;
  border-radius: 50%;
}

/* 이미지 영역 */
.cnt-area-1 .event-hero-image-1 {
  box-sizing: border-box;
  padding: 0 54.6px 30.8px 54.6px;
}
.cnt-area-1 .event-hero-image-1 > .img-box-1 {
  width: 75.6px;
}
.cnt-area-1 .event-hero-image-1 > .img-box-2 {
  width: 100%;
  margin-top: 14px;
}
.cnt-area-1 .event-hero-image-1 > .img-box-3 {
  width: 264.48px;
  margin-top: 11.2px;
}

.cnt-area-1 .event-hero-image-2 {
  box-sizing: border-box;
  padding: 0 36.4px 30.8px 36.4px;
  margin-top: 53.2px;
}
.cnt-area-1 .event-hero-image-2 > .img-box-1 {
  width: 75.6px;
}
.cnt-area-1 .event-hero-image-2 > .img-box-2 {
  width: 227.48px;
  margin-top: 14px;
}
.cnt-area-1 .event-hero-image-2 > .img-box-3 {
  width: 369.6px;
  margin-top: 11.2px;
}

/* 참여대상 */
.cnt-area-1 .event-detail-card-1 .event-section-1 .important-list {
  margin-top: 8.4px;
}

/* 참여방법 */
.cnt-area-1 .event-detail-card-1 .event-section-2 .method-item-2 .num-list {
  margin-top: 8.4px;
}
.cnt-area-1 .event-detail-card-1 .event-section-2 .method-item-3 .section-title-2 {
  margin-top: 11.2px;
}
.cnt-area-1 .event-detail-card-1 .event-section-2 .method-item-3 .img-area {
  box-sizing: border-box;
  padding-right: 25.2px;
  margin-top: 25.2px;
}
.cnt-area-1 .event-detail-card-1 .event-section-2 .method-item-3 button {
  margin-top: 25.2px;
}


/* 캐시백 혜택지급 필수 유의사항 */
.cnt-area-1 .event-detail-card-1 .event-section-3 .drop-down-box {
  margin-top: 8.4px;
}


/* 혜택지급 롯데카드에서 지급 */
.cnt-area-1 .event-detail-card-1 .event-section-4 .method-item {
  margin-bottom: 2.8px;
}

/* 쿠폰 번호 제공 */
.cnt-area-1 .event-detail-card-2 .event-section-1 .important-list {
  margin-top: 2.8px;
}

/* 제공 쿠폰 유의사항 */
.cnt-area-1 .event-detail-card-2 .event-section-2 .sub-list {
  gap: 2.8px;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-3 */
.cnt-area-3 {
  box-sizing: border-box;
  padding: 44.8px 0 89.6px 0;
  background: #231a1c;
}
.cnt-area-3 .con {
  width: 100%;
  max-width: 1000px;
  padding: 0 16.8px;
}
.cnt-area-3 .title-box {
  gap: 8.4px;
  margin-top: 33.6px;
  margin-bottom: 33.6px;
}
.cnt-area-3 .title-box .img-box {
  width: 30.8px;
}
.cnt-area-3 .title-box h1 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.cnt-area-3 .text-area {
  display: flex;
  flex-direction: column;
  gap: 33.6px;
}
.cnt-area-3 .text-area > li > h2 {
  font-size: 18.2px;
  line-height: 23.8px;
  font-weight: 700;
  color: #fff;
}
.cnt-area-3 .text-area > li .text-box > li {
  box-sizing: border-box;
  padding-left: 28px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  opacity: 0.88;
  position: relative;
}
.cnt-area-3 .text-area > li .text-box > li.tb {
  opacity: 1;
}
.cnt-area-3 .text-area > li .text-box > li > br {
  display: none;
}
.cnt-area-3 .text-area > li .text-box > li:not(.text-ef-1)::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 11.5px;
  border-radius: 50%;
}
.cnt-area-3 .text-area > li .text-box > li.text-ef-1::after {
  content: "※";
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 5.6px;
}
.cnt-area-3 .text-area > li .text-box > li .sub-text-box > li {
  box-sizing: border-box;
  padding-left: 16.4px;
  position: relative;
}
.cnt-area-3 .text-area > li .text-box > li .sub-text-box > li::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
