:root {
  --color-red: #df2f2f;
  --color-red-dark: #B12E30;
  --color-black: #333;
  --color-grey: #aaa;
  --color-grey-dark: #7c7c7c;
  --color-grey-medium: #eee;
  --color-grey-light: #fafafa;
  --color-blue: #1ea4df;
  --color-green: #25a749;
}

/* fomos main */
.enter_container {
  display: flex;
  border-bottom: 1px solid #ededed;
}

.enter_container .enter_article {
  border-bottom: none;
}

.enter_container .gdouble_article {
  border-bottom: 0;
  padding-bottom: 0;
}

.enter_container .gdouble_article .postbox {
  float: none;
  width: 100%;
  margin-right: 0;
}

.enter_container .gdouble_article .postbox li {
  line-height: 24px;
}

.enter_container .gdouble_article .postbox li:nth-child(5) {
  margin-bottom: 17px;
}

.best_article {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
}

.best_article .postbox {
  flex: 1;
  width: 350px;
  padding-right: 30px;
}

.best_article .postbox .jq_tab_items {
  display: flex;
}

.best_article .postbox .jq_tab_items .jq_tab_item {
  flex: 1;
  height: 100%;
}

.best_article .postbox .real_list {
  border-bottom: 0;
  padding-bottom: 0;
  height: 379px;
}

.best_article .postbox .real_list li {
  position: relative;
  list-style: none;
  background: none;
  margin-left: 25px;
  padding-left: 5px;
}

.best_article .postbox .real_list li::before {
  position: absolute;
  top: -2px;
  left: -55px;
  content: counter(list-item);
  text-align: right;
  width: 50px;
  font-family: verdana;
  font-weight: 600;
  color: #b12e30;
}

.best_article .postbox .real_list li:nth-child(5n) {
  margin-bottom: 17px;
}

.best_article .postbox .real_list li:last-child {
  margin-bottom: 0;
}

.best_article .postbox .real_list li a {
  display: flex;
  padding-right: 10px;
}
.best_article .postbox .real_list li a span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.best_article .postbox .real_list li a em {
  margin-left: 5px;
  font-size: 11px;
}

.page_main .photo_list li .photo {
  height: auto;
}

/* talk main */
.talkmain {
  margin-bottom: 0;
}

.ranking li {
  display: flex;
}

.ranking li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

.love_area {
  display: flex;
}

.love_area .pleft {
  margin-bottom: 2rem;
}

.love_area .poll {
  margin-top: 33px;
  width: 330px;
}

.love_area .poll .poll_info {
  padding: 30px 25px;
}

.love_area .poll .poll_info .thumb {
  margin-bottom: 22px;
}

.love_area .poll .poll_info .tit {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
  font-weight: bold;
}

.love_area .talk_photo {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.love_area .talk_photo a {
  position: relative;
  display: block;
  width: 350px;
}

.love_area .talk_photo a img {
  display: block;
  width: 350px;
  height: 150px;
  object-fit: cover;
}

.love_area .talk_photo a .tit {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}


/* 본문 텍스트가 길 경우 다음줄 처리 */
.view_area .view_text,
.board-detail-content {
  word-break: break-all;
}

/* 럭키투유 리스트 */
.lucky-top-notice,
.lucky-filter-bar,
.lucky-product-list {
  font-family: Noto Sans CJK KR !Important;
}


.lucky-top-notice ul {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  padding-right: 30px;
}

.lucky-top-notice ul li a img {
  display: block;
  width: 100%;
}

.lucky-top-notice ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  word-break: keep-all;
  font-weight: 500;
}

.lucky-filter-bar ul {
  display: flex;
  border-left: 1px solid #eee;
  width: calc(100% - 30px);
  margin-bottom: 15px;
}

.lucky-filter-bar ul li {
  flex: 1;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: var(--color-grey-light);
}

.lucky-filter-bar ul li.is-active {
  border-top: 2px solid #000;
  background-color: #fff;
  border-bottom: 0;
}

.lucky-filter-bar ul li.is-active i,
.lucky-filter-bar ul li.is-active span {
  color: var(--color-black);
}

.lucky-filter-bar ul li.is-active span {
  font-weight: 700;
}

.lucky-filter-bar ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.lucky-filter-bar ul li a:hover {
  text-decoration: none;
}

.lucky-filter-bar ul li a i {
  font-size: 18px;
  margin-bottom: 3px;
  color: var(--color-grey);
}

.lucky-filter-bar ul li a span {
  font-size: 11px;
  color: var(--color-grey);
}

.lucky-order-bar {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.lucky-order-bar ul {
  display: flex;
  margin-bottom: 25px;
}

.lucky-order-bar ul li {
  margin-right: 12px;
}

.lucky-order-bar ul li:last-child {
  margin-right: 0;
}

.lucky-order-bar ul li.is-active a {
  opacity: 1;
}

.lucky-order-bar ul li.is-active a i {
  color: var(--color-green);
}

.lucky-order-bar ul li.is-active a span {
  font-weight: 600;
}

.lucky-order-bar ul li a {
  display: flex;
  align-items: center;
  opacity: .4;
  text-decoration: none;
}

.lucky-order-bar ul li a:hover {
  opacity: .7;
}

.lucky-order-bar ul li a i {
  margin-right: -1px;
}

.lucky-order-bar ul li a img {
  display: block;
  width: 18px;
}

.lucky-order-bar ul li a span {
  margin-left: 5px;
}

.lucky-product-list a {
  text-decoration: none;
}

.lucky-product-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-right: 30px;
}

.lucky-product-list ul li {
  position: relative;
  border: 1px solid var(--color-grey-medium);
}

.lucky-product-list ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lucky-product-list ul li a .image {
  position: relative;
  width: 353px;
  height: 290px;
  overflow: hidden;
}

.lucky-product-list ul li a .image .status {
  position: absolute;
  /* background-color: var(--color-black); */
  border: 1px solid #000;
  color: #000;
  /* color: #fff; */
  top: 10px;
  left: 10px;
  padding: 7px;
  line-height: 1;
  font-weight: 700;
  z-index: 9;
}

.lucky-product-list .is-wait .status {
  background-color: var(--color-blue) !important;
  border: 0 !important;
  color: #fff !important;
}

.lucky-product-list .is-live .status {
  background-color: var(--color-red) !important;
  border: 0 !important;
  color: #fff !important;
}


.lucky-product-list ul li a .image .view {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 50px;
  z-index: 9;
  font-family: verdana;
  font-weight: 600;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.lucky-product-list ul li a .image .view i {
  font-size: 15px;
  margin-right: 3px;
}

.lucky-product-list ul li a .image .view span {
  margin-bottom: 1px;
}

.lucky-product-list ul li a .image img {
  display: block;
  width: 353px;
  height: 290px;
  overflow: hidden;
  object-fit: cover;
  transition: all .5s;
}

.lucky-product-list .is-finish .image {
  filter: opacity(.4);
}
.lucky-product-list .is-finish:hover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  content: "당첨 확인";
  background-color: var(--color-black);
  color: #fff;
  padding: 15px 0;
  width: 60%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  pointer-events: none;
}

.lucky-product-list ul li:hover img {
  transform: scale(1.1);
}

.lucky-product-list ul li .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
}

.lucky-product-list ul li a .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  word-break: keep-all;
}

.lucky-product-list ul li a .time-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.lucky-product-list ul li a .time-container .time-item span {
  font-size: 11px;
  color: var(--color-grey);
  font-weight: normal !important;
}

.lucky-product-list ul li a .time-container .time-item {
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-grey);
}

.lucky-product-list ul li.is-wait a .time-container .time-item:first-child {
  font-weight: 600;
  color: var(--color-red);
}

.lucky-product-list ul li a .time-container .time-limit {
  font-weight: 600;
  color: var(--color-black);
}

.lucky-product-list ul li a .time-container .tilde {
  font-size: 15px;
  margin-top: auto;
}

.lucky-product-list ul li a .information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-grey-light);
  border-top: 1px solid var(--color-grey-medium);
  padding: 15px 25px;
}

.lucky-product-list ul li a .information .apply {
  display: flex;
  align-items: center;
}

.lucky-product-list ul li a .information i {
  font-size: 20px;
  margin-right: 3px;
}

.lucky-product-list ul li a .information .grade {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.lucky-product-list ul li a .information .apply .current {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-red);
}

.lucky-product-list ul li a .information .apply .limit {
  font-size: 14px;
}

.lucky-product-list ul li a .information .apply .current::after {
  display: inline-block;
  content: "/";
  color: var(--color-grey);
  margin-left: 2px;
  margin-right: 2px;
  font-weight: normal;
}

.lucky-product-list ul li a .information .apply .desc {
  margin-left: 5px;
  font-size: 11px;
  color: var(--color-grey);
}

.lucky-product-list.is-list ul {
  display: block;
}

.lucky-product-list.is-list ul li {
  margin-bottom: 10px;
}

.lucky-product-list.is-list ul li a {
  display: grid;
  grid-template-columns: 130px 1fr;
  width: 100%;
}

.lucky-product-list.is-list ul li a .image {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
  overflow: visible;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.lucky-product-list.is-list ul li a .image img {
  width: 130px;
  height: 130px;
}

.lucky-product-list.is-list ul li a .image .view {
  display: none;
}

.lucky-product-list.is-list ul li a .content {
  display: block;
  width: calc(100% - 10px);
  overflow: hidden;
  padding: 20px;
}

.lucky-product-list.is-list ul li a .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.lucky-product-list.is-list ul li a .content .time-container {
  justify-content: flex-start;
}

.lucky-product-list.is-list ul li a .content .time-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  font-size: 15px;
}

.lucky-product-list.is-list ul li a .content .time-container .tilde {
  margin: 0 10px;
}

.lucky-product-list.is-list ul li a .content .time-item span {
  margin-right: 8px;
}

.lucky-product-list.is-list ul li a .information {
  flex-direction: row;
  align-items: center;
  padding: 6px 20px;
}

.lucky-product-list.is-list ul li a .information .grade {
  margin-bottom: 0;
}

/* 드로우 당첨자 테이블 */
.lck-view-apply-table {
  max-width: 100% !important;
}

.lck-view-apply-table ul {
  display: grid !important;
  grid-template-columns: repeat(10, 1fr);
  gap: 1px;
  background-color: #ebebeb;
  border: 1px solid #ebebeb !important;
}

.lck-view-apply-table ul li {
  border: 0 !important;
  width: 100% !important;
  transition: all .1s;
}

.lck-view-apply-table ul li:hover {
  transform: translateX(-5px) translateY(-5px) scale(1.3);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, .2);
  z-index: 99;
}

.lck-view-apply-table ul li a {
  text-decoration: none;
}

.lck-view-apply-table ul li a>span {
  font-size: 11px !important;
  padding: 0 5px;
}

.lck-view-apply-table ul li a span>sub:first-child {
  font-size: 13px !important;
  line-height: 1.1;
  opacity: .6;
}

.lck-view-apply-table ul li a sub+sub {
  margin-top: 8px;
  font-size: 11px !important;
  color: #3b8400 !important;
}

.lck-view-apply-table ul li.is-win a {
  position: relative;
  background-color: #e1ff37 !important;
}

.lck-view-apply-table ul li.is-win a::after {
  position: absolute;
  top: -10px;
  right: -2px;
  display: block;
  content: "";
  background: url('../images/icon_prize.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}

.lck-view-content .apply-more {
  margin-top: 0;
  padding-top: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-50px);
}

.lck-view-content .apply-more #moreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  line-height: auto;
  margin: 0 auto;
  background-color: var(--color-blue);
  color: #fff;
  font-size: 18px;
  border: 0;
  padding: 5px;
  text-decoration: none;
  border-radius: 5px;
}

.lck-view-content .apply-more #moreBtn i {
  font-size: 30px;
  margin-right: 10px;
}

.lck-view .lck-view-bid .bid-list ul li {
  justify-content: flex-start !important;
}

.lck-view .lck-view-bid .bid-list ul li .flex-box:nth-child(1n) {
  width: 180px;
}

.lck-view .lck-view-bid .bid-list ul li .flex-box:last-child {
  margin-left: auto;
}

/* 출석체크 */
.mypage-wrap .mypage-attend .attend-calendar {
  border: 0 !important;
}

.mypage-wrap .mypage-attend .attend-calendar table {
  border-spacing: 1px !important;
  background-color: var(--color-grey-medium);
}

.mypage-wrap .mypage-attend .attend-calendar table thead th {
  font-size: 15px !important;
  font-weight: normal !important;
  color: #555 !important;
  background-color: var(--color-grey-light);
}

.mypage-wrap .mypage-attend .attend-calendar table tbody td {
  background-color: #fff;
  height: 95px;
  color: #777 !important;
  font-weight: 100 !important;
  padding: 0 !important;
}

.mypage-wrap .mypage-attend .attend-calendar table tbody tr td.today {
  background-color: #f3fbff;
  color: var(--color-blue) !important;
  font-weight: 600 !important;
}

.mypage-wrap .mypage-attend .attend-calendar table tbody tr td.today #chk_attend {
  background-color: var(--color-blue);
  width: 60%;
  margin: 5px auto 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  border-radius: 3px;
}

.mypage-wrap .mypage-attend .attend-calendar table tbody tr td span.checked {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  width: 100%;
  height: 100%;
}

.mypage-wrap .mypage-attend .attend-calendar table tbody tr td span.checked img {
  display: block;
  width: 90px;
}

.mypage-wrap .mypage-attend .attend-notice {
  width: 100%;
  margin-top: 30px;
}

/* 드로우 상세 */
.lck-view .lck-view-apply .apply-detail {
  border: 1px solid #000;
  padding: 50px;
  margin-bottom: 60px;
}

.lck-view .lck-view-apply .apply-detail .subject {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  font-size: 24px;
  font-weight: 500;
}

.lck-view .lck-view-apply .apply-detail .content {
  margin: 0;
  display: flex;
  justify-content: center;
}

.lck-view .lck-view-apply .apply-detail .content ul {
  border-top: 1px solid var(--color-grey-medium);
}

.lck-view .lck-view-apply .apply-detail .content ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-grey-medium);
  padding: 10px;
  margin: 0;
}

.lck-view .lck-view-apply .apply-detail .content ul li .key {
  width: 30%;
  color: #999;
  font-weight: normal !important;
}
.lck-view .lck-view-apply .apply-detail .content ul li .value {
  width: 70%;
}

.lck-view .lck-view-apply .apply-detail .condition {
  margin: 0;
  padding: 0;
  text-align: center;
}

.lck-view .lck-view-apply .apply-detail .condition table {
  width: 300px;
  margin: 0 auto;
  table-layout: fixed;
}

.lck-view .lck-view-apply .apply-detail .condition table td {
  font-size: 50px;
  line-height: 1;
}

.lck-view .lck-view-apply .apply-detail .condition table td.strong {
  font-weight: 600;
  color: var(--color-blue);
}

.lck-view .lck-view-apply .message-buttons {
  margin-bottom: 50px;
}

.lck-view .lck-view-apply .message-buttons .message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  text-decoration: none;
  transition: all .3s;
}

.lck-view .lck-view-apply .message-buttons .message i {
  font-size: 30px;
  margin-right: 5px;
  line-height: 1;
}

.lck-view .lck-view-apply .message-buttons .message.is-black {
  border-color: var(--color-black);
  color: var(--color-black);
}

.lck-view .lck-view-apply .message-buttons .message.is-blue {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.lck-view .lck-view-apply .message-buttons .message.is-red {
  border-color: var(--color-red);
  color: var(--color-red);
}

.lck-view .lck-view-apply .message-buttons .message.is-black:hover {
  background-color: var(--color-black);
  color: #fff;
}

.lck-view .lck-view-apply .message-buttons .message.is-blue:hover {
  background-color: var(--color-blue);
  color: #fff;
}

.lck-view .lck-view-apply .message-buttons .message.is-red:hover {
  background-color: var(--color-red);
  color: #fff;
}

.lck-view .lck-view-apply .apply-button a {
  padding: 10px;
  width: 200px;
  height: auto;
  line-height: auto;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
}

.lck-view .lck-view-apply .apply-button a.disabled {
  background-color: var(--color-grey-medium);
  color: #bbb;
  font-weight: normal;
}

.lck-view .lck-view-apply .apply-button p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
}

.lck-view .lck-view-content {
  /* margin-top: 80px; */
}
.lck-view .lck-view-content .view_area {
  padding: 0 20px;
}

.popup .box .popup-text .big-text {
  font-size: 24px;
  font-weight: 500;
}

.popup .box .popup-text .small-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-grey-dark);
}

.popup .box .popup-text img {
  display: block;
  width: 120px;
  margin: 0 auto 20px;
}

.popup .box .popup-button a {
  text-decoration: none;
}

.popup#popup_bid .box,
.popup#popup_bid_success .box {
  border: 10px solid var(--color-green);
}

.popup#popup_bid .box .popup-button a,
.popup#popup_bid_success .box .popup-button a {
  background-color: var(--color-green);
}

.popup #confetti-click {
  display: block;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  background-color: var(--color-black);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  transition: background-color .3s;
}

.popup #confetti-click:hover {
  background-color: var(--color-green);
}

.draw-left {
  position: absolute;
  top: 0;
  left: -180px;
  width: 160px;
  height: 600px;
  border: 1px solid var(--color-grey-medium);
  padding: 10px;
  font-family: 'Pretendard';
  box-sizing: border-box;
}

.draw-left h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.draw-left h2 img {
  display: block;
  width: 20px;
  margin-right: 4px;
}

.draw-left h2 span {
  color: var(--color-black);
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.draw-left ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
  height: calc(100% - 40px);
}

.draw-left a:hover {
  text-decoration: none;
}

.draw-left a .image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  height: 150px;
}

.draw-left a .image .status {
  position: absolute;
  background-color: var(--color-red);
  color: #fff;
  padding: 5px;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  z-index: 9;
}

.draw-left a .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}

.draw-left a:hover .image img {
  transform: scale(1.2);
}

.draw-left a .text .title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.draw-left a .text .time {
  text-align: center;
  color: var(--color-red);
  font-weight: 500;
}

.draw-left a .text .button {
  margin-top: 10px;
  display: block;
  background-color: var(--color-grey-medium);
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  transition: background .3s, color .3s;
}

.draw-left a:hover .button {
  background-color: var(--color-black);
  color: #fff;
}

/* 유튜브 */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 50px 0;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lck-view .lck-view-bottom {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.lck-view-bottom a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff !important;
  border: 1px solid #333;
  width: 200px !important;
  margin: 0 auto;
  font-size: 15px;
  padding: 10px 0;
  transition: all .3s;
}

.lck-view-bottom a:hover {
  background-color: #333 !important;
  color: #fff;
}

.lck-view-bottom a i {
  font-size: 20px;
  margin-right: 5px;
}

.draw-swiper {
  margin-top: 50px;
  padding-bottom: 40px !important;
}

.draw-swiper img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 140px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  transform: translatez(0);
  backface-visibility: hidden;
}

.draw-swiper .swiper-slide p {
  margin-top: .5rem;
  text-align: center;
  font-size: 13px;
  color: #999;
  word-break: keep-all;
  transition: color .3s;
}

.draw-swiper .swiper-slide a {
  text-decoration: none;
}

.draw-swiper .swiper-slide a:hover p {
  color: #000;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: #333 !important;
}

#popup_attend img {
  width: auto;
  transform: scale(1.5);
  transition: all .5s;
}

#popup_attend img.is-active {
  -webkit-animation: flip-scale-up-ver 0.5s ease-in-out reverse both;
  animation: flip-scale-up-ver 0.5s ease-in-out reverse both;
}

@-webkit-keyframes flip-scale-up-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }

  50% {
    -webkit-transform: scale(2.5) rotateY(90deg);
    transform: scale(2.5) rotateY(90deg);
  }

  100% {
    -webkit-transform: scale(1) rotateY(180deg);
    transform: scale(1) rotateY(180deg);
  }
}

@keyframes flip-scale-up-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }

  50% {
    -webkit-transform: scale(2.5) rotateY(90deg);
    transform: scale(2.5) rotateY(90deg);
  }

  100% {
    -webkit-transform: scale(1) rotateY(180deg);
    transform: scale(1) rotateY(180deg);
  }
}

.myprofile .extra-menu {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	margin-bottom: 30px;
}

.myprofile .extra-menu a {
	flex: 1;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	padding: 8px 0;
	transition: background-color .2s, color .2s;
  text-decoration: none;
}

.myprofile .extra-menu a:hover {
	background-color: var(--color-black);
	color: #fff;
  border-color: var(--color-black);
}

.myprofile .extra-menu a:hover i {
	color: #fff;
}

.myprofile .extra-menu a:hover span {
	color: #fff;
}

.myprofile .extra-menu a i {
	font-size: 14px;
	color: #999;
  margin-right: 2px;
}

.myprofile .extra-menu a span {
	font-size: 11px;
	color: #777;
}

.myprofile .details {
  margin-bottom: 15px;
}

/* 202209 */
.login_page .join_msg {
  font-family: 'Pretendard' !important;
  letter-spacing: 0;
  background: none;
  padding: 0;
  text-align: center;
  line-height: 1.25;
  height: auto;
  margin: 80px 0 50px;
  font-weight: 300;
}
.form_login .input_text {
  margin: 7px 0;
}
.form_login #img_submit {
  display: block;
}

.paging a {
  width: 30px;
  height: 30px;
}

.left_side .page_title {
  font-size: 30px;
  font-weight: 600;
}

.board_list .notice .bicon {
  background: none;
  background-color: #333;
}
.pcast .pcast-sub-body .article-list {
  padding-right: 30px;
}
.pcast .pcast-main-body .article-bordered, .pcast .pcast-sub-body .article-bordered {
  width: 50%;
}
