@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  font-weight: 300; }

html, body {
  background-color: #fff !important;
  color: #3f3f3f;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  position: relative; }

body.prime_body {
  position: relative;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  color: #3f3f3f; }

a {
  color: #158bca; }

.body_wrapper {
  position: relative; }

.header_desktop {
  position: fixed;
  z-index: 99;
  width: 100%;
  min-height: 65px;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: 0;
  border-bottom: 7px solid #d32226;
  margin: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .header_desktop .container {
    width: 1100px;
    max-width: 100%;
    padding: 0; }
  .header_desktop ul {
    margin: 0;
    width: 100%; }
  .header_desktop a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .header_desktop .logo {
    width: 26%; }
    .header_desktop .logo img {
      width: 90%;
      margin-top: 22px; }
  .header_desktop .menu_wrap {
    width: 74%; }
  .header_desktop ul.top_menu {
    background-color: #f2f2f2;
    padding: 3px 0;
    border: 1px solid #e4e4e4;
    border-top: 0;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
    .header_desktop ul.top_menu a {
      color: #3f3f3f;
      font-size: 13px;
      font-weight: 400;
      text-decoration: none;
      letter-spacing: 1px;
      text-align: left; }
    .header_desktop ul.top_menu a:hover {
      color: #158bca; }
    .header_desktop ul.top_menu li:first-child {
      margin-left: 47px;
      position: relative; }
    .header_desktop ul.top_menu li {
      width: calc(100% / 6 - 25px); }
    .header_desktop ul.top_menu li.books {
      margin-right: 80px;
      position: relative; }
    .header_desktop ul.top_menu li.books::before {
      content: '';
      width: 1px;
      height: 78%;
      background-color: #ccc;
      position: absolute;
      right: 0;
      top: 11%; }
  .header_desktop ul.top_menu::before, .header_desktop ul.top_menu::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -28.2px;
    left: -12.8px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    transform: rotate(-115deg);
    border-width: 25px;
    border-color: #f2f2f2 transparent transparent #f2f2f2;
    border-style: solid;
    border-top-left-radius: 12px; }
  .header_desktop ul.top_menu::after {
    z-index: -1;
    border-color: #e4e4e4 transparent transparent #e4e4e4;
    top: -27.7px;
    left: -14px;
    border-width: 25.3px; }
  .header_desktop ul.main_menu {
    margin: 3px 0 0; }
    .header_desktop ul.main_menu a {
      padding: 8px 0 5px;
      font-size: 1.15rem;
      font-weight: 500;
      color: #3f3f3f;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0; }
    .header_desktop ul.main_menu a.coinP {
      padding: 6px 0 4px; }
    .header_desktop ul.main_menu a:hover {
      background-color: #d32226;
      color: #fff; }
    .header_desktop ul.main_menu li {
      width: calc(100% / 5);
      position: relative; }
      .header_desktop ul.main_menu li a.btn {
        border: 0; }
    .header_desktop ul.main_menu li::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 20px;
      height: 50px;
      background: url(../img/nav_shadow.png) bottom left no-repeat;
      background-size: 17px; }
    .header_desktop ul.main_menu span.icon_p img {
      width: 24px;
      margin-right: 5px;
      vertical-align: -4px;
      display: inline-block; }
  .header_desktop .btn-group {
    width: 100%;
    height: 100%;
    padding: 0; }
  .header_desktop .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #d32226;
    color: #fff; }
  .header_desktop button {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: inherit;
    font-size: 1.15rem;
    font-weight: 500;
    padding: 7px 0 4px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .header_desktop ul.dropdown-menu {
    border: 0;
    padding: 0;
    background-color: #d32226;
    color: #fff;
    overflow: hidden;
    min-width: auto; }
    .header_desktop ul.dropdown-menu li::before {
      z-index: 1;
      background: none;
      width: 86%;
      height: 1px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
      left: 7%;
      bottom: -1px; }
    .header_desktop ul.dropdown-menu li {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #d32226; }
    .header_desktop ul.dropdown-menu a {
      display: block;
      color: #fff;
      text-align: center;
      font-weight: 300;
      font-size: 1.05rem;
      padding: 10px 0;
      border: 0;
      position: relative;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .header_desktop ul.dropdown-menu a:hover::before, .header_desktop ul.dropdown-menu a:hover::after {
      content: '';
      border-bottom: 2px solid #72030e;
      position: absolute;
      z-index: 2;
      top: -1px;
      left: 0;
      width: 100%; }
    .header_desktop ul.dropdown-menu a:hover::after {
      top: auto;
      bottom: -1px; }
    .header_desktop ul.dropdown-menu li:nth-child(3) {
      border: 0; }
    .header_desktop ul.dropdown-menu li:nth-child(3)::before {
      border: 0;
      width: 0; }
    .header_desktop ul.dropdown-menu li:nth-child(1) {
      margin-top: 7px; }
    .header_desktop ul.dropdown-menu li:nth-child(1) a:hover::before {
      top: 0; }
  .header_desktop ul.dropdown-menu::before {
    content: '';
    width: 100%;
    height: 8px;
    border-top: 7px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0; }
  .header_desktop img {
    width: 100%;
    display: block; }

.dropdown .dropdown-menu {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0; }

.dropdown.open .dropdown-menu {
  max-height: 300px;
  opacity: 1; }

.header_mobile {
  display: none;
  width: 100%;
  vertical-align: top;
  text-align: center;
  position: relative; }
  .header_mobile img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .header_mobile ul {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 2.5vmin 3vmin 2.2vmin;
    border-bottom: 1px dotted #CCCCCC; }
  .header_mobile ul li {
    float: left;
    position: relative; }
  .header_mobile li.arrow {
    width: 4%;
    margin-right: 10px;
    margin-top: 0.6vmin; }
  .header_mobile li.logo {
    width: 52%;
    margin-top: 0.7vmin; }
  .header_mobile li.card {
    float: right;
    margin-right: 1.2vmin;
    line-height: 0; }
    .header_mobile li.card img {
      width: 61px;
      margin-right: 8px;
      vertical-align: -1.3vmin; }
    .header_mobile li.card a.btn {
      background-color: #d32226;
      color: #fff;
      text-decoration: none;
      font-size: 2.6rem;
      line-height: 0;
      padding: 10px 12px 6px; }
  .header_mobile li.coinP {
    float: right;
    line-height: 0; }
    .header_mobile li.coinP a.btn {
      background-color: #158bca;
      line-height: 0; }
    .header_mobile li.coinP img {
      width: 42px; }

.nav_mobile {
  display: none; }

.navbar .dropdown {
  position: static; }

.nav_mobile {
  width: 100%;
  background-color: #fff; }
  .nav_mobile .navbar {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    min-height: inherit;
    border-bottom: 1px solid #dfdfdf;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .nav_mobile li.nav-item.dropdown.open span.arw {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .nav_mobile li.nav-item {
    text-align: center;
    width: calc(100% / 4);
    float: left; }
    .nav_mobile li.nav-item span.arw {
      font-size: 3vmin;
      padding-left: 2px; }
  .nav_mobile li.nav-item:nth-child(2) {
    border-right: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC; }
  .nav_mobile li.nav-item:nth-child(3) {
    border-right: 1px dotted #CCCCCC; }
  .nav_mobile .nav-tabs > li.active > a, .nav_mobile .nav-tabs > li > a:hover, .nav_mobile .nav-tabs, .nav_mobile .nav-tabs > li, .nav_mobile .nav-tabs > li > a {
    border: 0;
    background-color: #d32226;
    color: #fff;
    width: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .nav_mobile a.nav-link {
    font-size: 3.2vmin;
    font-weight: 500;
    color: #3f3f3f;
    padding: 5px 10px !important; }
  .nav_mobile .nav-tabs > li {
    margin: 0;
    float: none; }
  .nav_mobile .nav .open > a, .nav_mobile .nav .open > a:focus, .nav_mobile .nav .open > a:hover, .nav_mobile .nav > li > a:focus, .nav_mobile .nav > li > a:hover {
    background-color: #d32226;
    color: #fff; }
  .nav_mobile .nav-tabs > li > a {
    font-size: 4vmin; }
  .nav_mobile .dropdown-menu {
    min-width: auto;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 0;
    border-width: 0px;
    margin-top: -1px;
    padding: 0 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }

.nav_mobile.fixed {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175); }

@media only screen and (max-width: 1200px) {
  .header_desktop .container {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .header_mobile, .nav_mobile {
    display: block; }
  .header_desktop {
    display: none; }
  .header_mobile ul {
    padding: 1.5vmin 2vmin 1.2vmin; }
  .header_mobile li.arrow {
    width: 2.5%;
    margin-top: 1.5vmin; }
  .header_mobile li.logo {
    width: 42%; }
  .nav_mobile .nav-tabs > li > a {
    font-size: 2vmin; }
  .nav_mobile a.nav-link {
    font-size: 2.5vmin; }
  .nav_mobile .nav-tabs > li {
    width: 33%;
    display: inline-block; } }

@media only screen and (max-width: 992px) {
  .header_desktop .container {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .nav_mobile a.nav-link {
    font-size: 3.5vmin;
    padding: 10px 1px !important;
    font-weight: 700; }
  .nav_mobile .nav-tabs > li > a {
    font-size: 4vmin;
    line-height: 1.5rem; }
  .nav_mobile .nav-tabs > li > a:hover {
    background-color: #818181; }
  .nav_mobile .nav-tabs > li {
    width: 32%; }
  .nav_mobile li.nav-item span.arw {
    font-size: 5vmin; }
  .nav_mobile .nav-tabs > li {
    width: 100%;
    border-bottom: 1px dotted #ff7679; }
  .nav_mobile .nav-tabs > li:nth-child(3) {
    border: 0; }
  .header_mobile ul {
    padding: 2.5vmin 3vmin 2.2vmin; }
  .header_mobile li.arrow {
    width: 4%;
    margin-top: 0.6vmin; }
  .header_mobile li.logo {
    width: 52%; }
  .header_mobile li.coinP img {
    width: 5.48vmin; }
  .header_mobile li.card a.btn {
    font-size: 4.7vmin; }
  .header_mobile li.card img {
    width: 8vmin; } }

@media only screen and (max-width: 480px) {
  .header_mobile .Nav ul {
    border-bottom: 3px solid #d32226; }
  .header_mobile li.arrow, .header_mobile li.logo {
    margin-top: 1vmin; }
  .header_mobile li.coinP a.btn {
    padding: 1vmin 2.5vmin; }
  .header_mobile li.coinP img {
    width: 5.48vmin; }
  .header_mobile li.card a.btn {
    font-size: 4vmin;
    padding: 2vmin 3vmin 1.2vmin; }
  .header_mobile li.card img {
    width: 7vmin;
    margin-right: 4px; } }

.logo_Prime {
  width: 155px;
  height: 34px;
  background: url("../img/icon_all_v10.png") -13px -103px; }

.icon_buycar {
  width: 95px;
  height: 95px;
  background: url("../img/icon_all_v10.png") -3px 4px;
  background-size: 750px auto; }

.icon_giftbox {
  width: 95px;
  height: 95px;
  background: url("../img/icon_all_v10.png") -76px -1px;
  background-size: 750px auto; }

.icon_more {
  width: 95px;
  height: 95px;
  background: url("../img/icon_all_v10.png") -167px -2px;
  background-size: 750px auto; }

.icon_bag {
  width: 95px;
  height: 95px;
  background: url("../img/icon_all_v10.png") -254px -5px;
  background-size: 750px auto; }

.icon_bag2 {
  width: 95px;
  height: 95px;
  background: url("../img/icon_all_v10.png") -255px -4px;
  background-size: 750px auto; }

.icon_airplane {
  width: 95px;
  height: 95px;
  background: url("../img/icon_all_v10.png") -338px -1px;
  background-size: 750px auto; }

.day_01 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 680px;
  background-position: 1px -134px; }

.day_02 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 560px;
  background-position: -87px -101px; }

.day_03 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 680px;
  background-position: -229px -137px; }

.day_04 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 680px;
  background-position: -337px -134px; }

.day_05 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 680px;
  background-position: -430px -134px; }

.day_06 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 680px;
  background-position: -517px -134px; }

.day_07 {
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 680px;
  background-position: -604px -135px; }

.icon_onlyPrime, .icon_bouncePrime {
  width: 100px;
  height: 23px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 455px;
  background-position: -106px -59px; }

.icon_bouncePrime {
  background-position: -225px -59px; }

li.active .day_01, .day_active .day_01 {
  background-position: 1px -234px; }

li.active .day_02, .day_active .day_02 {
  background-position: -87px -184px; }

li.active .day_03, .day_active .day_03 {
  background-position: -229px -237px; }

li.active .day_04, .day_active .day_04 {
  background-position: -337px -234px; }

li.active .day_05, .day_active .day_05 {
  background-position: -430px -234px; }

li.active .day_06, .day_active .day_06 {
  background-position: -517px -234px; }

li.active .day_07, .day_active .day_07 {
  background-position: -604px -235px; }

.icon_dollars {
  width: 95px;
  height: 95px;
  background: url("../img/icon_PPoint2.png") top no-repeat;
  background-size: 430px;
  background-position: 16px -2px; }

.icon_infinite {
  width: 95px;
  height: 95px;
  background: url("../img/icon_PPoint2.png") top no-repeat;
  background-size: 400px;
  background-position: -92px 2px; }

.icon_365day {
  width: 95px;
  height: 95px;
  background: url("../img/icon_PPoint2.png") top no-repeat;
  background-size: 400px;
  background-position: -207px 2px; }

.icon_30day {
  width: 95px;
  height: 95px;
  background: url("../img/icon_PPoint2.png") top no-repeat;
  background-size: 380px;
  background-position: -299px 5px; }

.icon_how01 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: 27px -387px; }

.icon_how02 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: -152px -384px; }

.icon_how03 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: -332px -384px; }

.icon_how04 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: 31px -571px; }

.icon_how05 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: -148px -573px; }

.icon_how06 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: -328px -573px; }

.icon_how07 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 580px;
  background-position: -331px -756px; }

.icon_how08 {
  width: 150px;
  height: 150px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 950px;
  background-position: -610px -445px; }

.icon_citi01 {
  width: 128px;
  height: 128px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 750px;
  background-position: -10px -994px; }

.icon_citi02 {
  width: 128px;
  height: 128px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 750px;
  background-position: -149px -994px; }

.icon_citi03 {
  width: 128px;
  height: 128px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 750px;
  background-position: -288px -994px; }

.icon_citi04 {
  width: 128px;
  height: 128px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 750px;
  background-position: -10px -1138px; }

.icon_citi05 {
  width: 128px;
  height: 128px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 750px;
  background-position: -148px -1138px; }

.icon_citi06 {
  width: 128px;
  height: 128px;
  background: url("../img/icon_all_v10.png") top no-repeat;
  background-size: 750px;
  background-position: -287px -1138px; }

.icon_home {
  width: 30px;
  height: 30px;
  background: url("../img/icon_under.png") top no-repeat;
  background-size: 230%;
  background-position: -38px 1px; }

.icon_share {
  width: 30px;
  height: 30px;
  background: url("../img/icon_under.png") top no-repeat;
  background-size: 210%;
  background-position: 0px 3px; }

@media only screen and (max-width: 768px) {
  .icon_buycar, .icon_giftbox, .icon_more, .icon_bag {
    width: 80px;
    height: 80px;
    background-size: 600px auto; }
  .icon_buycar {
    background-position: -2px 4px; }
  .icon_giftbox {
    background-position: -60px -1px; }
  .icon_more {
    background-position: -132px 0px; }
  .icon_bag {
    background-position: -203px -4px; } }

@media only screen and (max-width: 767px) {
  .logo_Prime {
    width: 115px;
    height: 25px;
    background-size: 520px auto;
    background-position: -3px -64px; }
  .icon_airplane {
    width: 65px;
    height: 65px;
    background-size: 520px auto; }
  .icon_buycar, .icon_giftbox, .icon_more {
    width: 55px;
    height: 55px;
    background-size: 420px auto; }
  .icon_buycar {
    background-position: -2px 2px; }
  .icon_giftbox {
    background-position: -42px 0px; }
  .icon_more {
    background-position: -93px 0px; }
  .icon_bag, .icon_bag2 {
    width: 65px;
    height: 65px;
    background-size: 520px auto;
    background-position: -176px -4px; }
  .icon_airplane {
    background-position: -235px -2px; }
  .icon_dollars, .icon_infinite, .icon_365day, .icon_30day {
    width: 75px;
    height: 75px;
    background-size: 330px;
    background-position: 15px 1px; }
  .icon_infinite {
    background-position: -77px 2px; }
  .icon_365day {
    background-position: -171px 2px; }
  .icon_30day {
    background-size: 300px;
    background-position: -234px 6px; }
  .icon_how01, .icon_how02, .icon_how03, .icon_how04, .icon_how05, .icon_how06, .icon_how07, .icon_how08 {
    width: 120px;
    height: 120px;
    background-size: 380px; }
  .icon_how01 {
    background-position: 15px -255px; }
  .icon_how02 {
    background-position: -101px -254px; }
  .icon_how03 {
    background-position: -220px -255px; }
  .icon_how04 {
    background-position: 15px -378px; }
  .icon_how05 {
    background-position: -101px -378px; }
  .icon_how06 {
    background-position: -217px -375px; }
  .icon_how07 {
    background-position: -219px -497px; }
  .icon_how08 {
    background-size: 620px;
    background-position: -400px -291px; }
  .icon_onlyPrime, .icon_bouncePrime {
    width: 85px;
    height: 23px;
    background-size: 370px;
    background-position: -85px -46px; }
  .icon_bouncePrime {
    background-position: -181px -46px; }
  .icon_citi01 {
    width: 24vw;
    height: 24vw;
    background-size: 142vw;
    background-position: -2vw -188vw; }
  .icon_citi02 {
    width: 24vw;
    height: 24vw;
    background-size: 142vw;
    background-position: -28vw -188vw; }
  .icon_citi03 {
    width: 24vw;
    height: 24vw;
    background-size: 142vw;
    background-position: -54vw -188vw; }
  .icon_citi04 {
    width: 24vw;
    height: 24vw;
    background-size: 142vw;
    background-position: -2vw -215vw; }
  .icon_citi05 {
    width: 24vw;
    height: 24vw;
    background-size: 142vw;
    background-position: -28vw -215vw; }
  .icon_citi06 {
    width: 24vw;
    height: 24vw;
    background-size: 142vw;
    background-position: -54vw -215vw; }
  .icon_home {
    width: 35px;
    height: 38px;
    background-size: 200%;
    background-position: -37px 4px; }
  .icon_share {
    width: 35px;
    height: 38px;
    background-size: 190%;
    background-position: 2px 4px; } }

.main_content {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  padding-top: 78px; }
  .main_content h2, .main_content h4, .main_content h5 {
    margin-bottom: 20px; }
    .main_content h2 span.title, .main_content h4 span.title, .main_content h5 span.title {
      padding: 0 15px;
      font-size: inherit;
      font-weight: 500;
      border-bottom: 1px solid #3f3f3f; }
    .main_content h2 hr, .main_content h4 hr, .main_content h5 hr {
      border: 0;
      border-bottom: 1px solid #3f3f3f;
      width: 370px;
      margin: 10px auto 0; }
  .main_content h5 {
    margin-bottom: 30px;
    padding: 0 15px;
    font-weight: 300; }

.section {
  position: relative;
  width: 100%;
  padding: 40px 0 30px; }
  .section .logo_Prime {
    vertical-align: -2px;
    margin: 0 3px 0 0; }

.content_box {
  width: 1100px;
  max-width: 95%;
  margin: auto;
    }

.more_about {
  margin: 20px auto;
  text-align: center; }
  .more_about a.more_about {
    background-color: #a2a2a2;
    padding: 5px 20px 6px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-decoration: none; }

.sub_KV {
  height: 270px; }
  .sub_KV .sub_title_box {
    width: 320px;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 90px 0 0 125px; }
  .sub_KV .t4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px; }
  .sub_KV .t2, .sub_KV span {
    font-size: 2.15rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px; }
  .sub_KV span {
    vertical-align: top;
    color: #d32226; }
  .sub_KV hr {
    border-top: 2px solid #a2a2a2;
    margin: 0 auto;
    width: 89%; }

sup {
  bottom: -.25em;
  background-color: #dcdcdc;
  padding: 0 5px;
  line-height: 0;
  font-size: 11px;
  margin: 0 3px 0 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

sup.block {
  background-color: #7a7a7a;
  color: #fff; }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal .modal-header {
    background-color: #e5e5e5;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .modal p {
    font-size: 1rem; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

h4.modal-title {
  margin-bottom: 0;
  text-align: center; }
  h4.modal-title p {
    font-size: inherit; }
  h4.modal-title span {
    display: block; }

.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px; }

#only {
  padding-top: 110px; }

.fixed_under {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 10;
  background-color: rgba(13, 98, 162, 0.83);
  color: #fff;
  bottom: 0;
  right: 0; }
  .fixed_under img {
    width: 100%; }
  .fixed_under .close_under {
    width: 100%;
    position: relative; }
    .fixed_under .close_under .btn {
      position: absolute;
      top: 9px;
      right: 15px;
      width: 25px;
      height: 25px;
      color: #fff;
      font-size: 1rem;
      font-weight: lighter;
      font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
      opacity: 0.6;
      border: 1px solid #fff;
      border-radius: 100%;
      padding: 0;
      line-height: 21px; }
  .fixed_under .content_box {
    padding-top: 6px; }
  .fixed_under .share_box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .fixed_under .share_box a.home {
      color: #fff;
      text-decoration: none;
      margin-right: 20px; }
    .fixed_under .share_box span {
      line-height: 1;
      padding: 10px 0 0 5px; }
    .fixed_under .share_box .share {
      cursor: pointer;
      position: relative; }
      .fixed_under .share_box .share span {
        line-height: 1;
        padding: 10px 0 0 2px; }
  .fixed_under ul.dropdown-menu {
    left: -35px;
    width: 120px;
    margin-bottom: 6px;
    padding: 3px 8px;
    -webkit-box-shadow: 3px -1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px -1px 8px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .fixed_under ul.dropdown-menu li:first-child {
      border-bottom: 1px dotted #ccc; }
    .fixed_under ul.dropdown-menu img.fb, .fixed_under ul.dropdown-menu img.line {
      background-color: #335a9d;
      padding: 3px;
      width: 30px;
      height: 30px;
      vertical-align: -9px;
      margin-right: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .fixed_under ul.dropdown-menu img.line {
      background-color: #00c603; }
    .fixed_under ul.dropdown-menu a {
      padding: 5px 0;
      text-align: left; }
    .fixed_under ul.dropdown-menu a:hover {
      background-color: transparent; }
  .fixed_under ul.dropdown-menu::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    right: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #fff #fff transparent transparent;
    -webkit-box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .fixed_under a.btn {
    text-decoration: none;
    padding: 0;
    margin-right: 7px;
    font-size: 1rem;
    color: #fff; }
    .fixed_under a.btn span.arrow {
      padding-left: 4px;
      vertical-align: -1px;
      line-height: inherit;
      letter-spacing: -2px; }
  .fixed_under .card_box {
    position: relative;
    width: 100px;
    margin-left: 5px; }
    .fixed_under .card_box img {
      position: absolute;
      right: 0;
      bottom: 6px;
      width: 100%;
      -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  .fixed_under .btnHover:after {
    height: 2px; }

@media only screen and (max-width: 1220px) {
  .fixed_under .close_under {
    width: 40px;
    float: right;
    margin-right: 10px; }
  .fixed_under .content_box {
    padding-right: 40px; } }

@media only screen and (max-width: 1024px) {
  .fixed_under .close_under {
    margin-right: 0; }
  .fixed_under .content_box {
    padding-right: 40px; } }

@media only screen and (max-width: 767px) {
  .fixed_under {
    height: 50px; }
    .fixed_under .share_box {
      margin: 0px 5px 0 6px; }
    .fixed_under .content_box {
      max-width: 97%;
      padding: 5px 27px 0 0; }
    .fixed_under .close_under .btn {
      top: 13px;
      right: 12px;
      width: 22px;
      height: 22px;
      line-height: 18px; }
    .fixed_under .card_box {
      width: 80px;
      margin: 0 12px 1px 0; }
    .fixed_under .share_box a.home {
      margin-right: 5px; }
    .fixed_under .share_box span {
      display: none; }
    .fixed_under ul.dropdown-menu {
      left: -32px; }
    .fixed_under a.btn {
      line-height: 2; } }

@media only screen and (max-width: 359px) {
  .fixed_under .close_under .btn {
    width: 19px;
    height: 19px;
    line-height: 15px; }
  .fixed_under .content_box {
    padding-right: 25px; }
  .fixed_under .share_box {
    margin: 5px 3px 0 0; }
  .fixed_under .line_share {
    margin-left: 5px; } }

.applyCard {
  width: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
  text-align: center;
  padding: 50px 0 30px;
  font-size: 13px;
  line-height: 24px; }
  .applyCard .btn_box {
    width: 580px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden; }
  .applyCard .agree {
    width: 90%;
    text-align: left;
    margin: 0 auto 50px; }
    .applyCard .agree a {
      margin: 0;
      padding: 0; }
  .applyCard a {
    text-decoration: none;
    line-height: 10px;
    color: #fff;
    margin: 0 10px;
    position: relative; }
  .applyCard a:focus, .applyCard a:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .applyCard a.activateCard, .applyCard a.howCard {
    overflow: hidden;
    padding: 12px 30px 8px;
    font-size: 1.6rem;
    font-weight: inherit;
    color: #fff; }
  .applyCard a.activateCard {
    background-color: #d32226;
    border: 2px solid #d32226;
    margin: 0 30px 0 0;
    padding: 15px 30px 6px; }
    .applyCard a.activateCard img {
      width: 40px;
      margin-right: 6px;
      vertical-align: -8px; }
  .applyCard a.howCard {
    background-color: #158bca;
    border: 2px solid #158bca;
    margin: 0 0 0 30px;
    padding: 14px 30px 10px; }
    .applyCard a.howCard img {
      width: 40px;
      margin-right: 6px;
      vertical-align: -5px; }
  .applyCard a.activateCard:hover, .applyCard a.howCard:hover {
    color: #fff; }
  .applyCard a.note {
    background-color: #a2a2a2;
    padding: 5px 20px 6px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px; }
  .applyCard span.arrow {
    font-size: 30px; }
  .applyCard h5, .applyCard h6 {
    color: #6b6b6b;
    line-height: 0; }
  .applyCard h5 {
    padding: 10px 0 0px;
    width: 50%; }
  .applyCard p {
    margin-bottom: 20px;
    font-size: inherit; }
  .applyCard p.remind {
    font-size: 20px;
    margin: 20px 0 15px;
    font-weight: 500;
    letter-spacing: 0.1em; }
  .applyCard p.attention {
    width: 1100px;
    max-width: 92%;
    margin: 0 auto 50px;
    text-align: left;
    font-size: 13px;
    line-height: 22px; }
  .applyCard span.t5 {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 22px; }
  .applyCard .checkmark {
    top: 4px; }

.notice {
  display: none;
  background-color: #e0e0e0;
  text-align: left;
  overflow: hidden;
  padding: 10px;
  margin: auto;
  width: 500px;
  max-width: 90%;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .notice h4 {
    margin-bottom: 20px;
    text-align: center; }
  .notice ul li {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 5px; }
  .notice .note_box {
    width: 100%;
    max-height: 150px;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .notice .note_box::-webkit-scrollbar {
    width: 5px; }
  .notice .note_box::-webkit-scrollbar-track {
    background-color: #ccc; }
  .notice .note_box::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

span.arw.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.footer {
  width: 100%;
  padding: 30px 0 40px;
  background-color: #3f3f3f;
  text-align: center;
  color: #fff;
  font-weight: 300;
  overflow: hidden; }
  .footer .desktop h4 {
    text-decoration: underline;
    font-size: 17px;
    margin-bottom: 20px; }
  .footer .desktop a {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .footer .desktop a:hover {
    color: #00b0ec; }
  .footer .desktop ul {
    width: 1100px;
    max-width: 92%;
    margin: auto; }
  .footer .desktop ul li {
    vertical-align: top;
    font-size: 14px;
    width: 130px;
    margin: 0 10px;
    text-align: left;
    float: left; }
  .footer .desktop li:nth-child(1) {
    margin-left: 0; }
  .footer .desktop li:nth-child(4) {
    width: 140px; }
  .footer .desktop li.downloadAPP {
    width: 140px;
    margin: 0;
    float: right;
    text-align: center; }
    .footer .desktop li.downloadAPP a {
      text-align: center;
      margin: 0; }
  .footer .desktop .QRCode {
    width: 110px;
    border: 3px solid #fff; }
  .footer .mobile {
    display: none;
    line-height: 2em; }
    .footer .mobile a {
      color: #fff;
      margin: 0 15px;
      text-decoration: underline;
      font-size: 15px;
      display: inline-block; }
    .footer .mobile a:hover {
      color: #00b0ec; }

.copyright {
  background-color: #fff;
  color: #3f3f3f;
  padding: 20px 0; }
  .copyright .mobile {
    display: none !important;
    text-align: center;
    margin-bottom: 20px; }
  .copyright a {
    color: #3f3f3f;
    text-decoration: underline; }
  .copyright p {
    width: 1100px;
    max-width: 92%;
    margin: auto;
    font-size: 12px; }

#sendto p {
  text-align: center;
  font-size: 1.2rem;
  margin: 0; }

#connection .modal-content span {
  font-size: inherit;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background-color: #e7e7e7;
  margin-right: 8px;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 5px; }

#connection .modal-content p.keyword {
  line-height: 2.2rem;
  margin-bottom: 15px; }

#connection .modal-content a {
  color: #158bca;
  margin: 0; }

#reconfirm .modal-dialog {
  max-width: 90%; }

#reconfirm .modal-content {
  font-size: 1rem;
  text-align: center; }
  #reconfirm .modal-content .modal-header {
    background-color: inherit;
    border: 0;
    padding: 10px; }
  #reconfirm .modal-content .agree {
    margin-bottom: 0; }
  #reconfirm .modal-content h5 {
    width: 100%;
    text-align: left; }
  #reconfirm .modal-content a.activateCard {
    margin: 0;
    text-decoration: none; }

#reconfirm .personal_note {
  text-align: left; }

#reconfirm h4.modal-title, #reconfirm .personal_note {
  display: none; }

@media only screen and (max-width: 1023px) {
  .footer {
    padding: 15px 0; }
  .copyright .mobile {
    display: block !important; }
  .applyCard .btn_box {
    width: 550px;
    max-width: 95%; }
  .applyCard a.activateCard {
    padding: 12.2px 30px 6px; }
  .applyCard a.howCard {
    padding: 11px 30px 10px; } }

@media only screen and (max-width: 767px) {
  .copyright .mobile img {
    width: 250px; } }

@media only screen and (max-width: 580px) {
  .applyCard span.arrow {
    font-size: 24px; }
  .applyCard h4 {
    font-size: 15px; }
  .applyCard h6 {
    letter-spacing: 0; }
  .applyCard h5 {
    width: 100%; }
  .applyCard a.activateCard, .applyCard a.howCard {
    margin: 0 7px;
    font-size: 20px; }
  .applyCard a.activateCard {
    padding: 12.2px 10px 6px; }
  .applyCard a.howCard {
    padding: 11px 10px 10.8px; }
  .applyCard p.remind {
    font-size: 18px; }
  .applyCard p.attention {
    font-size: 12px; }
  .footer .mobile a {
    margin: 0 9px; }
  .copyright .mobile img {
    width: 45%; } }

@media only screen and (max-width: 400px) {
  .footer .mobile a {
    margin: 0 20px; }
  .applyCard a.activateCard, .applyCard a.howCard {
    margin: 0 5px;
    font-size: 18px; }
  .applyCard a.activateCard {
    padding: 11.2px 10px 5px; }
  .applyCard a.activateCard img {
    width: 30px; }
  .applyCard a.howCard {
    padding: 9px 10px 8px; }
  .applyCard a.howCard img {
    width: 30px; } }

@media only screen and (max-width: 350px) {
  .applyCard a.activateCard, .applyCard a.howCard {
    font-size: 15.5px; }
  .applyCard a.activateCard {
    padding: 7.2px 5px 5px; }
  .applyCard a.howCard {
    padding: 7px 5px 8.2px; } }

.slider_wrap, .mobile_slider {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative; }
  .slider_wrap img, .mobile_slider img {
    width: 100%;
    max-width: 100%; }
  .slider_wrap .owl-carousel, .mobile_slider .owl-carousel {
    position: relative; }
  .slider_wrap .owl-nav, .mobile_slider .owl-nav {
    margin: 0;
    padding: 0 10px; }
  .slider_wrap .owl-theme .owl-nav [class*='owl-'], .mobile_slider .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 0;
    font-size: 5em;
    background: inherit;
    font-family: 'Karla', sans-serif;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    margin: 190px 0 0;
    padding: 0; }
  .slider_wrap .owl-prev, .mobile_slider .owl-prev {
    left: 10px; }
  .slider_wrap .owl-next, .mobile_slider .owl-next {
    right: 10px; }
  .slider_wrap .owl-theme .owl-dots, .mobile_slider .owl-theme .owl-dots {
    margin-top: 10px; }
  .slider_wrap .owl-theme .owl-dots .owl-dot span, .mobile_slider .owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 5px; }
  .slider_wrap .owl-theme .owl-dots .owl-dot.active span, .slider_wrap .owl-theme .owl-dots .owl-dot:hover span, .mobile_slider .owl-theme .owl-dots .owl-dot.active span, .mobile_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #138bca; }
  .slider_wrap .item, .mobile_slider .item {
    height: 500px;
    overflow: hidden; }

.slider_wrap .content_box {
  position: relative; }

.slider_wrap .card_box {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 5;
  width: 230px;
  top: 60px;
  right: 0;
  padding-bottom: 25px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 90px 10px 10px 10px;
  -moz-border-radius: 90px 10px 10px 10px;
  border-radius: 90px 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px; }
  .slider_wrap .card_box .bar {
    width: 100%;
    text-align: right;
    padding: 15px 0 0; }
    .slider_wrap .card_box .bar img {
      width: 85%; }
  .slider_wrap .card_box .btn_box {
    width: 100%;
    margin-top: 10px; }
    .slider_wrap .card_box .btn_box a:focus, .slider_wrap .card_box .btn_box a:active {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .slider_wrap .card_box .btn_box a.activateCard, .slider_wrap .card_box .btn_box a.howCard {
      overflow: hidden;
      font-size: 1.2rem;
      font-weight: inherit;
      color: #fff; }
    .slider_wrap .card_box .btn_box a.activateCard {
      background-color: #d32226;
      border: 2px solid #d32226;
      padding: 8px 25px 6px; }
      .slider_wrap .card_box .btn_box a.activateCard img {
        width: 40px;
        margin-right: 6px;
        vertical-align: -8px; }
    .slider_wrap .card_box .btn_box a.howCard {
      background-color: #158bca;
      border: 2px solid #158bca;
      padding: 8px 25px 6px; }
      .slider_wrap .card_box .btn_box a.howCard img {
        width: 40px;
        margin-right: 6px;
        vertical-align: -8px; }
    .slider_wrap .card_box .btn_box .agree {
      width: 83%;
      text-align: left;
      margin: 15px auto; }
      .slider_wrap .card_box .btn_box .agree h5 {
        padding: 0;
        margin: 0;
        line-height: 0;
        color: #6b6b6b; }
      .slider_wrap .card_box .btn_box .agree h6 {
        line-height: inherit;
        font-size: 14px;
        font-weight: 300; }
      .slider_wrap .card_box .btn_box .agree a.personal {
        text-decoration: underline;
        color: #158bca; }
      .slider_wrap .card_box .btn_box .agree .checkmark {
        top: 4px; }
      .slider_wrap .card_box .btn_box .agree span.t5 {
        font-weight: 400;
        font-size: 0.85rem;
        line-height: 22px; }
      .slider_wrap .card_box .btn_box .agree hr {
        border-top: 1px dashed #a2a2a2;
        margin: 15px auto 20px; }

.personal {
  padding: 0 0 0 18px; }
  .personal label {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 16px; }
  .personal a.link {
    padding: 0;
    text-decoration: underline;
    color: #158bca; }
  .personal input[type=checkbox] {
    position: relative;
    margin: 4px 5px 0 -17px;
    padding: 0; }

.mobile_slider {
  display: none; }
  .mobile_slider .item {
    height: auto; }
  .mobile_slider .owl-theme .owl-nav [class*='owl-'] {
    margin: 27% 0 0;
    font-size: 3em; }
  .mobile_slider .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 3px; }
  .mobile_slider .mobile_slider .owl-theme .owl-dots, .mobile_slider .slider_wrap .owl-theme .owl-dots {
    margin-top: 0; }

@media only screen and (max-width: 1024px) {
  .slider_wrap .card_box {
    width: 230px;
    top: 30px; }
  .slider_wrap .item {
    background-position: 50% top !important;
    background-size: 216% !important;
    height: 425px; } }

@media only screen and (max-width: 1023px) {
  .slider_wrap .card_box {
    display: none; }
  .slider_wrap .item {
    background-position: 42% top !important;
    background-size: cover !important; }
  .mobile_slider .owl-theme .owl-dots, .slider_wrap .owl-theme .owl-dots {
    margin-top: 0; } }

@media only screen and (max-width: 768px) {
  .slider_wrap {
    display: none; }
  .mobile_slider {
    display: block;
    margin-bottom: 0; } }

.friend {
  padding: 20px 0 30px; }
  .friend a {
    color: #3f3f3f;
    height: 100%;
    text-decoration: none; }
  .friend ul {
    width: 100%;
    margin: auto;
    padding: 20px 10px 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f2f2; }
  .friend li {
    width: calc(100% / 4 - 10px);
    margin: 0 auto;
    position: relative;
    border-radius: 5px; }
  .friend .icon {
    width: 80px;
    margin-right: 10px; }
  .friend li h5 {
    width: calc(100% - 90px);
    font-weight: bold;
    padding: 0;
    margin: 8px 0 0 0; }
  .friend p {
    font-size: 90%;
    margin-top: 5px; }
  .friend img {
    width: 100%; }
  .friend li::after {
    content: '';
    width: 1px;
    height: 90%;
    background-color: #CCCCCC;
    position: absolute;
    top: 5%;
    left: -1px; }
  .friend li:nth-child(1)::after {
    width: 0; }

.prime_choice {
  padding: 10px 0;
  overflow: hidden; }
  .prime_choice .content_box > div:nth-child(1) {
    margin-right: 20px; }
  .prime_choice .box-shadow {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .prime_choice .sec_title {
    background-color: #158bca;
    color: #fff;
    font-size: 1.25rem;
    padding: 0.2rem 1.2rem; }
    .prime_choice .sec_title strong {
      vertical-align: 0;
      color: #fecd57;
      font-size: 120%;
      font-style: italic; }
    .prime_choice .sec_title small {
      font-size: inherit;
      color: #fecd57;
      vertical-align: 0;
      padding-right: 5px;
      font-style: italic; }
  .prime_choice .col-box {
    width: calc(50% - 13.5px);
    padding: 0; }
  .prime_choice .content_box [class^=col-] {
    padding: 0; }
  .prime_choice .content_box > div:nth-child(odd) {
    margin-right: 25px; }
  .prime_choice li {
    width: 100%;
    padding: 10px;
    margin: 0 10px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
    .prime_choice li .pic {
      padding: 0 0 10px; }
    .prime_choice li .hot {
      background-color: #158bca;
      color: #fff;
      font-size: 1.15rem;
      margin-bottom: 5px;
      height: 30px;
      overflow: hidden; }
    .prime_choice li .t5 {
      line-height: 1.5rem;
      font-weight: 500;
      height: 48px;
      overflow: hidden; }
    .prime_choice li .price {
      color: #CCCCCC;
      margin: 5px 0; }
      .prime_choice li .price span {
        margin-left: 5px; }
    .prime_choice li .reward {
      color: #158bca; }
      .prime_choice li .reward .icon {
        float: left;
        margin-top: 8px; }
      .prime_choice li .reward .hot_price {
        float: right;
        font-size: 2.3rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -1px; }
      .prime_choice li .reward small {
        vertical-align: 0;
        font-size: 50%;
        font-family: inherit; }
  .prime_choice li:nth-child(1) {
    margin-left: 0; }
  .prime_choice li:nth-child(2) {
    margin-right: 0; }
  .prime_choice .event_banner {
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
  .prime_choice a {
    color: #3f3f3f;
    text-decoration: none;
    display: block;
    position: relative; }
    .prime_choice a .mask_end {
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../img/pic/end.png) no-repeat;
      background-position: 50% 47%;
      display: none; }
  .prime_choice img {
    width: 100%;
    display: block; }

.onlyTUE {
  padding: 30px 0 50px; }
  .onlyTUE a {
    color: #3f3f3f;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
  .onlyTUE span.percentage, .onlyTUE span.small {
    font-size: 150%;
    font-weight: bold; }
  .onlyTUE span.small {
    font-size: 110%;
    color: inherit; }
  .onlyTUE li {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    margin: 0 0 10px;
    border: 1px solid #CCCCCC; }
    .onlyTUE li .pic {
      padding: 10px; }
    .onlyTUE li .t5 {
      line-height: 1.5rem;
      font-weight: 500;
      height: 48px;
      overflow: hidden; }
    .onlyTUE li .pic {
      width: 100%; }
    .onlyTUE li .price {
      color: #CCCCCC;
      margin: 5px 0; }
      .onlyTUE li .price span {
        margin-left: 5px; }
    .onlyTUE li .reward {
      color: #158bca; }
      .onlyTUE li .reward .percentage {
        float: left;
        background-color: #158bca;
        color: #fff;
        margin-top: 3px;
        padding: 4px 10px; }
      .onlyTUE li .reward .hot_price {
        float: right;
        font-size: 2.5rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -1px; }
      .onlyTUE li .reward small {
        color: #ffffff;
        font-size: 1.1rem;
        background-color: #d32226;
        width: 27px;
        height: 27px;
        border-radius: 100%;
        display: inline-block;
        line-height: 27px;
        vertical-align: 5px;
        margin-right: 3px; }
      .onlyTUE li .reward small.s {
        background-color: inherit;
        color: inherit;
        vertical-align: 0 !important;
        width: auto !important;
        margin-left: 1px !important; }
  .onlyTUE li:first-child {
    margin-left: 0; }
  .onlyTUE li:last-child {
    margin-right: 0; }
  .onlyTUE img {
    width: 100%; }
  .onlyTUE .content_box {
    position: relative; }
  .onlyTUE .owl-carousel {
    padding: 0 1%; }
  .onlyTUE .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .onlyTUE .owl-nav {
    position: absolute;
    width: 104%;
    left: -2%;
    top: 35%; }
    .onlyTUE .owl-nav [class*='owl-'] {
      font-size: 4.6rem;
      line-height: 0.5;
      margin: 0;
      padding: 0 3px;
      height: 50px; }
  .onlyTUE .owl-prev {
    float: left; }
  .onlyTUE .owl-next {
    float: right; }
  .onlyTUE .owl-dots {
    margin-top: 15px; }

.about ul.spend {
  width: 100%; }

.about ul.spend li {
  vertical-align: top;
  background-color: #f2f2f2;
  text-align: center; }
  .about ul.spend li h5 {
    height: 38px;
    width: 100%;
    background-color: #a2a2a2;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 8px 0; }

.about ul.spend li.inside, .about ul.spend li.outside {
  overflow: hidden; }

.about ul.spend li.inside {
  width: 72%;
  margin-right: 2%; }

.about ul.spend li.outside {
  width: 26%; }

.about ul.inStore {
  padding: 25px 10px 20px;
  width: 100%; }

.about ul.inStore li {
  float: none;
  display: inline-block;
  width: calc(100% / 3 - 10px);
  position: relative; }
  .about ul.inStore li .icon_box {
    position: absolute;
    width: 100%;
    background-color: #d32226;
    color: #fff; }
    .about ul.inStore li .icon_box .icon {
      background-color: #fff;
      padding: 10px;
      margin: -12px auto 10px;
      border: 5px solid #d32226;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.about ul.inStore li:nth-child(2) {
  margin: 0 5px 0; }

.about ul.inStore li.more {
  position: relative;
  width: 97.5%;
  margin: 30px 0 0 10px;
  background-color: #fff;
  padding: 16px 10px 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
  .about ul.inStore li.more .more_text {
    width: 100%;
    font-size: 1.4rem; }
  .about ul.inStore li.more span {
    vertical-align: baseline; }
  .about ul.inStore li.more small {
    font-size: 14px;
    margin-left: 5px; }
  .about ul.inStore li.more span.more_title {
    font-size: 1.25rem;
    background-color: #d32226;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px; }
  .about ul.inStore li.more span.t4 {
    font-size: inherit; }
  .about ul.inStore li.more .red {
    color: #d32226; }

.about ul.inStore li.more::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -14px;
  left: 50%;
  right: 50%;
  margin-left: 240px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  border-color: #fff #fff transparent transparent;
  -webkit-box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.about .txt_box {
  width: 96%;
  margin: 90px auto 0;
  background-color: #fff;
  padding: 16px 10px 10px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
  .about .txt_box .percentage {
    color: #d32226;
    font-size: 7rem;
    font-weight: 800;
    line-height: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    position: relative; }
    .about .txt_box .percentage small {
      font-weight: 400;
      font-size: 50%;
      vertical-align: 0; }
    .about .txt_box .percentage small.add {
      font-size: 70%;
      vertical-align: 32px;
      line-height: 0; }
    .about .txt_box .percentage .bounce {
      width: 52px;
      position: absolute;
      top: 0;
      left: 50%;
      right: 50%;
      margin: 0 0 0 30px;
      font-size: 1.15rem;
      line-height: 1rem;
      color: #fff;
      background-color: #d32226;
      padding: 5px; }
  .about .txt_box h6 {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1.15rem;
    margin: 0; }
    .about .txt_box h6 p {
      font-size: inherit;
      margin: 10px 0 0 0; }

.about .t5 {
  font-size: 1.15rem;
  letter-spacing: 1px;
  margin: 10px 0; }

.about ul.spend li.outside {
  position: relative; }
  .about ul.spend li.outside .icon_box {
    position: absolute;
    width: 90%;
    background-color: #158bca;
    color: #fff;
    top: 63px;
    left: 5%; }
    .about ul.spend li.outside .icon_box .icon {
      background-color: #fff;
      padding: 10px;
      margin: -12px auto 10px;
      border: 5px solid #158bca;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.about .outside_box {
  width: 86%;
  margin: 95px auto 20px;
  background-color: #fff;
  overflow: hidden;
  color: #158bca;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
  .about .outside_box .percentage {
    color: #158bca;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -4px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
    padding-top: 15px; }
    .about .outside_box .percentage .t5 {
      color: #3f3f3f;
      line-height: 1;
      margin: 0 0 10px;
      letter-spacing: 0; }
    .about .outside_box .percentage small {
      font-weight: 400;
      font-size: 50%;
      vertical-align: 0px;
      padding-left: 5px; }
    .about .outside_box .percentage hr {
      border: 0;
      border-bottom: 1px dashed #158bca;
      width: 55%;
      margin: 15px auto; }
  .about .outside_box h6 {
    font-weight: 400;
    line-height: 1.5rem;
    color: #3f3f3f;
    margin: 2.0rem 0 1.3em;
    font-size: 1.15rem; }
    .about .outside_box h6 p {
      font-size: inherit;
      line-height: inherit; }

.about ul.special {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .about ul.special .t5 {
    width: 100%;
    margin: 0;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 9px 9px 0 0;
    background-color: #a2a2a2; }
  .about ul.special h5 {
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    line-height: 1.5rem; }
    .about ul.special h5 b {
      vertical-align: 0; }
  .about ul.special h6 {
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.3rem; }
  .about ul.special li {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #CCCCCC; }
    .about ul.special li img {
      margin-top: 1.5rem; }
    .about ul.special li .left_box {
      float: left;
      width: 24%;
      text-align: center;
      margin-right: 2%; }
    .about ul.special li .right_box {
      float: left;
      width: 74%;
      text-align: left; }
    .about ul.special li p {
      font-size: inherit;
      padding-left: 10px; }
    .about ul.special li a {
      text-decoration: underline;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .about ul.special li a:hover {
      color: #d32226; }
  .about ul.special li:nth-child(2) {
    margin-right: 0; }
    .about ul.special li:nth-child(2) img {
      width: 90px;
      margin-top: 1.5rem; }

.about .note {
  text-align: center;
  color: #818181; }

.about ol {
  list-style-type: decimal; }

.about ol li {
  margin-left: 20px;
  padding-left: 5px;
  font-size: 0.8rem;
  color: #818181; }

.about .btn_box a.more_about {
  width: 230px;
  margin: 0 10px;
  display: inline-block;
  background-color: #ffba16;
  letter-spacing: 0; }

.about .btn_box .arw {
  vertical-align: 0;
  margin-left: 5px; }

.citi a {
  color: #3f3f3f;
  text-decoration: none;
  cursor: default; }

.citi ul {
  width: 100%;
  margin: auto; }

.citi li {
  width: calc(100% / 3 - 31px);
  margin-bottom: 20px;
  overflow: hidden; }

.citi li:nth-child(3n-1) {
  margin: 0 45px 20px; }

.citi li h5 {
  width: calc(100% - 110px - 15px);
  font-weight: bold;
  padding: 10px 0 0 10px; }

.citi p {
  font-size: 90%;
  margin-top: 7px; }
  .citi p span {
    width: 90px;
    display: block;
    font-size: 70%;
    color: #fff;
    background-color: #CCCCCC;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
    margin-top: 5px; }

.citi img {
  width: 100%; }

.three_step {
  background-color: #f2f2f2;
  padding-bottom: 0;
  overflow: hidden; }
  .three_step .step_box {
    position: relative;
    margin-bottom: 100px; }
  .three_step ul {
    width: 100%;
    overflow: hidden; }
    .three_step ul li {
      width: calc(100% / 3 - 0.5px);
      padding: 1% 0;
      position: relative; }
    .three_step ul li.step_01 {
      background-color: #ccc; }
    .three_step ul li.step_02 {
      background-color: #fff; }
    .three_step ul li.step_03 {
      background-color: #d32226;
      color: #fff; }
    .three_step ul .icon {
      width: 27%; }
    .three_step ul li::before {
      content: '';
      position: absolute;
      z-index: 3;
      top: 17%;
      right: -29px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 30px;
      border-color: transparent transparent transparent #ccc; }
    .three_step ul li.step_02::before {
      border-color: transparent transparent transparent #fff; }
    .three_step ul li.step_03::before {
      border: 0; }
    .three_step ul p {
      font-size: 1.25rem;
      margin: 3.3% 0 0 3%; }
      .three_step ul p b {
        display: block; }
      .three_step ul p small {
        font-size: 90%; }
    .three_step ul img {
      width: 100%;
      display: block; }

#video .content_box {
  max-width: 95%; }

.video-container {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1140px) {
  .about ul.inStore li.more:before {
    margin-left: 31.5%; }
  .onlyTUE li .reward .percentage {
    padding: 4px 5px; }
  .prime_choice li .reward .hot_price {
    font-size: 2.1rem; }
  .prime_choice li .reward .icon {
    margin-top: 8px; }
  .friend .icon {
    margin-right: 5px; }
  .friend li h5 {
    font-size: 1.1rem;
    width: calc(100% - 70px); } }

@media only screen and (max-width: 1024px) {
  .prime_choice a .mask_end {
    background-size: 45%; }
  .citi li {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px; }
  .citi li:nth-child(3n-1) {
    margin: 0 15px 20px; }
  .citi li h5 {
    padding-top: 5px; }
  .onlyTUE .owl-carousel {
    padding: 0 2%; } }

@media only screen and (max-width: 1023px) {
  html, body {
    font-size: 14px; }
  .onlyTUE li {
    padding: 7px; }
  .onlyTUE li .t5 {
    font-size: 1.1rem;
    height: 40px; }
    .onlyTUE li .t5 br {
      display: none; }
  .onlyTUE li .reward .percentage {
    font-size: 0.8rem;
    padding: 4px 5px;
    margin-top: 2px; }
  .onlyTUE li .reward .hot_price {
    font-size: 2.1rem; }
    .onlyTUE li .reward .hot_price small {
      font-size: 12px;
      width: 20px;
      height: 20px;
      line-height: 19px;
      vertical-align: 4px;
      margin-right: 1px; }
  .prime_choice li {
    margin: 0 7px; }
  .prime_choice li .reward .icon {
    float: none;
    margin: 0 auto; }
  .prime_choice li .reward .hot_price {
    width: 100%;
    text-align: center; }
  .about .txt_box .percentage .bounce {
    margin-left: 15.5%; }
  .citi li h5 {
    padding: 5px 0 0 5px; }
  .friend ul {
    padding: 10px; }
  .friend li {
    width: 50%; }
  .friend li:nth-child(1), .friend li:nth-child(2) {
    margin-bottom: 20px; }
  .friend li:nth-child(3)::after {
    width: 0; }
  .friend li:nth-child(1)::before, .friend li:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-color: #CCCCCC; }
  .friend li:nth-child(2)::before {
    left: auto;
    right: 0; }
  .three_step ul li:before {
    border-width: 10px 0 10px 17px;
    right: -17px;
    top: 50%; } }

@media only screen and (max-width: 768px) {
  .about .txt_box {
    margin-top: 60px; }
    .about .txt_box .percentage {
      font-size: 5.5rem; }
    .about .txt_box .percentage .bounce {
      font-size: 14px;
      width: 40px; }
  .about ul.special li:nth-child(2) img {
    width: 80px; }
  .about ul.special li .right_box {
    padding-right: 10px; }
  .video-container:first-child {
    margin-bottom: 20px; }
  .onlyTUE .owl-carousel {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .onlyTUE {
    padding: 20px 0 10px; }
    .onlyTUE .content_box {
      padding: 0 8px; }
    .onlyTUE .owl-item {
      width: 39vw !important;
      margin-right: 15px !important; }
    .onlyTUE .owl-theme .owl-dots .owl-dot span {
      border-radius: 0;
      width: 30px;
      height: 3px;
      margin: 3px; }
    .onlyTUE .owl-theme .owl-dots .owl-dot.active span {
      background-color: #158bca; }
  .about .content_box {
    width: 100%;
    max-width: none; }
  .about ul.spend li {
    width: calc(100% / 3 - 8px);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .about ul.spend li h5 {
      background-color: inherit;
      color: #3f3f3f;
      font-size: 20px;
      letter-spacing: 0;
      margin-top: 10px; }
  .about .icon_box {
    height: 45px;
    text-align: center; }
  .about .t5, .about .icon_box .icon {
    display: inline-block; }
  .about .t5 {
    vertical-align: top;
    margin-left: 5px; }
  .about ul.special {
    max-width: 90%;
    margin: auto;
    display: inherit; }
    .about ul.special li {
      width: 100%;
      overflow: hidden;
      margin-bottom: 20px; }
    .about ul.special li:nth-child(2) img {
      width: 80px;
      margin-top: 1.5rem; }
    .about ul.special .t5 {
      border-radius: 5px 5px 0 0; }
  .about ul.inStore {
    padding: 20px 10px 50px;
    width: 95%;
    margin: 0 auto; }
    .about ul.inStore li .icon_box .icon {
      border: 3px solid #d32226;
      margin: -12px auto 0px; }
    .about ul.inStore li.more {
      margin-left: 1.25%; }
  .about .txt_box {
    margin-top: 20px;
    overflow: hidden;
    padding-top: 2rem;
    height: 185px; }
    .about .txt_box .percentage {
      font-size: 4rem;
      width: 100%;
      float: left;
      margin: 0;
      line-height: 3rem; }
      .about .txt_box .percentage small {
        vertical-align: 17px; }
      .about .txt_box .percentage small.add {
        vertical-align: 15px; }
      .about .txt_box .percentage .bounce {
        position: static;
        margin: 10px auto -5px; }
    .about .txt_box h6 {
      height: auto;
      width: 100%;
      float: left;
      text-align: center;
      font-size: 16px;
      margin: 1rem 0 0 0; }
      .about .txt_box h6 br {
        display: none; }
      .about .txt_box h6 .hide {
        display: inline-block !important; }
      .about .txt_box h6 span, .about .txt_box h6 p {
        display: inline-block; }
    .about .txt_box .left_box, .about .txt_box .right_box {
      float: left;
      width: calc(100% - 130px); }
      .about .txt_box .left_box h6, .about .txt_box .right_box h6 {
        width: 100%;
        margin-top: 1.8rem; }
    .about .txt_box .right_box h6 {
      margin: 0.8rem 0 0.8rem 0; }
    .about .txt_box .right_box:before {
      display: none; }
  .about .btn_box a.more_about {
    width: 150px;
    letter-spacing: 0;
    padding: 5px 5px 6px;
    font-size: 1.0rem;
    margin: 0 5px; }
  .about ul.spend li.inside {
    width: 100%;
    margin: 0 0 -25px 0; }
  .about ul.spend li.outside {
    width: 100%;
    padding-bottom: 40px; }
  .about .outside_box {
    margin: 45px auto 20px;
    padding: 0 10px;
    width: 87.3%; }
    .about .outside_box .bar {
      position: absolute;
      z-index: 2;
      width: 92%;
      height: 45px;
      left: 4%;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .about .outside_box .icon_box {
      width: 100%;
      position: absolute;
      z-index: 3;
      padding-left: 0;
      left: 18%; }
    .about .outside_box .icon {
      background-color: #fff;
      border-radius: 100%;
      margin: -12px 0 0 0;
      border: 3px solid #158bca;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
    .about .outside_box .t5 {
      color: #fff;
      margin-left: 5px; }
    .about .outside_box .percentage {
      float: left;
      margin: 1.5rem 0 1rem 0;
      width: 100%;
      text-align: center;
      font-size: 30px;
      letter-spacing: -2px; }
      .about .outside_box .percentage .t5 {
        vertical-align: baseline;
        margin: 0 2px; }
      .about .outside_box .percentage hr {
        width: 90%;
        margin: 5px auto; }
    .about .outside_box h6 {
      height: auto;
      width: calc(100% - 130px);
      float: right;
      text-align: left;
      font-size: 16px;
      margin-top: 6rem; }
      .about .outside_box h6 br {
        display: none; }
      .about .outside_box h6 .hide {
        display: inline-block !important; }
  .about ol {
    width: 90%;
    margin: 0 auto; }
  .about .note {
    width: 90%;
    margin: auto; }
  .prime_choice .content_box {
    display: block;
    overflow: hidden;
    padding: 0 10px; }
  .prime_choice .content_box > div:first-child {
    margin: 0 0 30px; }
  .prime_choice .content_box .col-box {
    width: 100%; }
  .citi .content_box {
    padding: 0 10px; }
  .citi a {
    display: block;
    text-align: center; }
  .citi .icon {
    margin: 0 auto; }
  .citi li h5 {
    width: 95%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 10px auto 0; }
  .citi p {
    line-height: 1.2rem;
    margin-top: 5px; }
    .citi p span {
      font-size: 11px;
      margin: 5px auto 0; }
  .citi li {
    width: calc(100% / 3 - 5px);
    margin: 0 0 10px; }
  .citi li:nth-child(3n-1) {
    margin: 0 7px 10px; }
  .citi .more_about a.more_about {
    display: table; }
  .friend a {
    display: block;
    width: 100%; }
  .friend .icon {
    width: 85px;
    margin: auto; }
  .friend li h5 {
    width: 100%;
    text-align: center;
    margin: 0; }
  .friend p {
    margin: 0; }
  .three_step ul li {
    display: block;
    padding: 7px 0 10px; }
  .three_step ul .icon {
    width: 50%;
    margin: auto; }
  .three_step ul p {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 3px; }
  .three_step br {
    display: none; }
  .three_step ul p small {
    font-size: 80%;
    line-height: 18px; }
  .three_step ul li:before {
    top: 30px; } }

@media only screen and (max-width: 480px) {
  .about ul.special h5 br {
    display: none; }
  .about ul.spend {
    width: 94%;
    margin: 0 auto; }
  .about .txt_box .percentage {
    margin-top: 2rem; }
  .about ul.special li .left_box {
    margin-right: 8px;
    width: 20%; }
  .about ul.special li .left_box img {
    width: 90%;
    margin-top: 10px; }
  .about ul.special li .right_box {
    width: calc(100% - 18% - 17px); }
  .about ul.special li:nth-child(2) img {
    margin-top: 15px; }
  .about .txt_box .left_box h6 {
    margin-top: 2.8rem; }
  .about .txt_box .right_box h6 {
    margin-top: 1.5rem; }
  .about .txt_box .right_box:before {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px dashed #CCCCCC;
    top: 5px; }
  .about ul.inStore {
    width: 100%;
    padding: 20px 5px 50px; }
  .about ul.inStore li.more {
    width: 96%;
    margin: 30px auto 0;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about ul.inStore li.more .more_text {
    line-height: 1.2rem; }
  .about ul.inStore li.more span.more_title {
    display: block;
    width: 100px;
    margin: 0 auto 10px; }
  .about .btn_box a.more_about {
    width: 134px;
    padding: 5px 5px 6px;
    font-size: 0.8rem;
    margin: 0 3px; }
  .about ul.spend li.outside .icon_box {
    width: 94%;
    left: 3%; }
  .onlyTUE li .reward .hot_price {
    font-size: 1.8rem; }
    .onlyTUE li .reward .hot_price small {
      font-size: 11px;
      width: 17px;
      height: 17px;
      line-height: 17px;
      vertical-align: 3px; }
  .onlyTUE li .reward .percentage {
    font-size: 11px;
    padding: 2px 2px;
    margin-top: 1px; } }

@media only screen and (max-width: 420px) {
  .about .txt_box {
    margin-top: 0; } }

@media only screen and (max-width: 410px) {
  .onlyTUE li .t5 {
    font-size: 1rem;
    line-height: 1.3rem;
    height: 36px; }
  .onlyTUE li .reward .hot_price {
    font-size: 1.5rem;
    float: none; }
  .onlyTUE li .reward .percentage {
    padding: 2px 4px;
    float: none;
    width: 70px;
    margin: -2px auto 5px; } }

@media only screen and (max-width: 350px) {
  .onlyTUE li .t5 {
    height: 55px; }
  .about ul.special li:nth-child(1) img {
    width: 87%; }
  .about ul.special li:nth-child(2) img {
    max-width: 100%; }
  .about .txt_box {
    padding: 2rem 5px; }
  .about .txt_box .percentage {
    font-size: 3.2rem; }
  .about .txt_box .left_box, .about .txt_box .right_box {
    width: calc(100% - 110px); } }

.onlyKV_01 {
  background: url("../img/only_KV_01.png") bottom center repeat-x; }

.everyday {
  background-color: #f2f2f2; }
  .everyday h2 {
    margin-bottom: 35px; }
  .everyday a:hover {
    text-decoration: none; }
  .everyday .tab-content {
    width: 100%;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 303px;
    overflow: hidden;
    text-decoration: none; }
    .everyday .tab-content a:hover {
      text-decoration: none; }
    .everyday .tab-content .day_active > div {
      display: inline-block; }
    .everyday .tab-content .t2 {
      text-align: center;
      font-size: 1.9rem;
      color: #d32226;
      margin-bottom: -20px; }
    .everyday .tab-content .t3 {
      text-align: center;
      font-size: 1.6rem;
      color: #d32226; }
    .everyday .tab-content .t5 {
      font-size: 1.25rem;
      padding-top: 5px; }
    .everyday .tab-content .text_box {
      width: 70%;
      margin: 20px auto 0; }
      .everyday .tab-content .text_box img {
        width: 287px;
        display: block; }
      .everyday .tab-content .text_box .pic {
        margin: 2px 10px 10px 0;
        width: 287px; }
      .everyday .tab-content .text_box .t5 {
        width: calc(100% - 287px);
        display: inline-block;
        color: #3f3f3f;
        text-decoration: none;
        text-align: left; }
  .everyday #day_2 .text_box {
    width: 85%; }
  .everyday #day_3 .text_box {
    width: 95%; }
  .everyday #day_4 .text_box, .everyday #day_6 .text_box, .everyday #day_7 .text_box {
    width: 60%; }
  .everyday .nav-tabs {
    border: 0;
    margin-right: -10px; }
  .everyday .nav-tabs > li {
    width: calc(100% / 7 - 10px);
    margin: 0 10px 0 0;
    text-align: center; }
  .everyday .icon_box {
    width: 80px;
    height: 80px;
    vertical-align: -17px;
    margin: auto; }
  .everyday .nav-tabs > li > a {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 0;
    margin: 0; }
    .everyday .nav-tabs > li > a h5 {
      padding: 8px 0;
      margin: 0;
      background-color: #158bca;
      color: #fff; }
    .everyday .nav-tabs > li > a .t6 {
      font-size: 1.1rem;
      padding: 10px;
      color: #158bca; }
  .everyday .nav-tabs > li.active > a, .everyday .nav-tabs > li.active > a:focus {
    border: 1px solid #CCCCCC; }
  .everyday .nav-tabs > li.active > a {
    border-bottom: inherit;
    border: 1px solid #CCCCCC; }
    .everyday .nav-tabs > li.active > a h5 {
      background-color: #d32226; }
    .everyday .nav-tabs > li.active > a .t6 {
      color: #d32226; }

.tab-content > .active a {
  text-decoration: none; }

.credit_only h2 {
  margin-bottom: 35px; }

.credit_only .section {
  padding: 20px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
  .credit_only .section img {
    width: 100%;
    display: block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .credit_only .section .t5 {
    width: 93%;
    margin: 0.5rem auto 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6rem; }
    .credit_only .section .t5 b {
      display: block;
      font-size: 110%; }
  .credit_only .section ul {
    margin-bottom: 5px; }
  .credit_only .section ul li {
    border-right: 1px dashed #CCCCCC;
    position: relative;
    padding: 0 1%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .credit_only .section ul li a {
      text-decoration: none;
      color: #3f3f3f;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .credit_only .section ul li .pic {
      position: relative;
      width: 100%; }
    .credit_only .section ul li .mask {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      overflow: hidden;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      width: 0;
      height: 0;
      left: 50%;
      top: 50%;
      padding-top: 30px;
      color: #fff; }
    .credit_only .section ul li .mask_link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      z-index: 1;
      width: 92%;
      height: 88%;
      margin: 0;
      border: 1px solid #fff;
      top: 6%;
      left: 4%;
      text-align: center;
      padding: 8% 0 0 0;
      opacity: 0;
      color: #fff;
      text-shadow: 0px 0px 5px #000; }
      .credit_only .section ul li .mask_link span.glyphicon {
        font-size: 2.5rem; }
      .credit_only .section ul li .mask_link p {
        font-size: 1.2rem;
        font-weight: 500;
        margin: 10px 0 0 0; }
  .credit_only .section ul li:hover .mask {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .credit_only .section ul li:hover .mask_link {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .credit_only .section ul li:hover a {
    color: #158bca; }
  .credit_only .section ul li:nth-child(4n) {
    border: 0; }
  .credit_only .section ul.pchome {
    margin: 0; }
    .credit_only .section ul.pchome li {
      padding-top: 15px; }
    .credit_only .section ul.pchome li:nth-child(1), .credit_only .section ul.pchome li:nth-child(2), .credit_only .section ul.pchome li:nth-child(3) {
      border-bottom: 1px dashed #CCCCCC;
      padding-top: 0;
      padding-bottom: 15px; }
    .credit_only .section ul.pchome li:nth-child(4) {
      border-right: 1px dashed #CCCCCC; }
    .credit_only .section ul.pchome li:nth-child(3n) {
      border-right: 0; }

.credit_only .subject {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 1px dashed #CCCCCC; }

.credit_note h4.subtitle {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7; }

.credit_note ul.decimal {
  list-style-type: decimal; }
  .credit_note ul.decimal li {
    margin: 0 0 10px 20px; }

.credit_note p {
  font-size: 1rem; }

.credit_note a {
  text-decoration: underline; }

@media only screen and (max-width: 1024px) {
  .everyday .tab-content .text_box {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .everyday .tab-content .text_box .pic {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
      .everyday .tab-content .text_box .pic img {
        width: auto;
        max-width: 95%;
        margin: auto;
        float: none;
        display: block; }
    .everyday .tab-content .text_box .t5 {
      width: 100%; }
  .everyday #day_2 .text_box, .everyday #day_5 .text_box {
    width: 90%; }
  .everyday #day_7 .text_box {
    width: 68%; } }

@media only screen and (max-width: 1023px) {
  .onlyKV_01 hr {
    width: 260px; } }

@media only screen and (max-width: 991px) {
  .credit_only .section {
    padding: 10px; }
    .credit_only .section ul li .mask_link span.glyphicon {
      font-size: 2rem; }
    .credit_only .section ul li .mask_link p {
      margin-top: 5px; } }

@media only screen and (max-width: 767px) {
  .everyday {
    padding: 20px 10px 30px; }
    .everyday .icon_box, .everyday .nav-tabs > li > a .t6 {
      display: none; }
    .everyday ul.nav.nav-tabs {
      width: 93%;
      position: absolute;
      top: 100px;
      left: 3.5%;
      text-align: center; }
    .everyday .tab-content {
      margin-top: 150px; }
    .everyday .nav-tabs > li {
      float: none;
      display: inline-block;
      margin: 0 3px 10px;
      width: calc(100% / 4 - 11px); }
      .everyday .nav-tabs > li a {
        border: 0; }
        .everyday .nav-tabs > li a h5 {
          border-radius: 6px;
          font-size: 16px; }
    .everyday .nav-tabs > li.active > a, .everyday .nav-tabs > li.active > a:focus {
      border: 0; }
    .everyday .nav-tabs > li:nth-child(1), .everyday .nav-tabs > li:nth-child(2), .everyday .nav-tabs > li:nth-child(3) {
      margin: 0 8px 15px; }
    .everyday .nav-tabs > li.active > a h5 {
      position: relative; }
    .everyday .nav-tabs > li.active > a h5:before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      right: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #d32226 transparent transparent transparent; }
    .everyday .day_active > div {
      display: block !important; }
    .everyday .text_box {
      width: 95% !important; }
    .everyday .tab-content .day_active {
      margin-bottom: 35px; }
    .everyday .tab-content .t2 {
      margin-bottom: 0; }
    .everyday .tab-content .t3 {
      padding-top: 10px; }
  .credit_only {
    padding: 20px 10px 30px; }
    .credit_only .section ul {
      margin-bottom: 0px; }
    .credit_only .section ul li {
      padding: 2%;
      border-bottom: 1px dashed #CCCCCC; }
      .credit_only .section ul li .mask_link span.glyphicon {
        font-size: 2.5rem; }
    .credit_only .section ul li:nth-child(3n) {
      border-bottom: 0; }
    .credit_only .section ul li:nth-child(even) {
      border-right: 0; }
    .credit_only .section ul.pchome {
      padding-top: 10px; }
      .credit_only .section ul.pchome li, .credit_only .section ul.pchome li:nth-child(3) {
        border-bottom: 1px dashed #CCCCCC;
        padding-top: 15px; }
      .credit_only .section ul.pchome li:nth-child(3n) {
        border-right: 1px dashed #CCCCCC; }
      .credit_only .section ul.pchome li:nth-child(4), .credit_only .section ul.pchome li:nth-child(6) {
        border-right: 0; }
      .credit_only .section ul.pchome li:nth-child(5), .credit_only .section ul.pchome li:nth-child(6) {
        border-bottom: 0; } }

@media only screen and (max-width: 420px) {
  .credit_only .section {
    padding: 5px; }
    .credit_only .section ul li {
      padding: 8px 5px; }
      .credit_only .section ul li .mask_link span.glyphicon {
        font-size: 1.5rem; }
      .credit_only .section ul li .mask_link p {
        margin-top: 2px;
        font-size: 1rem; }
    .credit_only .section .t5 {
      font-size: 13px;
      width: 100%; } }

@media only screen and (max-width: 350px) {
  .credit_only .section ul li .mask_link {
    padding-top: 4%; } }

.onlyKV_02 {
  background: url("../img/only_KV_02.png") bottom center repeat-x; }
  .onlyKV_02 hr {
    width: 82%; }

.firstGift h2 {
  margin-bottom: 25px; }

.firstGift h5 {
  font-size: 1.15rem; }

.firstGift .date {
  font-size: inherit;
  display: inline-block;
  background-color: #d32226;
  color: #fff;
  padding: 5px 8px;
  margin-right: 5px; }

.firstGift ul {
  padding: 20px 10px 15px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
  .firstGift ul li {
    border-right: 1px dashed #CCCCCC;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 35px; }
  .firstGift ul li:nth-last-child(1) {
    border: 0; }
  .firstGift ul .pic img {
    width: 100%; }
  .firstGift ul img.gift {
    width: 85%; }
  .firstGift ul .t5 {
    font-size: 1.15rem;
    text-align: center;
    padding-bottom: 5px; }
    .firstGift ul .t5 br {
      display: none; }
  .firstGift ul .btn {
    background-color: #818181;
    color: #fff;
    border: 0;
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -40px; }

.firstGift ul.new_gift .t5 {
  height: auto; }

.firstGift ol {
  list-style-type: decimal; }

.firstGift ol li {
  margin-left: 25px;
  padding-left: 5px;
  font-size: 0.8rem;
  color: #818181; }
  .firstGift ol li a {
    text-decoration: underline; }

.choiceGift {
  padding: 0px 0 30px; }
  .choiceGift h5 {
    font-size: 1.15rem; }
  .choiceGift .date {
    font-size: inherit;
    display: inline-block;
    background-color: #d32226;
    color: #fff;
    padding: 5px 8px; }
  .choiceGift span.limit {
    font-size: 75%; }
  .choiceGift ul {
    padding: 20px 10px 15px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
    .choiceGift ul li {
      border-right: 1px dashed #CCCCCC;
      text-align: center;
      cursor: pointer;
      position: relative;
      padding-bottom: 35px; }
    .choiceGift ul li:nth-child(4n) {
      border: 0; }
    .choiceGift ul .pic img {
      width: 100%; }
    .choiceGift ul .t5 {
      padding: 10px 5px 5px;
      text-align: center;
      font-size: 1.15rem;
      line-height: 1.5rem; }
      .choiceGift ul .t5 b {
        display: block;
        font-size: 110%; }
      .choiceGift ul .t5 span {
        font-size: inherit; }
  .choiceGift .btn {
    background-color: #818181;
    color: #fff;
    border: 0;
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -40px; }
  .choiceGift ol {
    list-style-type: disc; }
  .choiceGift ol li {
    margin-left: 25px;
    padding-left: 5px;
    font-size: 0.8rem;
    color: #818181; }
    .choiceGift ol li a {
      text-decoration: underline; }

.gift_note .modal-header {
  background-color: #e5e5e5;
  border-radius: 6px 6px 0 0; }

.gift_note h4.subtitle {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7; }

.gift_note ul.decimal {
  list-style-type: decimal;
  font-size: 1rem; }
  .gift_note ul.decimal li {
    margin: 0 0 10px 24px;
    line-height: 1.5rem; }
  .gift_note ul.decimal img {
    width: 100%;
    max-width: 100%; }
  .gift_note ul.decimal img.mobile {
    display: none !important; }

.gift_note p {
  font-size: 1rem; }

.gift_note a {
  text-decoration: underline; }

@media only screen and (max-width: 1023px) {
  .onlyKV_02 hr {
    width: 71%; }
  .choiceGift span.limit {
    display: block;
    padding-top: 3px; } }

@media only screen and (max-width: 767px) {
  .firstGift {
    padding: 20px 10px 30px; }
    .firstGift h5 {
      padding: 0 !important; }
    .firstGift ul li {
      border-bottom: 1px dashed #CCCCCC;
      padding: 15px 15px 45px; }
    .firstGift ul li:nth-child(2n) {
      border-right: 0; }
    .firstGift ul.new_gift li {
      border-right: 0;
      padding: 8px 3px; }
    .firstGift ul.new_gift .pic {
      width: 49%;
      float: left; }
    .firstGift ul.new_gift .pic img {
      width: 100%; }
    .firstGift ul.new_gift .t5 {
      margin-top: 30px; }
    .firstGift ul.new_gift .t5 br {
      display: block; }
    .firstGift ul .btn {
      position: static;
      margin: 0 auto; }
  .choiceGift {
    padding: 0 10px 30px; }
    .choiceGift h5 {
      padding: 0 !important; }
    .choiceGift ul li {
      border-bottom: 1px dashed #CCCCCC;
      padding: 15px 15px 45px; }
    .choiceGift ul li:nth-child(2n) {
      border-right: 0; }
    .choiceGift ul li:nth-child(3n) {
      border-bottom: 0; }
    .choiceGift .btn {
      bottom: 10px; }
  .choiceGift span.limit {
    display: block; }
  .choiceGift .date, .firstGift .date {
    display: block;
    width: 250px;
    margin: 0 auto 8px; }
  .gift_note ul.decimal img.pc {
    display: none !important; }
  .gift_note ul.decimal img.mobile {
    display: block !important; } }

@media only screen and (max-width: 420px) {
  .firstGift ul, .choiceGift ul {
    padding: 10px 10px 7px; }
  .choiceGift ul .t5 {
    font-size: 14px; } }

.onlyKV_03 {
  background: url("../img/only_KV_03-1.jpg") bottom center repeat-x; }
  .onlyKV_03 hr {
    width: 65%; }
  .onlyKV_03 .t4 {
    margin: -5px 0 5px 0; }
  .onlyKV_03 .t2 {
    margin-bottom: 10px; }

img.point {
  width: 38px;
  vertical-align: -4px;
  margin: 0 3px; }

.whatP *, .whatP a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.whatP h2 {
  margin-bottom: 50px; }

.whatP ul {
  margin: 40px -15px 0; }
  .whatP ul .icon_box {
    width: 100%;
    background-color: #158bca;
    color: #fff;
    padding: 10px 5px;
    position: relative; }
  .whatP ul .icon {
    position: absolute;
    background-color: #fff;
    width: 95px;
    height: 95px;
    top: -12px;
    left: 50%;
    right: 50%;
    margin-left: -47.5px;
    border: 5px solid #158bca;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  .whatP ul .t5 {
    font-size: 1.25rem;
    padding-top: 80px; }
  .whatP ul li:hover a {
    text-decoration: none;
    color: #fff; }
  .whatP ul li:hover .icon_box {
    background-color: #d32226; }
  .whatP ul li:hover .icon {
    animation: swing 1s infinite;
    -webkit-animation: swing 1s infinite;
    border: 5px solid #d32226; }
  .whatP ul li:hover .icon_dollars, .whatP ul li:hover .icon_infinite, .whatP ul li:hover .icon_365day, .whatP ul li:hover .icon_30day {
    background: url("../img/icon_PPoint2_hover.png") top no-repeat #fff;
    background-size: 400px; }
  .whatP ul li:hover .icon_dollars {
    background-size: 430px;
    background-position: 16px -2px; }
  .whatP ul li:hover .icon_infinite {
    background-position: -92px 2px; }
  .whatP ul li:hover .icon_365day {
    background-position: -207px 2px; }
  .whatP ul li:hover .icon_30day {
    background-size: 380px;
    background-position: -299px 5px; }

.whatP .more {
  padding: 30px 0; }
  .whatP .more h6 {
    margin: 5px 0 0;
    line-height: 1.6rem; }
  .whatP .more a {
    color: #158bca;
    text-decoration: underline; }
  .whatP .more .block {
    font-size: inherit;
    font-weight: inherit;
    display: inline-block; }

.whatP .leftBar, .whatP .rightBar {
  font-weight: 900;
  font-size: 4.5rem;
  color: #9dcde7;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 100px; }

.whatP .rightBar {
  left: inherit;
  right: 100px; }

.moreBest, .howGet, .howUse, .flowChart {
  padding-top: 20px; }
  .moreBest a, .howGet a, .howUse a, .flowChart a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .moreBest h2, .howGet h2, .howUse h2, .flowChart h2 {
    margin-bottom: 35px; }
  .moreBest .icon_box, .howGet .icon_box, .howUse .icon_box, .flowChart .icon_box {
    width: 190px; }
  .moreBest .icon, .howGet .icon, .howUse .icon, .flowChart .icon {
    width: 190px;
    height: 190px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .moreBest a:hover .icon, .howGet a:hover .icon, .howUse a:hover .icon, .flowChart a:hover .icon {
    animation: swing 1s infinite;
    -webkit-animation: swing 1s infinite; }
  .moreBest .text_box, .howGet .text_box, .howUse .text_box, .flowChart .text_box {
    width: calc(100% - 220px);
    margin-top: 30px; }
    .moreBest .text_box h4, .howGet .text_box h4, .howUse .text_box h4, .flowChart .text_box h4 {
      margin-bottom: 10px;
      color: #158bca; }
  .moreBest a.linepay, .howGet a.linepay, .howUse a.linepay, .flowChart a.linepay {
    color: #158bca; }
  .moreBest p, .howGet p, .howUse p, .flowChart p {
    font-size: 16px; }
  .moreBest .box01, .howGet .box01, .howUse .box01, .flowChart .box01 {
    overflow: hidden;
    padding: 20px 150px;
    background-color: #f2f2f2; }
    .moreBest .box01 .icon_box, .howGet .box01 .icon_box, .howUse .box01 .icon_box, .flowChart .box01 .icon_box {
      float: left; }
    .moreBest .box01 .text_box, .howGet .box01 .text_box, .howUse .box01 .text_box, .flowChart .box01 .text_box {
      float: right; }
  .moreBest .box02, .howGet .box02, .howUse .box02, .flowChart .box02 {
    overflow: hidden;
    padding: 20px 150px;
    background-color: #dcdcdc; }
    .moreBest .box02 .icon_box, .howGet .box02 .icon_box, .howUse .box02 .icon_box, .flowChart .box02 .icon_box {
      float: right; }
    .moreBest .box02 .text_box, .howGet .box02 .text_box, .howUse .box02 .text_box, .flowChart .box02 .text_box {
      float: left; }

.howUse .text_box h4 {
  color: #d32226; }

.moreBest .text_box {
  margin-top: 10px; }

.moreBest span.note {
  color: inherit;
  font-size: inherit;
  line-height: 40px;
  color: #818181; }

#exchangeP .box01 {
  padding: 20px;
  font-size: 16px; }

#exchangeP h4 {
  margin-bottom: 10px;
  color: #158bca; }

#exchangeP img.logos {
  width: 100%; }

#exchangeP ul {
  margin-left: -10px; }
  #exchangeP ul img {
    display: block;
    width: 100%; }
  #exchangeP ul li {
    width: calc(100% / 5 - 10px);
    margin: 5px 0 15px 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px;
    border: 1px solid #dcdcdc; }
  #exchangeP ul a {
    display: block;
    width: 100%; }

.flowChart strong {
  vertical-align: 0; }

#flowChart_step p.strong {
  font-size: 16px;
  font-weight: bold; }

#flowChart_step img {
  width: 100%; }

#flowChart_step .goP {
  margin: 10px auto 0;
  display: block;
  border: 0;
  background-color: #fecd57;
  width: 150px;
  font-size: 1.2rem;
  color: #fff; }

#flowChart_step p.mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .whatP ul {
    margin: 40px -10px 0; }
    .whatP ul li {
      padding: 0 10px; } }

@media only screen and (max-width: 1023px) {
  .onlyKV_03 hr {
    width: 61%; }
  .whatP h2 hr {
    width: 180px; }
  .whatP .more h6 {
    width: 80%;
    margin: 0 auto; }
  .whatP .leftBar {
    top: 5px;
    left: 50px; }
  .whatP .rightBar {
    top: 5px;
    right: 50px; }
  .howGet h2 hr, .howUse h2 hr, .moreBest h2 hr, .flowChart h2 hr {
    width: 260px; }
  .howGet .box01, .howGet .box02, .howUse .box01, .howUse .box02, .moreBest .box01, .moreBest .box02, .flowChart .box01, .flowChart .box02 {
    padding: 20px 40px; }
  #flowChart_step p.mobile {
    display: block; }
  #flowChart_step p.pc {
    display: none; }
  #exchangeP ul li {
    width: calc(100% / 3 - 10px); } }

@media only screen and (max-width: 767px) {
  .onlyKV_03 .t4 {
    margin-top: -5px !important; }
  .onlyKV_03 .t2 {
    margin-bottom: 10px !important; }
  img.point {
    width: 33px; }
  .whatP {
    padding: 20px 0; }
    .whatP h2 hr {
      width: 140px !important; }
    .whatP h6 {
      line-height: 1.5rem; }
    .whatP ul {
      margin: 30px -5px 0;
      padding: 0 10px; }
      .whatP ul .t5 {
        font-size: 16px;
        padding-top: 60px; }
      .whatP ul li {
        margin-bottom: 25px;
        padding: 0 5px; }
      .whatP ul .icon {
        width: 75px;
        height: 75px;
        border: 3px solid #158bca;
        margin-left: -37.5px; }
      .whatP ul li:hover .icon_dollars, .whatP ul li:hover .icon_infinite, .whatP ul li:hover .icon_365day, .whatP ul li:hover .icon_30day {
        background: url("../img/icon_PPoint2_hover.png") top no-repeat #fff;
        width: 75px;
        height: 75px;
        border: 3px solid #d32226;
        background-size: 330px;
        background-position: 15px 1px; }
      .whatP ul li:hover .icon_infinite {
        background-position: -77px 2px; }
      .whatP ul li:hover .icon_365day {
        background-position: -171px 2px; }
      .whatP ul li:hover .icon_30day {
        background-size: 300px;
        background-position: -234px 6px; }
    .whatP .more {
      padding: 0 40px; }
    .whatP .leftBar {
      font-size: 6rem;
      left: 0px; }
    .whatP .rightBar {
      font-size: 6rem;
      right: 0px; }
    .whatP .more .block {
      display: block;
      margin: auto; }
    .whatP .more h6 br {
      display: none; }
    .whatP .leftBar, .whatP .rightBar {
      top: -20px; }
  .howGet, .howUse, .moreBest {
    padding: 10px 0 20px; }
    .howGet h2 hr, .howUse h2 hr, .moreBest h2 hr {
      width: 200px !important; }
    .howGet .content_box, .howUse .content_box, .moreBest .content_box {
      padding: 0 10px; }
    .howGet .icon, .howUse .icon, .moreBest .icon {
      margin: auto;
      width: 120px;
      height: 120px; }
    .howGet .box01 .icon_box, .howGet .box02 .icon_box, .howUse .box01 .icon_box, .howUse .box02 .icon_box, .moreBest .box01 .icon_box, .moreBest .box02 .icon_box {
      float: none;
      margin: auto;
      width: 100%; }
    .howGet .box01 .text_box, .howGet .box02 .text_box, .howUse .box01 .text_box, .howUse .box02 .text_box, .moreBest .box01 .text_box, .moreBest .box02 .text_box {
      float: none;
      width: 100%;
      text-align: center; }
    .howGet .text_box p, .howUse .text_box p, .moreBest .text_box p {
      text-align: left; }
  #exchangeP .box01 {
    padding: 10px 10px; }
  #exchangeP ul li {
    width: calc(100% / 2 - 10px);
    margin: 5px 0 5px 10px; } }

@media only screen and (max-width: 420px) {
  .howGet .box01, .howGet .box02, .howUse .box01, .howUse .box02 {
    padding: 20px 20px; }
  .whatP .more h6 {
    width: 100%; }
  .whatP .more .block {
    display: inline-block; } }

.onlyKV_04 {
  background: url("../img/only_KV_04.png") bottom center repeat-x; }
  .onlyKV_04 .sub_title_box {
    width: 400px;
    margin: 70px 0 0 105px; }
  .onlyKV_04 .t4 {
    margin: -5px 0 5px 0; }
  .onlyKV_04 .t2 {
    margin-bottom: 10px; }

#question {
  padding: 0; }

.common_Q {
  padding-bottom: 0; }
  .common_Q h2 {
    margin-bottom: 20px; }
  .common_Q .right_box {
    float: right;
    width: 46%;
    text-align: right;
    padding-top: 10px; }
    .common_Q .right_box img {
      width: 450px;
      max-width: 100%; }
  .common_Q .left_box {
    width: 50%;
    margin-right: 4%; }
    .common_Q .left_box .btn {
      font-size: 1.15rem;
      border-bottom: 1px dotted #dcdcdc;
      width: 100%;
      text-align: left;
      padding: 8px 12px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .common_Q .left_box span.Q {
      font-size: 1.4rem;
      font-weight: bold;
      vertical-align: 0;
      padding-right: 5px;
      color: #d32226; }
    .common_Q .left_box span.title {
      font-size: inherit; }
  .common_Q .btn:focus, .common_Q .btn:active {
    outline: none;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
  .common_Q .btn:hover {
    background-color: #158bca;
    color: #fff; }
  .common_Q .btn:hover span.Q {
    color: #fff; }

.tab_Q:before {
  content: '';
  width: 100%;
  height: 64px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0; }

.tab_Q {
  padding: 0;
  padding-top: 100px; }
  .tab_Q .content_box {
    position: relative;
    height: 64px;
    padding: 0;
    max-width: 100%; }
  .tab_Q .nav-tabs {
    border-bottom: 0;
    position: absolute;
    z-index: 9;
    width: 75%;
    height: calc(100% - 1px);
    bottom: 1px;
    left: 286px; }
  .tab_Q .nav-tabs > li {
    display: block;
    float: none;
    width: calc(100% / 4 - 3px);
    height: 100%;
    border: 0;
    margin: 0; }
  .tab_Q .nav-tabs > li > a {
    border-radius: 0;
    position: relative;
    color: #fff;
    border: 0; }
    .tab_Q .nav-tabs > li > a .text_box {
      font-size: inherit;
      margin-top: 13px; }
    .tab_Q .nav-tabs > li > a span {
      font-size: inherit;
      line-height: inherit;
      display: inline-block;
      vertical-align: 0; }
  .tab_Q li#tab_D .text_box span {
    display: block; }
  .tab_Q .nav-tabs > li > a:hover, .tab_Q .nav > li > a:focus {
    background-color: inherit; }
  .tab_Q .nav-tabs > li > a:after {
    content: '';
    position: absolute;
    left: 0.5%;
    bottom: 0;
    z-index: -1;
    width: 99%;
    height: 100%;
    background-color: #a2a2a2;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg); }
  .tab_Q .nav-tabs > li > a, .tab_Q .nav-tabs > li.active > a, .tab_Q .nav-tabs > li.active > a:focus, .tab_Q .nav-tabs > li.active > a:hover {
    height: 100%;
    width: 100%;
    border: 0; }
  .tab_Q .nav-tabs > li.active > a {
    background-color: inherit;
    color: #fff; }
  .tab_Q .nav-tabs > li.active > a:after {
    content: '';
    position: absolute;
    left: 1.5%;
    bottom: 0;
    z-index: -1;
    width: 99%;
    height: 80px;
    background-color: #158bca;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg); }

.sort_Q {
  overflow: hidden;
  padding-top: 0; }
  .sort_Q .left_box {
    width: 275px;
    float: left; }
    .sort_Q .left_box .nav-tabs > li {
      width: 100%;
      float: none; }
  .sort_Q .right_box {
    width: calc(100% - 275px);
    float: right;
    padding-left: 30px;
    border-left: 1px solid #dcdcdc;
    min-height: 340px; }
    .sort_Q .right_box .tab-content {
      padding: 30px 0;
      width: 97%; }
    .sort_Q .right_box .btn {
      font-size: 1.15rem;
      border-bottom: 1px dotted #dcdcdc;
      width: 100%;
      text-align: left;
      padding: 8px 12px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .sort_Q .right_box span.Q {
      font-size: 1.4rem;
      font-weight: bold;
      vertical-align: 0;
      padding-right: 5px;
      color: #d32226; }
    .sort_Q .right_box span.title {
      font-size: inherit; }
  .sort_Q .btn:focus, .sort_Q .btn:active {
    outline: none;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
  .sort_Q .btn:hover {
    background-color: #158bca;
    color: #fff; }
  .sort_Q .btn:hover span.Q {
    color: #fff; }
  .sort_Q .nav-tabs {
    margin-right: -1px;
    border: 0;
    padding-top: 30px; }
  .sort_Q .nav-tabs > li > a {
    width: 100%;
    border: 0;
    margin: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .sort_Q .nav-tabs > li.active > a {
    border: 0;
    background-color: #158bca;
    color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .sort_Q .nav-tabs > li > a:hover {
    border: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .sort_Q .icon {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid;
    width: 15px;
    height: 15px;
    vertical-align: -1px;
    text-align: center;
    line-height: 13px; }

@media only screen and (max-width: 1160px) {
  .tab_Q .nav-tabs {
    left: 266px;
    width: calc(100% - 266px); }
  .sort_Q .left_box {
    width: 230px;
    float: left; }
  .sort_Q .right_box {
    width: calc(100% - 230px); } }

@media only screen and (max-width: 1023px) {
  .onlyKV_04 hr {
    width: 81%; }
  .tab_Q .nav-tabs > li > a {
    padding: 5px; }
  .tab_Q .nav-tabs > li > a .text_box {
    margin-top: 5px;
    line-height: 16px; }
  .tab_Q .nav-tabs > li > a span {
    display: block; }
  .tab_Q .nav-tabs > li:nth-child(2) a {
    padding-top: 5px; }
  .tab_Q .nav-tabs > li:nth-child(2) .text_box, .tab_Q .nav-tabs > li:nth-child(3) .text_box {
    margin-top: 16px; }
  .tab_Q li#tab_D .text_box {
    margin-top: 16px; } }

@media only screen and (max-width: 991px) {
  .onlyKV_04 .sub_title_box {
    margin: 8% 0 0 -1% !important; } }

@media only screen and (max-width: 767px) {
  .onlyKV_04 .t4 {
    margin-top: -5px !important; }
  .onlyKV_04 .t2 {
    margin-bottom: 10px !important; }
  .onlyKV_04 .sub_title_box {
    margin: 0 auto !important; }
  .common_Q {
    padding: 0 10px; }
    .common_Q .right_box, .common_Q .left_box {
      width: 100%;
      float: none; }
    .common_Q .right_box {
      text-align: center;
      padding: 0; }
      .common_Q .right_box img {
        width: 80%;
        margin-left: 22%; }
    .common_Q .left_box {
      margin-top: 20px; }
  .tab_Q:before {
    background-color: inherit; }
  .tab_Q {
    background-color: #f2f2f2;
    padding-top: 0;
    margin-top: 30px; }
    .tab_Q .content_box {
      height: auto;
      padding: 15px 10px 0; }
    .tab_Q .nav-tabs {
      position: static;
      width: 95%;
      margin: auto; }
    .tab_Q .nav-tabs > li {
      width: calc(50% - 6px);
      margin: 0;
      margin-bottom: 15px; }
    .tab_Q .nav-tabs > li:nth-child(odd) {
      float: left;
      margin-right: 10px; }
    .tab_Q .nav-tabs > li:nth-child(even) {
      float: right; }
    .tab_Q .nav-tabs > li.active > a:after, .tab_Q .nav-tabs > li > a:after {
      width: 0;
      height: 0; }
    .tab_Q .nav-tabs > li.active > a:before {
      content: '';
      position: absolute; }
    .tab_Q .nav-tabs > li > a {
      height: 50px;
      background-color: #a2a2a2;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .tab_Q .nav-tabs > li.active > a {
      background-color: #158bca;
      position: relative;
      padding: 5px; }
    .tab_Q .nav-tabs > li.active > a:before {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 50%;
      right: 50%;
      margin-left: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #158bca transparent transparent transparent; }
    .tab_Q .nav-tabs > li > a:hover {
      background-color: #818181; }
    .tab_Q .nav > li > a:focus {
      background-color: #158bca;
      height: 50px; }
    .tab_Q .nav-tabs > li > a .text_box {
      margin-top: 3px; }
    .tab_Q .nav-tabs > li > a, .tab_Q .nav-tabs > li.active > a, .tab_Q .nav-tabs > li.active > a:focus, .tab_Q .nav-tabs > li.active > a:hover {
      height: 50px; }
    .tab_Q .nav-tabs > li:nth-child(2) .text_box, .tab_Q .nav-tabs > li:nth-child(3) .text_box {
      margin-top: 0; }
    .tab_Q li#tab_B a, .tab_Q li#tab_C a {
      padding-top: 18px; }
    .tab_Q li#tab_D .text_box {
      margin-top: 12px; }
  .sort_Q {
    padding: 0 10px; }
    .sort_Q .nav-tabs {
      text-align: center;
      border-bottom: 1px solid #CCCCCC;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .sort_Q .left_box, .sort_Q .right_box {
      width: 100%;
      float: none;
      border: 0;
      padding: 0; }
    .sort_Q .left_box .nav-tabs > li {
      width: auto;
      display: inherit;
      float: left;
      margin-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-box-wrap: wrap;
      -webkit-box-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flexbox-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .sort_Q .right_box .tab-content {
      width: 100%; }
    .sort_Q .nav-tabs > li > a {
      padding: 5px 2px 8px;
      color: #3f3f3f;
      position: relative; }
    .sort_Q .nav-tabs > li.active > a {
      background-color: inherit;
      color: #158bca; }
    .sort_Q .nav-tabs > li.active > a:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #158bca; }
    .sort_Q #sub_A .nav-tabs > li:nth-child(3) {
      width: 40%; }
    .sort_Q #sub_A .nav-tabs > li:nth-child(1), .sort_Q #sub_A .nav-tabs > li:nth-child(2) {
      width: 30%; }
    .sort_Q #sub_B .nav-tabs > li:nth-child(1) {
      width: 30%; }
    .sort_Q #sub_B .nav-tabs > li:nth-child(2) {
      width: 35%; }
    .sort_Q #sub_B .nav-tabs > li:nth-child(3) {
      width: 35%; }
    .sort_Q #sub_C .nav-tabs > li {
      width: calc(100% / 2); }
    .sort_Q #sub_D .nav-tabs > li {
      width: 100%; }
    .sort_Q .icon {
      font-size: 12px;
      font-weight: bold;
      width: 12px;
      height: 12px;
      line-height: 11px;
      margin-right: 5px;
      vertical-align: 0; } }

@media only screen and (max-width: 350px) {
  .sort_Q .right_box .btn {
    padding: 8px 2px; } }

.primeEvent {
  height: 330px;
  background-size: cover !important; }
  .primeEvent hr {
    width: 82%; }
  .primeEvent .t4 {
    font-size: 1.5rem;
    margin: 10px 0 0;
    line-height: 2rem; }
  .primeEvent .sub_title_box {
    width: 320px;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 90px 0 0 180px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 5px 10px; }
  .primeEvent .t4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px; }
  .primeEvent .t2, .primeEvent span {
    font-size: 2.15rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px; }
  .primeEvent span {
    vertical-align: top;
    color: #d32226; }
  .primeEvent hr {
    border-top: 2px solid #a2a2a2;
    margin: 0 auto;
    width: 89%; }

.event_box a:focus {
  text-decoration: none; }

p.note {
  margin-top: 20px;
  font-size: 14px; }
  p.note small {
    display: inline-block;
    padding-bottom: 6px; }

.primeBest {
  padding: 20px 0 30px; }
  .primeBest img {
    width: 100%;
    display: block; }
  .primeBest .event_menu {
    width: 210px;
    margin-right: 20px; }
  .primeBest .info_title {
    font-weight: 700;
    font-size: 1.2rem; }
  .primeBest .event_main {
    width: calc(100% - 230px);
    position: relative; }
    .primeBest .event_main ul.decimal {
      list-style-type: decimal; }
      .primeBest .event_main ul.decimal a {
        text-decoration: underline; }
    .primeBest .event_main ul.decimal p {
      font-size: inherit;
      line-height: inherit; }
    .primeBest .event_main ul.decimal li {
      margin: 0 0 10px 20px;
      font-size: 14px;
      line-height: 18px; }
  .primeBest .banner {
    margin: 0 auto 30px;
    position: relative; }
  .primeBest .mask_end {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url(../img/pic/end.png) no-repeat;
    background-position: 50% 60%;
    display: none; }
  .primeBest h3 {
    margin-bottom: 30px; }
  .primeBest h3 span.title {
    padding: 0 15px;
    font-size: inherit;
    font-weight: 500;
    border-bottom: 1px solid #3f3f3f; }
  .primeBest .mask {
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; }
  .primeBest .mask p {
    color: #fde601;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #fee404;
    width: 73%;
    padding: 10px 0 13px;
    margin: 83% auto 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    background-color: rgba(0, 0, 0, 0.5); }

.menu_box {
  width: 210px;
  max-width: 100%;
  background-color: #d3d3d3;
  padding: 5px;
  overflow: hidden;
  display: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .menu_box .menu_head {
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 5px 0; }
    .menu_box .menu_head span.arr {
      display: inline-block;
      font-family: 'Karla', sans-serif;
      letter-spacing: -1px;
      vertical-align: 2px;
      margin-left: 2px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .menu_box ul {
    min-height: 270px;
    padding-bottom: 50px;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 34%, #e5e5e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 34%, #e5e5e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(34%, #fcfcfc), to(#e5e5e6));
    background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 34%, #e5e5e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 34%, #e5e5e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e6',GradientType=0 ); }
    .menu_box ul li {
      border-bottom: 1px solid #e1e1e2;
      background: url(../img/submenu_arrow.png) 95% 9px no-repeat;
      -webkit-box-shadow: 0px 1px 0 #fff;
      -moz-box-shadow: 0px 1px 0 #fff;
      box-shadow: 0px 1px 0 #fff;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .menu_box ul li:hover {
      background: url(../img/submenu_arrow_over.png) 95% 9px no-repeat;
      background-color: #d32226; }
    .menu_box ul li:hover a {
      color: #fff; }
  .menu_box a {
    display: block;
    padding: 8px 33px 8px 8px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

body.iframe {
  font-size: 16px !important; }

.primeBrand {
  background-color: #cce6f8; }
  .primeBrand .banner {
    margin: 40px auto 30px;
    position: relative; }
    .primeBrand .banner .mask_end {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(../img/pic/end.png) no-repeat;
      background-position: 50% 60%;
      display: none; }
  .primeBrand .brother, .primeBrand .event {
    position: relative; }
    .primeBrand .brother a.btn, .primeBrand .event a.btn {
      width: 260px;
      font-size: 2rem;
      position: absolute;
      z-index: 3;
      left: 50%;
      right: 50%;
      bottom: 6%;
      margin-left: -130px;
      background-color: #012652;
      color: #fff;
      border: 0;
      -webkit-box-shadow: 0 3px 0 #fff;
      -moz-box-shadow: 0 3px 0 #fff;
      box-shadow: 0 3px 0 #fff; }
      .primeBrand .brother a.btn .arw, .primeBrand .event a.btn .arw {
        font-size: 1.8rem; }
    .primeBrand .brother img.mobile, .primeBrand .event img.mobile {
      display: none !important; }
  .primeBrand img {
    display: block;
    width: 100%; }

#moreSelect {
  font-size: 16px;
  padding: 3px 12px; }

.bg_white {
  background-color: inherit; }

.lightTheme {
  background-color: inherit; }
  .lightTheme li {
    border: 1px solid #dcdcdc; }

.primeVIP a {
  color: inherit;
  text-decoration: none;
  display: block; }

.primeVIP li {
  width: calc(100%/4 - 11.5px);
  display: inline-block;
  padding: 7px;
  margin: 0 15px 25px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dcdcdc;
  position: relative;
  padding-bottom: 80px; }
  .primeVIP li .pic {
    padding: 0 0 10px;
    width: 100%; }
  .primeVIP li .hot {
    width: 100%;
    background-color: #158bca;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    height: 58px;
    overflow: hidden; }
  .primeVIP li .t5 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 500;
    overflow: hidden; }
  .primeVIP li .price {
    color: #CCCCCC;
    font-size: 14px;
    display: inline-block; }
    .primeVIP li .price span {
      text-decoration: line-through;
      margin-left: 2px; }
  .primeVIP li .reward {
    color: #158bca;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%; }
    .primeVIP li .reward .icon {
      margin: 8px auto; }
    .primeVIP li .reward .hot_price {
      font-size: 2.1rem;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height: 1;
      letter-spacing: -1px; }
    .primeVIP li .reward small {
      vertical-align: 0;
      font-size: 50%;
      font-family: inherit;
      margin-right: 2px; }

.primeVIP li:nth-child(1n) {
  margin-left: 0; }

.primeVIP li:nth-child(4n) {
  margin-right: 0; }

.primeVIP .banner img, .primeVIP .pic img, .primeBrand .banner img, .primeBrand .pic img, .primeBrand .event img, .primeBrand .brother img {
  width: 100%;
  display: block; }

@media only screen and (max-width: 1024px) {
  .primeVIP li {
    padding-bottom: 70px; }
  .primeVIP li .hot {
    font-size: 1rem;
    line-height: 1.3rem;
    height: 50px; }
  .primeVIP li .t5 {
    font-size: 1rem;
    line-height: 1.3rem; }
  .primeVIP li .reward .hot_price {
    font-size: 1.9rem;
    letter-spacing: -2px; }
  .primeVIP li .reward .icon {
    margin-top: 4px; }
  .primeVIP li .price, .primeVIP li .price span {
    font-size: 13px; }
  .primeBrand .banner .mask_end, .primeBest .mask_end {
    background-size: 30%; } }

@media only screen and (max-width: 1023px) {
  .primeBest .content_box {
    display: block; }
  .primeBest .event_menu, .primeBest .event_main {
    width: 100%; }
  .primeBest iframe {
    height: 50px !important; }
  .primeEvent {
    background-size: 160%;
    background-position: 60% bottom;
    height: auto;
    padding-bottom: 24%; }
    .primeEvent .sub_title_box {
      width: 31vw;
      margin: 8% 0 0 16%; } }

@media only screen and (max-width: 850px) {
  .primeBrand .brother a.btn {
    font-size: 3.5vw;
    width: 30vw;
    margin-left: -15vw; } }

@media only screen and (max-width: 767px) {
  .primeEvent {
    background-position: 40% 0 !important;
    margin-bottom: 11vw;
    background-size: 270% !important;
    padding-bottom: 30vw; }
    .primeEvent hr {
      width: 65%; }
    .primeEvent .sub_title_box {
      top: 36vw;
      width: 100%;
      margin: 0;
      right: 0;
      left: 0;
      padding: 0;
      background-color: inherit; }
    .primeEvent .t2, .primeEvent span {
      font-size: 22px;
      margin: 5px 0; }
    .primeEvent .t4 {
      font-size: 18px;
      line-height: 22px;
      margin: 7px 0; }
  .primeVIP li {
    width: calc(50% - 7.5px);
    margin: 0 0 20px !important; }
    .primeVIP li a {
      display: block; }
    .primeVIP li .t5 {
      margin-top: 8px; }
    .primeVIP li .hot {
      height: 38px;
      font-weight: 400; }
    .primeVIP li .reward .hot_price {
      font-size: 2.0rem; }
    .primeVIP li .reward small {
      margin-right: 2px; }
    .primeVIP li .reward .icon {
      float: none;
      margin: 0 auto 5px; }
  .primeVIP li:nth-child(odd) {
    margin: 0 15px 20px 0px !important; }
  .primeBest .mask {
    font-size: 1.5rem; }
  .primeBest .event_main ul.decimal li {
    font-size: 13px;
    line-height: 18px; } }

@media only screen and (max-width: 370px) {
  .primeVIP li .reward .hot_price {
    font-size: 1.9rem; } }

@media only screen and (max-width: 210px) {
  .menu_box {
    display: block; }
  #moreSelect {
    display: none; } }

ul.mk_event li {
  width: calc(50% - 8px);
  margin-bottom: 20px; }

ul.mk_event li:nth-child(even) {
  margin-left: 16px; }

ul.mk_event img {
  border: 1px solid #d3d3d3;
  padding: 3px;
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  ul.mk_event li {
    width: 100%; }
  ul.mk_event li:nth-child(even) {
    margin-left: 0; } }

/* ---------- 共用  ----------*/
h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.t5 {
  font-size: 1.15rem; }

a.keyBlue {
  color: #158bca; }

a:focus, .btn.focus, .btn:focus, .btn:hover {
  outline: none; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*- 垂直置中 -*/
.align-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-flex-item-align: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/*- 垂直靠下 -*/
.space-between {
  -webkit-box-align-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*- 平均間隔 -*/
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center; }

/*- 水平對齊 -*/
.flex-end {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: flex-end; }

/*- 水平靠右 -*/
.flex-wrap {
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

form {
  height: 0;
  padding: 0;
  margin: 0; }

.inline-block {
  display: inline-block; }

.overhide {
  overflow: hidden; }

.mg-btm5 {
  margin-bottom: 5px !important; }

.mg-btm10 {
  margin-bottom: 10px !important; }

.mg-btm20 {
  margin-bottom: 20px !important; }

.mg-btm30 {
  margin-bottom: 30px !important; }

.mg-btm40 {
  margin-bottom: 40px !important; }

.mg-btm60 {
  margin-bottom: 60px !important; }

.noborder {
  border: 0; }

.nopadding {
  padding: 0; }

.w100 {
  width: 100%; }

.w50 {
  width: 50%; }

.radius_XS {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.radius_S {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.radius_M {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important; }

.radius_M_top {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.radius_M_bottom {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }

.radius_L {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px; }

.box-shadow {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }

.opacity {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

img.mobile {
  display: none; }

.btnHover {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.btnHover:after {
  position: absolute;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btnHover:hover:after, .btnHover:focus:after {
  width: 100%;
  left: 0; }

.moreBtn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.moreBtn:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 0px 40px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 0px 40px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0px 0px 40px inset; }

span.arrow {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Karla', sans-serif; }

.arw {
  font-size: 20px;
  vertical-align: -1px;
  font-family: 'Karla', sans-serif;
  display: inline-block;
  line-height: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.new_event * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.bg_medBlue {
  background-color: #cce6f8; }

.bg_grayBlue {
  background-color: #dfeff5; }

@media only screen and (max-width: 10240px) {
  .btnHover:focus:after {
    width: 100%;
    left: 0; } }

@media only screen and (max-width: 1023px) {
  * {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100% !important; }
  html, body {
    font-size: 14px;
    -webkit-text-size-adjust: 100% !important; }
  .desktop {
    display: none !important; }
  .mobile {
    display: block !important; }
  .main_content {
    padding-top: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  #only {
    padding-top: 0; } }

@media only screen and (max-width: 1023px) {
  img.mobile {
    display: block !important; }
  img.pc {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .sub_KV {
    background-size: 160%;
    background-position: 60% bottom;
    height: auto;
    padding-bottom: 24%; }
    .sub_KV .sub_title_box {
      margin: 8% 0 0 6%; } }

@media only screen and (max-width: 767px) {
  .sub_KV {
    background-size: 230%;
    background-position: 33% bottom;
    height: auto;
    padding: 20px 0 36%; }
    .sub_KV .sub_title_box {
      position: static;
      margin: 0 auto;
      width: 100%; }
    .sub_KV .t4 {
      font-size: 1.3rem;
      margin: 5px 0; }
    .sub_KV .t2, .sub_KV span {
      font-size: 1.8rem;
      margin: 0; }
    .sub_KV span {
      vertical-align: top;
      color: #d32226; }
    .sub_KV hr {
      display: none; }
  .section {
    padding-top: 20px; }
  .section .logo_Prime {
    margin: 0 -3px 0 -5px; }
  .radius_M {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }
  .radius_M_top {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .radius_M_bottom {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .main_content.fixPadding {
    padding-top: 35px; }
  .box-shadow {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .main_content h2 {
    font-size: 22px;
    margin-bottom: 10px; }
    .main_content h2 span.title {
      padding: 0 5px;
      font-weight: 600; }
  .main_content h5 {
    font-weight: 400;
    line-height: 1.8rem; }
  h4.modal-title {
    font-size: 1.3rem; }
  .modal:before {
    display: none; } }

body, div, span, h1, p, a, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

.inset {
  text-align: center; }

.inset a {
  color: #06c;
  font: 11px/20px normal; }

.logotype a {
  display: block;
  width: 186px;
  height: 60px;
  text-indent: -9999px; }

#HEADER .logotype a {
  background: url(); }

#HEADER {
  position: relative;
  height: 60px;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: url() repeat-x; }

#HEADER a {
  display: block;
  position: absolute; }

#HEADER .site_roadsign {
  width: 68px;
  height: 65px;
  left: 186px;
  top: 0;
  text-indent: -9999px; }

#HEADER .site_ad {
  left: 312px;
  top: 16px;
  border: 1px solid #ddd; }

#FOOTER {
  margin: 10px 0 20px;
  color: #777;
  font: 13px/1.5 Verdana;
  text-align: center; }

#FOOTER a {
  color: #333;
  font: 13px/1.5 Verdana; }

#FOOTER span {
  margin: 0 4px;
  color: #999;
  font: 12px/1.5 Verdana; }

#GLOBALWRAPPER, #WRAPPER {
  margin: 0 auto; }

#GLOBALWRAPPER {
  overflow: hidden;
  margin-bottom: 7px; }
