@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes bounce1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes floatBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bookBadgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'SUIT', sans-serif;
  background: #fff;
  color: #1a1a1a;
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
section {
  scroll-margin-top: 70px;
}
.event-contents {
  overflow: hidden;
}
.inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.skip {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pc_img {
  display: block;
}
.mobile_img,
.mobile_img_circle {
  display: none;
}
#union-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffe4e8;
  box-shadow: 0 4px 15px rgba(255, 182, 193, 0.15);
  z-index: 9999;
  transition: all 0.3s;
}
#union-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#union-header .logo {
  margin: 0;
  color: #ff4757;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
  cursor: pointer;
}
#union-header .gnb_menu {
  display: flex;
  gap: 40px;
  align-items: center;
}
#union-header .gnb_menu a {
  position: relative;
  padding: 10px 0;
  color: #555;
  font-size: 16px;
  font-weight: 800;
  transition: color 0.3s;
}
#union-header .gnb_menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #ff4757;
  border-radius: 2px;
  transition: width 0.3s;
}
#union-header .gnb_menu a:hover,
#union-header .gnb_menu a.active {
  color: #ff4757;
}
#union-header .gnb_menu a:hover::after,
#union-header .gnb_menu a.active::after {
  width: 100%;
}
.cont_top {
  padding: 200px 15px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #ffc7c7 0%, #f7f7f7 40%, #e6d7ff 100%, #ffffff 100%);
  border-bottom: 5px solid #fff;
  z-index: 10;
}
.cont_top::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -30%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
  filter: blur(80px);
  opacity: 0.8;
  z-index: 1;
}
.cont_top .inner {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.cont_top .hero_txt {
  flex: 1;
  position: relative;
  z-index: 2;
}
.cont_top .hero_img {
  width: 650px;
  position: relative;
  z-index: 20;
  margin-right: -180px;
  margin-bottom: -300px;
  transform-origin: bottom center;
}
.cont_top .top_bb {
  display: inline-block;
  margin-bottom: 35px;
  padding: 8px 25px;
  background: #fff;
  color: #ff4757;
  border: 2px solid #ff4757;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(255, 71, 87, 0.15);
  font-size: 19px;
  font-weight: 800;
  animation: bounce1 1.5s ease-in-out infinite;
}
.cont_top h3 {
  margin-bottom: 30px;
  color: #111;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: none;
}
.cont_top h3 span.highlight {
  color: #83103f;
  font-weight: 900;
}
.cont_top .sub_copy {
  margin-bottom: 70px;
  color: #333;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}
.cont_top .sub_copy strong {
  color: #ff4757;
  font-weight: 800;
}
.cont_top .btn_area {
  display: flex;
  gap: 15px;
}
.cont_top .btn_area a {
  position: relative;
  overflow: hidden;
  padding: 20px 40px;
  border-radius: 60px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.cont_top .btn_area a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}
.cont_top .btn_area a:hover {
  transform: translateY(-5px) scale(1.02);
}
.cont_top .btn_area .btn_home {
  background: #111;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cont_top .btn_area .btn_pass {
  background: linear-gradient(135deg, #ff4757 0%, #ff6b81 100%);
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 15px 30px rgba(255, 71, 87, 0.3);
}
.cont_top .btn_area .btn_pass:hover {
  box-shadow: 0 10px 30px rgba(255, 71, 87, 0.5);
}
.float_btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #ff4757 0%, #ff6b81 100%);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(255, 71, 87, 0.4);
  z-index: 9999;
  font-family: 'SUIT', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  animation: floatBounce 2s infinite ease-in-out;
  transition: transform 0.3s;
}
.float_btn:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 71, 87, 0.4);
}
.float_btn span {
  margin-bottom: 2px;
  font-size: 18px;
}
.float_btn.float_btn_disabled {
  background: #9a9a9a;
  box-shadow: 0 10px 20px rgba(120, 120, 120, 0.25);
  cursor: not-allowed;
  animation: none;
}
.float_btn.float_btn_disabled:hover {
  transform: none;
  box-shadow: 0 10px 20px rgba(120, 120, 120, 0.25);
}
.cont_intro {
  padding: 130px 0;
  background-color: #fdf5f6;
}
.cont_intro h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}
.cont_intro h4 strong {
  color: #0078D5;
}
.cont_intro .sub_copy {
  font-size: 21px;
  color: #555;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}
.cont_intro .intro_cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
.cont_intro .intro_cards .intro_card {
  background: #fff;
  border-radius: 20px;
  width: 320px;
  padding: 40px 30px;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}
.cont_intro .intro_cards .intro_card:hover {
  transform: translateY(-10px);
  border-color: #0078D5;
  box-shadow: 0 15px 40px rgba(0, 120, 213, 0.15);
}
.cont_intro .intro_cards .intro_card:first-child {
  position: relative;
  overflow: hidden;
}
.cont_intro .intro_cards .intro_card:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background-image: url('../koreaunivlogo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}
.cont_intro .intro_cards .intro_card:first-child .icon,
.cont_intro .intro_cards .intro_card:first-child .c_tit,
.cont_intro .intro_cards .intro_card:first-child .c_desc {
  position: relative;
  z-index: 10;
}
.cont_intro .intro_cards .intro_card .icon {
  display: block;
  margin-bottom: 20px;
  font-size: 45px;
}
.cont_intro .intro_cards .intro_card .c_tit {
  display: block;
  margin-bottom: 15px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}
.cont_intro .intro_cards .intro_card .c_desc {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}
.cont_lect {
  padding: 130px 0;
  background: #fff;
  text-align: center;
}
.cont_lect h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}
.cont_lect .sub_copy {
  font-size: 21px;
  color: #666;
  margin-bottom: 60px;
  text-align: center;
}
.cont_lect .video_embed_area {
  width: 1040px;
  height: 585px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 120, 213, 0.25);
}
.cont_lect .video_embed_area video,
.cont_lect .video_embed_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cont_lect .lect_btn {
  margin-top: 60px;
}
.cont_lect .lect_btn a {
  padding: 18px 50px;
  background: #0078D5;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 120, 213, 0.2);
  font-size: 23px;
  font-weight: bold;
}
.cont_lect .lect_btn a:hover {
  background: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 120, 213, 0.4);
}
.cont_review {
  padding: 130px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fdf5f6 100%);
  text-align: center;
}
.cont_review h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}
.cont_review h4 span {
  color: #0078D5;
}
.cont_review .sub_copy {
  font-size: 21px;
  color: #666;
  margin-bottom: 60px;
  text-align: center;
}
.cont_review .review_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.cont_review .r_card {
  background: #fff;
  border-radius: 20px;
  width: calc(50% - 10px);
  padding: 40px;
  border: 1px solid #ffe4e8;
  box-shadow: 0 10px 30px rgba(255, 182, 193, 0.15);
  text-align: left;
  transition: transform 0.3s;
}
.cont_review .r_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 182, 193, 0.3);
}
.cont_review .r_card .star {
  margin-bottom: 15px;
  color: #ff4757;
  font-size: 22px;
  letter-spacing: 2px;
}
.cont_review .r_card p {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.cont_book {
  padding: 120px 0;
  background: linear-gradient(180deg, #fff0f5 0%, #ffffff 100%);
}
.cont_book h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}
.cont_book h4 span {
  color: #ff6b81;
}
.cont_book .sub_copy {
  font-size: 21px;
  color: #555;
  margin-bottom: 60px;
  text-align: center;
  margin-bottom: 80px;
}
.cont_book .book_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.cont_book .book_img_area {
  width: 400px;
  position: relative;
  padding: 30px;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(255, 182, 193, 0.15);
}
.cont_book .book_img_area img.main_book {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
}
.cont_book .book_img_area img.floating_badge {
  position: absolute;
  right: 10px;
  bottom: 280px;
  width: 160px;
  height: auto;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  animation: bookBadgeFloat 2.5s infinite ease-in-out;
}
.cont_book .book_features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cont_book .feature_box {
  width: 450px;
  position: relative;
  padding: 55px 40px 35px;
  background: #fff;
  border: 1px solid #ffe4e8;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(255, 182, 193, 0.2);
}
.cont_book .feature_box .badge {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 6px 15px;
  background: #ff4757;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  animation: blink 1.5s infinite;
}
.cont_book .feature_box p {
  margin: 0;
  color: #333;
  font-size: 19px;
  line-height: 1.6;
}
.cont_book .feature_box p strong {
  color: #0078D5;
  font-weight: 800;
}
.cont_book .book_btn {
  margin-top: 80px;
  text-align: center;
}
.cont_book .book_btn a {
  padding: 18px 50px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  font-size: 23px;
  font-weight: bold;
}
.cont_book .book_btn a:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.cont_curri {
  padding: 130px 0;
  background: #fdf5f6;
  text-align: center;
}
.cont_curri h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 900;
}
.cont_curri h4 span {
  color: #000000;
}
.cont_curri .sub_copy {
  font-size: 21px;
  color: #555;
  margin-bottom: 60px;
  text-align: center;
}
.cont_curri .curri_wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  text-align: left;
}
.cont_curri .curri_col {
  flex: 1;
  padding: 20px 40px 40px;
  background: #fff;
  border: 1px solid #ffe4e8;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(255, 182, 193, 0.15);
}
.cont_curri .curri_col h5 {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #ff4757;
  border-bottom: 2px dashed #ffe4e8;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}
.cont_curri .c_item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}
.cont_curri .c_item:last-child {
  margin-bottom: 0;
}
.cont_curri .c_badge {
  width: 90px;
  padding: 6px 12px;
  background: #0078D5;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.cont_curri .c_badge.final {
  background: #ff6b81;
}
.cont_curri .c_info {
  flex: 1;
}
.cont_curri .c_tit {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}
.cont_curri .c_desc {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}
.cont_curri .package_btn {
  margin-top: 60px;
  text-align: center;
}
.cont_curri .package_btn a {
  max-width: 340px;
  width: 100%;
  padding: 18px 50px;
  background: #ff4757;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(255, 51, 51, 0.15);
  font-size: 23px;
  font-weight: bold;
}
.cont_curri .package_btn a:hover {
  background: #eb3444;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 51, 51, 0.3);
}
.cont_5step {
  padding: 130px 0;
  background: #fff;
  text-align: center;
}
.cont_5step h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 900;
}
.cont_5step .sub_copy {
  font-size: 21px;
  color: #666;
  margin-bottom: 60px;
  text-align: center;
}
.cont_5step .ppo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cont_5step .ppo_box {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px dashed #ffe4e8;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cont_5step .ppo_box:hover {
  transform: translateY(-10px);
  background: #fff0f5;
  border-color: #ff6b81;
}
.cont_5step .ppo_box .p_num {
  margin-bottom: 5px;
  color: #ffb6c1;
  font-size: 18px;
  font-weight: 900;
}
.cont_5step .ppo_box .p_tit {
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}
.cont_5step .arrow {
  color: #ffb6c1;
  font-size: 24px;
  font-weight: 900;
}
.cont_5step .package-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 80px auto 0;
  text-align: left;
}
.cont_5step .package-box {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #ffe4e8;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(255, 71, 87, 0.1);
  color: #1a1a1a;
}
.cont_5step .package-box .pb-top {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
  margin-bottom: 25px;
}
.cont_5step .package-box .pb-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cont_5step .package-box .pb-name {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}
.cont_5step .package-box .pb-price {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 800;
}
.cont_5step .package-box .pb-line {
  height: 1px;
  margin-bottom: 30px;
  background-color: #ffe4e8;
}
.cont_5step .package-box .pb-mid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.cont_5step .package-box .pb-mid-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cont_5step .package-box .pb-ori-price {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777777;
  font-size: 18px;
  font-weight: 500;
}
.cont_5step .package-box .pb-ori-price s {
  text-decoration: line-through;
}
.cont_5step .package-box .pb-badge {
  padding: 4px 10px;
  background-color: #ff4757;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}
.cont_5step .package-box .pb-sale-price {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2d88ff;
  font-size: 24px;
  font-weight: 800;
}
.cont_5step .package-box .pb-sale-price strong {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -1px;
}
.cont_5step .package-box .pb-sale-price.pb-sale-all {
  color: #ff4757;
}
.cont_5step .package-box .pb-mid-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.cont_5step .package-box .pb-save-desc {
  color: #777777;
  font-size: 15px;
  font-style: italic;
}
.cont_5step .package-box .pb-save-amount {
  color: #ff4757;
  font-size: 24px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.cont_5step .package-box .pb-action {
  width: 100%;
  text-align: center;
}
.cont_5step .package-box .pb-buy-btn {
  display: block;
  width: 100%;
  padding: 18px 0;
  background-color: #333333;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 800;
  transition: all 0.3s ease;
}
.cont_5step .package-box .pb-buy-btn:hover {
  background-color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.cont_5step .package-box .pb-buy-btn.pb-buy-all {
  background: linear-gradient(135deg, #ff4757 0%, #ff6b81 100%);
  box-shadow: 0 10px 20px rgba(255, 71, 87, 0.2);
}
.cont_5step .package-box .pb-buy-btn.pb-buy-all:hover {
  box-shadow: 0 15px 30px rgba(255, 71, 87, 0.4);
}
.cont_event {
  padding: 130px 0;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%);
}
.cont_event h4 {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}
.cont_event h4 span {
  color: #ff6b81;
}
.cont_event .sub_copy {
  font-size: 21px;
  color: #ff4757;
  margin-bottom: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cont_event .prize_cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.cont_event .prize_card {
  background: #fff;
  border-radius: 20px;
  width: 280px;
  position: relative;
  padding: 30px;
  border: 2px solid #fff;
  box-shadow: 0 15px 35px rgba(255, 182, 193, 0.2);
  text-align: center;
}
.cont_event .prize_card .rank {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 25px;
  background: #ff6b81;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(255, 107, 129, 0.3);
  font-size: 16px;
  font-weight: 800;
}
.cont_event .prize_card .p_img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 15px;
  overflow: hidden;
  background: #fff0f5;
  border-radius: 50%;
}
.cont_event .prize_card .p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont_event .prize_card .p_name {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 22px;
  font-weight: 800;
}
.cont_event .prize_card .p_count {
  color: #ff4757;
  font-size: 16px;
  font-weight: 700;
}
.cont_event .prize_card .p_text_img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 15px;
  border-radius: 50%;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -1px;
}
.cont_event .prize_card .p_text_img.ticket {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(255, 71, 87, 0.3);
}
.cont_event .prize_card .p_text_img.coin {
  background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(210, 105, 30, 0.3);
}
.cont_event .prize_card .p_desc {
  margin-top: 8px;
  color: #888;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}
.cont_event .event_box {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #fff;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(255, 182, 193, 0.2);
  backdrop-filter: blur(10px);
  text-align: center;
}
.cont_event .event_box p {
  margin-bottom: 35px;
  color: #333;
  font-size: 20px;
  line-height: 1.6;
}
.cont_event .event_box p strong {
  color: #ff4757;
}
.cont_event .event_btn a,
.cont_event .event_btn button {
  display: inline-block;
  padding: 20px 70px;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-family: 'SUIT', sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.cont_event .event_btn a:hover,
.cont_event .event_btn button:hover {
  background: #ff4757;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.cont_event .event_btn button:disabled {
  background: #9a9a9a;
  color: #fff;
  box-shadow: none;
  cursor: not-allowed;
}
.cont_event .event_btn button:disabled:hover {
  background: #9a9a9a;
  transform: none;
  box-shadow: none;
}
.cont_notice {
  padding: 72px 0 72px;
}
.cont_notice .notice_wrap {
  position: relative;
  padding: 38px 42px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 107, 129, 0.12);
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(255, 182, 193, 0.12);
  overflow: hidden;
}
.cont_notice .notice_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ff4757 0%, #ff6b81 50%, #ffd4df 100%);
}
.cont_notice .notice_head {
  margin-bottom: 24px;
}
.cont_notice .notice_head h4 {
  margin-bottom: 8px;
  color: #111;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}
.cont_notice .notice_head p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.cont_notice .notice_label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  background: #ffe4e8;
  color: #ff4757;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0.82;
}
.cont_notice .notice_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 107, 129, 0.18);
}
.cont_notice li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 107, 129, 0.14);
}
.cont_notice .notice_key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  background: #fff7f9;
  color: rgba(255, 71, 87, 0.88);
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 129, 0.14);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
.cont_notice p {
  color: #333;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.cont_notice .notice_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.cont_notice .notice_links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cont_notice .notice_links span {
  padding: 8px 14px;
  background: #fff0f5;
  color: rgba(131, 16, 63, 0.88);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.cont_notice .notice_alert .notice_key {
  background: linear-gradient(135deg, #ff4757 0%, #ff6b81 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(255, 71, 87, 0.14);
}
.cont_notice .notice_alert p {
  color: #ff4757;
  font-weight: 700;
}
#union-footer {
  height: 150px;
  margin-top: 0;
  background: #333;
  color: #aaa;
  font-size: 14px;
  line-height: 150px;
  text-align: center;
}
@media (max-width: 1140px) {
  #union-header {
    height: auto;
    padding: 15px 0 10px;
  }
  #union-header .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  #union-header .logo {
    font-size: 19px;
    line-height: 1.3;
    word-break: keep-all;
  }
  #union-header .gnb_menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    justify-content: flex-start;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }
  #union-header .gnb_menu::-webkit-scrollbar {
    display: none;
  }
  #union-header .gnb_menu a {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  h4 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 1.3;
  }
  .sub_copy {
    font-size: 16px !important;
    margin-bottom: 40px !important;
    line-height: 1.5;
    word-break: keep-all;
  }
  section {
    padding: 80px 0 !important;
    scroll-margin-top: 100px;
  }
  .pc_img {
    display: none !important;
  }
  .cont_top {
    padding: 180px 0 0 !important;
  }
  .cont_top .inner {
    flex-direction: column;
    text-align: center;
  }
  .cont_top h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .cont_top .hero_txt {
    margin-bottom: 40px;
  }
  .cont_top .btn_area {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .cont_top .btn_area a {
    width: 48%;
    max-width: 350px;
    display: inline-block;
    margin: 0 auto;
    padding: 14px 0;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 15px;
    white-space: nowrap;
    letter-spacing: -1px;
  }
  .mobile_img_circle {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    background-color: #fff;
    border: 5px solid #ffcece;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.171);
  }
  .mobile_img_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center -25%;
    transform: scale(1.3);
  }
  .cont_intro .intro_cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .cont_intro .intro_card {
    width: 100%;
    max-width: 350px;
  }
  .cont_review .r_card {
    width: 100%;
    max-width: 400px;
  }
  .cont_curri .curri_wrap {
    flex-direction: column;
    align-items: center;
  }
  .cont_curri .curri_col {
    width: 100%;
    max-width: 450px;
    padding: 20px 20px 30px;
  }
  .cont_5step .ppo_wrap {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .cont_5step .arrow {
    margin: 10px 0;
    transform: rotate(90deg);
  }
  .cont_5step .package-price-wrap {
    gap: 20px;
    margin-top: 50px;
    padding: 0 15px;
  }
  .cont_5step .package-box {
    padding: 30px 25px;
    border-radius: 20px;
  }
  .cont_5step .package-box .pb-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
  }
  .cont_5step .package-box .pb-name {
    font-size: 18px;
  }
  .cont_5step .package-box .pb-price {
    font-size: 24px;
  }
  .cont_5step .package-box .pb-mid {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 30px;
  }
  .cont_5step .package-box .pb-mid-right {
    align-items: flex-start;
    text-align: left;
  }
  .cont_5step .package-box .pb-sale-price {
    flex-wrap: wrap;
    font-size: 20px;
  }
  .cont_5step .package-box .pb-sale-price strong {
    font-size: 32px;
  }
  .cont_5step .package-box .pb-save-amount {
    font-size: 20px;
  }
  .cont_5step .package-box .pb-buy-btn {
    padding: 16px 0;
    border-radius: 10px;
    font-size: 18px;
  }
  .cont_lect .video_embed_area {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .cont_book .book_area {
    flex-direction: column;
    gap: 40px;
  }
  .cont_book .book_img_area {
    width: 90%;
    max-width: 350px;
    padding: 30px;
  }
  .cont_book .book_img_area img.floating_badge {
    top: auto;
    right: 2%;
    bottom: 50%;
    width: 40%;
  }
  .cont_book .feature_box {
    width: 100%;
    max-width: 350px;
    padding: 40px 20px 25px;
    text-align: center;
  }
  .cont_book .feature_box .badge {
    top: -15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cont_book .feature_box p {
    font-size: 17px;
  }
  .cont_event .prize_cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .cont_event .prize_card {
    width: 100%;
    max-width: 350px;
  }
  .cont_event .prize_card .p_img,
  .cont_event .prize_card .p_text_img {
    width: 110px;
    height: 110px;
    margin: 15px auto 10px;
    font-size: 20px;
  }
  .cont_event .event_box {
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .cont_event .event_box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .cont_notice {
    padding: 56px 0 56px !important;
  }
  .cont_notice .notice_wrap {
    padding: 28px 18px 24px;
    border-radius: 22px;
  }
  .cont_notice .notice_head {
    margin-bottom: 18px;
  }
  .cont_notice .notice_head h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .cont_notice .notice_head p {
    font-size: 14px;
  }
  .cont_notice li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }
  .cont_notice .notice_key {
    justify-content: flex-start;
    width: fit-content;
    min-height: auto;
    padding: 7px 12px;
    font-size: 13px;
  }
  .cont_notice p {
    font-size: 15px;
  }
  .cont_notice .notice_links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cont_notice .notice_links span {
    display: inline-block;
    width: 100%;
    border-radius: 14px;
    font-size: 13px;
  }
  .float_btn {
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .float_btn span {
    font-size: 15px;
  }
  .cont_lect .lect_btn a,
  .cont_book .book_btn a,
  .cont_event .event_btn a,
  .cont_event .event_btn button {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    padding: 18px 0;
    box-sizing: border-box;
    font-size: 18px;
  }
}
@media (max-width: 546px) {
  .cont_review .r_card {
    width: 100%;
    max-width: 400px;
    padding: 30px;
  }
  .cont_review .r_card p {
    font-size: 16px;
  }
  .cont_lect .lect_btn {
    margin-top: 40px;
  }
  .cont_book .book_btn {
    margin-top: 50px;
  }
  .cont_curri .package_btn {
    margin-top: 40px;
  }
}
