@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* -----RESET---------------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit; }

ul, li {
  list-style: none;
  font-size: inherit; }

pre {
  white-space: normal; }

img {
  display: block;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

iframe {
  display: block;
  border: none;
  max-width: 100%;
  max-height: 100%; }

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none; }

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

input[type="search"],
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"]:active {
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit; }

option {
  background-color: transparent; }

table {
  width: 100%;
  border-collapse: collapse; }

code {
  display: block;
  background: #f4f4f4;
  padding: 10px;
  border-left: 3px solid #fec128; }

::selection {
  background: #555;
  color: #ffffff; }

::-moz-selection {
  background: #555;
  color: #ffffff; }

/* ---------BLOCK------------ */
.w1000,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  margin: 0 auto; }

.w1000 {
  max-width: 1000px; }

.w1200 {
  max-width: 1200px; }

.w1300 {
  max-width: 1300px; }

.w1400 {
  max-width: 1400px; }

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px; }

.col100 {
  width: 100%; }

.col90 {
  width: 90%; }

.col80 {
  width: 80%; }

.col75 {
  width: 75%; }

.col70 {
  width: 70%; }

.col66 {
  width: 66.6666%; }

.col60 {
  width: 60%; }

.col55 {
  width: 55%; }

.col50 {
  width: 50%; }

.col50:nth-child(odd) {
  margin-left: 0px; }

.col45 {
  width: 45%; }

.col40 {
  width: 40%; }

.col30 {
  width: 30%; }

.col33 {
  width: 33.3333%; }

.col25 {
  width: 25%; }

.col20 {
  width: 20%; }

.col15 {
  width: 15%; }

.col05 {
  width: 05%; }

.ib-middle {
  display: inline-block;
  vertical-align: middle; }

.ib-top {
  display: inline-block;
  vertical-align: top; }

.flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.fleft {
  display: block;
  float: left;
  margin-left: 0; }

.fright {
  display: block;
  float: right;
  margin-left: 0; }

.cf:after {
  content: '';
  display: table;
  clear: both; }

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px; }

.w1000,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  margin: 0 auto; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 20px 0; }

hr.no-top {
  margin-top: 0; }

hr.no-bottom {
  margin-bottom: 0; }

hr.no {
  margin: 0; }

.padding-v {
  padding: 50px 0; }

/* -------------RWD--------------- */
@media screen and (max-width: 1023px) {
  .w1000,
  .w1200,
  .w1300 {
    width: 90%; }

  .padding-v {
    padding: 20px 0 30px; } }
/*----lightbox---------*/
.lightBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  display: none; }
  .lightBox .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .lightBox .box {
    width: 90%;
    max-width: 1350px;
    background-color: #ffffff;
    margin: 150px auto;
    position: relative;
    cursor: default; }
    .lightBox .box .box-content {
      position: relative;
      border-bottom: 1px solid #ddd;
      min-height: 300px; }
      .lightBox .box .box-content h6.title {
        border-bottom: 1px solid #ddd;
        font-size: 1.4em;
        padding: 15px 20px;
        font-weight: bold;
        font-style: italic; }
      .lightBox .box .box-content .info {
        padding: 50px 40px; }
    .lightBox .box .btn_box {
      padding: 20px 0; }
      .lightBox .box .btn_box .btn-basic {
        min-width: 150px;
        margin: 0 8px; }
  .lightBox.product_verification_lightbox .box {
    background-color: #000;
    position: relative;
    overflow: hidden; }
    .lightBox.product_verification_lightbox .box::before {
      content: '';
      display: block;
      width: 60%;
      max-width: 900px;
      height: 0;
      padding-bottom: 40%;
      background: url(../../img/bg_deco-large.png) left 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 5%;
      right: -23%; }
  .lightBox.product_verification_lightbox .box-content {
    width: 90%;
    margin: auto;
    padding: 100px 20px;
    border-bottom: none; }
  .lightBox.product_verification_lightbox .check_form {
    margin-top: 30px; }
  .lightBox.product_verification_lightbox .btn-basic {
    width: 100%;
    margin-top: 10px;
    text-align: center; }

.lightBox .box.box800 {
  max-width: 800px; }

@media screen and (max-width: 1440px) {
  /*lightbox*/
  .lightBox .box {
    max-width: 1000px;
    margin: 130px auto 80px; } }
@media screen and (max-width: 1023px) {
  /*lightbox*/
  .lightBox .box {
    margin: 80px auto 60px; }
    .lightBox .box .box-content .info {
      padding: 30px 30px; } }
@media screen and (max-width: 768px) {
  /*lightbox*/
  .lightBox .box {
    margin: 60px auto 40px; }
    .lightBox .box .box-content h6.title {
      padding: 10px 10px; }
    .lightBox .box .box-content .info {
      padding: 20px 30px; }
  .lightBox .box .btn_box {
    padding: 12px 0; } }
@media screen and (max-width: 480px) {
  .lightBox .box {
    margin: 30px auto; } }
@media screen and (max-width: 420px) {
  .lightBox .box .box-content .info {
    padding: 15px 20px; } }
/* ---------LIGHTBOX--------- */
/* -------------MAIN-------------- */
body {
  padding-top: 72px;
  word-break: break-all;
  word-break: break-word; }

.disable {
  display: none !important; }

/* -------------HEADER------------ */
#header_main {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fafafa;
  font-size: 1.125em;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease; }
  #header_main.fixed {
    position: fixed;
    background: #1a1a1a;
    border-bottom: 1px solid #686868;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fadeInDown;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 0.5s;
    -o-animation-name: fadeInDown;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 0.5s;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    animation-fill-mode: forwards; }
  #header_main nav {
    width: calc(100% - 146px);
    float: left; }
    #header_main nav > ul {
      float: left; }
  #header_main .submenu {
    width: 115%;
    min-width: 230px;
    max-height: 328px;
    position: absolute;
    top: 51px;
    left: 0;
    background-color: #333;
    display: none; }
    #header_main .submenu li {
      padding: 7px 10px;
      text-align: left;
      color: #fafafa;
      border-bottom: 1px solid #1a1a1a;
      position: relative; }
      #header_main .submenu li:last-child {
        border-bottom: none; }
      #header_main .submenu li:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fec128;
        position: absolute;
        bottom: 0;
        left: 0;
        transform-origin: left;
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -moz-transition: transform, 0.25s;
        -o-transition: transform, 0.25s;
        -webkit-transition: transform, 0.25s;
        transition: transform, 0.25s; }
      #header_main .submenu li:hover:after {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      #header_main .submenu li:hover .sub-submenu {
        display: block; }
    #header_main .submenu .sub-submenu {
      width: 100%;
      min-height: 100%;
      max-height: 280px;
      background-color: #333;
      border-left: 1px solid #333;
      position: absolute;
      left: 100%;
      top: 0;
      display: none;
      overflow-y: auto; }
      #header_main .submenu .sub-submenu::-webkit-scrollbar {
        width: 2px; }
      #header_main .submenu .sub-submenu::-webkit-scrollbar-thumb {
        background-color: #fec128; }
      #header_main .submenu .sub-submenu::-webkit-scrollbar-track {
        background-color: #333; }
  #header_main #trigger-member .submenu {
    overflow-y: auto; }
    #header_main #trigger-member .submenu::-webkit-scrollbar {
      width: 2px; }
    #header_main #trigger-member .submenu::-webkit-scrollbar-thumb {
      background-color: #fec128; }
    #header_main #trigger-member .submenu::-webkit-scrollbar-track {
      background-color: #333; }

#header_logo {
  width: 146px;
  float: left; }

#header_menu {
  width: calc(100% - 200px);
  padding: 0 10%;
  text-align: center; }
  #header_menu > li {
    width: 25%;
    float: left;
    position: relative; }
    #header_menu > li:before {
      content: '';
      display: block;
      width: calc(100% + 34px);
      height: 73px;
      position: absolute;
      top: -20px;
      left: 0; }
    #header_menu > li a,
    #header_menu > li span {
      display: inline-block;
      padding: 5px 5%;
      position: relative; }
      #header_menu > li a.hasSubmenu:after,
      #header_menu > li span.hasSubmenu:after {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: url(../img/icons/icon-plus.png) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 2px;
        right: -20px;
        margin: auto 0; }

#header_func {
  width: 200px; }
  #header_func > li {
    float: left;
    position: relative; }
  #header_func a,
  #header_func span {
    display: block;
    padding: 0 10px;
    cursor: pointer;
    -moz-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s; }
    #header_func a:hover,
    #header_func span:hover {
      -moz-transform: translate(0, -2px);
      -o-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px); }
    #header_func a:active,
    #header_func span:active {
      -moz-transform: translate(0, 0) scale(0.95, 0.95);
      -o-transform: translate(0, 0) scale(0.95, 0.95);
      -ms-transform: translate(0, 0) scale(0.95, 0.95);
      -webkit-transform: translate(0, 0) scale(0.95, 0.95);
      transform: translate(0, 0) scale(0.95, 0.95); }
  #header_func #notification_cart,
  #header_func #notification_mem {
    width: 20px;
    height: 20px;
    border-radius: 11px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    background-color: #333;
    color: #fec128;
    position: absolute;
    top: -2px;
    right: -8px; }

#trigger-member {
  position: relative; }
  #trigger-member:before {
    content: '';
    display: block;
    width: 120%;
    height: 73px;
    position: absolute;
    top: -20px;
    left: 0; }
  #trigger-member > a {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 20px;
    margin-left: 10px;
    background: center center no-repeat;
    background-size: cover; }
  #trigger-member .submenu a {
    padding: 5px 5%; }

#hamburger {
  display: none; }

/* -------------SIDEBAR----------- */
/* -------------FOOTER------------ */
#footer {
  padding-top: 90px;
  background-color: #1c1c1c;
  color: #b1b1b1; }
  #footer nav {
    width: calc(100% - 270px);
    padding-left: 10%;
    padding-right: 10%; }
    #footer nav .col25 {
      margin-left: 0;
      margin-right: -5px; }
    #footer nav h4 {
      font-weight: 400;
      margin-bottom: 5px; }
    #footer nav :not(h4) > a {
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      opacity: .8;
      padding: 3px 0; }
      #footer nav :not(h4) > a:hover {
        opacity: 1; }
  #footer .social {
    display: flex;
    justify-content: space-around; }
    #footer .social li {
      padding: 0 10px;
      display: inline-block; }
      #footer .social li a {
        -moz-transition: transform 0.25s;
        -o-transition: transform 0.25s;
        -webkit-transition: transform 0.25s;
        transition: transform 0.25s; }
        #footer .social li a:hover {
          -moz-transform: translate(0, -2px);
          -o-transform: translate(0, -2px);
          -ms-transform: translate(0, -2px);
          -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px); }
        #footer .social li a:active {
          -moz-transform: translate(0, 0) scale(0.95, 0.95);
          -o-transform: translate(0, 0) scale(0.95, 0.95);
          -ms-transform: translate(0, 0) scale(0.95, 0.95);
          -webkit-transform: translate(0, 0) scale(0.95, 0.95);
          transform: translate(0, 0) scale(0.95, 0.95); }
      #footer .social li.disable {
        display: none; }
  #footer .info {
    padding-bottom: 20px;
    text-align: right;
    padding-right: 10%;
    margin-top: 70px; }
    #footer .info a {
      padding: 0 10px;
      position: relative; }
      #footer .info a:after {
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        position: absolute;
        top: 0;
        right: -1px;
        background-color: #b1b1b1;
        opacity: .7; }
      #footer .info a:last-child:after {
        display: none; }
  #footer .copyright {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    opacity: .6; }

#footer_right {
  width: 270px;
  height: 100%; }
  #footer_right .search_box {
    margin-top: 145px; }
  #footer_right .select {
    display: block;
    width: 200px;
    margin: 0 auto; }
  #footer_right .select-styled {
    background: #1c1c1c;
    color: #b1b1b1;
    border: 1px solid #b1b1b1; }

#footer_location {
  padding: 20px 0 15px; }
  #footer_location small {
    display: block;
    line-height: 1.25;
    opacity: .8; }

/* -------------cookie Policy Info--------- */
.cookiePolicyInfo {
  padding: 60px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fafafa;
  background-color: #686868; }
  .cookiePolicyInfo a {
    color: #fec128; }
  .cookiePolicyInfo .btn-box {
    margin-top: 20px; }

/* -------------SCROLLTOP--------- */
#scrollTop {
  width: 70px;
  height: 39px;
  background: url(../img/icons/scrollTop.png) 0 0 no-repeat;
  background-size: contain;
  position: fixed;
  bottom: 50px;
  right: 5%;
  z-index: 5;
  cursor: pointer;
  display: none;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }
  #scrollTop.active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.5s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-fill-mode: forwards; }
  #scrollTop:hover {
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  #scrollTop:active {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

/* -------------RWD--------------- */
@media screen and (max-width: 1440px) {
  body {
    padding-top: 66px; }

  #header_main {
    padding: 15px 0; }

  #header_menu {
    padding: 0 10px; }

  #trigger-member:before {
    top: -15px; }

  #footer {
    padding-top: 50px; }
    #footer nav {
      padding: 0 2%; } }
@media screen and (max-width: 1023px) {
  body {
    padding-top: 48px; }

  #header_main {
    padding: 9px 0 8px;
    position: fixed;
    background-color: #1a1a1a; }
    #header_main.fixed {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      -ms-animation-name: none;
      -o-animation-name: none;
      animation-name: none; }
    #header_main nav {
      width: calc(100% - 180px); }
      #header_main nav > ul {
        float: right; }
    #header_main .submenu {
      width: 100%;
      position: relative;
      overflow-y: auto;
      top: 0;
      background-color: #333; }
      #header_main .submenu li:after {
        display: none; }
      #header_main .submenu a, #header_main .submenu span {
        padding: 15px 10px; }
      #header_main .submenu .sub-submenu {
        position: relative;
        left: 0;
        border-left: none;
        max-height: none; }
        #header_main .submenu .sub-submenu li {
          background-color: #686868; }

  #header_menu {
    width: 100%;
    height: auto;
    background-color: #1a1a1a;
    color: #fafafa;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    padding: 20px 0;
    overflow-y: auto;
    z-index: -1;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
    #header_menu.active {
      top: 48px; }
    #header_menu li {
      width: 100%;
      position: relative;
      text-align: center; }
      #header_menu li:before {
        display: none; }
      #header_menu li a, #header_menu li span {
        display: inline-block;
        max-width: calc(90% - 80px);
        margin: 0 auto;
        padding: 15px 0;
        position: static; }
      #header_menu li a.hasSubmenu:after,
      #header_menu li span.hasSubmenu:after {
        pointer-events: none;
        right: 30px;
        margin: 0;
        top: 15px; }
    #header_menu .submenu li {
      text-align: center;
      padding: 0; }
    #header_menu .sub-submenu a {
      display: block;
      width: 100%;
      max-width: none; }

  #header_func #notification_mem {
    display: none; }

  #trigger-member::before {
    top: -9px;
    height: 53px; }
  #trigger-member > a {
    width: 30px;
    height: 30px; }
  #trigger-member .submenu {
    position: fixed;
    top: 48px;
    left: 0; }

  #hamburger {
    display: block;
    float: left;
    width: 25px;
    height: 21px;
    margin: 5px 0;
    position: relative; }
    #hamburger span,
    #hamburger span:before,
    #hamburger span:after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color: #fafafa;
      border-radius: 3px;
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none; }
    #hamburger span:before,
    #hamburger span:after {
      position: absolute;
      left: 0;
      background-color: #fafafa; }
    #hamburger span:before {
      top: 0;
      bottom: 0;
      margin: auto 0;
      background-color: #b1b1b1; }
    #hamburger span:after {
      bottom: 0; }
    #hamburger.active span {
      background-color: transparent;
      -moz-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
      #hamburger.active span:before {
        top: 0;
        -moz-transform: rotate(-45deg) translate(0, 0);
        -o-transform: rotate(-45deg) translate(0, 0);
        -ms-transform: rotate(-45deg) translate(0, 0);
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s; }
      #hamburger.active span:after {
        top: 9px;
        -moz-transform: rotate(45deg) translate(0, 0);
        -o-transform: rotate(45deg) translate(0, 0);
        -ms-transform: rotate(45deg) translate(0, 0);
        -webkit-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s; }

  #filter,
  #filter.active {
    display: block; }

  #filter.active {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 768px) {
  #header_func {
    width: 160px; }

  #footer nav {
    width: 100%;
    float: none; }
  #footer .info {
    margin-top: 30px;
    padding-right: 0;
    text-align: center; }

  #footer_right {
    width: 100%;
    float: none; }
    #footer_right .social {
      width: 250px;
      margin: 0 auto; }
    #footer_right .search_box {
      margin: 10px 0; }

  #footer_location {
    padding-bottom: 55px; }

  #scrollTop {
    width: 50px;
    height: 29px;
    bottom: 50px; } }
@media screen and (max-width: 480px) {
  #header_logo {
    width: 120px;
    padding-top: 3px; }

  #header_main nav {
    width: calc(100% - 150px); }

  #header_func {
    width: 135px; }
    #header_func li {
      padding-top: 3px; }
    #header_func #trigger-member {
      padding-top: 0; }
    #header_func a img, #header_func span img {
      width: 30px; }

  #footer {
    padding-top: 20px; }
    #footer nav {
      max-width: 300px;
      padding-left: 35px;
      margin: 0 auto; }
    #footer .col25 {
      width: 50%;
      margin-bottom: 10px; }
    #footer .info {
      margin-left: -50px;
      margin-top: 10px; }
      #footer .info a {
        display: block; }
        #footer .info a:after {
          display: none; }

  #footer_location {
    padding: 10px 0 55px; }

  #scrollTop {
    width: 35px;
    height: 20px;
    bottom: 20px; } }
/* ---------帳號未驗證隱藏項目------- */
body.veri-failed .icon-round.bookmark,
body.veri-failed .icon-round.board-follow,
body.veri-failed .icon-round.mail,
body.veri-failed #article .operation_list,
body.veri-failed .publishBtn,
body.veri-failed .editBoard,
body.veri-failed #new_reply,
body.veri-failed #article .comment,
body.veri-failed .newMessage_btn,
body.veri-failed .newMessage_content,
body.veri-failed .message .delete,
body.veri-failed .message .reply,
body.veri-failed .product_info .btn,
body.veri-failed #btn-applyBoard {
  display: none !important; }
body.veri-failed #contact a:last-child {
  pointer-events: none !important; }

/* ---------帳號未驗證顯示項目------- */
#trigger-veri-failed {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #eb431c;
  cursor: crosshair;
  position: relative; }
  #trigger-veri-failed #msg-veri-failed {
    display: none;
    width: 200px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fafafa;
    background: #686868;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 100%;
    left: -30px; }
    #trigger-veri-failed #msg-veri-failed a {
      color: #fec128; }
  #trigger-veri-failed:hover #msg-veri-failed {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: easing;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: easing;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.5s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: easing;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: fadeInUp;
    animation-timing-function: easing;
    animation-fill-mode: forwards; }

/* ---------商品相關暫時隱藏------- */
.disable-shop {
  display: none !important; }

/* ---------ANIMATION-------- */
@-webkit-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* ---------BTN-------------- */
.btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 10px;
  font-size: 1.125em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .btn span:before, .btn span:after {
      content: '';
      width: 17px;
      height: 17px;
      position: absolute;
      background: 0 0 no-repeat;
      background-size: contain;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .btn .deco_top:before {
    background-image: url(../img/icons/btn-dark-01.png);
    left: -4px;
    top: -4px; }
  .btn .deco_top:after {
    background-image: url(../img/icons/btn-dark-02.png);
    right: -3px;
    top: -3px; }
  .btn .deco_bottom:before {
    background-image: url(../img/icons/btn-dark-03.png);
    right: -4px;
    bottom: -4px; }
  .btn .deco_bottom:after {
    background-image: url(../img/icons/btn-dark-04.png);
    left: -4px;
    bottom: -4px; }
  .btn:hover .deco_top:before {
    left: -8px;
    top: -8px; }
  .btn:hover .deco_top:after {
    right: -7px;
    top: -7px; }
  .btn:hover .deco_bottom:before {
    right: -8px;
    bottom: -8px; }
  .btn:hover .deco_bottom:after {
    left: -8px;
    bottom: -8px; }
  .btn:active .deco_top:before {
    left: -4px;
    top: -4px; }
  .btn:active .deco_top:after {
    right: -3px;
    top: -3px; }
  .btn:active .deco_bottom:before {
    right: -4px;
    bottom: -4px; }
  .btn:active .deco_bottom:after {
    left: -4px;
    bottom: -4px; }

.btn-transparent,
.btn-light-grey {
  color: #fec128;
  border: 1px solid #dddddd; }
  .btn-transparent .deco_top:before,
  .btn-light-grey .deco_top:before {
    background-image: url(../img/icons/btn-light-01.png); }
  .btn-transparent .deco_top:after,
  .btn-light-grey .deco_top:after {
    background-image: url(../img/icons/btn-light-02.png); }
  .btn-transparent .deco_bottom:before,
  .btn-light-grey .deco_bottom:before {
    background-image: url(../img/icons/btn-light-03.png); }
  .btn-transparent .deco_bottom:after,
  .btn-light-grey .deco_bottom:after {
    background-image: url(../img/icons/btn-light-04.png); }

.btn-solid {
  background-color: #fec128;
  border: 1px solid #dddddd; }

.btn-light-grey {
  background-color: #f4f4f4;
  border: 1px solid #dddddd; }

.btn-white {
  color: #686868;
  background-color: #fafafa;
  border: 1px solid #686868; }

.btn-black {
  color: #fafafa;
  background-color: #333;
  border: 1px solid #fafafa; }

.btn-box {
  text-align: center; }

.btn-basic {
  display: inline-block;
  background-color: #fec128;
  color: #fafafa;
  padding: 9px 15px 7px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: .05em;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-basic:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .btn-basic:active {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .btn-basic.btn-cancel {
    background-color: #b1b1b1; }

.btn-large {
  padding: 15px 30px 12px;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-large:hover {
    opacity: 1;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .btn-large:active {
    box-shadow: none;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.btn-icon {
  padding: 6px 15px 4px; }

@media screen and (max-width: 620px) {
  .btn-large {
    padding: 9px 20px 7px;
    font-size: 1.25em; } }
/* ---------TEXT------------- */
@font-face {
  font-family: 'Klavika';
  src: url("../font/Klavika-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Klavika';
  src: url("../font/Klavika-Medium.otf");
  font-weight: bold;
  font-style: normal; }
body {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Klavika", "Arial", sans-serif;
  color: #353535; }

option {
  font-family: "Klavika", "Arial", sans-serif; }

h1, h2, h3, h4, h5, h6,
a, p, b, small {
  font: inherit;
  color: inherit; }

h1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center; }

h2 {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px; }
  h2 span {
    font-weight: bold; }

h3 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  font-style: normal; }

h4 {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.018em;
  line-height: 1.25; }

h5 {
  font-size: 1.4em;
  letter-spacing: 0.018em; }

h6 {
  font-size: 1.2em;
  letter-spacing: 0.018em; }

a {
  display: inline-block;
  text-decoration: none; }

p {
  font-size: .875em;
  line-height: 1.75;
  letter-spacing: .5px;
  font-family: "Arial", sans-serif; }

b, strong {
  letter-spacing: 0;
  font-weight: bold; }

small {
  font-size: 14px;
  line-height: 1.5; }

code {
  font-family: "Consolas", monospace; }

.txt-white {
  color: #fafafa; }

.txt-grey {
  color: #b1b1b1; }

.txt-dark-grey {
  color: #686868; }

.txt-red {
  color: #c00000; }

.txt-primary {
  color: #fec128; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

.txt-bold {
  font-weight: bold; }

.txt-italic {
  font-style: italic; }

.font-content {
  font-family: "Arial", sans-serif; }

.font-title {
  font-family: "Klavika", "Arial", sans-serif; }

.uppercase {
  text-transform: uppercase; }

/* -------------RWD--------------- */
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 1.25em; } }
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 13px; }

  h1 {
    font-size: 24px; }

  h2 {
    font-size: 2em;
    margin-bottom: 15px; }

  p {
    font-size: 12px;
    line-height: 1.25; }

  small {
    font-size: 12px; } }
@media screen and (max-width: 480px) {
  body {
    font-size: 12px; }

  h3 {
    font-size: 1.125em; } }
/* ---------FORM-------------------- */
label,
.form_title {
  font-weight: 400;
  font-family: "Klavika", "Arial", sans-serif; }

.form_title {
  display: inline-block;
  padding-right: 15px; }

.form_list > li {
  padding-bottom: 15px; }

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=tel],
select,
textarea {
  width: 100%;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 5px 0;
  border: none;
  -webkit-border-radius: 0px;
  background-color: #eee; }

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=tel]:focus {
  background: #e5e5e5; }

textarea {
  min-width: 100%;
  max-width: 100%; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.form-light input[type=text],
.form-light input[type=email],
.form-light input[type=password],
.form-light input[type=search],
.form-light input[type=date],
.form-light input[type=tel],
.form-light select,
.form-light textarea {
  background-color: #fafafa;
  border: 1px solid #b1b1b1; }
.form-light input[type=text]:focus,
.form-light input[type=email]:focus,
.form-light input[type=password]:focus,
.form-light input[type=search]:focus,
.form-light input[type=date]:focus,
.form-light input[type=tel]:focus {
  background: #eeeeee; }
.form-light .select-styled {
  background-color: #fafafa;
  border: 1px solid #b1b1b1; }
  .form-light .select-styled:active, .form-light .select-styled.active {
    background: #eeeeee; }

.padding-form .cf {
  margin-right: -20px; }
.padding-form .col33,
.padding-form .col50,
.padding-form .col66,
.padding-form .col100 {
  float: left;
  padding-right: 20px;
  margin-left: 0; }

/* ----------placeholder------------ */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 300;
  color: #cccccc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 300;
  color: #cccccc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 300;
  color: #cccccc;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  color: #cccccc; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  color: #cccccc; }

/* ----------INPUT[select]---------- */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  font-size: 1em;
  color: #333;
  position: relative;
  cursor: pointer; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  padding: 10px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "";
    width: 10px;
    height: 7px;
    background: url(../img/icons/select.png) 0 0 no-repeat;
    position: absolute;
    top: 17px;
    right: 10px; }
  .select-styled:hover {
    background-color: whitesmoke; }
  .select-styled:active, .select-styled.active {
    background-color: #ededed; }
    .select-styled:active:after, .select-styled.active:after {
      border-color: transparent transparent #333 transparent; }

.select-options {
  display: none;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ededed; }
  .select-options li {
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid #e1e1e1;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #fafafa;
      background: #333; }
    .select-options li[rel="hide"] {
      display: none; }

#footer .select-options {
  top: auto;
  bottom: 100%; }

/* ----------INPUT[search]---------- */
.search {
  position: relative; }

.search:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/icon-search-footer.png) 0 0 no-repeat;
  position: absolute;
  top: 11px;
  right: 5px;
  pointer-events: none; }

input[type=search] {
  padding-right: 30px;
  -webkit-appearance: textfield; }

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  display: none; }

/* ----------INPUT[radio+checkbox]-- */
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none; }

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  position: relative;
  display: block;
  line-height: 24px;
  margin-right: 17px;
  cursor: pointer;
  letter-spacing: 0; }

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: inline-block;
  padding: 0 5px 0 22px; }

input[type=radio]:not(old) + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #b1b1b1;
  left: 0;
  top: .125em; }

input[type=radio]:not(old):checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fec128;
  border-radius: 100%;
  left: 4px;
  top: .375em; }

input[type=checkbox]:not(old) + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #b1b1b1;
  left: 0;
  top: .125em; }

input[type=checkbox]:not(old):checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fec128;
  left: 4px;
  top: .375em; }

/* ----------INPUT[upload]---------- */
.upload {
  display: block;
  position: relative;
  margin: 5px 0 30px; }
  .upload .btn {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    min-width: 0;
    padding: 7px 8px;
    margin: 0;
    margin-right: -7px;
    background: #001e00;
    color: #fafafa;
    border: 1px solid #001e00;
    text-align: center;
    position: relative;
    overflow: hidden; }
  .upload .btn-basic {
    background: #fec128;
    color: #fafafa;
    border: none;
    margin: 10px; }
  .upload input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2; }
  .upload .filename {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
    padding: 5px 8px 5px 15px;
    background: white;
    color: #A3A3A3;
    border: 1px solid #cccccc;
    overflow: hidden;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto; }

/* ----------INPUT[drop upload]----- */
.drop_upload {
  width: 100%;
  height: 300px;
  background-color: #eee;
  position: relative; }
  .drop_upload .upload_preview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5; }
  .drop_upload .msg_container {
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .drop_upload .msg_container p {
      opacity: .5; }
  .drop_upload img {
    margin: 40px auto 20px; }

@media screen and (max-width: 768px) {
  .padding-form .col33,
  .padding-form .col66 {
    width: 100%; } }
@media screen and (max-width: 620px) {
  .padding-form .cf {
    margin-right: 0; }
  .padding-form .col33,
  .padding-form .col50,
  .padding-form .col66,
  .padding-form .col100 {
    width: 100%;
    padding-right: 0; }

  .drop_upload .msg_container {
    height: 150px; }
  .drop_upload img {
    width: 40px;
    margin: 20px auto 10px; } }
/* ---------ICON-SIZE-------------- */
.icon-xs {
  width: 24px;
  display: inline-block;
  vertical-align: middle; }

.icon-s {
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

.icon-m {
  width: 36px;
  display: inline-block;
  vertical-align: middle; }

.icon-l {
  width: 42px;
  display: inline-block;
  vertical-align: middle; }

/* ---------ICON-STYLE-------------- */
.icon-close {
  height: 0;
  padding-bottom: 100%;
  background: url(../img/icons/close.png) center center no-repeat;
  cursor: pointer;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }
  .icon-close:hover {
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  .icon-close:active {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.icon-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 10px 0;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }
  .icon-round:hover {
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  .icon-round:active {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .icon-round.active {
    background-color: #fec128;
    z-index: 2; }
  .icon-round.comment_num:hover {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: auto; }

.icon-primary {
  background-color: #fec128; }

.icon-transparent {
  background-color: transparent; }

.bookmark {
  background-image: url(../img/icons/bookmark.png); }

.board-follow {
  background-image: url(../img/icons/icon_board.png); }

.like {
  background-image: url(../img/icons/like.png); }

.icon-transparent.like {
  background-image: url(../img/icons/like-dark.png); }
  .icon-transparent.like.active {
    background-color: transparent;
    background-image: url(../img/icons/like-y.png); }

.download {
  background-image: url(../img/icons/download.png); }

.comment_num {
  background-image: url(../img/icons/comment.png); }

.mail {
  background-image: url(../img/icons/mail.png); }

.cart {
  background-image: url(../img/icons/icon-cart.png); }

.more_option {
  background-color: #f4f4f4;
  background-image: url(../img/icons/moreOption.png);
  position: relative;
  margin: 0 auto; }
  .more_option > .option_box {
    width: 250px;
    position: absolute;
    top: 90%;
    right: 0;
    background-color: #ffffff;
    padding: 5px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: none;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2; }
    .more_option > .option_box a {
      display: block;
      padding: 15px 25px;
      font-size: 13px; }
      .more_option > .option_box a:hover {
        background-color: #f4f4f4; }

/*----rwd--------------*/
@media screen and (max-width: 768px) {
  .icon-xs {
    width: 22px; }

  .icon-s {
    width: 28px; }

  .icon-m {
    width: 34px; }

  .icon-l {
    width: 40px; } }
/* ----------PAGINATION---------- */
ul.pagination {
  text-align: center;
  padding-top: 30px; }
  ul.pagination li {
    display: inline-block;
    padding: 0 1px; }
    ul.pagination li a,
    ul.pagination li span {
      font-size: 1.2em;
      padding: 3px 10px; }
      ul.pagination li a.active, ul.pagination li a:hover,
      ul.pagination li span.active,
      ul.pagination li span:hover {
        background-color: #fec128;
        color: #fafafa; }
    ul.pagination li.active span {
      font-size: 1.2em;
      padding: 3px 10px;
      background-color: #fec128;
      color: #fafafa; }

#paginate {
  padding-bottom: 50px; }

/* ----------PAGE NAV---------- */
.page_nav {
  padding: 30px 0; }
  .page_nav li {
    display: inline-block;
    padding: 0 0.5vw; }
    .page_nav li a {
      font-size: 1.4em;
      padding: 7px 20px;
      border-radius: 20px;
      opacity: .7;
      font-weight: bold;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .page_nav li a:hover, .page_nav li a.active {
        background-color: #cdcdcd;
        opacity: 1; }
    .page_nav li.disable {
      display: none; }

.sec_pageNav_mobile {
  display: none; }

@media screen and (max-width: 1440px) {
  .page_nav li a {
    padding: 7px 15px; } }
@media screen and (max-width: 1280px) {
  .page_nav {
    padding: 20px 0; }
    .page_nav li a {
      padding: 5px 9px; } }
@media screen and (max-width: 1023px) {
  .page_nav li {
    padding: 0 0.3vw; }
    .page_nav li a {
      padding: 7px 6px; }

  .sec_pageNav {
    overflow-y: scroll; }
    .sec_pageNav .page_nav {
      min-width: 725px; } }
@media screen and (max-width: 768px) {
  .sec_pageNav {
    display: none; }

  .sec_pageNav_mobile {
    position: relative;
    display: block;
    z-index: 6; }
    .sec_pageNav_mobile ul.page_nav_mobile {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #e0e0e0;
      border-top: 1px solid #aaa;
      height: 48px; }
      .sec_pageNav_mobile ul.page_nav_mobile li {
        width: 20%;
        text-align: center; }
        .sec_pageNav_mobile ul.page_nav_mobile li a {
          padding: 10px 0 8px;
          width: 100%; }
    .sec_pageNav_mobile ul.page_subNav_mobile {
      position: fixed;
      bottom: 48px;
      right: 0;
      display: none;
      background-color: #1c1c1c; }
      .sec_pageNav_mobile ul.page_subNav_mobile li {
        text-align: right;
        width: 130px;
        border-top: 1px solid #e0e0e0; }
        .sec_pageNav_mobile ul.page_subNav_mobile li a {
          padding: 15px 20px;
          color: #fafafa; } }
@media screen and (max-width: 480px) {
  .sec_pageNav .page_nav {
    min-width: 600px; }

  .sec_pageNav_mobile ul.mem_subNav_mobile li {
    width: 110px; } }
/* ----------WIDGET---------- */
html .ui-dialog {
  padding: 0;
  color: #333; }

html .ui-widget.ui-widget-content {
  border: none;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

html .ui-widget-header {
  background-color: #fec128;
  color: #333;
  border: none; }

html .ui-dialog .ui-dialog-titlebar {
  padding: .8em 1em; }

html .ui-state-active,
html .ui-widget-content .ui-state-active,
html .ui-widget-header .ui-state-active,
html a.ui-button:active,
html .ui-button:active,
html .ui-button.ui-state-active:hover,
html .ui-state-hover,
html .ui-widget-content .ui-state-hover,
html .ui-widget-header .ui-state-hover,
html .ui-state-focus,
html .ui-widget-content .ui-state-focus,
html .ui-widget-header .ui-state-focus,
html .ui-button:hover,
html .ui-button:focus {
  background-color: #fec128;
  color: #fafafa;
  border: none;
  outline: none; }

html .ui-widget-content {
  border: none; }

html .ui-state-default,
html .ui-widget-content .ui-state-default,
html .ui-widget-header .ui-state-default,
html .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background-color: #fec128;
  color: #333; }

html .ui-corner-all,
html .ui-corner-bottom,
html .ui-corner-right,
html .ui-corner-br {
  border-radius: 0; }

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