@charset "UTF-8";

/*웹폰트*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

* {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  font-size: 10px;
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans KR', '맑은고딕', '맑은 고딕', sans-serif;
}
h2 {
  margin: 0;
}
img {
  border: 0;
}
.bg-gray {
  background-color: #e2e2e2;
}
.container {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.text-hidden {
  position: relative;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.body-wrapper {
  height: calc(100% - 4.7vw);
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f7974a;
}

/* 메인 헤더 영역 */
.kbcard__header {
  background-color: #ffecd2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  height: 100%;
}
.kbcard__header .kbcard__content {
  width: 130vh;
}
.kbcard__header .kbcard-logo {
  text-align: left;
}
.kbcard__header img {
  width: 73%;
  margin: -3px auto 0;
  vertical-align: top;
}

/* kbcard__event */
.kbcard__event {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  background-color: #fef4e5;
  padding: 0 1rem;
}
.kbcard__event.bg2 {
  background-color: #ffecd2;
}
.kbcard__event .kbcard__content {
  width: 83vh;
}
.kbcard__event img {
  width: 100%;
}
.kbcard__event .target {
  width: 18vh;
  max-width: 70rem;
  margin: 0 auto;
}

.kbcard__event .condition {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.kbcard__event .condition label header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.kbcard__event .condition label header img {
  width: 100%;
}
.kbcard__event .condition label input[type=checkbox] {
  display: none;
}
.kbcard__event .condition .condition-content {
  width: 100%;
  margin-top: -3.5rem;
  margin-bottom: 6rem;
  transition: height 0.4s;
  transition-timing-function: ease-in-out;
}
.kbcard__event .condition .condition-content img {
  width: 100%;
}
.kbcard__event .condition .condition-content.hidden {
  height: 0;
  margin-bottom: 9rem;
  transition: height 0.4s;
  transition-timing-function: ease-in-out;
}
.kbcard__event .condition .condition-content.hidden img {
  height: 0;
  transition: height 0.4s;
  transition-timing-function: ease-in-out;
}

.btn {position: absolute; left: 50%; transform: translateX(-50%);}
.btn a {position: absolute; display: block; width: 100%; height: 100%; text-indent: -9999em;}
.btnApply {top: 84.4%; width: 450px; height: 7.9%; margin-left: 14px;}
.btnApply2 {top: 72.6%; width: 61%; height: 15.1%;}

/* 유의사항 */
.kbcard__notice {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #e2e2e2;
}
.kbcard__notice .kbcard__content {
  max-width: 1200px;
  width: 100%;
}
.kbcard__notice .kbcard__content .container {
  max-width: 90%;
}
.kbcard__notice h2 {
  height: 4vw;
  background-size: 100%;
  margin: 0;
}
.kbcard__notice label input[type=checkbox] {
  display: none;
}
.kbcard__notice article.notice {
  width: 100%;
  padding: 1.6rem;
}
.kbcard__notice article.notice2 {
  width: 100%;
  background-color: #e2e2e2;
}
.kbcard__notice article ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.kbcard__notice article ul li {
  padding-left: .5em;
  position: relative;
  word-break: keep-all;
  font-size: 18px;
  color: #626262;
}
.kbcard__notice.n2 article ul li {
  font-size: 24px;
}
.kbcard__notice article ul li.black {
  color: #000;
}
.kbcard__notice article ul li.black span {
  color: #626262;
}
.kbcard__notice article ul li.tit{
  padding-left: 0;
  /* font-weight: bold; */
}
.kbcard__notice article ul li:before {
  content: " -";
  position: absolute;
  left: 0;
}
.kbcard__notice article ul li.tit:before {
  content: "";
}
.kbcard__notice article ul li.parent:before {
  content: "•";
}
.kbcard__notice article ul li.parent2 {
  padding-left: 2rem;
}
.kbcard__notice.n2 article ul li.parent2 {
  padding-left: 1.2em;
}
.kbcard__notice article ul li.parent2:before {
  content: "※";
}
.kbcard__notice article ul li.parent__none:before {
  content: "";
}
.kbcard__notice article.notice ul li:last-child {
  margin-bottom: 0;
}
.kbcard__notice article.notice ul li.last {
  font-size: 18px;
}
.kbcard__notice.n2 article ul li.parent2.last {
  padding-left: 1.3em;
}

/* 하단 버튼 */
.kbcard__btns {
  bottom: 0;
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 90px;
  background: #eecfb6;
  z-index: 1000;
}
.kbcard__btns .in {
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.kbcard__btns .in>div {
  float: left;
  width: 50%;
  text-align: center;
}
.kbcard__btns .in>div.btn1 {background: #ff8627;}
.kbcard__btns .in>div.btn2 {background: #dc2d00;}
.kbcard__btns .in>div a {display: block; width: 100%; height: 100%;}
.kbcard__btns img {
  max-width: 486.48px;
  width: 100%;
  max-height: 90px;
  line-height: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.kbcard__desktop {
  display: flex;
}
.kbcard__mobile {
  display: none;
}


@media (max-width: 1200px) {
  .body-wrapper {height: calc(100% - 7.5vw);}
  .kbcard__notice article ul li, .kbcard__notice article.notice ul li.last {font-size: 1.5vw;}
  .kbcard__notice.n2 article ul li {font-size: 2.2vw;}
}
@media (min-width: 878px) {
  .kbcard__header img {min-width: 878px;}
}
@media (max-width: 878px) {
  .kbcard__header img {width: 100%;}
  .btnApply {width: 51.1%;}
}
@media (max-height: 900px) and (min-width: 830px) {
  .kbcard__header img {width: 69%; min-width: auto;}
}
