@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;
  transition: none;
}
.event-wrap {
  margin: 0 auto;
  overflow: unset;
}

.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;
  margin: 0 auto;
}
.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 {
  background: transparent;
}
.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%;
  max-width: 720px;
  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;
}

.wrap .maintop {position: relative;}
.wrap .maintop .kv img {width: 360rem;}
.wrap .logoico {position: absolute;top: 22rem;left: 0;z-index: 1;justify-content: space-between;display: flex;padding: 0 20rem;width: 100%;align-items: center;}
.wrap .logoico img:first-child {width: 72rem;height: 21rem;}
.wrap .logoico img:last-child {width: 26rem;height: 26rem;}
.wrap .subpk img, .wrap .one img {width: 360rem;}
.wrap .one, .wrap .subpk {position: relative;}
.wrap .one img, .wrap .banner img {width: 360rem;}
.wrap .one button img {width: 290rem;height: 28rem;border-radius: 0 0 17rem 17rem;}
.wrap .one button:nth-child(2) {position: absolute;left: 35rem;bottom: 225rem;}
.wrap .one button:nth-child(3) {position: absolute;left: 35rem;bottom: 92rem;}
.wrap .banner {position: relative;}
.wrap .banner button {position: absolute;top: 77rem;left: 30rem;}
.wrap .banner button img {width: 300rem;}
.wrap .important {background: #e0ebfe;padding-bottom: 40rem;}
.wrap .btfix {position: relative;background: #fff;line-height: 0;}
.wrap .btn_top {position: fixed;bottom: 98rem;right: calc(50% - 170rem);background: url(/e/kms/assets/images/event/2026/20260066/top.png) no-repeat 0 0 / cover;width: 60rem;height: 60rem;z-index: 11;opacity: 0;transition: opacity 0.4s ease-in-out;}
.wrap .btn_wrap {display: flex;justify-content: center;align-items: flex-end;gap: 8rem;position: sticky;bottom: 0;left: 0;z-index: 10;height: 148rem;background: url(/e/kms/assets/images/event/2026/20260066/gra.png) no-repeat 0 0 / cover;opacity: 0;transition: opacity 0.4s ease-in-out;}
.wrap .fixed {position: relative;z-index: 1;width: 156rem;height: 66rem;background: url(/e/kms/assets/images/event/2026/20260066/Floating_button.png) no-repeat 0 0 / cover;line-height: 0;margin-bottom: 24rem;}
.wrap .fixed.secon {height: 56rem;background: url(/e/kms/assets/images/event/2026/20260066/Floating_button_secon.png) no-repeat 0 0 / cover;margin-bottom: 24rem;}
.wrap .notice_wrap .notice li img {width: 26.3rem;vertical-align: top;}
/* 아코디언 */
.accordion-wrap {margin: 0 auto;width: 300rem;border-radius: 20rem;background: #f1f6fe;padding: 26rem 20rem 17rem;}
.accordion-wrap.gr {background: #d2e8aa;}
.accordion-wrap.brown {background: #fddfae;}
.accordion-box {text-align: left;}
.accordion-box .center {text-align: center;padding-bottom: 16rem;}
.accordion-box .center .title {color: #353d4a;font-size: 15rem;font-weight: bold;line-height: 16rem;}
.accordion-box .impor {width: 93rem !important;padding-bottom: 20rem;}
.accordion-box .flex {margin-bottom: 10rem;align-items: baseline;color: #353d4a;position: relative;padding-left: 9rem;line-height: 1.4;font-size: 12rem;}
.accordion-box .flex span {color: #1b77e4;font-size: 12rem;}
.accordion-box .flex.blue {color: #1b77e4;}
.accordion-box .flex::before {content: "";background: #353d4a;width: 3rem;height: 3rem;left: 0;top: 6rem;position: absolute;border-radius: 50%;}
.accordion-box .flex.blue::before {background: #1b77e4;}
.accordion-box > section:last-child {border-bottom: none;}
.accordion-box > section > .accor-head {cursor: pointer;position: relative;font-size: 46rem;text-align: center;width: 100%}
.accordion-box > section > .accor-head > button {font-weight: bold;color: #353d4a;font-size: 12rem;display: flex;margin: 0 auto;gap: 3rem;}
.accordion-box > section > .accor-head button::after {content: "";display: block;width: 12rem;height: 12rem;background: url(/e/kms/assets/images/event/2026/20260066/arrow-right.png) no-repeat;background-size: cover;transform: translateY(0%) rotate(0deg);}
.accordion-box > section > .accor-head > p {color: #2b2c31;font-size: 13rem;font-weight: bold;margin-right: 7rem;}
.accordion-box > section .accor-head > span {font-size: 14rem;padding-right: 11rem;font-weight: bold;}
.accordion-box > section.act {border-bottom: 1rem solid #cccccc40;margin: 0 auto;}
.accordion-box > section.act:last-child {border-bottom: none;}
.accordion-box > section.act .accor-head > span {font-size: 14rem;padding-right: 11rem;}
.accordion-box > section.act > .accor-head button::after {transform: translateY(0%) rotate(180deg);opacity: 1;}
.accordion-box > section > .accor-body {color: #2b2c31;font-weight: 400;display: none;line-height: 1.3;margin: 0 auto;}
.accordion-box > section > .accor-body > .flex {color: #353d4a;}
.accordion-box > section > .accor-body > .flex.blue {color: #1b77e4;}
.accordion-box > section > .accor-body > .flex > span {margin-right: 8rem;width: 18rem;height: 18rem;}
.accordion-box section #tab_first {display: block;}
.wrap .qnastart {background: #fff;padding: 40rem 0 20rem;}
.wrap .qnastart .title {text-align: center;font-size: 20rem;font-weight: bold;line-height: 40rem;}
/* 아코디언 */
.accordion-box.qna {text-align: left;}
.accordion-box.qna > section {word-break: keep-all;border-bottom: 1rem solid #cccccc40;width: 320rem;margin: 0 auto;}
.accordion-box.qna > section:last-child {border-bottom: none;}
.accordion-box.qna > section > .accor-head {line-height: 1.54;font-weight: bold;cursor: pointer;color: #333;padding: 20rem 0;position: relative;font-size: 14rem;display: flex;letter-spacing: -0.5rem;width: 320rem;margin: 0 auto;text-align: left;}
.accordion-box.qna > section > .accor-head::after {content: "";position: absolute;top: 30%;right: 0;display: block;width: 12rem;height: 12rem;background: url(/e/kms/assets/images/event/2026/20260066/arrow-right.png) no-repeat;background-size: cover;transform: translateY(0%) rotate(0deg);}
.accordion-box.qna > section > .accor-head.middle::after {top: 40%;}
.accordion-box.qna > section.act > .accor-head.middle::after {top: 59%;}
.accordion-box.qna > section > .accor-head.down::after {top: 29%;}
.accordion-box.qna > section.act > .accor-head.down::after {top: 44%;}
.accordion-box.qna > section > .accor-head > p {color: #2b2c31;font-size: 13rem;font-weight: bold;margin-right: 7rem;}
.accordion-box.qna > section .accor-head > span {font-size: 14rem;padding-right: 11rem;font-weight: bold;}
.accordion-box.qna > section.act {width: 320rem;border-bottom: 1rem solid #cccccc40;margin: 0 auto;}
.accordion-box.qna > section.act:last-child {border-bottom: none;}
.accordion-box.qna > section.act .accor-head {color: #1b77e4;}
.accordion-box.qna > section.act .accor-head > span {font-size: 14rem;padding-right: 11rem;}
.accordion-box.qna > section.act > .accor-head::after {transform: translateY(-100%) rotate(180deg);top: 44%;opacity: 1;}
.accordion-box.qna > section > .accor-body {color: #2b2c31;font-weight: 400;display: none;line-height: 1.3;width: 320rem;margin: 0 auto;}
.accordion-box.qna > section > .accor-body > .flexin {display: flex;font-size: 14rem;color: #333;}
.accordion-box.qna > section > .accor-body > .flexin > span {padding-right: 11rem;font-size: 13rem;}
.accordion-box.qna section #tab_first {display: block;}
/* footer notice */
.wrap .notice_wrap {padding: 50rem 19rem;background: #f1f1f1;text-align: left;}
.wrap .notice_wrap .notice dt {padding: 0 0 12rem;font-size: 14rem;font-weight: 600;line-height: 19rem;color: #222;}
.wrap .notice_wrap .notice li {position: relative;padding-left: 8rem;font-size: 12rem;line-height: 18rem;color: #222;margin-bottom: 12rem;letter-spacing: -0.2rem;}
.wrap .notice_wrap .notice li span {color: #ff586e;}
.wrap .notice_wrap .notice li .bk {color: #2b2c31;font-size: 12rem;}
.wrap .notice_wrap .notice .last {margin-bottom: 30rem;}
.wrap .notice_wrap .notice .mgb {margin-bottom: 40rem;}
.wrap .notice_wrap .notice .end {padding-bottom: 18rem;}
.wrap .notice_wrap .notice li.red, .main .notice_wrap .notice li span {color: #ff586e;}
.wrap .notice_wrap .notice ul li .red {color: #ff586e;}
.wrap .notice_wrap .notice .flex {color: #222;display: flex;}
.wrap .notice_wrap .notice .flex span {color: #222;padding-right: 3rem;}
.wrap .notice_wrap .notice li span.bold {color: #222;font-weight: bold;font-size: 12rem;}
.wrap .notice_wrap .notice li.red::before {background: #ff586e;}
.wrap .notice_wrap .notice li.bold {font-weight: bold;color: #2b2c31;}
.wrap .notice_wrap .notice li.depth {margin-left: 10rem;}
.wrap .notice_wrap .notice li.depth:before {content: "";display: block;position: absolute;width: 4rem;height: 1rem;background: #666;left: 0;top: 8rem;}
.wrap .notice_wrap .notice li:before {content: "";display: block;position: absolute;width: 2rem;height: 2rem;border-radius: 50%;background: #2b2c31;left: 0;top: 8rem;}
.wrap .notice .footer {text-align: center;padding-top: 11rem;position: relative;}
.wrap .notice .footer p {font-size: 12rem;color: #2b2c31;line-height: 1.44;font-weight: bold;}
.wrap .notice .footer p span {font-weight: normal;font-size: 12rem;}
.wrap .notice .footer::before {content: "";background: #ccc;width: 320rem;height: 1rem;position: absolute;top: 0;left: 0;opacity: 0.3;}
/* 팝업창 */
.progress {background: #f2f3f4;}
.progress .btn_close {text-align: right;position: relative;z-index: 1;}
.progress .btn_close button {width: 64rem;height: 48rem;background: url(/e/kms/assets/images/event/2026/20260066/icon_header_close.png) no-repeat center / 14rem 14rem;font-size: 0;}
.progress .ct {text-align: center;position: absolute;top: 0;left: 0;z-index: -1;}
.progress img {width: 100%;}
.progress .centerpd {padding: 0 20rem;text-align: center;}
.progress .centerpd .state {display: flex;flex-direction:column;justify-content: center;width: 320rem;height: 91rem;padding: 0 20rem;margin-bottom: 9rem;}
.progress .centerpd .state dt {font-size: 16rem;font-weight: bold;color: #353d4a;text-align: left;padding-bottom: 9rem;}
.progress .centerpd .state dt span {font-size: 16rem;font-weight: bold;color: #0287fd;text-align: left;}
.progress .centerpd .state dd, .progress .centerpd .state dd span {font-size: 12rem;color: #353d4a;text-align: left;line-height: 1.3;}
.progress .centerpd .state1 {background: url(/e/kms/assets/images/event/2026/20260066/situation1.png) no-repeat 0 0 / cover;}
.progress .centerpd .state2 {background: url(/e/kms/assets/images/event/2026/20260066/situation2.png) no-repeat 0 0 / cover;}
.progress .centerpd .state3 {background: url(/e/kms/assets/images/event/2026/20260066/situation3.png) no-repeat 0 0 / cover;}
.progress .centerpd .state4 {background: url(/e/kms/assets/images/event/2026/20260066/situation4.png) no-repeat 0 0 / cover;}
.progress .centerpd .state5 {background: url(/e/kms/assets/images/event/2026/20260066/situation5.png) no-repeat 0 0 / cover;}
.progress .centerpd .state6 {background: url(/e/kms/assets/images/event/2026/20260066/situation6.png) no-repeat 0 0 / cover;}
.progress .centerpd .state7 {background: url(/e/kms/assets/images/event/2026/20260066/situation7.png) no-repeat 0 0 / cover;}
.progress .centerpd .title {font-weight: bold;font-size: 20rem;color: #111;}
.progress .centerpd .sub {padding: 20rem 0 30rem;color: #111;font-size: 14rem;line-height: 1.4;}
.progress .centerpd .submsg {font-size: 11rem;color: #353d4a;letter-spacing: -0.6rem;padding-left: 3rem;position: relative;}
.progress .centerpd .submsg::before {content: "";width: 2.5rem;height: 2.5rem;background: #353d4a;position: absolute;top: 4rem;left: 0;border-radius: 50%;}
.progress .centerpd .flex.onestep {margin-top: 50rem;}
.progress .centerpd .flex {display: flex;gap: 20rem;align-items: start;}
.progress .centerpd .flex .on, .progress .centerpd .flex .off {width: 57rem;object-fit: contain;margin-left: 10rem;}
.progress .centerpd .line {position: relative;}
.progress .centerpd .line::before {content: "";width: 1.5rem;background: #e8e9ec;position: absolute;top: 0;bottom: 0;left: 18rem;z-index: -1;}
.progress .centerpd .flex .step {color: #353d4a;font-weight: bold;font-size: 14rem;text-align: left;line-height: 16rem;}
.progress .centerpd .flex .subflex .stepsub {font-size: 12rem;color: #353d4a;letter-spacing: -.8rem;text-align: left;padding: 10rem 0 16rem;display: inline-block;line-height: 8rem;margin-right: -20rem;}
.progress .centerpd .flex .subflex .stepsub.nomg {margin-right: -6rem;margin-left: -2rem;}
.progress .centerpd .flex .subflex .stepsub strong {font-weight: bold;}
.progress .centerpd .flex .subflex .stepsub b {font-size: 10rem;color: #353d4a;}
.progress .centerpd .onestep .subflex .step {padding-bottom: 10rem;}
.progress .centerpd .flex .subflex .hynix {width: 186rem;}
.progress .centerpd .flex .subflex .samsung {width: 171rem;}
.progress .centerpd .flex .subflex .whitebox {position: relative; line-height: 0;}
.progress .centerpd .flex .subflex .whitebox p {height: 18rem;padding: 0 7rem;background: #e7edfd;border-radius: 7.5rem;color: #779af6;font-size: 10rem;font-weight: bold;position: absolute;bottom: 15rem;left: 13rem;line-height: 18rem;}
.progress .centerpd .flex .subflex .whitebox p span {font-size: 12rem;font-weight: bold;color: #353d4a;}
.progress .centerpd .flex .subflex .whitebox img {width: 219rem;}
.progress .centerpd .flex .subflex .bluebtn {width: 223rem;height: 36rem;background: #3467d1;border-radius: 10rem;color: #fff;font-size: 12rem;font-weight: bold;margin-top: 6rem;}
.progress .centerpd .flex .subflex .smallbtn {display: flex;gap: 7rem;align-items: baseline;padding-top: 6rem;}
.progress .centerpd .flex .subflex .smallbtn button img {width: 106rem;}
.progress .centerpd .flex .subflex .deepblue {width: 219rem;height: 36rem;background: #2c3b58;border-radius: 10rem;color: #fff;font-size: 12rem;font-weight: bold;}
.progress .centerpd .twostep {padding: 40rem 0;}
.progress .centerpd .thrstep {padding-bottom: 40rem;}
.progress .centerpd .check {padding: 46rem 0 40rem;}
.progress .centerpd .check .accordion-wrap {background: #fff;padding: 26rem 20rem 1rem;}
.progress .centerpd .check .accordion-box > section > .accor-head::after {content: "";display: inline-block;width: 14rem;height: 8rem;background: url(/e/kms/assets/images/event/2026/20260066/popup_arrow.png) no-repeat 0 0 / cover;transform: translateY(0%) rotate(0deg);}
.progress .centerpd .check .accordion-box > section.act > .accor-head::after {transform: translateY(0%) rotate(180deg);}
.progress .centerpd .check .accordion-box > section > .accor-head {text-align: left;font-size: 14rem;display: flex;justify-content: space-between;align-items: center;font-weight: bold;padding-bottom: 15rem;}
.progress .centerpd .check .accordion-box .flex {margin-bottom: 16rem; opacity: .8;}

