@charset "UTF-8";
/*  reset_old /*


/*
Normalize.css v7.0.0
0.normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
0.Base css reset - 1.Layout - 2.Module (可單獨存在且可重複使用的組件) - 3.State (layout、module 狀態變化)
*/
/* Normalize css reset ------------------------------------------------------------------- */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #FFFF00;
  color: #000000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*  reset */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* RWD */
/*  color */
.display-control {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .display-control.show-pc {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .display-control.show-tablet {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .display-control.show-mobile {
    display: block !important;
  }
}

* {
  outline: none;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  font-family: 微軟正黑體, sans-serif, Microsoft JhengHei;
  vertical-align: baseline;
  color: #011957;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  font-family: 微軟正黑體, sans-serif, Microsoft JhengHei;
  vertical-align: baseline;
  color: #011957;
}

body.hidden-body {
  overflow: hidden;
}

button {
  border: none;
  background: transparent;
  outline: none;
}

.btn {
  background-color: #ffeb50;
  -webkit-box-shadow: 0 4px #e5a73f;
          box-shadow: 0 4px #e5a73f;
  border-radius: 50vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px #e5a73f;
          box-shadow: 0 2px #e5a73f;
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*golbal*/
html {
  image-rendering: -webkit-optimize-contrast;
}

nav,
main,
footer {
  margin: 0 auto;
  max-width: 425px;
  overflow: hidden;
}

section {
  position: relative;
  padding: 64px 0 0;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.5;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 8px 0 4px 0;
}

h3 {
  font-size: 1.25rem;
}

.title {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.image_title {
  display: block;
  width: 117px;
  margin: 8px auto;
}

/* module */
ul.dot-style {
  text-align: left;
  padding: 8px 0;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

ul.dot-style::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}

ul.dot-style.show {
  max-height: 100%;
  overflow: visible;
}

ul.dot-style.show::after {
  display: none;
}

ul.dot-style li {
  display: block;
  position: relative;
  padding-left: 1.25em;
}

ul.dot-style li::before {
  content: "⦿";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.fb-link {
  color: #eb781e;
  text-decoration: underline;
}

.hide-font {
  font-size: 0 !important;
}

.hide {
  display: hide !important;
}

.is-trans {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* title */
.title {
  padding: 10px;
  color: #fff;
  background: url(/img/activity/recommend/title-bg.svg) no-repeat center;
  background-size: 152px;
  margin: 0 auto;
}

/*main*/
body {
  font-size: 16px;
}

main {
  padding: 70px 0 82px;
  color: #011957;
}

.swiper-common-body {
  padding-bottom: 24px;
}

.swiper-common-body .swiper-button-next.swiper-button-disabled,
.swiper-common-body .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  display: none;
}

.swiper-common-body .swiper-button-next,
.swiper-common-body .swiper-button-prev {
  color: transparent;
}

.swiper-common-body .swiper-button-next::after,
.swiper-common-body .swiper-button-prev::after {
  width: 32px;
  height: 32px;
  display: block;
  background: url(/img/activity/christmas/desire-section/Component%207%20–%202.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.swiper-common-body .swiper-button-next:hover::after,
.swiper-common-body .swiper-button-prev:hover::after {
  background: url(/img/activity/christmas/desire-section/Component%207%20–%202.svg) no-repeat center;
  background-size: contain;
}

.swiper-common-body .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-common-body .swiper-slide {
  padding: 0 60px;
}

section img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.progress_bar img,
.title-wrap img {
  width: auto;
}

/***********/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  padding: 15px;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2);
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo .x-icon {
  display: inline-block;
  margin: 0 12px;
}

header .menu-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  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;
}

header .menu-content a {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
}

.menu-wrapper {
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 25px;
  height: 3px;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #011a56;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  margin-top: -7px;
}

.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #011a56;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  background: #011a56;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.top-section {
  padding-top: 24px;
}

.top-section .banner {
  width: 100%;
}

.top-section .bottom-bg-wrap {
  padding: 20px 12px 30px;
}

.top-section .bottom-bg-wrap .bottom-bg {
  width: 100%;
}

.top-section .top-content {
  background: url(/img/activity/christmas/top-section/bg-first.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top center;
  background-size: 100%;
  padding: 120px 0 0;
  margin-top: -113px;
}

.top-section .top-content .time-wrap {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  color: #011a56;
  margin: 32px;
}

.top-section .top-content .progress-wrap .is-title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #011957;
  padding-bottom: 8px;
}

.top-section .top-content .progress-wrap .is-title span {
  font-size: 27px;
}

.top-section .top-content .progress-wrap .progress_bar-box {
  background: url(/img/activity/christmas/top-section/bar/progress%20bar%20bg.svg);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 58px;
  width: 283.1px;
  margin: 0 auto;
  padding: 12px 10px;
}

.top-section .top-content .progress-wrap .progress_bar-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  width: 100%;
  height: 58px;
  display: inline-block;
  background: url(/img/activity/christmas/top-section/bar/progress%20bar%20snow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}

.top-section .top-content .progress-wrap .progress_bar-box .progress_bar-inbox {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top-section .top-content .progress-wrap .progress_bar-box .progress_bar-inbox p {
  line-height: 2.49;
  color: #011957;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-section .top-content .progress-wrap .aims-box {
  padding-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.98;
}

.top-section .top-content .progress-wrap .aims-box p {
  color: #445c94;
}

.top-section .top-content .progress-wrap .aims-box span {
  display: inline-block;
  padding: 0 16px;
}

.origin-section {
  padding-bottom: 48px;
}

.origin-section .swiper-body .swiper-button-next.swiper-button-disabled,
.origin-section .swiper-body .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  display: none;
}

.origin-section .swiper-body .swiper-button-next,
.origin-section .swiper-body .swiper-button-prev {
  color: transparent;
}

.origin-section .swiper-body .swiper-button-next::after,
.origin-section .swiper-body .swiper-button-prev::after {
  width: 40px;
  height: 40px;
  display: block;
  background: url(/img/activity/christmas/origin-section/intro-right-arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

@media all and (min-width: 375px) {
  .origin-section .swiper-body .swiper-button-next::after,
  .origin-section .swiper-body .swiper-button-prev::after {
    width: 50px;
    height: 50px;
  }
}

.origin-section .swiper-body .swiper-button-next:hover::after,
.origin-section .swiper-body .swiper-button-prev:hover::after {
  background: url(/img/activity/christmas/origin-section/intro-right-arrow.svg) no-repeat center;
  background-size: contain;
}

.origin-section .swiper-body .swiper-button-next {
  right: 10px;
}

@media all and (min-width: 375px) {
  .origin-section .swiper-body .swiper-button-next {
    right: 15px;
  }
}

@media all and (min-width: 414px) {
  .origin-section .swiper-body .swiper-button-next {
    right: 20px;
  }
}

.origin-section .swiper-body .swiper-button-prev {
  left: 10px;
}

@media all and (min-width: 375px) {
  .origin-section .swiper-body .swiper-button-prev {
    left: 15px;
  }
}

@media all and (min-width: 414px) {
  .origin-section .swiper-body .swiper-button-prev {
    left: 20px;
  }
}

.origin-section .swiper-body .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.origin-section .swiper-body .swiper-pagination-bullet {
  width: 27px;
  height: 27px;
  background: url(/img/award_active_2020/puglin/circle.png);
  background-size: contain;
}

.origin-section .swiper-body .swiper-pagination-bullet-active {
  background: url(/img/award_active_2020/puglin/circle_active.png);
  background-size: contain;
}

.origin-section .swiper-body .swiper-slide {
  padding: 64px 50px;
  background: url(/img/activity/christmas/origin-section/intro-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95%;
  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;
  min-height: 838px;
}

.origin-section .img-wrap {
  padding: 0 20px;
}

.origin-section .img-wrap .img-border {
  position: relative;
}

.origin-section .img-wrap .img-border::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 10.3px;
  width: 95%;
  height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.origin-section .img-wrap .end-img {
  max-width: 160px;
}

.origin-section .img-wrap img {
  width: 100%;
  border-radius: 10px;
}

.origin-section .img-wrap .img-icon {
  position: absolute;
  right: -25px;
  bottom: -10px;
}

.origin-section .tex-wrap {
  padding-bottom: 28px;
}

.origin-section .tex-wrap .is-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #011957;
  padding-bottom: 16px;
}

.origin-section .tex-wrap .txt {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #011957;
}

.desire-section {
  background: url(/img/activity/christmas/desire-section/bg-snow.png);
  padding: 104px 0 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 425px;
  color: red;
}

.desire-section .swiper-body .swiper-slide img {
  max-height: 375px;
  -o-object-fit: contain;
     object-fit: contain;
}

.desire-section img {
  width: 100%;
}

.desire-section .desire-img {
  width: 195px;
}

.join-section {
  padding-top: 100px;
}

.join-section .txt {
  padding-top: 32px;
  background: url(/img/activity/christmas/join-section/bg-method.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #011957;
  padding: 38px 48px;
}

.join-section .step-wrap {
  padding: 0 16px;
  padding-top: 32px;
}

.join-section .step-wrap .step {
  padding: 28px 0 28px 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #011957;
}

@media all and (min-width: 375px) {
  .join-section .step-wrap .step {
    padding: 28px 0 28px 131px;
  }
}

.join-section .step-wrap .step1 {
  background: url(/img/activity/christmas/join-section/bg-step1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.join-section .step-wrap .step2 {
  background: url(/img/activity/christmas/join-section/bg-step2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.price-section {
  background: url(/img/activity/christmas/price-section/bg-content.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 425px;
  padding: 0;
  padding-top: 100px;
}

.price-section .title-wrap {
  padding-bottom: 48px;
}

.price-section .swiper-body {
  padding: 0;
}

.price-section .swiper-body .swiper-slide {
  position: relative;
  padding-bottom: 6px;
}

.price-section .swiper-body .swiper-slide img {
  max-width: 250px;
}

.price-section .swiper-body .swiper-slide .txt-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 67px;
}

.price-section .swiper-body .swiper-slide .txt-wrap .num {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

@media all and (min-width: 375px) {
  .price-section .swiper-body .swiper-slide .txt-wrap .num {
    font-size: 44px;
  }
}

.price-section .swiper-body .swiper-slide .txt-wrap .num::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/activity/christmas/price-section/coin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (min-width: 375px) {
  .price-section .swiper-body .swiper-slide .txt-wrap .num::after {
    width: 34.4px;
    height: 30.3px;
  }
}

.price-section .swiper-body .swiper-slide .txt-wrap .txt {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

@media all and (min-width: 375px) {
  .price-section .swiper-body .swiper-slide .txt-wrap .txt {
    font-size: 16px;
  }
}

.price-section .swiper-body .swiper-slide .btn {
  margin-top: -30px;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  padding: 12px 32px;
}

.price-section .share-wrap {
  position: relative;
  padding: 0 6px;
  padding-top: 50px;
}

.price-section .share-wrap .button-group {
  position: absolute;
  left: 28px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-section .share-wrap .button-group button img {
  width: 16px;
}

.price-section .share-wrap .button-group img {
  display: inline-block;
  margin-right: 6px;
}

.price-section .share-wrap .button-group .share-div {
  border-radius: 50vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 10px 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-section .share-wrap .button-group .share-div * {
  color: #fff;
}

.price-section .share-wrap .button-group .share-div:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.price-section .share-wrap .button-group .share-div.line-share {
  background: #34cc28;
  -webkit-box-shadow: 0 4px #2bab21;
          box-shadow: 0 4px #2bab21;
  margin-right: 16px;
}

.price-section .share-wrap .button-group .share-div.line-share:hover {
  -webkit-box-shadow: 0 2px #2bab21;
          box-shadow: 0 2px #2bab21;
}

.price-section .share-wrap .button-group .share-div.fb-share {
  background: #1877f2;
  -webkit-box-shadow: 0 4px #266cc6;
          box-shadow: 0 4px #266cc6;
}

.price-section .share-wrap .button-group .share-div.fb-share:hover {
  -webkit-box-shadow: 0 2px #266cc6;
          box-shadow: 0 2px #266cc6;
}

.price-section .share-wrap .button-group .share-div .share-count {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.6px;
  border-radius: 50vh;
  background-color: #eb781e;
  padding: 2px 4px 1px;
  position: absolute;
  right: 0;
  top: -10px;
}

.skill-section {
  padding-top: 100px;
}

.skill-section .title-wrap {
  padding-bottom: 32px;
}

.skill-section .txt {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #011957;
}

.skill-section .list-wrap {
  padding: 24px 12px 48px;
}

.skill-section .list-wrap .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 24px 12px;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skill-section .list-wrap .list-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background: url(/img/activity/christmas/skill-section/divide%20line.svg);
}

.skill-section .list-wrap .list-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.skill-section .list-wrap .list-box .btn {
  font-size: 12px;
  padding: 8px 16px;
  display: inline-block;
  margin-left: 12px;
}

.skill-section .list-wrap .list-box * {
  font-size: 15px;
  font-weight: bold;
}

.skill-section .list-wrap .list-box.disable {
  color: rgba(1, 25, 87, 0.3);
}

.skill-section .list-wrap .list-box.disable * {
  color: rgba(1, 25, 87, 0.3);
}

.skill-section .list-wrap .list-box.disable .btn {
  background: #fff !important;
  -webkit-box-shadow: 0 0 black !important;
          box-shadow: 0 0 black !important;
  display: inline-block;
  margin-left: 36px;
  color: #ef7b7b;
  cursor: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  padding: 3px 8px;
  border: 2px solid;
  border-radius: 4px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.skill-section .txt-wrap {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: left;
}

.skill-section .txt-wrap .name {
  white-space: nowrap;
}

/* section notice */
.notice-section {
  padding-top: 68px;
  padding-bottom: 40px;
}

.notice-section ul a {
  text-decoration: underline;
}

.notice-section .content {
  max-width: 100%;
  padding: 16px 24px;
}

.notice-section .content ul {
  line-height: 1.4;
  font-size: 0.95em;
}

.notice-section .content ul li {
  margin-bottom: 2em;
}

.notice-section .toggle-btn {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 40px;
  font-size: 15px;
}

.notice-section .toggle-btn:hover {
  text-decoration: none;
}

.notice-section .toggle-btn i,
.notice-section i::after {
  display: block;
  margin: 0 auto;
}

.notice-section .show-icon::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(/img/activity/christmas/notice-section/down%20arrow.svg) no-repeat center;
  background-size: contain;
  margin-top: 10px;
}

.notice-section .hide-icon::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(/img/activity/christmas/notice-section/down%20arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 10px;
}

/* section fixed*/
.fixed-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
}

.fixed-section .under_container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 6px 10px 6px;
  width: 100%;
  max-width: 425px;
  height: 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.fixed-section .under_container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fixed-section .under_container .call-to-join {
  width: calc(100% - 128px - 12px);
  line-height: 1;
  height: 52px;
  margin: 0 6px;
  padding: 16px 0;
  background-color: #ffeb50;
  -webkit-box-shadow: 0 4px #d6c543;
          box-shadow: 0 4px #d6c543;
  border: none;
  border-radius: 26px;
  font-size: 20px;
  font-weight: 900;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #333;
}

.fixed-section .under_container .call-to-join:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px #e5a73f;
          box-shadow: 0 2px #e5a73f;
}

.fixed-section .under_container .call-to-join.wrap {
  width: 100%;
}

.fixed-section .under_container .button-group {
  position: absolute;
  right: 6px;
  width: 128px;
  font-size: 0;
}

.fixed-section .under_container .button-group.move-right {
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
}

.fixed-section .under_container .button-group .share-div {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 0 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.fixed-section .under_container .button-group .share-div.line-share {
  background: url(/img/activity/recommend/fixed-line.png);
  background-size: cover;
}

.fixed-section .under_container .button-group .share-div.fb-share {
  background: url(/img/activity/recommend/fixed-fb.png);
  background-size: cover;
}

.fixed-section .under_container .button-group .share-div .share-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  border-radius: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 24px;
  background-color: #eb781e;
  color: #fff;
}

.fixed-container-highest {
  z-index: 99990 !important;
}

.fixed-container {
  z-index: 9999;
}

.fixed-container > * {
  position: fixed;
  z-index: 999999000;
  color: #000;
}

.fixed-container > *.full-vision {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fixed-container > *.full-vision.vision-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.fixed-header {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.95);
}

.fixed-header .button-wrap {
  margin-bottom: 50px;
  width: 60%;
}

.fixed-header .button-wrap .button-area {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .fixed-header {
    display: none;
  }
}

section.qrcode-disalog {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.qrcode-disalog .go-to-job-outer-area {
  position: relative;
}

section.qrcode-disalog .go-to-job-outer-area .content {
  position: relative;
  padding-top: 28px;
  z-index: 9999;
  width: 210px;
  height: 157px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border: solid 5px #000000;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px #000000;
          box-shadow: 0 8px #000000;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

section.qrcode-disalog .go-to-job-outer-area .content .show-mobile {
  width: 100%;
  text-align: center;
}

section.qrcode-disalog .go-to-job-outer-area .content .show-mobile p {
  font-size: 14px;
  line-height: 2;
}

section.qrcode-disalog .go-to-job-outer-area .content .show-mobile span.close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  color: #AEACA1;
  -webkit-transform: scale(0.8666);
          transform: scale(0.8666);
}

section.qrcode-disalog .go-to-job-outer-area .content .show-mobile .btn.btn-yellow {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 10px 12px;
  margin: 12px auto;
  font-size: 13px;
}

section.qrcode-disalog .go-to-job-outer-area .content .show-pc {
  width: 100%;
  text-align: center;
}

section.qrcode-disalog .go-to-job-outer-area .content .show-pc .qrcode-area {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFFFFF url("/img/activity/christmas/obj-loading.svg") no-repeat;
}

section.qrcode-disalog .go-to-job-outer-area .content .show-pc .qrcode-area .qrcode {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 170px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.qrcode-disalog .go-to-job-outer-area .content .show-pc .qrcode-area p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-size: .867rem;
}

section.qrcode-disalog .go-to-job-outer-area .qrcode-chickpt-left {
  position: absolute;
  z-index: 0;
  bottom: 10px;
  left: 0;
  width: 98px;
  height: 120px;
  background: transparent url("/img/activity/christmas/obj-home-qrcode-left.png") no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(-64px);
  transform: translateX(-64px);
}

section.qrcode-disalog .go-to-job-outer-area .qrcode-chickpt-right {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 8px;
  width: 92px;
  height: 114px;
  background: transparent url("/img/activity/christmas/obj-home-qrcode-right.png") no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(58px);
  transform: translateX(58px);
}

@media all and (min-width: 768px) {
  section.qrcode-disalog .go-to-job-outer-area .content {
    width: 300px;
    height: 300px;
    text-align: center;
  }
  section.qrcode-disalog .go-to-job-outer-area .show-mobile p {
    font-size: 16px;
    line-height: 1.5;
  }
  section.qrcode-disalog .go-to-job-outer-area .show-mobile p.title {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  section.qrcode-disalog .go-to-job-outer-area .show-mobile .btn.btn-yellow {
    padding: 12px 16px;
  }
  section.qrcode-disalog .go-to-job-outer-area .show-mobile span.close {
    top: 16px;
    right: 16px;
    font-size: 16px;
  }
  section.qrcode-disalog .go-to-job-outer-area .qrcode-chickpt-left {
    width: 174px;
    height: 147px;
    -webkit-transform: translateX(-108px);
    transform: translateX(-108px);
  }
  section.qrcode-disalog .go-to-job-outer-area .qrcode-chickpt-right {
    width: 116px;
    height: 140px;
    bottom: -4px;
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
  }
}

@media all and (min-width: 1024px) {
  section.qrcode-disalog .go-to-job-outer-area .content {
    padding: 0;
    border-radius: 32px;
  }
  section.qrcode-disalog .go-to-job-outer-area p {
    font-size: 16px;
    line-height: 2;
  }
  section.qrcode-disalog .go-to-job-outer-area p.title {
    font-size: 20px;
    margin-top: 8px 0;
  }
  section.qrcode-disalog .go-to-job-outer-area .qrcode-chickpt-left {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 125px;
    height: 155px;
    background: transparent url("/img/activity/christmas/obj-home-qrcode-left.png") no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
  }
  section.qrcode-disalog .go-to-job-outer-area .qrcode-chickpt-right {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 10px;
    width: 112px;
    height: 145px;
    background: transparent url("/img/activity/christmas/obj-home-qrcode-right.png") no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(77px);
    transform: translateX(77px);
  }
}

.btn-default {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
}

.btn-default.is-txlk {
  color: #666666;
  font-weight: 300;
  margin: 2px 8px;
  text-decoration: underline;
}

.btn-default.is-screen-download {
  background: #000 url(/img/activity/newSemester/download.png) no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 80px 80px 80px 80px;
  height: 41px;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
  text-indent: -9999px;
  width: 160px;
}

.is-screen-download.is-Android {
  background-position: 0 0;
}

.is-screen-download.is-iOS {
  background-position: 0 -42px;
}

.fonts-m {
  font-size: 0.867rem;
  font-weight: 700;
  line-height: 1.4;
}

.fonts-s {
  font-size: 0.733rem;
  font-weight: 400;
  line-height: 1.4;
}

.wrap-footer {
  position: relative;
  overflow: visible;
  background: #fff5bf;
  padding-top: 15px;
  padding-bottom: 75px;
  color: #333333;
}

.wrap-footer section {
  padding: 0;
}

.wrap-footer::before {
  content: "";
  background: #fff5bf;
  border-radius: 100% 100% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.footer-contnet-wrap {
  margin: 0 auto;
  padding: 10px 20px;
}

.footer-contnet-wrap .footer-content,
.footer-contnet-wrap .button-wrap .button-area {
  text-align: center;
}

.footer-contnet-wrap .button-wrap .button-area {
  margin: 10px 0;
}

.footer-contnet-wrap .footer-content .footer-heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #333333;
}

.footer-contnet-wrap .footer-content .footer-body-copy {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}

.footer-contnet-wrap .qrcode-wrap {
  margin: 20px 0;
  text-align: center;
}

.footer-contnet-wrap .qrcode-wrap .qrcode-area {
  margin: 4px auto;
  width: 75px;
}

.footer-contnet-wrap .qrcode-wrap .qrcode-area img {
  width: 100%;
}

.footer-annotation-wrap p {
  color: #333333;
  padding: 0 27px;
  text-align: left;
}

.footer-annotation-wrap .otlk-wrap {
  margin-top: 8px;
}

.footer-annotation-wrap .otlk-wrap .btn-default.is-txlk:first-of-type {
  margin-left: 0;
}

.footer-annotation-wrap .footer-copyright {
  display: block;
  margin: 12px 0;
  text-align: left;
}

.footer-annotation-wrap .service-link {
  text-decoration: underline;
}
/*# sourceMappingURL=index.css.map */