@charset "UTF-8"; 
/* 공모전 */
.item--typeA.end.contest_end .thum::after {
  content: '종료';
}
.item--typeA .contest_num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212529;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  width: auto;
  padding: 0 10px;
}
.contest__top {
  margin-top: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}
.contest__top.bdn {
  border: none;
  padding-bottom: 0px;
}
.contest__top .list_sort {
  flex-wrap: wrap;
  row-gap: 4px;
}
.contest__top .list_sort .last_reward {
  margin-left: auto;
}
.bannerSwiper .banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.last_reward {
  display: flex;
  align-items: center;
  gap: 10px;
}
.last_reward span {
  font-size: 14px;
  font-weight: 500;
  color: #6F7174;
}
.last_reward .select {
  width: 80px;
  height: 36px;
  font-size: 14px;
}
.contest_members {
  margin-top: 16px;
  overflow-x: auto;
}
.contest_members::-webkit-scrollbar {
  display: none;
}
.contest_members ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contest_members ul li {
  padding-right: 16px;
  position: relative;
}
.contest_members ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #C8C9CA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contest_members ul li:last-child::after {
  content: none;
}
.contest_members ul li button {
  font-size: 15px;
  font-weight: 500;
  color: #6F7174;
}
.contest_members ul li:hover button {
  text-decoration: underline;
  color: #424649;
}
.contest_members ul li.active button {
  color: #212529;
  font-weight: 700;
}
.contest__cnts {
  margin-top: 30px;
  padding-bottom: 64px;
}
.impressions_header {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #F6F6F6;
  padding: 40px;
  position: relative;
}
.impressions_header.center { 
  justify-content: center;
}
.impressions_header span.number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background-color: #212529;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  z-index: 3;
}
.impressions_header .contest_text span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
}
.impressions_header .contest_text h1 {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
}
.contest_winner {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contest_winner .thum {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.contest_winner .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contest_winner .winner h3 {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}
.contest_winner .winner span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #6F7174;
  line-height: 1.3;
}
.impressions_cnts {
  margin-top: 40px;
  line-height: 1.3;
  color: #424649;
}
.impressions_cnts p {
  line-height: 1.3;
  color: #424649;
}
.current_reward {
  display: none;
}
.tab_contest {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab_contest li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #DEDEDF;
}
.tab_contest li:hover button {
  background-color: #F6F6F6;
  border: 1px solid #C8C9CA;
}
.tab_contest li.active button {
  background-color: #7B7B7B;
  border: 1px solid #7B7B7B;
  color: #fff;
}
.tab_contest li button span {
  display: none;
}
/* 상세 Type B */
.reward_wrap {
  margin-top: 16px;
  border-top: 1px solid #DEDEDF;
  border-bottom: 1px solid #DEDEDF;
  padding: 16px;
}
.current-title_reward {
  display: none;
}
.reward_wrap .reward_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.reward_wrap .reward_list ul li {
  width: calc(25% - 16px);
  font-size: 15px;
  font-weight: 500;
  color: #6F7174;
}
.reward_wrap .reward_list ul li::before {
  content: '·';
  display: inline-block;
  margin-right: 8px;
}
.reward_wrap .reward_list ul li.active { 
  font-weight: 700;
  color: #212529;
}
.reward_wrap .reward_list ul li:hover {
  text-decoration: underline;
}
.reward__list {
  margin-top: 40px;
}
.reward__list .reward__item {
  display: flex;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid #F2F2F2;
}
.reward__list .reward__item:first-child {
  padding-top: 0px;
}
.reward__list .reward__item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.reward__item>.thum {
  width: 330px;
  height: 330px;
  position: relative;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: #F2F2F2;
}
.reward__item>.thum img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reward__item>.thum .btn_zoom {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.35s;
  background: url(../_img/icon/icon_zoom.svg) no-repeat center / contain;
}
.reward__item>.thum .btn_zoom:hover {
  background-image: url(../_img/icon/icon_zoom_hover.svg);
}
.reward__item .desc {
  padding-top: 8px;
}
.reward__item .desc h3.reward_tit {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
}
.reward__item .desc p.cnts {
  font-size: 16px;
  font-weight: 400;
  color: #424649;
  margin-top: 8px;
}
.reward__item .contest_winner {
  margin-top: 24px;
}
.modal_enlarge_image {
  background: #00000099;
}
.modal_enlarge_image .modal__inner {
  width: 100%;
  max-width: 1080px;
}
.modal_enlarge_image .btn_close_modal {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -56px;
  border-radius: 50%;
  top: 0px;
  background: #fff url(../_img/icon/icon_modal_close.svg) no-repeat center / 24px;
}
.modal_enlarge_image .btn_close_modal--mo {
  display: none;
}
.modal_enlarge_image .modal__content {
  padding: 0;
}
@media screen and (max-width:768px) {
  .contest__top {
    padding-bottom: 0px;
  }
  .last_reward .select {
    width: 70px;
  }
  .last_reward span b {
    display: none;
  }
  .members_wrap.sticky-group {
    padding-left: 20px;
  }
  .members_wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 24px;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .members_wrap {
    position: relative;
  }
  .contest_members {
    height: 44px;
    margin-top: 0px;
  }
  .contest_members ul {
    gap: 12px;
    height: 100%;
  }
  .contest_members ul li {
    padding-right: 12px;
  }
  .contest__cnts {
    padding-bottom: 40px;
  }
  .impressions_header {
    padding: 32px 24px;
    flex-direction: column;
    gap: 28px;
    background-color: #fff;
  }
  .impressions_header::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 170px;
    background-color: #F6F6F6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .impressions_header .contest_text,
  .impressions_header .contest_winner {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .impressions_header .contest_text h1 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 28px;
    height: 56px;
  }
  .impressions_header .contest_winner {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
  .impressions_header .contest_winner .thum {
    width: 56px;
    height: 56px;
  }
  .impressions_cnts {
    margin-top: 0px;
  }
  .fixed-members {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #fff;
    transition: 0.34s;
  }
  .fixed-all {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: 0.34s;
  }
  .fixed-all.list_sort {
    top: 96px;
    margin-top: 0px;
    height: 52px;
    padding: 0 16px;
    z-index: 1000;
  }
  .fixed-all.members_wrap {
    top: 148px;
    padding: 0 16px;
    border-top: 1px solid #DEDEDF;
    border-bottom: 1px solid #DEDEDF;
  }
  .fixed-members.members_wrap {
    padding: 0 16px;
    border-bottom: 1px solid #DEDEDF;
  }
  .sticky-placeholder {
    display: none;
  }
  .sticky-placeholder.active {
    display: block;
  }
  .reward_select {
    position: relative;
  }
  .current_reward {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 0;
    border-radius: 8px;
    background: #fff;
    border: none;
    color: #424649;
    font-weight: 700;
    position: relative;
    padding-right: 24px;
  }
  .current_reward::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../_img/icon/icon_reward_arrow.svg) no-repeat center / contain;
  }
  .current_reward span {
    color: #007AFF;
    display: inline-block;
    margin-left: 4px;
  }
  .tab_contest {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: calc(100% + 20px);
    min-width: 182px;
    overflow: hidden;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid #DEDEDF;
    border-radius: 8px;
    display: none;
    z-index: 1000;
    box-shadow: 20px 20px 40px 0px #0000000A, 9px 9px 25px 0px #0000000A, 6px 6px 20px 0px #00000008, 3px 3px 15px 0px #00000005;
  }
  .tab_contest.open {
    display: block;
  }
  .tab_contest li button {
    width: 100%;
    border: none;
    display: block;
    text-align: left;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.3;
    color: #212529;
  }
  .tab_contest li:hover button {
    background-color: transparent;
    border: none;
  }
  .tab_contest li.active button {
    background-color: #F6F6F6;
    color: #212529;
    border: none;
  }
  .tab_contest li button span {
    display: inline-block;
    margin-left: 4px;
    color: #007AFF;
  }
  /* 상세 Type B */
  .impressions_header.center {
    background-color: #F6F6F6;
  }
  .impressions_header.center::after {
    content: none;
  }
  .impressions_header.center .contest_text h1 {
    height: auto;
  }
  .reward_wrap {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .reward-title_select {
    position: relative;
  }
  .current-title_reward {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #DEDEDF;
    background: #fff;
    font-size: 14px;
    color: #212529;
  }
  .current-title_reward span {
    padding-right: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
    height: 22px;
    word-break: break-all;
  }
  .current-title_reward::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../_img/icon/icon_reward_arrow.svg) no-repeat center / contain;
  }
  .reward_wrap .reward_list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dededf;
    display: none;
    z-index: 10;
  }
  .reward_wrap .reward_list ul li {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 32px;
    font-size: 14px;
  }
  .reward_wrap .reward_list ul li::before {
    content: none;
  }
  .reward_list.open {
    display: block;
  }
  .tab_reward li a {
    display: block;
    padding: 10px 12px;
  }
  .reward__list .reward__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
  }
  .reward__item>.thum {
    width: 100%;
    height: 180px;
  }
  .reward__item .desc {
    padding-top: 0px;
  }
  .modal_enlarge_image .btn_close_modal {
    display: none;
  }
  .modal_enlarge_image .btn_close_modal--mo {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: #fff url(../_img/icon/icon_modal_close.svg) no-repeat center / 24px;
  }
  .fixed-members.reward_wrap {
    margin-top: 0px;
    height: 54px;
  }
  .fixed-members.reward_wrap .current-title_reward,
  .fixed-all.reward_wrap .current-title_reward {
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    border-right: none;
  }
  .fixed-all.reward_wrap {
    top: 132px;
  }
}
/* 이벤트 */
.item--typeA.end .thum::after {
  content: '이벤트 종료';
  width: 100%;
  height: 100%;
  background: #000000CC;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
  font-family: "Paperozi";
  font-weight: 700;
}
.event-dtl {
  max-width: 970px;
  margin: 0 auto;
}
.event-dtl .dtl_img {
  margin-bottom: 64px;
}
.event-dtl .dtl_img img {
  width: 100%;
}
.event_apply .login_box {
  border: 1px solid #DEDEDF;
  padding: 40px;
  margin-bottom: 16px;
  border-radius: 6px;
}
.event_apply .login_box.logged {
  background-color: #F6F6F6;
}
.event_apply .apply_title .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.event_apply .apply_title .tit h3 {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
}
.event_apply .apply_title p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #6F7174;
  margin-top: 10px;
}
.event_apply .apply_title .loggedIn {
  margin-top: 16.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #424649;
}
.event_apply .apply_title .loggedIn b {
  color: #007AFF;
}
.event_apply .apply_title .loggedIn .btn_logout {
  background: url(../_img/icon/icon_logout.svg) no-repeat center / 16px;
  display: inline-block;
  margin-left: 8px;
  height: 24px;
  width: 36px;
  border: 1px solid #DEDEDF;
  border-radius: 800px;
  background-color: #fff;
  vertical-align: middle;
}
.form_event_login {
  max-width: 810px;
  margin: 40px auto 0;
}
.form_event_login .input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_event_login .input .form-control {
  flex: 1;
  height: 53px;
}
.form_event_login .input .btn_login {
  flex-shrink: 0;
  width: 126px;
  height: 53px;
  line-height: 53px;
}
.form_event_login .login_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #F2F2F2;
}
.form_event_login .login_sns .btn {
  width: 104px;
}
.form_confirm_member {
  max-width: 810px;
  margin: 24px auto 0;
}
.form_confirm_member .input {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.form_confirm_member .input .form-control {
  max-width: 264px;
}
.form_confirm_member .input_address {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_confirm_member .input_address .zipcode {
  position: relative;
  width: 100%;
  max-width: 264px;  
}
.form_confirm_member .input_address .zipcode .btn_search {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_search.svg) no-repeat center / contain;
}
.agree_box {
  border: 1px solid #DEDEDF;
  background-color: #F6F6F6;
  padding: 24px;
  padding-right: 4px;
  border-radius: 6px;
}
.event-agree_wrap {
  overflow-y: auto;
  height: 132px;
}
.event-agree_wrap::-webkit-scrollbar {
	width: 4px;
}
.event-agree_wrap::-webkit-scrollbar-thumb {
	background-color: #00000033;
	border-radius: 10px;
}
.event-agree_wrap::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px;
}
.event-agree {
  padding-right: 8px;
}
.event-agree>div {
  margin-bottom: 16px;
}
.event-agree>div h5 {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 8px;
}
.event-agree>div p {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.event-agree>div ul li {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.event-agree>div ul li::before {
  content: '·';
  display: inline-block;
  margin-right: 4px;
}
.event_apply .checkbox {
  margin-top: 16px;
}
.event_apply .btn_apply {
  max-width: 222px;
  height: 63px;
  line-height: 63px;
}
.event-complete {
  border: 1px solid #DEDEDF;
  padding: 40px;
  max-width: 970px;
  margin: 0 auto;
}
.complete_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.complete_title h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}
.complete_title p {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.3;
  color: #212529;
}
.complete_content {
  border: 1px solid #DEDEDF;
  background-color: #F6F6F6;
  padding: 24px;
  border-radius: 4px;
}
.complete_header {
  padding-bottom: 16px;
  border-bottom: 1px solid #DEDEDF;
  margin-bottom: 8px;
}
.complete_header h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
  text-align: center;
}
.complete_cnts {
  padding-top: 8px;
  overflow-y: auto;
  height: 106px;
  font-size: 14px;
  line-height: 1.3;
  color: #212529;
}
.complete_cnts p {
  font-size: 14px;
  line-height: 1.3;
  color: #212529;
}
.event-complete .btn_area {
  margin-top: 32px;
}
.event-complete .btn_main {
  flex: none;
  background-color: #6C757D;
  color: #fff;
  width: 76px;
  height: 37px;
  line-height: 37px;
}
/* Mobile */
@media screen and (max-width:768px) { 
  .event-dtl .dtl_img {
    margin-bottom: 40px;
  }
  .event_apply .login_box {
    padding: 24px 16px;
  }
  .event_apply .apply_title .tit {
    justify-content: flex-start;
  }
  .event_apply .apply_title .tit img {
    width: 24px;
    height: 24px;
  }
  .event_apply .apply_title .tit h3 {
    font-size: 20px;
  }
  .event_apply .apply_title p {
    margin-top: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
  }
  .event_apply .apply_title .loggedIn {
    margin-top: 8px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
  }
  .form_event_login {
    margin: 24px auto 0;
  }
  .form_event_login .input {
    flex-direction: column;
  }
  .form_event_login .input .form-control {
    flex: none;
  }
  .form_event_login .input .btn_login {
    width: 100%;
  }
  .form_event_login .login_sns {
    margin-top: 16px;
    padding-top: 16px;
  }
  .form_event_login .login_sns .btn {
    width: 100%;
    font-size: 14px;
  }
  .form_confirm_member {
    margin: 16px auto 0;
  }
  .form_confirm_member .input {
    flex-direction: column;
  }
  .form_confirm_member .input .form-control {
    max-width: 100%;
  }
  .form_confirm_member .input_address {
    margin-top: 24px;
    flex-direction: column;
  }
  .form_confirm_member .input_address .zipcode {
    max-width: 100%;
  }
  .agree_box {
    padding: 16px;
    padding-right: 4px;
  }
  .event-agree_wrap {
    height: 148px;
  }
  .event_apply .btn_apply {
    max-width: 100%;
    height: 53px;
    line-height: 53px;
  }
  .event-complete {
    padding: 24px 16px;
  }
  .complete_title {
    margin-bottom: 24px;
    gap: 10px;
  }
  .complete_title h2 {
    font-size: 20px;
  }
  .complete_title p {
    font-size: 14px;
  }
  .complete_content {
    padding: 16px;
  }
  .complete_header h3 {
    font-size: 15px;
  }
  .event-complete .btn_area {
    margin-top: 24px;
  }
  .event-complete .btn_main {
    width: 72px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
  }
} 
