@charset "UTF-8";
/* rest */
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; }

/*---------- common ----------*/
body {
  font-family: Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #40474f; }

.container {
  padding-top: 80px;
  min-height: calc(100vh - 80px);
  background: url(../images/pt_lightgrey.jpg) repeat; }

.container:after {
  content: '';
  position: fixed;
  left: -10vw;
  bottom: -5vh;
  z-index: 1;
  width: 60vw;
  max-width: 800px;
  height: 100vh;
  background: url("../images/bg_hs.svg") no-repeat bottom;
  background-size: contain;
  opacity: .5; }

.wrapper {
  background: url("../images/pt_lightgrey.jpg") repeat; }
  .wrapper:after {
    content: '';
    position: fixed;
    left: -10vw;
    bottom: -5vh;
    z-index: 1;
    width: 60vw;
    max-width: 800px;
    height: 100vh;
    background: url("../images/bg_hs.svg") no-repeat bottom;
    background-size: contain; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transition: all 0.5s ease; }

.icon_home {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -60px; }
.icon_info {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -90px; }
.icon_point {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -120px; }
.icon_event {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -150px; }
.icon_exchange {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -180px; }
.icon_exchange_green {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -168px; }
.icon_news {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -240px; }
.icon_user {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -270px; }
.icon_logout {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -300px; }
.icon_ar_rt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }
.icon_ar_rt_g {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 4px;
  background-position: 0 -16px; }

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .header:after {
    display: block;
    content: '';
    clear: both; }
  .header:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #2b9119;
    background: -moz-linear-gradient(left, #ff0909 0%, #ffca30 50%, #2b9119 100%);
    background: -webkit-linear-gradient(left, #ff0909 0%, #ffca30 50%, #2b9119 100%);
    background: linear-gradient(to right, #ff0909 0%, #ffca30 50%, #2b9119 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0909', endColorstr='#2b9119',GradientType=1 ); }
  .header_body {
    position: relative; }
  .header .logo {
    position: absolute;
    top: 16px;
    left: 5%;
    height: 48px; }
    .header .logo img {
      display: block;
      height: 100%; }
  .header nav {
    float: right; }
    .header nav ul:after {
      display: block;
      content: '';
      clear: both; }
    .header nav ul li {
      float: left;
      border-left: 1px solid #d2d2d2; }
    .header nav a {
      display: block;
      padding: 12px 24px;
      background: #f7f7f7; }
      .header nav a:hover {
        background: rgba(186, 194, 199, 0.5); }
    .header nav .nav_signin a {
      color: #fff;
      background: #099438;
      background: -webkit-linear-gradient(158deg, #099438 0%, #1bb235 100%);
      background: -o-linear-gradient(158deg, #099438 0%, #1bb235 100%);
      background: linear-gradient(248deg, #099438 0%, #1bb235 100%); }
      .header nav .nav_signin a:hover {
        opacity: .9; }
    .header nav .nav_logout button {
      padding: 12px 42px 9px;
      font-size: 1rem;
      color: #fff;
      background: #099438;
      background: -webkit-linear-gradient(158deg, #099438 0%, #1bb235 100%);
      background: -o-linear-gradient(158deg, #099438 0%, #1bb235 100%);
      background: linear-gradient(248deg, #099438 0%, #1bb235 100%);
      border: 0;
      cursor: pointer; }
      .header nav .nav_logout button:hover {
        opacity: .9; }

.header nav .nav_logout a {
  background-color: #2fa935;
  color: #fff; }

.footer {
  position: relative;
  z-index: 997;
  padding: 16px 0;
  background: url("../images/pt_darkgrey.jpg") repeat top left;
  border-top: 2px solid #dd0021; }
  .footer_body {
    margin: 0 auto;
    width: 92%;
    text-align: center;
    color: #fff; }
    .footer_body copyright {
      font-size: 0.75rem; }

/* form common */
:focus {
  outline: 0; }

::placeholder {
  color: #999; }

input, select {
  font-family: Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  box-sizing: border-box;
}

.form_text, .form_select {
  margin: 0;
  padding: 12px 16px;
  -webkit-transition: all 0.25s ease;
  -ms-transform: all 0.25s ease;
  -o-transform: all 0.25s ease;
  transition: all 0.25s ease; }

.form_text:focus, .form_select:focus {
  border: 1px solid #49d294; }

.form_text:disabled {
  padding: 12px 60px 12px 0;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #fff;
  background: #fff; }

input[type=submit] {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.form_select::-ms-expand {
  display: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
  color: #fff; }

.form_text {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d2d2d2; }

.form_select {
  padding: 12px 30px 12px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("../images/icon_arrow.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d2d2d2; }

/* chaeckbox & radio Basic styles */
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.form_checkbox + label,
.form_radio + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5rem;
  height: .875rem;
  cursor: pointer; }

.form_checkbox + label:before, .form_checkbox + label:after,
.form_radio + label:before, .form_radio + label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

.form_checkbox + label:before,
.form_radio + label:before {
  content: '';
  border: 1px solid #d2d2d2;
  border-radius: 20%; }

/* Checkbox */
.form_checkbox + label {
  font-size: .875rem; }

.form_checkbox + label:before, .form_checkbox + label:after {
  width: .875rem;
  height: .875rem; }

.form_checkbox + label:after {
  content: '\2714';
  padding: 0 0 0 1px;
  color: #fff;
  line-height: 16px;
  text-align: center; }

/* Radio */
.form_radio + label {
  padding: 0 0 0 24px; }

.form_radio + label:before, .form_radio + label:after {
  width: 16px;
  height: 16px; }

.form_radio + label:before {
  border-radius: 50%; }

.form_radio + label:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #49d294;
  border: 2px solid #fff;
  border-radius: 50%; }

/* :checked */
.form_checkbox:checked + label:before,
.form_radio:checked + label:before {
  background: #49d294;
  border-color: #49d294; }

.form_checkbox + label:after,
.form_radio + label:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.form_checkbox:checked + label:after,
.form_radio:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Transition */
.form_checkbox + label:before, .form_checkbox + label:after,
.form_radio + label:before, .form_radio + label:after {
  -webkit-transition: all 0.25s ease;
  -ms-transform: all 0.25s ease;
  -o-transform: all 0.25s ease;
  transition: all 0.25s ease; }

.form_edit {
  display: block;
  padding: 12px;
  font-size: .75rem;
  color: #999;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transition: all 0.5s ease; }
  .form_edit:hover {
    opacity: .7; }

/* btn */
.btn_normal {
  padding: 12px 24px;
  font-size: 1rem;
  white-space: nowrap;
  color: #fff;
  background: #49d294;
  border-radius: 4px;
  border: 1px solid #49d294;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  max-width: 100%; }
  .btn_normal:hover {
    background: #3AB57D;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .btn_normal.gradient--green {
    background: #099438;
    background: -webkit-linear-gradient(158deg, #099438 0%, #1bb235 100%);
    background: -o-linear-gradient(158deg, #099438 0%, #1bb235 100%);
    background: linear-gradient(248deg, #099438 0%, #1bb235 100%); }
  .btn_normal_sm {
    padding: 12px 24px;
    font-size: 1rem;
    white-space: nowrap;
    color: #fff;
    background: #49d294;
    border-radius: 4px;
    border: 1px solid #49d294;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    max-width: 100%;
    padding: 8px; }
    .btn_normal_sm:hover {
      background: #3AB57D;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.btn_outline {
  padding: 12px 24px;
  font-size: 1rem;
  white-space: nowrap;
  color: #49d294;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #49d294;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  max-width: 100%; }
  .btn_outline:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .btn_outline_sm {
    padding: 12px 24px;
    font-size: 1rem;
    white-space: nowrap;
    color: #49d294;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #49d294;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 12px;
    font-size: .875rem; }
    .btn_outline_sm:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .btn_outline_xsm {
    padding: 12px 24px;
    font-size: 1rem;
    white-space: nowrap;
    color: #49d294;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #49d294;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px;
    font-size: .875rem; }
    .btn_outline_xsm:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.form_wrapper {
  margin: 0 0 36px; }

.form_group {
  position: relative;
  margin: 0 0 24px;
  /* sign checkbox */
  /* verification */
  /* add */ }
  .form_group > label:first-child {
    display: block;
    margin: 0 0 8px;
    font-size: 0.75rem;
    color: #666; }
    .form_group > label:first-child > span {
      padding: 0 0 0 4px;
      font-size: .75rem;
      color: #C0C0C0; }
  .form_group .text--link {
    font-size: 0.875rem;
    color: #0077d2; }
    .form_group .text--link:hover {
      text-decoration: underline; }
  .form_group.sgn_chk {
    position: relative; }
    .form_group.sgn_chk .text--link {
      position: absolute;
      top: 0;
      right: 0; }
  .form_group.wt_vfc {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transition: all 0.5s ease; }
    .form_group.wt_vfc input {
      width: calc(100% - 8px - 92px); }
    .form_group.wt_vfc button {
      position: absolute;
      right: 0;
      width: 92px; }
    .form_group.wt_vfc .form_edit {
      right: calc(92px + 8px); }
  .form_group .form_radio + label {
    margin: 8px 24px 8px 0; }
  .form_group.wt_add:after {
    display: block;
    content: '';
    clear: both; }
  .form_group.wt_add select {
    width: calc(50% - 4px); }
  .form_group.wt_add select:nth-of-type(1) {
    float: left;
    margin: 0 4px 8px 0; }
  .form_group.wt_add select:nth-of-type(2) {
    float: right;
    margin: 0 0 8px 4px; }
  .form_group.wt_psm {
    padding: 0; }

[class^="form_tip"] {
  padding: 4px 0 0;
  font-size: .9rem;
  color: #dd0021; }

.form_tip--success {
  color: #28a745; }

/* content */
.content {
  position: relative;
  }
  .content section {
    margin: 0 auto 40px; }
  .content .panel {
    margin: 0 auto 40px;
    width: 92%;
    max-width: 460px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .content .panel_bottom {
      background: #f7f7f7; }
      .content .panel_bottom .link_register {
        display: block;
        padding: 24px 0;
        text-align: center;
        font-size: .875rem; }
        .content .panel_bottom .link_register:hover {
          opacity: .6; }
    .content .panel_lg {
      margin: 0 auto 40px;
      width: 92%;
      max-width: 1000px;
      border-radius: 8px;
      background: #fff;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .content .panel_lg:after {
        display: block;
        content: '';
        clear: both; }
      .content .panel_lg .form_wrapper_lt {
        float: left;
        margin: 12px 18px 36px 0;
        width: calc(50% - 18px); }
      .content .panel_lg .form_wrapper_rt {
        float: right;
        margin: 12px 0 36px 18px;
        width: calc(50% - 18px); }
      .content .panel_lg .btn_wrapper {
        margin: 0 auto;
        max-width: 400px; }
  .content .panel_body {
    padding: 24px 36px 36px;
    overflow: hidden; }
  .content h3 {
    margin: 0 0 24px;
    padding: 0 0 16px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid rgba(210, 210, 210, 0.5); }
  .content.wt_hdt {
    padding: 0 0 80px;
    min-height: calc(100vh - 53px - 80px); }

/* heading top */
.heading_top {
  display: flex;
  margin: 0 0 64px;
  height: 280px;
  align-items: center;
  justify-content: center; }
  .heading_top h2 {
    font-weight: bold;
    text-align: center;
    font-size: 2.25rem;
    color: #fff; }
    .heading_top h2:after {
      display: block;
      margin: 20px auto 0;
      content: '';
      width: 60px;
      height: 4px;
      border-radius: 10px;
      background: #49d294; }
  .heading_top.info {
    background-image: url("../images/heading_info.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .heading_top.event {
    background-image: url("../images/heading_event.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .heading_top.point {
    background-image: url("../images/heading_point.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .heading_top.exchange {
    background-image: url("../images/heading_exchange.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.img_box img {
  display: block;
  width: 100%; }

/*----
        userInfo
--------------------------------------------*/
.form_group .form_edit {
  position: absolute;
  right: 0;
  top: 28px; }

.lity .content {
  width: 100%;
  min-width: 400px;
  min-height: 0; }

.lity .btn_wrapper {
  display: flex; }
  .lity .btn_wrapper button {
    flex: 1; }
  .lity .btn_wrapper button + button {
    margin: 0 0 0 8px; }

/*----
        menu
--------------------------------------------*/
.content section.panel_lg_slider {
  position: relative;
  margin: 0 auto 40px;
  width: 92%;
  max-width: 1200px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 40px auto;
  overflow: visible; }
  .content section.panel_lg_slider:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 10;
    width: 160px;
    height: 160px;
    background: url("../images/tag_new.png") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  .content section.panel_lg_slider .panel_body {
    padding: 24px; }

/* banner */
#bn_slider li {
  border-radius: 5px;
  overflow: hidden; }

#bn_slider li img {
  display: block;
  width: auto;
  height: 100%; }

.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 5px;
  filter: brightness(50%) grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transition: all 0.5s ease; }

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  filter: brightness(100%) grayscale(0%); }

.menu_wrapper {
  width: 92%;
  max-width: 1200px; }
  .menu_wrapper:after {
    display: block;
    content: '';
    clear: both; }

.menu_list {
  display: flex;
  flex-wrap: wrap; }
  .menu_list li {
    position: relative;
    margin: 8px;
    width: calc( 100% / 4 - 16px);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transition: all 0.5s ease; }
    .menu_list li:hover {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
    .menu_list li a {
      display: block; }
    .menu_list li .menu_info {
      position: absolute;
      top: 50%;
      left: 24px;
      transform: translateY(-50%);
      z-index: 2; }
      .menu_list li .menu_info p {
        margin: 0 0 36px;
        font-size: 1.25rem;
        font-weight: bold; }
        .menu_list li .menu_info p:after {
          margin: 12px 0;
          display: block;
          content: '';
          width: 24px;
          height: 2px;
          background: #49d294; }
      .menu_list li .menu_info .more {
        font-size: .75rem;
        color: #49d294; }
    .menu_list li .img_box {
      position: relative;
      top: 0;
      z-index: 1; }
      .menu_list li .img_box > img {
        display: block;
        width: 100%; }

/*----
        point
--------------------------------------------*/
.count_num {
  color: #dd0021; }
  .count_num_lg {
    font-size: 2.5rem;
    font-weight: bold;
    color: #dd0021; }

.point_count_box {
  margin: 0 auto;
  text-align: right;
  width: 92%;
  max-width: 960px; }
  .point_count_box:after {
    display: block;
    content: '';
    clear: both; }
  .point_count_box .count_num_lg {
    padding: 0 8px; }
.point_count_text {
  float: right;
  padding: 16px;
  line-height: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }

.evnet-box {
  margin-bottom: 50px; }

.evnet-box:last-child {
  margin-bottom: 0; }

.panel_ttl {
  margin: 0 0 16px;
  position: relative; }
  .panel_ttl h4 {
    line-height: 42px;
    font-size: 1.25rem;
    font-weight: bold; }
  .panel_ttl .btn_outline_xsm {
    position: absolute;
    top: 0;
    right: 0; }

.table_wrapper {
  width: 100%;
  overflow-x: auto; }

.table {
  position: relative;
  left: 0;
  margin: 0 0 24px;
  width: 100%; }
  .table > li {
    border-bottom: 1px solid #d2d2d2; }
  .table .tr {
    display: flex; }
    .table .tr li {
      flex: 1;
      word-wrap: break-word; }
      .table .tr li.no-data {
        display: block;
        text-align: center;
        width: 100%; }

.t_ttl {
  background: #f7f7f7;
  border-top: 2px solid #0a6f58; }
  .t_ttl li {
    padding: 24px 12px; }
  .t_ttl h5 {
    font-size: 1.125rem;
    font-weight: bold; }
    .t_ttl h5 span {
      vertical-align: middle;
      font-size: .875rem;
      font-weight: normal;
      color: #666; }
      .t_ttl h5 span:before {
        display: inline-block;
        margin: 0 16px;
        vertical-align: top;
        content: '';
        width: 2px;
        height: 18px;
        background: #999; }

.thead {
  font-size: .875rem;
  color: #fff;
  background: #0a6f58; }
  .thead li {
    padding: 8px 12px; }

.tbody {
  font-size: .875rem; }
  .tbody li {
    padding: 24px 12px;
    color: #666; }

.table.t_pt .tr li:nth-child(1) {
  flex: none;
  width: 70%; }

.table.t_ev {
  min-width: 640px; }
  .table.t_ev .tr li:nth-child(1) {
    flex: none;
    width: 25%; }
    .table.t_ev .tr li:nth-child(1).no-data {
      width: 100%; }

/*----
        exchange
--------------------------------------------*/
.product_list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0; }
  .product_list li {
    position: relative;
    margin: 16px 8px;
    padding: 16px;
    width: calc( 100% / 4 - 32px - 16px - 2px);
    border-radius: 4px;
    border: 1px solid #d2d2d2; }
    .product_list li .img_box {
      margin: 0 0 8px; }
      .product_list li .img_box > img {
        display: block;
        width: 100%; }
    .product_list li .product_info {
      margin: 0 0 16px; }
      .product_list li .product_info p {
        margin: 0 0 4px;
        text-align: center;
        font-size: .875rem; }
      .product_list li .product_info .product_name {
        margin: 0 0 8px;
        font-size: 1.25rem;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .product_list li .product_info .product_cost_num {
        padding: 0 4px 0 0;
        color: #dd0021; }
      .product_list li .product_info .product_amount {
        color: #0077d2; }
        .product_list li .product_info .product_amount_num {
          padding: 0 4px 0 0; }

@media (max-width: 960px) {
  .container {
    padding-top: 62px;
    min-height: calc(100vh - 62px); }

  .icon_home {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -48px; }
  .icon_info {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -72px; }
  .icon_point {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -96px; }
  .icon_event {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -120px; }
  .icon_exchange {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -144px; }
  .icon_news {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -192px; }
  .icon_user {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -216px; }
  .icon_logout {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -240px; }
  .icon_award {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 -264px; }

  /* openNav */
  .openNav {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 35px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }

  .openNav:after {
    display: block;
    content: '';
    clear: both; }

  .openNav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0a6f58;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
    -ms-transform: all 0.25s ease;
    -o-transform: all 0.25s ease;
    transition: all 0.25s ease; }

  .openNav span:nth-child(1) {
    top: 0px; }

  .openNav span:nth-child(2) {
    top: 10px; }

  .openNav span:nth-child(3) {
    top: 20px; }

  .openNav.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

  .openNav.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }

  .openNav.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .header.open {
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); }
  .header_body {
    height: 60px;
    background: #fff; }
  .header .logo {
    top: 10px;
    left: 5%;
    height: 40px; }
  .header nav {
    display: none;
    float: none;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff; }
    .header nav ul li {
      float: none;
      display: block;
      text-align: center;
      border-left: 0;
      border-bottom: 1px solid #d2d2d2; }
    .header nav ul li:last-child {
      border-bottom: 0; }
    .header nav a {
      padding: 12px 24px; }
    .header nav .nav_logout button {
      padding: 12px 24px;
      width: 100%; }
    .header nav i {
      display: inline-block;
      margin: 0 8px 0 -10px;
      vertical-align: text-bottom;
      width: 24px;
      height: 24px; }

  .table.t_pt .tr li:nth-child(1) {
    width: 60%; }

  #bn_slider li img {
    width: 100%;
    height: auto; }

  .product_list li {
    width: calc( 100% / 3 - 32px - 16px - 2px); } }
@media (max-width: 768px) {
  .menu_list li {
    width: calc( 100% / 2 - 16px); }

  .content .panel_lg .form_wrapper_lt {
    float: none;
    margin: 0;
    width: 100%; }
  .content .panel_lg .form_wrapper_rt {
    float: none;
    margin: 0 0 36px;
    width: 100%; }

  .t_ttl .tr {
    padding: 12px 0;
    flex-direction: column; }
  .t_ttl li {
    padding: 12px 12px 24px; }
  .t_ttl li:nth-child(1) {
    padding: 12px;
    flex: 1 !important;
    width: calc(100% - 24px) !important; }
  .t_ttl h5 span {
    display: block;
    padding: 8px 0 0; }
    .t_ttl h5 span:before {
      display: none; }

  .product_list li {
    width: calc( 100% / 2 - 32px - 16px - 2px); } }
@media (max-width: 480px) {
  .btn_normal_sm {
    font-size: .875rem;
    padding: 4px 8px; }

  .wrapper:after {
    width: 90vw; }

  .heading_top {
    margin: 0 0 36px;
    height: 180px; }
    .heading_top h2 {
      font-size: 1.5rem; }
      .heading_top h2:after {
        width: 40px; }

  .content {
    padding: 0 0 40px;
    min-height: calc(100vh - 53px - 140px); }
    .content section {
      margin: 0 auto 20px; }
    .content .panel_bottom .link_register {
      padding: 20px 0; }
    .content .panel_body {
      padding: 16px 16px 36px; }

  .menu_list li {
    margin: 8px 0;
    border-radius: 20px;
    width: 100%;
    max-height: 140px; }
    .menu_list li .menu_info p {
      margin: 0 0 24px; }
    .menu_list li .img_box {
      top: 50%;
      transform: translateY(-25%); }

  .content section.panel_lg_slider {
    margin: 20px auto; }
    .content section.panel_lg_slider .panel_body {
      padding: 12px; }
    .content section.panel_lg_slider:after {
      top: 0;
      width: 100px;
      height: 100px; }

  .lSSlideOuter.vertical .lSGallery {
    display: none; }

  .lSSlideOuter.vertical {
    padding: 0 !important; }

  /* form */
  .lity-container {
    width: 100%; }

  .lity .content {
    min-width: 0; }

  .count_num_lg {
    font-size: 1.5rem; }

  .point_count_text {
    font-size: .875rem; }

  .product_list {
    padding: 0; }
    .product_list li {
      margin: 0 0 8px;
      padding: 8px;
      width: calc(100% - 16px); }
      .product_list li:after {
        display: block;
        content: '';
        clear: both; }
      .product_list li .img_box {
        float: left;
        width: 100px;
        margin: 0 16px 0 0; }
      .product_list li .product_info {
        margin: 0 0 12px; }
        .product_list li .product_info p {
          text-align: left;
          font-size: .75rem; }
        .product_list li .product_info .product_name {
          margin: 0 0 4px;
          font-size: 1rem; }
      .product_list li .btn_wrapper {
        float: left;
        width: calc(100% - 100px - 16px); } }
.form_group.code .form_text {
  width: calc(100% - 76px);
  margin-right: 5px;
  transition: none; }

.form_group.code .btn_send {
  cursor: pointer;
  display: inline-block;
  padding: 12px 16px;
  width: 32px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  transition: none;
  transition: background-color 0.3s ease; }

.form_group.code .btn_send:hover {
  color: #fff;
  background-color: #49d294; }

.form_group.code.countdown .form_text {
  width: calc(100% - 73px); }

.form_group.code.countdown #send_code {
  width: 30px;
  color: #9e9e9e;
  cursor: not-allowed; }

.form_group.code.countdown .btn_send:hover {
  color: #9e9e9e;
  background-color: #fff; }

.btn_edit {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #49d294;
  transition: all 0.3s ease; }

.btn_edit:hover {
  background-color: #49d294; }

.btn_edit a {
  display: block;
  padding: 12px 15px;
  color: #49d294; }

.btn_edit:hover a {
  color: #fff; }

.btn_edit input {
  display: block;
  padding: 12px 15px;
  color: #49d294;
  background-color: transparent;
  box-shadow: none;
  border: none; }

.btn_edit:hover input {
  color: #fff; }

.alert-box li {
  padding: 10px; }

.alert-box.alert-danger {
  color: #dc3545; }

.alert-box.alert-danger li {
  border: solid 1px #dc3545;
  margin: 15px 0; }

.alert-box.alert-success {
  color: #28a745; }

.alert-box.alert-success li {
  border: solid 1px #28a745;
  margin: 15px 0; }

/*# sourceMappingURL=style.css.map */
