/* common */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap");
html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
body,
button,
span {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1.5px;
  font-weight: 400;
  color: #333333;
  position: relative;
}
body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
}
body,
ul,
li,
button {
  margin: 0;
  padding: 0;
}
div,
ul,
p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
img {
  border: 0;
}
p {
  margin: 0;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
button span {
  z-index: 10;
}
.hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 5;
}
button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* typography */
.h1 {
  font-size: 30px;
  letter-spacing: -0.07em;
}
.h2 {
  font-size: 44px;
  letter-spacing: -0.04em;
}
.h3 {
  font-size: 32px;
  letter-spacing: -0.04em;
}
.h4 {
  font-size: 26px;
  letter-spacing: -0.06em;
}
.h5 {
  font-size: 20px;
  letter-spacing: -0.06em;
}
.h6 {
  font-size: 18px;
  letter-spacing: -0.06em;
}
.h7 {
  font-size: 16px;
  letter-spacing: -0.06em;
}
.bold {
  font-weight: 700;
}

/* color  */
.white {
  color: #ffffff;
}
.gray {
  color: #666666;
}
.rose {
  color: #d06767;
}
.bg_beige {
  background: #f7f2ec;
}
.bg_dark {
  background: #222222;
}
.bg_gray {
  background: #666666;
}
.bg_green {
  background: #74bc47;
}

/* shadow */
.shadow_item {
  -webkit-box-shadow: 0px 12px 18px rgba(132, 114, 94, 0.12), 0px 7px 10px rgba(132, 114, 94, 0.1), 0px 3px 5px rgba(132, 114, 94, 0.08), 0px 1.5px 2px rgba(132, 114, 94, 0.06);
  box-shadow: 0px 12px 18px rgba(132, 114, 94, 0.12), 0px 7px 10px rgba(132, 114, 94, 0.1), 0px 3px 5px rgba(132, 114, 94, 0.08), 0px 1.5px 2px rgba(132, 114, 94, 0.06);
}

/* img */
img {
  width: 100%;
}

/* box */
.content_wrap {
  width: 1200px;
}
.main_bg {
  width: 100%;
  height: 100%;
  background-color: #f7f2ec;
  background-image: url("/static/images/happycard/220412/main_img.png"), url("/static/images/happycard/220412/main_bg.png");
  background-size: 820px 750px, cover;
  background-position: bottom 0% right calc(50% - 370px), 0px 0px;
  background-repeat: no-repeat;
}
.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* fixed_button */
.fixed_button {
  position: fixed;
  width: 100%;
  height: 64px;
  background: #74bc47;
  -webkit-box-shadow: 0px -20px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -20px 50px rgba(0, 0, 0, 0.15);
  z-index: 100;
  bottom: 0;
}

/* content */
.main {
  margin-top: 60px;
  margin-bottom: 116px;
}
.main .left {
  width: 600px;
  margin-right: auto;
}
.logo {
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.logo img {
  width: 103px;
  height: 24px;
}
.main .subtitle {
  width: 596px;
  height: 47px;
  margin-top: 34px;
}
.main .title {
  width: 598px;
  height: 100px;
  margin-top: 24px;
}
.main .card {
  width: 380px;
  height: 240px;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.main .button_group {
  width: 100%;
}
.inner_button {
  padding: 13px;
  margin: 0 2%;
  width: 46%;
  height: 64px;
  border-radius: 8px;
}
.inner_button .hover {
  border-radius: 8px;
}
#go_more {
  background: #666666;
}
#go_apply {
  background: #74bc47;
}

/* main */
.main_bnfs {
  margin: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_bnfs .bnf_box {
  width: 370px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main_bnfs .bnf_box .bnf_img {
  width: 72px;
  margin-right: 18px;
}
.main_bnfs .bnf_box .bnf_img img {
  width: 72px;
  height: 72px;
}

/* body */
.body {
  margin: 120px 0;
}
.body .title {
  height: 80px;
  margin-bottom: 16px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.body .title img {
  width: 60px;
  height: 80px;
  margin: 0;
}
.body .title {
  width: 100%;
}
.body .title_txt p {
  width: 100%;
  text-align: center;
}
.body .title_txt span {
  text-align: center;
}
.bubble {
  background: #ffffff;
  border-radius: 20px;
  padding: 42px 59px;
  margin-top: 60px;
}
.cancel_num {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.05em;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #999999;
}
.cancel_txt {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.05em;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #999999;
}
.bubble img {
  width: 58px;
  height: 64px;
  margin: 0 8px;
}
.accent_num {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.04em;
  color: #ef5c3e;
}
.accent_txt {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.04em;
  color: #ef5c3e;
}
.normal_txt {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.04em;
  color: #333333;
}
.bubble_tail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 28px solid #ffffff;
  border-right: 28px solid transparent;
}
.body .card {
  width: 472px;
  height: 298px;
  margin-top: 10px;
  margin-bottom: 72px;
  border-radius: 17px;
}

/* body benefits */
.body_bnfs {
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.body_bnfs .bnf_box {
  width: 294px;
  height: 600px;
  margin-bottom: 20px;
}
.body_bnfs .bnf_box .box_header {
  width: 100%;
  height: 80px;
  border-radius: 20px 20px 0px 0px;
  color: #ffffff;
}

.body_bnfs .bnf_box .box_body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0px 0px 20px 20px;
  padding: 30px 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.item_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.body_bnfs .bnf_box .box_body .item_title img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.body_bnfs .bnf_box .box_body .item_body {
  color: #666666;
  padding-left: 56px;
  padding-top: 8px;
}
.body_bnfs .bnf_box .box_body ul {
  width: 100%;
}
.body_bnfs .bnf_box .box_body .divider {
  border: 0.5px solid #e6e6e6;
  width: 100%;
  margin: 30px 0;
}

/* footer */
.footer {
  color: #ffffff;
  padding: 120px 0;
}
.footer ul {
  padding-left: 34px;
  padding-top: 12px;
}
.notice_title {
  width: 100%;
  height: 28px;
  padding-left: 34px;
  background: left center no-repeat url(/static/images/happycard/220412/icon_alert.png);
  background-size: 28px 28px;
  -webkit-background-size: 28px 28px;
  line-height: 28px;
}
li {
  line-height: 1.5;
}
