@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), url("/e/kms/assets/fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), url("/e/kms/assets/fonts/Pretendard-Bold.woff2") format("woff2");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12rem;
  font-family: "Pretendard";
  vertical-align: baseline;
}

body {
  line-height: 1 !important;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
}

#webContent {padding: 0;}
.event-wrap {margin: 0 auto;}

.wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

/* 팝업 */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 720px;
  z-index: 99;
  overflow: auto;
  background: #fff;
}
.popup.none {
  display: none;
}
.popup.active .dim {
  display: block;
}
.popup.active > .popup_container {
  transform: translateY(0%);
}
.popup.full > .popup_container {
  top: 0;
  border-radius: 0;
}
.popup.full > .popup_container .con {
  padding: 0 20rem;
  overflow-y: auto;
  height: calc(100% - 90rem);
}
.popup.bottomsheet > .popup_container {
  padding: 0 20rem;
}
.popup .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 1rem);
  background-color: #333;
  opacity: 0.5;
  overscroll-behavior: none;
  transition: all 0.5s ease-in-out;
}
.popup > .popup_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 1rem;
  border-radius: 16rem 16rem 0 0;
  transform: translateY(105%);
  transition: transform 0.5s ease;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.popup > .popup_container .pop_header {
  display: flex;
  height: 84rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.popup > .popup_container .pop_header h1 {
  font-weight: bold;
  font-size: 20rem;
}
.popup > .popup_container .pop_header .close {
  width: 25rem;
  height: 25rem;
}
.popup > .popup_container .pop_header .close button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -999rem;
  background: url("/e/kms/assets/images/event/2026/20260003/icon_header_close.png") no-repeat center center/25rem 25rem;
}
.popup > .popup_container .agree_wrap dt {
  margin-bottom: 8rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
  color: #333;
}
.popup > .popup_container .agree_wrap dd {
  border: 1rem solid #ddd;
  border-radius: 16rem;
}
.popup > .popup_container .agree_wrap .all_agree {
  position: relative;
  padding: 16rem;
  border-bottom: 1rem solid #ddd;
}
.popup > .popup_container .agree_wrap .all_agree input {
  display: block;
  position: absolute;
  left: 16rem;
  top: 16rem;
  width: 24rem;
  height: 24rem;
  margin: 0;
  background: url("/e/kms/assets/images/event/2026/20260003/icon_check.png") no-repeat center left/24rem 24rem;
  appearance: none;
}
.popup > .popup_container .agree_wrap .all_agree input:checked {
  background-image: url("/e/kms/assets/images/event/2026/20260003/icon_check_checked.png");
}
.popup > .popup_container .agree_wrap .all_agree label {
  display: block;
  padding-left: 32rem;
  font-size: 13rem;
  line-height: 24rem;
  color: #333;
}
.popup > .popup_container .agree_wrap .agree_list {
  padding: 20rem;
}
.popup > .popup_container .agree_wrap .agree_list li {
  position: relative;
}
.popup > .popup_container .agree_wrap .agree_list li + li {
  margin-top: 10rem;
}
.popup > .popup_container .agree_wrap .agree_list li input {
  position: absolute;
  left: 0;
  top: 0;
  clip: auto;
  border: 0;
  margin: 0;
  appearance: none;
  padding: 0;
  width: 16rem;
  height: 16rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16rem 16rem;
  background-image: url("/e/kms/assets/images/event/2026/20260003/icon_checkbox.png");
}
.popup > .popup_container .agree_wrap .agree_list li input:checked {
  background-image: url("/e/kms/assets/images/event/2026/20260003/icon_checkbox_checked.png");
}
.popup > .popup_container .agree_wrap .agree_list li label {
  display: block;
  padding: 0 15rem 0 21rem;
  font-size: 13rem;
  line-height: 18rem;
  color: #333;
  background: url("/e/kms/assets/images/event/2026/20260003/icon_arrow_right.png") no-repeat right center/12rem 12rem;
}
.popup > .popup_container .agree_wrap .agree_list li label span {
  color: #b43a6b;
  font-size: inherit;
}
.popup > .popup_container .agree_wrap dd + dt {
  margin-top: 24rem;
}
.popup > .popup_container .info {
  margin-bottom: 24rem;
  padding: 16rem;
  border-radius: 12rem;
  background-color: #f7f7f7;
  font-size: 14rem;
  line-height: 20rem;
  color: #333;
}
.popup > .popup_container .notice {
  padding-bottom: 20rem;
}
.popup > .popup_container .notice.no_bullet .list_dot > li {
  padding-left: 0;
}
.popup > .popup_container .notice.no_bullet .list_dot > li::before {
  display: none;
}
.popup > .popup_container .notice.no_bullet .list_dot > li .list_bar li::before {
  display: none;
}
.popup > .popup_container .notice dt {
  margin: 24rem 0 16rem;
  font-weight: bold;
  font-size: 18rem;
  color: #333;
}
.popup > .popup_container .notice ol li .tit {
  margin-bottom: 14rem;
  font-weight: bold;
  font-size: 16rem;
  line-height: 22rem;
  color: #333;
}
.popup > .popup_container .notice ol li .list_dot li {
  position: relative;
  padding-left: 11rem;
  font-size: 14rem;
  line-height: 20rem;
  color: #333;
}
.popup > .popup_container .notice ol li .list_dot li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #bbb;
}
.popup > .popup_container .notice ol li .list_dot li + li {
  margin-top: 12rem;
}
.popup > .popup_container .notice ol li + li {
  margin-top: 24rem;
}
.popup > .popup_container .notice ol li .list_bar {
  margin-top: 10rem;
}
.popup > .popup_container .notice ol li .list_bar li {
  color: #333;
}
.popup > .popup_container .notice ol li .list_bar li + li {
  margin-top: 8rem;
}
.popup > .popup_container .notice ol li .list_bar li::before {
  width: 6rem;
  height: 1rem;
  border-radius: 0;
  top: 8rem;
  opacity: 1;
}
.popup > .popup_container .btn_wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30rem 0 20rem;
}
.popup > .popup_container .btn_wrap button {
  position: relative;
  z-index: 10;
  display: block;
  width: calc(100% - 40rem);
  height: 56rem;
  margin: 0 auto;
  background: #212266;
  border: 0;
  border-radius: 16rem;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: #fff;
}
.popup > .popup_container .btn_wrap button:disabled {
  background: #eaeaf4;
  color: #a1a3c9;
}
.popup > .popup_container .list_dot li {
  position: relative;
  padding-left: 11rem;
  color: #333;
  font-size: 14rem;
  line-height: 19rem;
}
.popup > .popup_container .list_dot li + li {
  margin-top: 12rem;
}
.popup > .popup_container .list_dot li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #bbb;
  left: 0;
  top: 7rem;
}
.popup.popup_event .popup_container .pop_header {
  position: relative;
}
.popup.popup_event .popup_container .pop_body {
  padding-bottom: 110rem;
  box-sizing: border-box;
}
.popup.popup_event .popup_container .btn_wrap button {
  width: calc(100% - 40rem);
}
.popup.popup_agree .pop_content {
  padding: 0 0 10rem;
}
.popup.popup_agree .pop_content + .pop_content {
  padding-top: 40rem;
}
.popup.popup_agree h2 {
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
  color: #333;
}
.popup.popup_agree h3 {
  font-weight: bold;
  font-size: 16rem;
  line-height: 24rem;
  color: #333;
}
.popup.popup_agree h3 + p {
  margin-top: 16rem;
  font-size: 600px;
  font-size: 13rem;
  line-height: 20rem;
  color: #666;
}
.popup.popup_agree h3 + p + h4 {
  margin-top: 32rem;
}
.popup.popup_agree h4 {
  display: inline-flex;
  height: 32rem;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 16rem;
  padding: 0 16rem 0 8rem;
  border-radius: 16rem;
  background-color: #ecf2fc;
  font-weight: 600;
  font-size: 14rem;
  color: #212266;
  line-height: 20rem;
}
.popup.popup_agree h4 span {
  display: inline-block;
  width: 20rem;
  height: 20rem;
  background-color: #212266;
  color: #ecf2fc;
  font-weight: 600;
  font-size: inherit;
  line-height: 20rem;
  text-align: center;
  border-radius: 50%;
}
.popup.popup_agree h5 {
  margin: 32rem 0 12rem;
  font-weight: bold;
  font-size: 16rem;
  line-height: 24rem;
  color: #333;
}
.popup.popup_agree .tbl_collect {
  width: 100%;
}
.popup.popup_agree .tbl_collect tr > * {
  padding: 12rem;
  font-weight: 600;
  font-size: 13rem;
  line-height: 18rem;
}
.popup.popup_agree .tbl_collect th {
  background-color: #f5f5f5;
  color: #333;
  border-radius: 6rem;
  border: 2rem solid #fff;
  text-align: left;
}
.popup.popup_agree .tbl_collect td {
  vertical-align: middle;
  color: #666;
}
.popup.popup_agree .tbl_collect td > * {
  display: block;
  font-size: inherit;
  color: inherit;
}
.popup.popup_agree .tbl_collect td .tit {
  margin-bottom: 4rem;
  font-weight: bold;
  color: #333;
}
.popup.popup_agree .tbl_collect td .noti {
  margin-top: 8rem;
}

/* 본인확인 */
.certified_agree {
  padding: 0 20rem;
}
.certified_agree .btn_close {
  margin: 0 -20rem;
  text-align: right;
}
.certified_agree .btn_close button {
  width: 64rem;
  height: 48rem;
  background: url("/e/kms/assets/images/event/2026/20260003/icon_header_close.png") no-repeat center/16rem 16rem;
  font-size: 0;
}
.certified_agree .title {
  padding: 10rem 0 16rem;
  line-height: 28rem;
  font-weight: 700;
  font-size: 20rem;
  color: #222;
}
.certified_agree .term {
  padding-bottom: 94rem;
}
.certified_agree .guide {
  position: relative;
  margin-bottom: 56rem;
  padding: 20rem 20rem 20rem 30rem;
  background-color: #f7f8fa;
  border-radius: 20rem;
  line-height: 22rem;
  font-size: 14rem;
  color: #333;
}
.certified_agree .guide::before {
  content: "";
  display: block;
  position: absolute;
  top: 20rem;
  left: 10rem;
  width: 18rem;
  height: 18rem;
  background: url("/e/kms/assets/images/event/2026/20260003/icon_light.png") no-repeat 0 0/18rem 18rem;
}
.certified_agree .title_label {
  display: block;
  padding-bottom: 8rem;
  line-height: 19rem;
  font-size: 14rem;
  color: #888;
}
.certified_agree .title_label.pb2 {
  padding-bottom: 2rem;
}
.certified_agree input[type=text] {
  width: 100%;
  height: 42rem;
  margin-bottom: 40rem;
  padding: 0;
  border: 0;
  border-bottom: 1rem solid #ddd;
  line-height: 28rem;
  font-size: 20rem;
  color: #333;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.certified_agree input[type=text]::placeholder {
  color: #ccc;
}
.certified_agree .phone {
  display: flex;
  gap: 10rem;
}
.certified_agree .phone .btn_phone_front {
  width: 80rem;
  height: 43rem;
  background: url("/e/kms/assets/images/event/2026/20260003/icon_arrow.png") no-repeat right 8rem top 13rem/16rem 16rem;
  border-bottom: 1rem solid #ddd;
  text-align: left;
  font-weight: 600;
  font-size: 20rem;
  color: #333;
}
.certified_agree .phone input {
  flex: 1;
}
.certified_agree .phone .btn_certified {
  width: 72rem;
  height: 42rem;
  border: 1rem solid #212266;
  border-radius: 12rem;
  line-height: 43rem;
  font-weight: 600;
  font-size: 0;
  color: #212266;
}
.certified_agree .phone .btn_certified::after {
  content: "인증번호";
  font-size: 14rem;
}
.certified_agree .phone .btn_certified.re {
  border: 1rem solid #999;
  color: #333;
}
.certified_agree .phone .btn_certified.re::after {
  content: "재요청";
}
.certified_agree .certified {
  position: relative;
}
.certified_agree .certified .count {
  position: absolute;
  top: 12rem;
  right: 0;
  line-height: 18rem;
  font-weight: 700;
  font-size: 14rem;
  color: #888;
}
.certified_agree .title_caution {
  margin-bottom: 16rem;
  padding: 46rem 0 6rem;
  border-bottom: 1rem solid #ddd;
  line-height: 20rem;
  font-weight: 600;
  font-size: 16rem;
  color: #333;
}
.certified_agree .friend {
  padding: 20rem 0;
}
.certified_agree .friend .title_friend {
  padding-bottom: 5rem;
  font-weight: 600;
  font-size: 14rem;
}
.certified_agree .friend .friend_code {
  display: flex;
  align-items: center;
  gap: 10rem;
  padding-bottom: 5rem;
}
.certified_agree .friend .friend_code input {
  flex: 1;
  height: 30rem;
  margin: 0;
  border: 1rem solid #ddd;
}
.certified_agree .friend .friend_code button {
  width: 70rem;
  height: 32rem;
  background: #212266;
  border-radius: 8rem;
  font-size: 14rem;
  color: #fff;
}
.certified_agree .friend .caution li {
  padding-bottom: 0;
}
.certified_agree .table_col table {
  width: 100%;
  border-bottom: 1rem solid #8a8a8a;
  margin-bottom: 20rem;
}
.certified_agree .table_col table th {
  vertical-align: middle;
  font-weight: 400;
  background-color: #dee3ec;
  font-size: 12rem;
  color: #303030;
  padding: 8rem 10rem;
  text-align: center;
  border-top: 1rem solid #8a8a8a;
}
.certified_agree .table_col table td {
  padding: 8rem 10rem;
  vertical-align: middle;
  line-height: 16rem;
  font-size: 12rem;
  color: #303030;
  text-align: center;
  border-top: 1rem solid #8a8a8a;
}
.certified_agree .table_col table td.left {
  text-align: left;
}
.certified_agree .table_col table td select {
  width: 100%;
  font-size: 12rem;
}
.certified_agree .table_col table td strong {
  font-weight: 700;
  color: red;
}
.certified_agree .login_guide table {
  width: 100%;
  border-bottom: 1rem solid #8a8a8a;
  margin-bottom: 5rem;
}
.certified_agree .login_guide table th {
  font-weight: 400;
  background-color: #dee3ec;
  font-size: 12rem;
  color: #303030;
  padding: 8rem 10rem;
  text-align: left;
  border-top: 1rem solid #8a8a8a;
  width: 50%;
}
.certified_agree .login_guide table td {
  padding: 8rem 10rem;
  line-height: 16rem;
  font-size: 12rem;
  color: #303030;
  text-align: left;
  border-top: 1rem solid #8a8a8a;
}
.certified_agree .login_guide table td select {
  width: 100%;
  font-size: 12rem;
}
.certified_agree .login_guide table td strong {
  font-weight: 700;
  color: red;
}
.certified_agree .login_guide .guide_info {
  padding-bottom: 8rem;
}
.certified_agree .login_guide .guide_info li {
  position: relative;
  padding: 0 20rem 3rem 10rem;
  line-height: 16rem;
  font-size: 12rem;
  color: #666;
}
.certified_agree .login_guide .guide_info li::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 5rem;
  width: 3rem;
  height: 3rem;
  background-color: #bbb;
  border-radius: 50%;
}
.certified_agree .essential_wrap {
  margin-bottom: 16rem;
  border: 1rem solid #ddd;
  border-radius: 10rem;
}
.certified_agree .essential_wrap .radio {
  display: flex;
  gap: 54rem;
}
.certified_agree .essential_wrap .radio input {
  display: none;
}
.certified_agree .essential_wrap .radio input:checked + label::before {
  border: 1rem solid #212266;
}
.certified_agree .essential_wrap .radio input:checked + label::after {
  background-color: #212266;
}
.certified_agree .essential_wrap .radio label {
  position: relative;
  line-height: 20rem;
  padding-left: 28rem;
  font-size: 16rem;
  color: #333;
}
.certified_agree .essential_wrap .radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  box-sizing: border-box;
  border: 1rem solid #c7c7c7;
  border-radius: 50%;
}
.certified_agree .essential_wrap .radio label::after {
  content: "";
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 10rem;
  height: 10rem;
  background-color: #eee;
  border-radius: 50%;
  box-sizing: border-box;
}
.certified_agree .essential_wrap .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16rem 20rem;
  border-bottom: 1rem solid #ddd;
}
.certified_agree .essential_wrap .title_wrap .title_essential {
  font-weight: 600;
  font-size: 14rem;
  color: #333;
}
.certified_agree .essential_wrap .title_wrap .radio {
  display: flex;
  gap: 16rem;
}
.certified_agree .essential_wrap .title_wrap .radio label {
  position: relative;
  line-height: 17rem;
  padding-left: 22rem;
  font-size: 12rem;
}
.certified_agree .essential_wrap .title_wrap .radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
  box-sizing: border-box;
  border: 1rem solid #c7c7c7;
  border-radius: 50%;
}
.certified_agree .essential_wrap .title_wrap .radio label::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: 8rem;
  height: 8rem;
  box-sizing: border-box;
  background-color: #eee;
  border-radius: 50%;
}
.certified_agree .essential_wrap .contents {
  padding: 16rem 20rem 25rem;
}
.certified_agree .essential_wrap .contents .content {
  display: flex;
  gap: 8rem;
  padding-bottom: 26rem;
}
.certified_agree .essential_wrap .contents .content .icon {
  height: 20rem;
  padding: 0 8rem;
  background-color: #1998e9;
  border-radius: 4rem;
  line-height: 20rem;
  font-size: 10rem;
  color: #fff;
}
.certified_agree .essential_wrap .contents .content .text {
  flex: 1;
  font-size: 12rem;
  line-height: 20rem;
  color: #888;
}
.certified_agree .essential_wrap .account {
  display: flex;
  align-items: center;
  gap: 20rem;
  padding: 16rem 20rem;
}
.certified_agree .essential_wrap .account dt {
  font-weight: 600;
  font-size: 14rem;
  color: #333;
}
.certified_agree .essential_wrap .account dd {
  flex: 1;
  width: 100%;
}
.certified_agree .essential_wrap .account dd select {
  width: 100%;
  height: 40rem;
  border: 1px solid #c2c2c2;
  font-size: 14rem;
}
.certified_agree .grade_guide {
  margin-bottom: 40rem;
  padding: 20rem;
  border: 1rem solid #ddd;
  border-radius: 10rem;
}
.certified_agree .grade_guide .title_guide {
  padding-bottom: 20rem;
  font-weight: 600;
  font-size: 14rem;
  color: #333;
}
.certified_agree .grade_guide .grade {
  display: flex;
  height: 33rem;
  margin-bottom: 16rem;
}
.certified_agree .grade_guide .grade li {
  width: 20%;
  text-align: center;
  line-height: 32rem;
  font-size: 12rem;
  color: #fff;
}
.certified_agree .grade_guide .grade li:nth-child(1) {
  background: #1998e9;
  border-radius: 32rem 0 0 32rem;
}
.certified_agree .grade_guide .grade li:nth-child(2) {
  background: #17db6b;
  font-size: 11rem;
}
.certified_agree .grade_guide .grade li:nth-child(3) {
  background: #dec40d;
}
.certified_agree .grade_guide .grade li:nth-child(4) {
  background: #fb9527;
}
.certified_agree .grade_guide .grade li:nth-child(5) {
  background: #ea1600;
  border-radius: 0 32rem 32rem 0;
}
.certified_agree .grade_guide .summary {
  font-size: 12rem;
  color: #888;
}
.certified_agree .caution {
  padding-bottom: 8rem;
}
.certified_agree .caution li {
  position: relative;
  padding: 0 0 12rem 11rem;
  line-height: 16rem;
  font-size: 12rem;
  color: #666;
}
.certified_agree .caution li::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #bbb;
  border-radius: 50%;
}
.certified_agree .caution li.red {
  color: #bd527e;
}
.certified_agree .btn_ok {
  display: block;
  width: 100%;
  height: 54rem;
  margin: 20rem 0;
  background: #212266;
  border-radius: 16rem;
  font-size: 16rem;
  color: #fff;
}
.certified_agree .btn_ok:disabled {
  background: #eaeaf4;
  color: #a1a3c9;
}
.certified_agree .btn_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.certified_agree .btn_fixed .btn_ok {
  width: calc(100% - 40rem);
  margin: 0 20rem 20rem;
}

.main .maintop {width: 360rem;height: 630rem;position: relative;background: url(/e/kms/assets/images/event/2026/20260003/bgr.png);}
.main .logoico {position: absolute;top: 22rem;left: 0;z-index: 1;justify-content: space-between;display: flex;width: 100%;padding: 0 20rem;align-items: center;}
.main .logoico img:first-child {width: 72rem;height: 21rem;}
.main .logoico img:last-child {width: 26rem;height: 26rem;}
.main .maintop .mainsub img {position: absolute;width: 241.7rem;top: 140rem;left: 59rem;}
.main .maintop .maintitle img:first-child {position: absolute;width: 253rem;top: 91rem;left: 54rem;}
.main .maintop .maintitle img:last-child {position: absolute;width: 272rem;top: 155rem;left: 45rem;}
.main .maintop .won img:first-child {position: absolute;width: 111rem;left: 68rem;top: 280rem;}
.main .maintop .won img:last-child {position: absolute;width: 106rem;right: 45.5rem;top: 304rem;}
.main .maintop .animal img {position: absolute;width: 286rem;left: 37rem;bottom: 79rem;}
.main .sec1 {background: #fff6ee;height: auto;padding: 60rem 27rem 50rem;text-align: center;}
.main .sec2 {background: #ffe5de;height: auto;padding: 50rem 30rem;text-align: center;}
.main .sec1 .subtitle.one {background: url(/e/kms/assets/images/event/2026/20260003/invite.png) no-repeat 0 0 / cover;width: 206rem;height: 70rem;margin: 0 auto;margin-bottom: 16rem;}
.main .sec1 .subtitle.two {background: url(/e/kms/assets/images/event/2026/20260003/welcome.png) no-repeat 0 0 / cover;width: 280rem;height: 74rem;margin: 0 auto;margin-bottom: 26rem;}
.main .sec2 .subtitle.tr {background: url(/e/kms/assets/images/event/2026/20260003/add.png) no-repeat 0 0 / cover;width: 280rem;height: 74rem;margin: 0 auto;margin-bottom: 8rem;}
.main .sec1 h3 {font-size: 14rem;color: #4a362a;line-height: 1.57;margin-bottom: 39rem;}
.main .sec1 .flex {position: relative;}
.main .sec1 .flex .jic {display: flex;}
.main .sec1 .flex .jic .longpd {padding-bottom: 49rem;}
.main .sec1 .flex .subimg {background: url(/e/kms/assets/images/event/2026/20260003/cloud.png) no-repeat 0 0 / cover;width: 95rem;height: 46rem;align-content: center;color: #31251e;font-weight: bold;font-size: 14rem;}
.main .sec1 .flex p:last-child {padding: 11rem 0 23rem 2rem;font-size: 14rem;color: #4b3621;text-align: left;letter-spacing: -0.28rem;line-height: 1.71;}
.main .sec1 .flex.line::after {content: "";width: 300rem;height: 1.5rem;border-bottom: 1.5rem dotted #e3c0a2;position: absolute;bottom: 0;left: 0;}
.main section .cirbl {background: #4a362a;width: 59rem;height: 29rem;border-radius: 14.5rem;margin: 50rem auto 20rem;color: #fffbf6;font-size: 12rem;padding: 9rem 0;}
.main .sec1 .mnwbox {width: 300rem;height: 129rem;border: 1rem solid #ffc3b4;background: #fff;border-radius: 20rem;margin: 0 auto 15rem;padding: 16rem 16rem 12rem 22rem;text-align: left;position: relative;}
.main .sec1 .mnwbox:last-child {margin-bottom: 0;}
.main .sec1 .mnwbox span {line-height: 1.33;color: #666;}
.main .sec1 .mnwbox .red, .custom .red {color: #ff586e;}
.main .sec1 .mnwbox .smf {font-size: 11rem;}
.main .sec1 .mnwbox .flex {display: flex;justify-content: space-between;}
.main .sec1 .mnwbox .flex.dog img {width: 55rem;}
.main .sec1 .mnwbox .flex.cat img {width: 51rem;}
.main .sec1 .mnwbox .tran {transform: translateY(-24rem);}
.main .sec1 .mnwbox .tran.tw {transform: translateY(-20rem);}
.main .sec1 .mnwbox .sub {margin-bottom: 0;font-size: 14rem;font-weight: bold;color: #333;}
.main .sec1 .mnwbox .bigog {padding: 4rem 0 7rem;font-size: 24rem;font-weight: bold;color: #fe5b32;}
.main .sec1 .mnwbox .opener {border-radius: 13rem;background: #ffd9cf;padding: 6rem 14rem;width: 77.4rem;position: absolute;right: 12.6rem;bottom: 12rem;color: #71311f;}
.main .sec1 .mnwbox .opener:after {content: "";position: absolute;background: url(/e/kms/assets/images/event/2026/20260003/red_rt.png) no-repeat 0 0 / contain;width: 8rem;height: 8rem;right: 8rem;top: 8rem;}
.main .sec2 .cirbl {margin: 0 auto 27rem;}
.main .sec2 .cirbl.ib {color: #fffbf6;}
.main .sec2 .cirbl.pk {color: #ffe5de;}
.main .sec2 p {color: #4b3621;font-size: 14rem;}
.main .sec2 p span {color: #ff586e;font-size: 14rem;}
.main .sec2 img {width: 300.5rem;padding-top: 30.7rem;}
.main .sec2 .sec2end {line-height: 1.5;color: #645a50;font-size: 12rem;padding-top: 14rem;}
.main .yelbox {background: #ffe044;width: 360rem;height: 147rem;position: relative;}
.main .yelbox img:first-child {width: 162rem;position: absolute;top: 24rem;left: 40rem;}
.main .yelbox img:last-child {width: 115rem;position: absolute;top: 27rem;right: 28rem;}
.main .maintop .btfix {position: fixed;bottom: 20rem;left: calc(50% - 160rem);z-index: 1;}
.main .maintop .btfix button {width: 320rem;height: 52rem;background: #000;border-radius: 16rem;font-size: 18rem;color: #fff;font-weight: bold;}
.main .maintop .subbt {position: absolute;bottom: 31rem;width: 100%;text-align: center;}
.main .maintop .subbt button {font-size: 16rem;font-weight: bold;color: #44301e;text-decoration: underline;cursor: pointer;}
.main .laswhite {padding: 55rem 30rem;height: auto;text-align: center;}
.main .laswhite h1, .main .laswhite h2 {font-size: 20rem;font-weight: bold;color: #2b2c31;}
.main .laswhite h2 {line-height: 1.4;}
.main .laswhite .box {width: 299rem;height: 80rem;border-radius: 16rem;margin-bottom: 10rem;display: flex;padding: 21rem 0;position: relative;cursor: pointer;}
.main .laswhite .box:after {content: "";position: absolute;background: url(/e/kms/assets/images/event/2026/20260003/box_arrow_rt.png) no-repeat;background-size: contain;width: 16rem;height: 16rem;top: 32rem;right: 15rem;}
.main .laswhite .box:last-child {margin-bottom: 0;}
.main .laswhite .box.orange {background: #fff8df;}
.main .laswhite .box.orange .ico img {width: 35.6rem;}
.main .laswhite .box.blue {background: #e9f4ff;}
.main .laswhite .box.blue .ico img {width: 34rem;}
.main .laswhite .box.green {margin-top: 24rem;background: #ecf6dc;}
.main .laswhite .box.green .ico img {width: 38rem;}
.main .laswhite .box .ico {width: 40rem;height: 40rem;margin: 0 14rem 0 20rem;align-content: center;}
.main .laswhite .box h1 {font-size: 16rem;color: #2b2c31;text-align: left;line-height: 1.3;transform: translateY(-2rem);}
.main .laswhite .box h1 span {color: #7e8086;}

/* footer notice */
.main .notice_wrap {padding: 0 19rem 80rem;background: #f1f1f1;text-align: left;}
.main .notice_wrap .notice dt {padding: 42rem 0 14rem;font-size: 14rem;font-weight: 600;line-height: 19rem;color: #2b2c31;}
.main .notice_wrap .notice dt:nth-of-type(2) {padding-top: 14rem;}
.main .notice_wrap .notice dt:nth-of-type(3), .main .notice_wrap .notice dt:nth-of-type(4) {padding-top: 5rem;}
.main .notice_wrap .notice li {position: relative;padding-left: 8rem;font-size: 12rem;line-height: 18rem;color: #2b2c31;margin-bottom: 5rem;}
.main .notice_wrap .notice .mgb29 {margin-bottom: 29rem;}
.main .notice_wrap .notice .mgb0 {margin-bottom: 0;}
.main .notice_wrap .notice .end {padding-bottom: 30rem;}
.main .notice_wrap .notice li.red, .main .notice_wrap .notice li span {color: #ff586e;}
.main .notice_wrap .notice li.red::before {background: #ff586e;}
.main .notice_wrap .notice li.bold {font-weight: bold;color: #555;}
.main .notice_wrap .notice li.depth {margin-left: 10rem;}
.main .notice_wrap .notice li.depth:before {content: "";display: block;position: absolute;width: 4rem;height: 1rem;background: #666;left: 0;top: 8rem;}
.main .notice_wrap .notice li:before {content: "";display: block;position: absolute;width: 2rem;height: 2rem;border-radius: 50%;background: #2b2c31;left: 0;top: 8rem;}
.main .notice button {font-size: 12rem;font-weight: bold;color: #2b2c31;position: relative;cursor: pointer;}
.main .notice button::after {content: "";position: absolute;background: url(/e/kms/assets/images/event/2026/20260003/box_arrow_rt.png) no-repeat;width: 12rem;height: 12rem;top: 0;right: -13rem;background-size: cover;}
.main .notice .footer {text-align: center;padding-top: 11rem;position: relative;}
.main .notice .footer p {font-size: 12rem;color: #2b2c31;line-height: 1.44;font-weight: bold;}
.main .notice .footer p span {font-weight: normal;font-size: 12rem;}
.main .notice .footer::before {content: "";background: #ccc;width: 320rem;height: 1rem;position: absolute;top: 0;left: 0;opacity: 0.3;}

/* 고객 참여방법 팝업 */
.apply .dpink .code {font-size: 20rem;font-weight: bold;text-align: center;color: #fe5b32;border: 1rem solid #ffc3b4;width: 265rem;height: 54rem;border-radius: 15rem;padding: 18rem 0 15rem;background: #fff;}
.apply .dpink .code.pb {margin-bottom: 41rem;}
.custom {padding: 0 25rem 50rem;}
.custom .title.ct {text-align: center;font-weight: bold;color: #333;font-size: 20rem;padding: 31rem 0 35rem;margin-bottom: 0;}
.custom .title.ct span {font-weight: bold;color: #fe5b32;font-size: 20rem;}
.custom h2 {font-size: 16rem;font-weight: bold;color: #2b2c31;margin-bottom: 6rem;}
.custom p {color: #888;font-size: 12rem;margin-bottom: 27rem;padding-left: 16rem;}
.custom .cat_reword img {width: 170rem;display: block;margin: 0 auto;padding: 3rem 0 26.5rem;}
.custom .cat_reword.tr img {padding: 3rem 0 26.5rem;}
.custom .pkbox {background: #ffe9d5;width: 314rem;height: auto;border-radius: 15rem;padding: 28rem 17rem;text-align: center;margin: 0 auto 40rem;}
.custom .pkbox.tw {padding: 25rem 20rem;position: relative;}
.custom .pkbox.tw span {position: absolute;color: #7e8086;font-size: 10rem;bottom: 27rem;right: 20rem;}
.custom .pkbox.tw .smbox {text-align: left;}
.custom .pkbox.tw .smbox img {width: 42rem;height: 42rem;}
.custom .pkbox.tw .ctbox {background: #fff;width: 175rem;height: 338rem;border-radius: 8rem;margin: 0 auto;padding: 9rem 10rem 17rem;text-align: left;position: relative;}
.custom .pkbox.tw .ctbox::before {content: "";position: absolute;background: url(/e/kms/assets/images/event/2026/20260003/tail.png) no-repeat 0 0 / cover;width: 9rem;height: 11rem;top: -3rem;left: -4rem;}
.custom .pkbox.tw .ctbox img {width: 157rem;padding-bottom: 9.6rem;}
.custom .pkbox.tw .ctbox h2 {color: #7e8086;font-size: 12rem;font-weight: bold;}
.custom .pkbox.tw .ctbox p {color: #7e8086;padding-left: 0;line-height: 1.5;margin-bottom: 10rem;}
.custom .pkbox.tw .ctbox .gocode {background: #666;width: 155rem;height: 32rem;border-radius: 8rem;color: #fff;text-align: center;padding: 10rem 0;}
.custom .pkbox h3 {font-size: 14rem;color: #333;line-height: 1.5;font-weight: 600;padding-bottom: 20.5rem;margin-bottom: 0;}
.custom .pkbox .bcode {font-size: 17.5rem;font-weight: 500;text-align: center;color: #4a362a;border: 1rem solid #ffc3b4;width: 265rem;height: 52rem;border-radius: 15rem;margin: 0 auto;background: #fff;padding: 18rem 0 15rem}
.custom .pkbox .bcode span {font-size: 10rem;color: #888;}
.custom .grbox {background: #f1f1f1;width: 310rem;height: 106rem;border-radius: 15rem;padding: 22rem 16rem;margin: 0 auto;}
.custom .grbox h2 {text-align: center;color: #333;font-size: 13rem;margin-bottom: 14rem;}
.custom .grbox span {line-height: 1.6;color: #888;letter-spacing: -0.24rem;}
.custom .grbox .red {color: #ff586e;}
.custom .showbox p:first-child {width: 194rem;height: 45rem;border-radius: 15rem;border: 1rem solid #ffc3b4;text-align: center;font-size: 19rem;align-content: center;background: #fff;color: #4a362a;}
.custom .showbox p:last-child {width: 66rem;height: 45rem;background: #4a362a;border-radius: 15rem;color: #fff3e8;font-size: 14rem;margin-left: 3rem;align-content: center;padding-left: 0;text-align: center;}
.custom .showbox p span {color: #888;font-size: 10rem;}
.custom .boxsub {padding: 20rem 0 45rem;text-align: center;color: #ff586e;margin-bottom: 0;}
.custom .showbox {width: 310rem;height: 85rem;border-radius: 15rem;background: #ffebd9;padding: 20rem 22rem;position: relative;display: flex;margin: 0 auto;}
.custom .showbox::after {content: "";position: absolute;width: 57rem;height: 60rem;right: 16.5rem;bottom: -20rem;background: url(/e/kms/assets/images/event/2026/20260003/hand.png) no-repeat 0 0 / cover;}

/* 신청 내역 팝업 */
.apply {text-align: center;}
.apply .dpink {background: #ffebd9;width: 310rem;padding: 35rem 22rem 40rem;border-radius: 15rem;margin: 0 auto 49rem;}
.apply .dpink .cst img {width: 226rem;}
.apply .dpink h1 {font-size: 18rem;font-weight: bold;color: #333;padding-bottom: 25rem;}
.apply .dpink h1:nth-of-type(1) {padding: 41.3rem 0 20rem;}
.apply .dpink h3 {font-size: 14rem;color: #4a362a;padding: 28rem 0 15rem;margin-bottom: 0;}
.apply .dpink p {color: #888;font-size: 12rem;padding: 12rem 0 25rem;}
.apply .dpink p:nth-of-type(1) {color: #4a362a;font-size: 14rem;padding: 32.6rem 0 15rem;}
.apply .dpink .btn_area {padding-bottom: 41rem;position: relative;}
.apply .dpink .btn_area::after, .main .sec1 .dpink .input_wrapper.line::after {content: "";border-bottom: 1.5rem dotted #e3c0a2;position: absolute;bottom: 0;left: 0;width: 260rem;height: 1.5rem;}
.apply .dpink .btn_area button {width: 129rem;height: 54rem;border-radius: 15rem;font-size: 17rem;font-weight: bold;}
.apply .dpink .btn_area button:first-child {background: #ffb188;color: #31251e;}
.apply .dpink .btn_area button:last-child {background: #31251e;color: #fff3e8;margin-left: 4rem;}
.apply .dpink .input_wrapper {width: 265rem;height: 54rem;}
.apply .dpink .input_wrapper.sc {margin-bottom: 41rem;}
.apply .dpink .input_wrapper input {font-size: 20rem;}
.apply .dpink .line {padding-top: 41rem;position: relative;}
.apply .dpink .line::after {content: "";border-top: 1.5rem dotted #e3c0a2;position: absolute;top: 0;left: 0;width: 260rem;height: 1.5rem;}
.apply .dpink .cirpk {background: #ffb188;width: 59rem;height: 29rem;border-radius: 14.5rem;margin: 41rem auto 15rem;color: #31251e;font-size: 12rem;padding: 9rem 0;}
.apply .dpink .cirpk:first-child {margin: 0 auto 15rem;}
/* 수정 */
.apply .dpink .inputbox input {width: 188rem;height: 51rem;border-radius: 15rem;border: 1rem solid #ffc3b4;text-align-last: center;background: #fff;margin-bottom: 0;font-size: 13rem;}
.apply .dpink .inputbox input::placeholder {color: #ccc;font-size: 12rem;padding: 20rem 0;}
.apply .dpink .inputbox button {width: 66rem;height: 54rem;background: #4a362a;color: #fff3e8;border-radius: 15rem;font-size: 14rem;vertical-align: top;}
.apply .dpink .inputbox p {color: #888;font-size: 12rem;padding: 15rem 0 4rem;}
.apply .dpink .table img {width: 260rem;}
.apply .dpink .left {padding-top: 15rem;text-align: left;}
.apply .dpink .left .flex {display: flex;}
.apply .dpink .left p {color: #888;font-size: 12rem;padding: 0;line-height: 1.67;}
.apply .dpink .left p span {padding-right: 3rem;}

/* 태이블 */
.apply table {width: 260rem;height: 212rem;border-radius: 15rem;border-collapse: collapse;background: #fff;margin: 0 auto;box-shadow: 0 0 0 1rem #ffc3b4;}
.apply .pk {background: #ffd9cf;line-height: 1.5;}
.apply .pk.one {border-top-left-radius: 15rem;}
.apply .pk.tw {border-bottom-left-radius: 15rem;border-bottom: none;}
.apply tr th:last-child {color: #fc5f38;font-size: 14rem;font-weight: bold;}
.apply tr th {vertical-align: middle;border-bottom: 1rem solid #ffc3b4;}
.apply .bdno th {border-bottom: none;}
