<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
.event_wrap .article_tit {
  font-size: 28px;
  margin-bottom: 26px;
}
.event_wrap .tap_wrap .tapmenu &gt; li {
  border-bottom: 1px solid #f05149;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
}
.event_wrap .tap_wrap .tapmenu &gt; li.on {
  color: #ff534d;
  border: 1px solid #f05149;
  border-bottom: none;
}
.elist_wrap .elist_tap {
  display: flex;
  margin-bottom: 40px;
}
.elist_wrap .elist_tap li {
  width: 150px;
  border: 1px solid #818181;
  font-family: "Pretendard-Bold";
  border-radius: 30px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  margin-right: 16px;
}
.elist_wrap .elist_tap li.on {
  background-color: #ff534d;
  border: 1px solid #ff534d;
  color: #fff;
}
.elist_wrap .elist_con .no_contents span {
  color: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.elist_wrap .elist_con .tab_contents {
  display: none;
  width: 100%;
}
.elist_wrap .elist_con .tab_contents.on {
  display: inline-block;
}
.elist_wrap .elist_con .tab_contents &gt; a {
  position: relative;
  margin-bottom: 44px;
  display: inline-block;
  width: 100%;
}
.elist_wrap .elist_con .tab_contents &gt; a img {
  display: block;
  border: 1px solid #eee;
}
.elist_wrap .elist_con .tab_contents &gt; a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 36px;
}
.elist_wrap .elist_con .tab_contents &gt; a p .elist_tit {
  font-size: 40px;
  letter-spacing: -1px;
  font-family: "Pretendard-Bold";
}
.elist_wrap .elist_con .tab_contents &gt; a p .elist_date {
  font-family: "Pretendard-Bold";
  font-size: 22px;
}
.elist_wrap .elist_con .tab_contents &gt; a .event_end {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: auto;
}
.elist_wrap .elist_con .tab_contents &gt; a .event_end_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-family: "Pretendard-SemiBold";
}
/* 이벤트 디테일 */
.edetail_wrap .edetail_con .edetail_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #818181;
    margin-bottom: 20px;
}
.edetail_wrap .edetail_con .edetail_tit p {
  font-size: 24px;
  font-family: "Pretendard-Bold";
}
.edetail_wrap .edetail_con .edetail_tit span {
  color: #818181;
  font-size: 18px;
  font-family: "Pretendard-Medium";
}
.edetail_wrap .edetail_con .edetail_img &gt; img {
  width: 100%;
  image-rendering: pixelated;
  display: block;
  margin: 0 auto 50px;
}
.edetail_wrap .goods_section {
  margin-bottom: 80px;
}
.edetail_wrap .goods_section .event_bar img {
  width: 100%;
  image-rendering: pixelated;
  display: block;
  height: auto;
  margin: 0 auto;
}
.edetail_wrap .goods_section .goods_wrap {
  margin-top: 80px;
}

/* 마일리지 *****************************************************************************************/
.mileage_wrap .mile_top {
  position: relative;
}
.mileage_wrap .mile_top img {
  width: 100%;
}
.mileage_wrap .mile_top .mile_top_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.mileage_wrap .mile_top .mile_top_txt span {
  font-family: "Pretendard-Bold";
  font-size: 40px;
  letter-spacing: -1px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.mileage_wrap .mile_top .mile_top_txt p {
  font-family: "Pretendard-Bold";
  font-size: 70px;
  letter-spacing: -1px;
  color: #7aff2a;
  margin-bottom: 54px;
}
.mileage_wrap .mile_top .mile_top_txt ul li {
  color: #fff;
  line-height: 36px;
  font-size: 24px;
}

.mileage_wrap .mile_box &gt; div {
  background-color: #f7f7f7;
  padding: 50px 40px;
}
.mileage_wrap .mile_box div .mile_ex_txt {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mileage_wrap .mile_box div .mile_ex_txt img {
  margin-right: 20px;
}
.mileage_wrap .mile_box div .mile_ex_txt p {
  font-size: 40px;
  color: #1d2aa6;
  letter-spacing: -1px;
}
.mileage_wrap .mile_box div .mile_ex_txt p span {
  font-family: "Pretendard-Bold";
  color: #1d2aa6;
}
.mileage_wrap .mile_box div .mile_ex_txt div &gt; span {
  font-size: 24px;
  color: #1d2aa6;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: -1px;
}

.mileage_wrap .mile_table {
  margin-bottom: 40px;
  padding-left: 140px;
}
.mileage_wrap .mile_table .list_common {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mileage_wrap .mile_table .list_common li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1d2aa6;
  border-right: 1px solid #1d2aa6;
  font-size: 22px;
  padding: 20px 0;
}
.mileage_wrap .mile_table2 .list_common li {
  width: 20%;
}
.mileage_wrap .mile_table .list_common li:last-of-type {
  border-right: none;
}
.mileage_wrap .mile_table .list_tit {
  border-top: 1px solid #1d2aa6;
  background-color: #ececec;
}
.mileage_wrap .mile_table .list_txt li {
  font-family: "Pretendard-Bold";
  color: #1d2aa6;
  letter-spacing: -1px;
  line-height: 30px;
}
.mileage_wrap .mile_table .list_txt li span {
  color: #1d2aa6;
  letter-spacing: -1px;
}
.mileage_wrap .mile_btn {
  text-align: right;
}
.mileage_wrap .mile_btn span {
  background-color: #3cc4ff;
  padding: 26px 70px;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  border-radius: 12px;
  font-family: "GmarketSansMedium";
  font-weight: bold;
  cursor: pointer;
}
.mileage_wrap .mile_bottom {
  background-color: #ececec;
  padding: 26px 50px;
}
.mileage_wrap .mile_bottom li.mile_bottom_tit {
  font-size: 20px;
}
.mileage_wrap .mile_bottom li {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 30px;
  font-family: "Pretendard-Light";
}
/* 팝업창 */
.mile_popup {
  width: 500px;
  text-align: center;
}
.mile_popup .common_tit {
  color: #fde7e2;
}
.mile_popup .opt_box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-family: "Pretendard-Medium";
}
.mile_popup .opt_box p span {
  font-family: "Pretendard-Bold";
  border-bottom: 1px solid #818181;
}
.mile_popup .opt_box &gt; span {
  display: inline-block;
  width: 100%;
  color: #818181;
  line-height: 30px;
  font-family: "Pretendard-Medium";
}

/* 룰렛 *****************************************************************************************/
.eindex_wrap .roulette_wrap {
  position: relative;
}
.eindex_wrap .roulette_wrap .roul_back {
  width: 100%;
  display: block;
}
.eindex_wrap .roulette_wrap .roul_state {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eindex_wrap .roulette_wrap .roul_coin {
  left: 29%;
  top: inherit;
  bottom: -47px;
}
.eindex_wrap .roulette_wrap .roul_btn {
  cursor: pointer;
}
.eindex_wrap .roul_info {
  background-color: #288ece;
  padding: 30px;
}
.eindex_wrap .roul_info .roul_num {
  background-color: #fff;
  margin-bottom: 20px;
}
.eindex_wrap .roul_info .roul_num ul {
  display: flex;
  height: 100px;
  line-height: 100px;
}
.eindex_wrap .roul_info .roul_num ul li {
  font-size: 24px;
  display: flex;
}
.eindex_wrap .roul_info .roul_num ul li p {
  font-family: "Pretendard-Bold";
  display: inline-block;
  width: 180px;
  text-align: center;
}
.eindex_wrap .roul_info .roul_num ul li &gt; span {
  display: inline-block;
  font-family: "Pretendard-Bold";
  padding-left: 35px;
}
.eindex_wrap .roul_info .roul_num ul li &gt; span i {
  color: #818181;
  font-style: normal;
}
.eindex_wrap .roul_info .roul_num ul .roul_mile {
  width: 410px;
}
.eindex_wrap .roul_info .roul_num ul .roul_mile p {
  background-color: #d4ebff;
}
.eindex_wrap .roul_info .roul_num ul .roul_today {
  width: calc(100% - 658px);
}
.eindex_wrap .roul_info .roul_num ul .roul_today p {
  background-color: #caf4e1;
}
.eindex_wrap .roul_info .roul_num ul .roul_today .roul_em {
  color: #f00028;
  position: relative;
}
.eindex_wrap .roul_info .roul_num ul .roul_today .roul_em::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #070001;
  position: absolute;
  right: -20px;
  top: 51%;
  transform: translateY(-50%);
}
.eindex_wrap .roul_info .roul_num ul .roul_check {
  width: 248px;
  background-color: #ffe1e1;
}
.eindex_wrap .roul_info .roul_num ul .roul_check a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.eindex_wrap .roul_info .roul_num ul .roul_check a span {
  color: #005dca;
  border-bottom: 1px solid #005dca;
  line-height: normal;
  font-family: "Pretendard-Bold";
}
.eindex_wrap .roul_info .roul_date {
  background-color: #f1f1f1;
  padding: 30px;
  margin-bottom: 20px;
}
.eindex_wrap .roul_info .roul_date .roul_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.eindex_wrap .roul_info .roul_date .roul_top .revive_shape {
  background-color: #2391ee;
  border-radius: 20px;
  display: flex;
  height: 35px;
  line-height: 35px;
}
.eindex_wrap .roul_info .roul_date .roul_top .revive_shape img {
  height: 25px;
  vertical-align: text-bottom;
  padding: 0 10px;
}
.eindex_wrap .roul_info .roul_date .roul_top .revive_shape p {
  display: flex;
  color: #fff;
  padding-right: 10px;
}
.eindex_wrap .roul_info .roul_date .roul_top .revive_shape p &gt; span {
  color: #f00028;
  font-size: 24px;
  display: inline-block;
}
.eindex_wrap .roul_info .roul_date .roul_top .revive_shape .use_mark {
  background-color: #005dca;
  font-size: 18px;
  color: #fcf08a;
  display: inline-block;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  padding: 0 12px 0 10px;
}
/* 달력 */
#currentDate {
  background-color: #d4ebff;
  font-family: "Pretendard-Bold";
  display: inline-block;
  padding: 8px 12px;
  border-radius: 30px;
}
#calendarDates {
  display: flex;
  justify-content: space-between;
}
#calendarDates li {
  text-align: center;
  line-height: 36px;
  font-size: 24px;
}
#calendarDates li.roul_mark {
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #005dca;
  border-radius: 50%;
}
#calendarDates .saturday {
  color: #005dca;
}
#calendarDates .sunday {
  color: #f00028;
}
.eindex_wrap .roul_info .roul_notice li {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-family: "Pretendard-Light";
}

.eindex_wrap .roul_box {
  background-color: #ebebeb;
  padding: 60px 30px;
  margin-bottom: 20px;
}
.eindex_wrap .roul_box .roul_rank {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
}
.eindex_wrap .roul_box .roul_box_tit {
  font-size: 26px;
  font-family: "Pretendard-Bold";
  margin-bottom: 20px;
}
.eindex_wrap .roul_box .roul_rank .left {
  width: calc(100% - 736px);
}
.eindex_wrap .roul_box .roul_rank .left span {
  font-size: 22px;
  line-height: 40px;
  display: inline-block;
}
.eindex_wrap .roul_box .roul_rank .right {
  width: 736px;
  text-align: center;
}
.eindex_wrap .roul_box .roul_rank .right div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  padding: 0 10px 0;
}
.eindex_wrap .roul_box .roul_rank .right .roul_chart {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 22px;
}
.eindex_wrap .roul_box .roul_rank .right div p {
  background-color: #ffbfbf;
  width: 100px;
  font-size: 26px;
  font-family: "Pretendard-Medium";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
}
.eindex_wrap .roul_box .roul_rank .right div p.world {
  background-color: #ffbfbf;
}
.eindex_wrap .roul_box .roul_rank .right div p.ace {
  background-color: #cdffbe;
}
.eindex_wrap .roul_box .roul_rank .right div p.we {
  background-color: #aedaff;
}
.eindex_wrap .roul_box .roul_rank .right div p.union {
  background-color: #deceff;
}
.eindex_wrap .roul_box .roul_rank .right div p.hong {
  background-color: #fcf08a;
}
.eindex_wrap .roul_box .roul_rank .right div p sub {
  font-size: 20px;
}

.eindex_wrap .roul_box .roul_rank .right div p.height1 {
  height: 161px;
}
.eindex_wrap .roul_box .roul_rank .right div p.height2 {
  height: 150px;
}
.eindex_wrap .roul_box .roul_rank .right div p.height3 {
  height: 138px;
}
.eindex_wrap .roul_box .roul_rank .right div p.height4 {
  height: 126px;
}

.eindex_wrap .roul_box .roul_rank .right div span {
  width: 100px;
  text-align: center;
  font-family: "Pretendard-Medium";
  color: #000;
  font-size: 20px;
}
.eindex_wrap .roul_box .roul_write {
  margin-bottom: 30px;
}
.eindex_wrap .roul_box .roul_write div {
  display: flex;
  height: 146px;
}
.eindex_wrap .roul_box .roul_write div #writeComment {
  width: calc(100% - 150px);
  border: none;
  padding: 20px;
  font-size: 20px;
}
.eindex_wrap .roul_box .roul_write div #writeComment::placeholder {
  color: #c6c6c6;
}
.eindex_wrap .roul_box .roul_write div #commentWrtieBtn {
  width: 150px;
  cursor: pointer;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 26px;
}
.eindex_wrap .roul_box .roul_comment_wrap {
  background-color: #fff;
  border-top: 5px solid #000;
}
.eindex_wrap .roul_box .roul_comment_wrap li {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  padding: 20px;
  line-height: 30px;
  align-items: center;
}
.eindex_wrap .roul_box .roul_comment_wrap li p {
  font-size: 20px;
  color: #818181;
}
.eindex_wrap .roul_box .roul_comment_wrap li p.ctit {
  width: 150px;
}
.eindex_wrap .roul_box .roul_comment_wrap li p.ctxt {
  width: calc(100% - 460px);
  padding-right: 90px;
}
.eindex_wrap .roul_box .roul_comment_wrap li textarea {
  width: calc(100% - 552px);
  margin-right: 90px;
  border: 1px solid #eaeaea;
  padding: 10px;
  font-size: 16px;
  height: 120px;
}

    .eindex_wrap .roul_box .roul_comment_wrap li .cbtn_box {
        width: 312px;
        text-align: right;
    }
.eindex_wrap .roul_box .roul_comment_wrap li .cbtn_box .cdate {
  color: #cdcdcd;
  margin-right: 20px;
}
.eindex_wrap .roul_box .roul_comment_wrap li .cbtn_box button {
  background-color: #818181;
  border: none;
  color: #fff;
  width: 60px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 6px;
}
.eindex_wrap .roul_box .roul_comment_wrap li .cbtn_box .cancel {
  display: none;
}
.eindex_wrap .roul_box .roul_comment_wrap li .cbtn_box .cdelete {
  font-family: "Pretendard-Bold";
  cursor: pointer;
  font-size: 25px;
  vertical-align: sub;
}
.eindex_wrap .roul_box .page_btn {
  margin-top: 50px;
}
.eindex_wrap .con_list_search {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eindex_wrap .con_list_search select {
  height: 40px;
  margin-right: 5px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #cdcdcd;
}
.eindex_wrap .con_list_search input {
  width: 300px;
  height: 40px;
  border: 1px solid #cdcdcd;
  margin-right: 5px;
  border-radius: 0px;
  font-size: 16px;
}
.eindex_wrap .con_list_search .con_btn {
  background-color: #181818;
  color: #fff;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*  룰렛 팝업 */
.roul_popup {
  width: 770px;
  text-align: center;
}
.roul_popup .opt_box {
  padding: 80px 30px 0;
}
.roul_popup .opt_box &gt; p {
  font-size: 40px;
  font-family: "Pretendard-Medium";
  color: #dd060c;
  margin-bottom: 40px;
}
.roul_popup .opt_box &gt; span {
  font-size: 30px;
  font-family: "Pretendard-Medium";
  line-height: 48px;
  color: #818181;
  margin-bottom: 30px;
  display: inline-block;
}
.roul_popup .opt_box .roul_mile_em {
  background-color: #eeeeee;
  padding: 48px 0;
  margin-bottom: 20px;
}
.roul_popup .opt_box .roul_mile_em p {
  font-size: 30px;
  color: #000;
  font-family: "Pretendard-Medium";
}
.roul_popup .opt_box .roul_mile_em span {
  font-size: 40px;
  color: #dd060c;
  font-family: "Pretendard-Bold";
}
.roul_popup .opt_box .swiper-slide a img {
  width: 100%;
  display: block;
}
/* 당첨내역 확인 팝업 */
.win_popup {
  width: 500px;
}

.win_popup .opt_box .win_tit {
  font-size: 20px;
  font-family: "Pretendard-Medium";
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}
.win_popup .opt_box ul {overflow-y: scroll; max-height: 500px;}
.win_popup .opt_box ul li {
  border-bottom: 1px solid #c2c2c2;
  display: flex;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 16px;
}
.win_popup .opt_box ul li:nth-of-type(2n) {
  background-color: #f0f0f0;
}
.win_popup .opt_box ul li &gt; span {
  color: #818181;
  width: 120px;
}
.win_popup .opt_box ul li &gt; p {
  color: #818181;
  width: calc(100% - 120px);
  margin-bottom: 30px;
}
.win_popup .opt_box ul li &gt; p span {
  color: #181818;
  font-family: "Pretendard-Bold";
}

/* 부활쿠폰 팝업 */
.revive_popup {
  width: 500px;
}
.revive_popup .opt_box {
  text-align: center;
}
.revive_popup .opt_box p {
  font-size: 20px;
  font-family: "Pretendard-Medium";
  line-height: 30px;
}
.revive_popup .opt_box .revive_date {
  color: #f66e4b;
}
.revive_popup .opt_box .revive_btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
.revive_popup .opt_box .revive_btn span {
  width: 150px;
  height: 40px;
  border: 1px solid #f66e4b;
  font-family: "Pretendard-Medium";
  display: inline-block;
  line-height: 38px;
  cursor: pointer;
}
.revive_popup .opt_box .revive_btn span#rv_use {
  background-color: #f66e4b;
  color: #fff;
  margin-right: 8px;
}
.revive_popup .opt_box .revive_btn span#rv_nonuse {
  color: #f66e4b;
}
</pre></body></html>