/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
.black {
  color: #0c0c0c; }

.gray {
  color: #868686; }

.light-gray {
  color: #aaaaaa; }

.dark {
  color: #3b3b3b; }

.orange {
  color: #ea5413 !important; }

.blue {
  color: #023894; }

.bold {
  font-weight: bold; }

.left {
  float: left; }

.line {
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  float: left; }
  .line.gray {
    border-color: #aaa; }
  .line.light-gray {
    border-color: #e8e8e8; }

.ls1 {
  letter-spacing: 1px; }

.mg20 {
  margin: 20px !important; }

.mg0 {
  margin: 0px !important; }

.up-text {
  text-transform: uppercase; }

.bread-divide-space {
  height: 120px;
  clear: both; }
  @media screen and (max-width: 63.9375em) {
    .bread-divide-space {
      height: 70px;
      clear: both; } }

.divide-space-20 {
  height: 20px;
  clear: both; }
  @media screen and (max-width: 63.9375em) {
    .divide-space-20 {
      height: 10px;
      clear: both; } }

.divide-space-30 {
  height: 30px;
  clear: both; }
  @media screen and (max-width: 63.9375em) {
    .divide-space-30 {
      height: 20px;
      clear: both; } }

.divide-space-40 {
  height: 40px;
  clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-40 {
      height: 30px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-40 {
      height: 20px;
      clear: both; } }

.divide-space-50 {
  height: 50px;
  clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-50 {
      height: 40px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-50 {
      height: 30px;
      clear: both; } }

.divide-space-60 {
  height: 60px;
  clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-60 {
      height: 50px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-60 {
      height: 40px;
      clear: both; } }

.divide-space-80 {
  height: 80px;
  clear: both; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-80 {
      height: 40px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-80 {
      height: 30px;
      clear: both; } }

.c-divide-space-10 {
  height: 10px;
  clear: both; }

.c-divide-space-50 {
  height: 50px;
  clear: both; }

.c-divide-space-100 {
  height: 100px;
  clear: both; }
  @media screen and (max-width: 39.9375em) {
    .c-divide-space-100 {
      height: 50px;
      clear: both; } }

@media screen and (max-width: 63.9375em) {
  .grid-container {
    margin: 0px 20px; } }

@media screen and (max-width: 39.9375em) {
  .grid-container {
    margin: 0px 15px; } }

p.card-title {
  font-size: 28px; }
  @media screen and (max-width: 63.9375em) {
    p.card-title {
      font-size: 24px; } }
  @media screen and (max-width: 39.9375em) {
    p.card-title {
      font-size: 20px; } }

p.cat {
  font-size: 22px; }
  @media screen and (max-width: 63.9375em) {
    p.cat {
      font-size: 20px; } }
  @media screen and (max-width: 39.9375em) {
    p.cat {
      font-size: 18px; } }

@media screen and (max-width: 63.9375em) {
  p.custom-cart-txt {
    font-size: 18px; } }

@media screen and (max-width: 39.9375em) {
  p.custom-cart-txt {
    font-size: 18px; } }

.page_title {
  position: relative;
  z-index: 20; }
  .page_title.no_top {
    margin: 0 auto;
    padding: 0 0 20px 0; }

.card-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 20px 0px; }
  @media screen and (max-width: 63.9375em) {
    .card-box {
      width: 50%;
      float: left; } }
  .card-box.first {
    margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 63.9375em) {
      .card-box.first {
        margin: 20px 0px; } }
  @media screen and (max-width: 39.9375em) {
    .card-box {
      text-align: center;
      margin: auto;
      margin-bottom: 20px; } }
  .card-box .card-img {
    display: inline-block;
    width: calc(45% - 40px);
    margin: 0px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 39.9375em) {
      .card-box .card-img {
        width: calc(70% - 10px);
        margin: 5px;
        float: none; } }
    .card-box .card-img img {
      width: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .card-box .card-article {
    display: inline-block;
    width: calc(55%);
    margin: 0px 10px; }
    @media screen and (max-width: 39.9375em) {
      .card-box .card-article {
        width: calc(55% - 10px);
        margin: 5px;
        float: none; } }
    .card-box .card-article .title {
      letter-spacing: 1px; }
    .card-box .card-article .sub-title {
      margin: 10px;
      letter-spacing: 1px; }
    .card-box .card-article .line {
      height: 1px;
      width: 100%;
      background: #eee;
      margin: 20px 0px; }
      @media screen and (max-width: 63.9375em) {
        .card-box .card-article .line {
          margin: 15px 0px; } }
      @media screen and (max-width: 39.9375em) {
        .card-box .card-article .line {
          margin: 10px 0px; } }
    .card-box .card-article .point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px; }
      @media screen and (max-width: 40em) {
        .card-box .card-article .point {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .card-box .card-article .point p {
        letter-spacing: 1px; }
        .card-box .card-article .point p span {
          font-size: 22px;
          color: #ea5413;
          margin: 0px 5 px;
          letter-spacing: 2px; }
          @media screen and (max-width: 63.9375em) {
            .card-box .card-article .point p span {
              font-size: 20px; } }
          @media screen and (max-width: 39.9375em) {
            .card-box .card-article .point p span {
              font-size: 18px; } }
  .card-box .card-detail {
    display: inline-block;
    width: 100%;
    margin: 0px 15px;
    color: #023894; }
    .card-box .card-detail.mg0 {
      margin: 0; }
    @media screen and (max-width: 39.9375em) {
      .card-box .card-detail {
        text-align: center;
        margin: 5px; } }
    .card-box .card-detail p {
      display: inline-block;
      letter-spacing: 1px; }
    .card-box .card-detail span {
      margin: 0px 10px; }
  .card-box:hover .card-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.cat-area {
  padding: 10px 20px 60px 20px; }
  .cat-area .cat-box:not(.active) {
    padding: 15px;
    background: #023894;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin: 30px 0px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .cat-area .cat-box:not(.active) {
        margin: 30px 5px;
        width: calc(50% - 10px);
        float: left; } }
    @media screen and (max-width: 39.9375em) {
      .cat-area .cat-box:not(.active) {
        width: 90%;
        margin: auto;
        margin-top: 15px;
        padding: 10px; } }
    .cat-area .cat-box:not(.active) p {
      display: inline-block;
      position: relative;
      left: 10px; }
    .cat-area .cat-box:not(.active) .show-arrow {
      width: 15px;
      display: inline-block;
      position: relative;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      left: 15px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      top: -1px; }
    .cat-area .cat-box:not(.active):hover .show-arrow {
      opacity: 1;
      visibility: visible;
      -webkit-transform: rotate(180deg) translateX(-5px);
              transform: rotate(180deg) translateX(-5px); }
  .cat-area .cat-box .card_center {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    padding: 30px 20px; }
    @media screen and (max-width: 39.9375em) {
      .cat-area .cat-box .card_center {
        width: 90%;
        padding: 15px 10px; } }
    .cat-area .cat-box .card_center .list-box {
      list-style-type: none;
      padding: 0;
      text-align: center; }
      .cat-area .cat-box .card_center .list-box li {
        padding: 15px;
        color: #868686;
        border-bottom: 1px solid #e1e1e1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 39.9375em) {
          .cat-area .cat-box .card_center .list-box li {
            padding: 10px; } }
        .cat-area .cat-box .card_center .list-box li.title {
          background: #ea5413;
          color: #fff;
          border: none; }
          .cat-area .cat-box .card_center .list-box li.title:hover {
            border: none; }
        .cat-area .cat-box .card_center .list-box li.active {
          color: #023894; }
        .cat-area .cat-box .card_center .list-box li:not(.active):not(.title) p {
          position: relative;
          left: 10px; }
        .cat-area .cat-box .card_center .list-box li p {
          display: inline-block; }
        .cat-area .cat-box .card_center .list-box li .show-arrow {
          width: 15px;
          display: inline-block;
          position: relative;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          left: 15px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          top: -1px; }
        .cat-area .cat-box .card_center .list-box li:hover {
          border-color: #023894; }
          .cat-area .cat-box .card_center .list-box li:hover .show-arrow {
            opacity: 1;
            visibility: visible;
            -webkit-transform: rotate(180deg) translateX(-5px);
                    transform: rotate(180deg) translateX(-5px); }
    .cat-area .cat-box .card_center .card_cover {
      width: 110px;
      height: 130px;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: -50px;
      top: -60px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(left, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0)); }
    .cat-area .cat-box .card_center:hover .card_cover {
      left: -70px;
      top: -80px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

.cat-txt {
  font-size: 22px; }
  .cat-txt.left {
    display: inline-block;
    float: left; }
  @media screen and (max-width: 63.9375em) {
    .cat-txt {
      font-size: 20px; } }
  @media screen and (max-width: 39.9375em) {
    .cat-txt {
      font-size: 18px;
      width: 100%; } }

.exchange-list .filter-box {
  display: inline-block;
  width: 100%;
  text-align: right;
  height: 40px;
  position: relative;
  top: -2.5px; }
  @media screen and (max-width: 39.9375em) {
    .exchange-list .filter-box {
      margin: 10px 0px; } }
  .exchange-list .filter-box .prompt {
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin-right: 20px; }
    .exchange-list .filter-box .prompt p {
      float: left; }
    @media screen and (max-width: 39.9375em) {
      .exchange-list .filter-box .prompt {
        float: left;
        width: 20%; } }
  .exchange-list .filter-box .filter {
    width: calc(60% - 5px);
    display: inline-block;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: inherit;
    height: 35px; }
    @media screen and (max-width: 39.9375em) {
      .exchange-list .filter-box .filter {
        float: left;
        width: calc(80% - 20px); } }
    .exchange-list .filter-box .filter:focus, .exchange-list .filter-box .filter:hover {
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
    .exchange-list .filter-box .filter:after {
      content: '\25bc';
      position: absolute;
      top: 0;
      right: 12px;
      z-index: 1;
      color: #bbbbbb;
      line-height: 35px;
      font-size: 14px; }
    .exchange-list .filter-box .filter select {
      cursor: pointer;
      font-size: 16px;
      background: transparent;
      background-image: none;
      width: 100%;
      outline: none;
      color: #888888;
      z-index: 2;
      border: none;
      padding: 5px 0px;
      text-overflow: '';
      text-indent: 5px; }

.product-area .cell {
  margin: 20px 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .product-area .cell {
      margin: 20px 0.625rem; } }

.product-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 10px; }
  @media screen and (max-width: 63.9375em) {
    .product-box {
      margin: 0px; } }
  .product-box .img-box {
    margin: 15px 15px 10px 15px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden; }
    .product-box .img-box .img {
      width: 100%;
      min-height: 200px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 63.9375em) {
        .product-box .img-box .img {
          min-height: 250px; } }
    .product-box .img-box .tag {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 15px;
      color: #fff; }
      .product-box .img-box .tag.limit {
        background: #ff2f2f; }
      .product-box .img-box .tag.pre-order {
        background: #b85ac9; }
  .product-box .title {
    margin: 0px 15px; }
  .product-box .point {
    margin: 20px 15px 20px 15px;
    font-weight: bold; }
    .product-box .point span {
      margin: 0px 5px; }
  .product-box .btn-box {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 5px; }
    .product-box .btn-box .exchange {
      width: 100%;
      padding: 15px;
      cursor: pointer; }
      .product-box .btn-box .exchange p {
        display: inline-block; }
      .product-box .btn-box .exchange .show-arrow {
        width: 15px;
        display: inline-block;
        position: relative;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: 15px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        top: -1px; }
  .product-box .two-btn-box {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 5px; }
    .product-box .two-btn-box .exchange {
      width: calc(47.5% - 20px);
      margin: 10px 0px 15px 10px;
      float: left;
      cursor: pointer; }
      .product-box .two-btn-box .exchange p {
        display: inline-block; }
      .product-box .two-btn-box .exchange .show-arrow {
        width: 15px;
        display: inline-block;
        position: relative;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        top: 1px; }
      .product-box .two-btn-box .exchange:hover .show-arrow {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(180deg) translateX(-5px);
                transform: rotate(180deg) translateX(-5px); }
    .product-box .two-btn-box .add-cart {
      width: calc(55% - 20px);
      margin: 10px 0px 15px 15px;
      float: left;
      cursor: pointer; }
      .product-box .two-btn-box .add-cart p {
        display: inline-block; }
      .product-box .two-btn-box .add-cart .show-arrow {
        width: 15px;
        display: inline-block;
        position: relative;
        opacity: 0;
        visibility: hidden;
        left: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        top: 1px; }
      .product-box .two-btn-box .add-cart:hover .show-arrow {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
  .product-box:hover {
    border: 1px solid #ea5413; }
    .product-box:hover .btn-box .exchange .show-arrow {
      opacity: 1;
      visibility: visible;
      -webkit-transform: rotate(180deg) translateX(-5px);
              transform: rotate(180deg) translateX(-5px); }

.slide-area {
  position: relative; }
  .slide-area .gallery-top .swiper-slide {
    text-align: center; }
    .slide-area .gallery-top .swiper-slide .tag {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 15px;
      color: #fff; }
      .slide-area .gallery-top .swiper-slide .tag.limit {
        background: #ff2f2f; }
      .slide-area .gallery-top .swiper-slide .tag.pre-order {
        background: #b85ac9; }
    @media screen and (max-width: 63.9375em) {
      .slide-area .gallery-top .swiper-slide img {
        width: 40%; } }
    @media screen and (max-width: 39.9375em) {
      .slide-area .gallery-top .swiper-slide img {
        width: 50%; } }
    .slide-area .gallery-top .swiper-slide .img {
      background-size: contain;
      background-position: center center;
      height: 350px;
      border-radius: 10px;
      overflow: hidden;
      background-repeat: no-repeat;
      width: 350px;
      margin: auto; }
      @media screen and (max-width: 39.9375em) {
        .slide-area .gallery-top .swiper-slide .img {
          width: 325px;
          height: 325px; } }
  .slide-area .gallery-thumbs {
    margin-top: 20px; }
    .slide-area .gallery-thumbs .swiper-slide .img {
      background-size: cover;
      background-position: center center;
      height: 75px;
      overflow: hidden;
      width: 100%;
      background-repeat: no-repeat; }
  .slide-area .slide-button {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 30px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 39.9375em) {
      .slide-area .slide-button {
        bottom: 30px; } }
    .slide-area .slide-button.prev {
      left: -17.5px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 39.9375em) {
        .slide-area .slide-button.prev {
          left: -10px; } }
    .slide-area .slide-button.next {
      right: -17.5px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 39.9375em) {
        .slide-area .slide-button.next {
          right: -10px; } }
    .slide-area .slide-button .polygon {
      fill: black;
      stroke: none;
      opacity: 0.5;
      stroke-miterlimit: 5;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .slide-area .slide-button:hover .polygon {
      fill: #023894;
      stroke: none;
      opacity: 1;
      stroke-miterlimit: 5;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .slide-area .slide-button:hover.prev {
      left: -22.5px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 39.9375em) {
        .slide-area .slide-button:hover.prev {
          left: -15px; } }
    .slide-area .slide-button:hover.next {
      right: -22.5px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 39.9375em) {
        .slide-area .slide-button:hover.next {
          right: -15px; } }
    .slide-area .slide-button.swiper-button-disabled {
      display: none; }
  .slide-area .swiper-container {
    width: 90%;
    height: 300px;
    border-radius: 10px; }
  .slide-area .swiper-slide-container {
    text-align: center;
    background: #fff;
    height: 100%;
    max-width: 600px;
    margin: auto; }
  .slide-area .gallery-top {
    height: 80%;
    width: 100%; }
  .slide-area .gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0; }
  .slide-area .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4; }
  .slide-area .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1; }

.exchange-detail .detail-box {
  margin-left: 20px; }
  @media screen and (max-width: 63.9375em) {
    .exchange-detail .detail-box {
      margin-left: 0px; } }
  @media screen and (max-width: 39.9375em) {
    .exchange-detail .detail-box {
      margin-left: 0px; } }

.exchange-detail .filter-box {
  display: inline-block;
  width: 50%;
  float: left; }
  .exchange-detail .filter-box .prompt {
    display: inline-block;
    line-height: 35px;
    float: left;
    margin-right: 15px; }
  .exchange-detail .filter-box .filter {
    width: 30%;
    display: inline-block;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 35px;
    float: left;
    width: 55%; }
    @media screen and (max-width: 39.9375em) {
      .exchange-detail .filter-box .filter {
        width: 100%; } }
    .exchange-detail .filter-box .filter:focus, .exchange-detail .filter-box .filter:hover {
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
    .exchange-detail .filter-box .filter:after {
      content: '\25bc';
      position: absolute;
      top: 0px;
      right: 12px;
      z-index: 1;
      color: #bbbbbb;
      line-height: 35px;
      font-size: 14px; }
    .exchange-detail .filter-box .filter select {
      cursor: pointer;
      font-size: 16px;
      background: transparent;
      background-image: none;
      width: 100%;
      outline: none;
      color: #888888;
      z-index: 2;
      border: none;
      text-overflow: '';
      text-indent: 5px; }

.exchange-detail .spec-box {
  display: inline-block;
  width: 100%; }
  .exchange-detail .spec-box .filter-box {
    width: 80%; }
    @media screen and (max-width: 63.9375em) {
      .exchange-detail .spec-box .filter-box {
        width: 100%; } }
    @media screen and (max-width: 39.9375em) {
      .exchange-detail .spec-box .filter-box .filter {
        width: 55%; } }

.exchange-detail .count-box .prompt {
  display: inline-block;
  line-height: 35px;
  float: left;
  margin-right: 15px; }

.exchange-detail .count-box .input-number-wrapper {
  margin: 15px 0px; }
  .exchange-detail .count-box .input-number-wrapper input, .exchange-detail .count-box .input-number-wrapper button {
    border: 1px solid #cbcbcb;
    outline: none;
    font-family: 'Roboto', sans-serif; }
  .exchange-detail .count-box .input-number-wrapper input {
    padding: 7px;
    border-radius: 10px;
    width: 20%;
    text-align: center;
    margin: 0px 10px;
    position: relative;
    top: 2px; }
  .exchange-detail .count-box .input-number-wrapper button {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 7.5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .exchange-detail .count-box .input-number-wrapper button:hover, .exchange-detail .count-box .input-number-wrapper button:active, .exchange-detail .count-box .input-number-wrapper button:focus {
      outline: none; }
    .exchange-detail .count-box .input-number-wrapper button:hover {
      -webkit-box-shadow: 0 0 10px rgba(2, 56, 148, 0.4);
              box-shadow: 0 0 10px rgba(2, 56, 148, 0.4);
      cursor: pointer; }
    .exchange-detail .count-box .input-number-wrapper button:active {
      background: rgba(2, 56, 148, 0.2); }
    .exchange-detail .count-box .input-number-wrapper button.decrease {
      border-radius: 5px; }
    .exchange-detail .count-box .input-number-wrapper button.increase {
      border-radius: 5px; }

.more-btn {
  height: auto;
  position: relative;
  background: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 5px;
  margin: auto;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 63.9375em) {
    .more-btn {
      width: 100%;
      text-align: center;
      margin: 15px 0px; } }
  .more-btn.blue {
    background: #2055a5;
    color: #fff;
    border: 1px solid #2055a5; }
  .more-btn.white {
    background: #fff;
    color: #2055a5;
    border: 1px solid #fff; }
  .more-btn.orange {
    background: #ea5413;
    color: #fff;
    border: 1px solid #fff; }
    .more-btn.orange p {
      color: #fff; }
  .more-btn p {
    display: inline-block; }
    .more-btn p.arrow {
      position: relative;
      left: 7.5px; }
  .more-btn .show-arrow {
    width: 15px;
    display: inline-block;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .more-btn.add-cart {
    margin-right: 10px; }
    .more-btn.add-cart .show-arrow {
      width: 15px;
      display: inline-block;
      position: relative;
      opacity: 0;
      visibility: hidden;
      left: 7.5px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .more-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .more-btn:hover .show-arrow {
      opacity: 1;
      visibility: visible;
      -webkit-transform: rotate(180deg) translateX(-5px);
              transform: rotate(180deg) translateX(-5px); }
    .more-btn:hover.add-cart .show-arrow {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }

.view-other-btn {
  margin: 20px 0px; }
  .view-other-btn .btn-box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 30%;
    background: #fff;
    margin-bottom: 30px; }
    @media screen and (max-width: 64em) {
      .view-other-btn .btn-box {
        width: 50%;
        padding: 5px; } }
    @media screen and (max-width: 39.9375em) {
      .view-other-btn .btn-box {
        width: 70%;
        padding: 5px; } }
    .view-other-btn .btn-box p {
      display: inline-block;
      line-height: 30px;
      color: #023894;
      font-weight: bold;
      letter-spacing: 1px;
      position: relative;
      left: 5px; }
      .view-other-btn .btn-box p.arrow {
        position: relative;
        left: 15px; }
    .view-other-btn .btn-box .img {
      display: inline-block;
      line-height: 30px;
      margin: 0px 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .view-other-btn .btn-box .img img {
        width: 15px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-top: -2px; }
    .view-other-btn .btn-box .btn-cover {
      width: 100px;
      height: 100px;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: -60px;
      top: -60px;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#14000000', endColorstr='#00000000');
      background-image: -owg-linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%); }
    .view-other-btn .btn-box .show-arrow {
      width: 15px;
      display: inline-block;
      position: relative;
      top: 1px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      left: 7.5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .view-other-btn .btn-box.active {
      background: #023894; }
      .view-other-btn .btn-box.active p {
        color: #fff; }
    .view-other-btn .btn-box:hover {
      -webkit-box-shadow: 0 0 25px rgba(2, 56, 148, 0.3);
              box-shadow: 0 0 25px rgba(2, 56, 148, 0.3); }
      .view-other-btn .btn-box:hover .img {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .view-other-btn .btn-box:hover .show-arrow {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(180deg) translateX(-5px);
                transform: rotate(180deg) translateX(-5px); }

.text-editor-area .list {
  padding: 30px 0px; }
  .text-editor-area .list li {
    padding-left: 1.3em;
    list-style-type: none; }
    .text-editor-area .list li p {
      margin: 30px 0px; }
    .text-editor-area .list li:before {
      content: url("../images/giftcertificate/list-icon.png");
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      position: relative;
      top: -2.5px; }

.text-editor-area .attention {
  padding: 0px; }
  .text-editor-area .attention .title {
    margin-bottom: 30px; }
  .text-editor-area .attention li {
    padding-left: 1.3em;
    list-style-type: none;
    margin: 5px 0px; }
    .text-editor-area .attention li:before {
      content: '';
      margin-left: -1em;
      position: relative;
      top: 10px;
      width: 5px;
      height: 5px;
      background: #ea5413;
      border-radius: 100%;
      display: inline-block;
      float: left; }

.point-change .btn-box {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  padding: 10px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 45%;
  background: #fff; }
  .point-change .btn-box.no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .point-change .btn-box {
      width: 50%;
      padding: 5px; } }
  @media screen and (max-width: 39.9375em) {
    .point-change .btn-box {
      width: 50%;
      padding: 5px; } }
  .point-change .btn-box p {
    display: inline-block;
    line-height: 30px;
    color: #023894;
    font-weight: bold;
    letter-spacing: 1px; }
  .point-change .btn-box .img {
    display: inline-block;
    line-height: 30px;
    margin: 0px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .point-change .btn-box .img img {
      width: 15px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-top: -2px; }
  .point-change .btn-box .btn-cover {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -60px;
    top: -60px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#14000000', endColorstr='#00000000');
    background-image: -owg-linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%); }
  .point-change .btn-box:hover {
    -webkit-box-shadow: 0 0 25px rgba(2, 56, 148, 0.3);
            box-shadow: 0 0 25px rgba(2, 56, 148, 0.3); }
    .point-change .btn-box:hover.no-shadow {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .point-change .btn-box:hover .img {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0); } }

.md-radio {
  margin: 10px 0; }
  .md-radio.l10 {
    margin-left: 10px; }
  .md-radio.md-radio-inline {
    display: inline-block;
    width: 100%; }
  .md-radio input[type="radio"] {
    display: none; }
    .md-radio input[type="radio"]:checked + label:before {
      border-color: #363636;
      -webkit-animation: ripple 0.2s linear forwards;
              animation: ripple 0.2s linear forwards; }
    .md-radio input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .md-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom; }
    .md-radio label p {
      margin-top: -2px; }
    .md-radio label:before, .md-radio label:after {
      position: absolute;
      content: '';
      border-radius: 50%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-property: border-color, -webkit-transform;
      transition-property: border-color, -webkit-transform;
      transition-property: transform, border-color;
      transition-property: transform, border-color, -webkit-transform; }
    .md-radio label:before {
      left: 0;
      top: 0px;
      width: 20px;
      height: 20px;
      border: 1px solid #cbcbcb; }
    .md-radio label:after {
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: #363636; }

@media screen and (max-width: 63.9375em) {
  body {
    padding-bottom: 45px; } }

.mobile_botton {
  width: 100vw;
  height: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .mobile_botton.active {
    bottom: 0px;
    height: auto;
    max-height: 400px;
    border-radius: 10px 10px 0px 0px; }
    .mobile_botton.active .botton_center .right_icon {
      opacity: 0.3; }
  .mobile_botton .botton_center {
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
    height: 45px; }
    .mobile_botton .botton_center .left_word {
      width: calc(100% - 60px);
      float: left;
      color: #023894;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 45px; }
    .mobile_botton .botton_center .right_icon {
      width: 45px;
      height: 45px;
      float: right;
      margin: 0px;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .mobile_botton .botton_area {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #fff;
    max-height: 400px;
    overflow: scroll; }

.reveal-overlay {
  z-index: 9999;
  background-color: rgba(10, 10, 10, 0.6); }

.reveal {
  border-radius: 20px;
  outline: none;
  width: 60%; }
  @media screen and (max-width: 63.9375em) {
    .reveal {
      width: 70%;
      padding: 2.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      width: 95%;
      margin: auto;
      height: calc(100vh - 100px) !important;
      min-height: calc(100vh - 100px) !important;
      padding: 20px; } }
  @media screen and (max-width: 63.9375em) {
    .reveal .grid-container {
      margin: 0px; } }
  .reveal .card-img {
    padding: 0px 10px; }
  .reveal .alert {
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .reveal .alert {
        margin: 30px 0 10px 0; } }
  .reveal h1 {
    margin-top: 40px !important; }
  .reveal h2 {
    font-weight: bold;
    letter-spacing: 1px;
    color: #023894;
    text-align: center;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 39.9375em) {
      .reveal h2 {
        margin: 10px 0 10px 0; } }
  .reveal h4 {
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin: 0; }
  .reveal .ticket-alert-title {
    border-bottom: 2px solid #023894; }
    .reveal .ticket-alert-title p {
      letter-spacing: 1px;
      padding: 20px 20px 20px 0px; }
  .reveal .ticket-alert-box {
    border-bottom: 2px solid #e8e8e8; }
    .reveal .ticket-alert-box p {
      letter-spacing: 1px;
      padding: 20px;
      color: #9f9f9f; }
  .reveal .alert-box ul {
    padding-left: 12px;
    padding-top: 5px; }
    .reveal .alert-box ul li {
      margin: 10px; }
      .reveal .alert-box ul li p {
        letter-spacing: 1px; }
  .reveal .barcode-box img {
    padding: 20px; }
  .reveal .prompt-txt {
    text-align: center;
    margin: 15px; }
  .reveal .close {
    background: transparent;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block; }
    .reveal .close:after {
      content: '';
      height: 30px;
      border-left: 2px solid #023894;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .reveal .close:before {
      content: '';
      height: 30px;
      border-left: 2px solid #023894;
      position: absolute;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .reveal .reveal-footer-area p {
    text-align: left;
    margin: 10px 0px;
    letter-spacing: 1px; }
  .reveal .reveal-content-area {
    width: 70%;
    margin: auto; }
    @media screen and (max-width: 64em) {
      .reveal .reveal-content-area {
        width: 90%; } }
    @media screen and (max-width: 48em) {
      .reveal .reveal-content-area {
        width: 100%; } }
  .reveal .attention {
    padding: 0px; }
    .reveal .attention .title {
      margin-bottom: 30px; }
    .reveal .attention li {
      padding-left: 1.3em;
      list-style-type: none;
      margin: 5px 0px; }
      .reveal .attention li:before {
        content: '';
        margin-left: -1em;
        position: relative;
        top: 10px;
        width: 5px;
        height: 5px;
        background: #868686;
        border-radius: 100%;
        display: inline-block;
        float: left; }
  .reveal .btn-box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 25%;
    background: #fff;
    margin-bottom: 30px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .reveal .btn-box {
        width: 50%;
        padding: 5px; } }
    @media screen and (max-width: 39.9375em) {
      .reveal .btn-box {
        width: 50%;
        padding: 5px; } }
    .reveal .btn-box p {
      display: inline-block;
      line-height: 30px;
      color: #023894;
      font-weight: bold;
      letter-spacing: 1px;
      position: relative;
      left: 5px; }
      .reveal .btn-box p.arrow {
        position: relative;
        left: 15px; }
    .reveal .btn-box .img {
      display: inline-block;
      line-height: 30px;
      margin: 0px 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .reveal .btn-box .img img {
        width: 15px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-top: -2px; }
    .reveal .btn-box .btn-cover {
      width: 100px;
      height: 100px;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: -60px;
      top: -60px;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#14000000', endColorstr='#00000000');
      background-image: -owg-linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%); }
    .reveal .btn-box .show-arrow {
      width: 15px;
      display: inline-block;
      position: relative;
      top: 1px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      left: 7.5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .reveal .btn-box.active {
      background: #023894; }
      .reveal .btn-box.active p {
        color: #fff; }
    .reveal .btn-box:hover {
      -webkit-box-shadow: 0 0 25px rgba(2, 56, 148, 0.3);
              box-shadow: 0 0 25px rgba(2, 56, 148, 0.3); }
      .reveal .btn-box:hover .img {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .reveal .btn-box:hover .show-arrow {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(180deg) translateX(-5px);
                transform: rotate(180deg) translateX(-5px); }
  .reveal .close-button {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer; }
    @media screen and (max-width: 63.9375em) {
      .reveal .close-button {
        top: 4%;
        right: 4%; } }
    @media screen and (max-width: 39.9375em) {
      .reveal .close-button {
        top: 3.5%;
        right: 5%; } }
