@charset "UTF-8";
.clear::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Microsoft JhengHei";
}

body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .col-sm-12, body .col-md-12, body .col-lg-12 {
  position: relative;
  min-height: 1px;
  margin-left: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

body .col-xs-1, body .col-xs-2, body .col-xs-3, body .col-xs-4, body .col-xs-5, body .col-xs-6, body .col-xs-7, body .col-xs-8, body .col-xs-9, body .col-xs-10, body .col-xs-11, body .col-xs-12 {
  float: left;
}

body .col-xs-12 {
  width: 100%;
}

body .col-xs-11 {
  width: 91.66666667%;
}

body .col-xs-10 {
  width: 83.33333333%;
}

body .col-xs-9 {
  width: 75%;
}

body .col-xs-8 {
  width: 66.66666667%;
}

body .col-xs-7 {
  width: 58.33333333%;
}

body .col-xs-6 {
  width: 50%;
}

body .col-xs-5 {
  width: 41.66666667%;
}

body .col-xs-4 {
  width: 33.33333333%;
}

body .col-xs-3 {
  width: 25%;
}

body .col-xs-2 {
  width: 16.66666667%;
}

body .col-xs-1 {
  width: 8.33333333%;
}

body .col-xs-pull-12 {
  right: 100%;
}

body .col-xs-pull-11 {
  right: 91.66666667%;
}

body .col-xs-pull-10 {
  right: 83.33333333%;
}

body .col-xs-pull-9 {
  right: 75%;
}

body .col-xs-pull-8 {
  right: 66.66666667%;
}

body .col-xs-pull-7 {
  right: 58.33333333%;
}

body .col-xs-pull-6 {
  right: 50%;
}

body .col-xs-pull-5 {
  right: 41.66666667%;
}

body .col-xs-pull-4 {
  right: 33.33333333%;
}

body .col-xs-pull-3 {
  right: 25%;
}

body .col-xs-pull-2 {
  right: 16.66666667%;
}

body .col-xs-pull-1 {
  right: 8.33333333%;
}

body .col-xs-pull-0 {
  right: auto;
}

body .col-xs-push-12 {
  left: 100%;
}

body .col-xs-push-11 {
  left: 91.66666667%;
}

body .col-xs-push-10 {
  left: 83.33333333%;
}

body .col-xs-push-9 {
  left: 75%;
}

body .col-xs-push-8 {
  left: 66.66666667%;
}

body .col-xs-push-7 {
  left: 58.33333333%;
}

body .col-xs-push-6 {
  left: 50%;
}

body .col-xs-push-5 {
  left: 41.66666667%;
}

body .col-xs-push-4 {
  left: 33.33333333%;
}

body .col-xs-push-3 {
  left: 25%;
}

body .col-xs-push-2 {
  left: 16.66666667%;
}

body .col-xs-push-1 {
  left: 8.33333333%;
}

body .col-xs-push-0 {
  left: auto;
}

body .col-xs-offset-12 {
  margin-left: 100%;
}

body .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

body .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

body .col-xs-offset-9 {
  margin-left: 75%;
}

body .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

body .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

body .col-xs-offset-6 {
  margin-left: 50%;
}

body .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

body .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

body .col-xs-offset-3 {
  margin-left: 25%;
}

body .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

body .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

body .col-xs-offset-0 {
  margin-left: 0%;
}

body .padding-0-xs {
  padding: 0;
}

body .padding-left-0-xs {
  padding-left: 0px;
}

body .padding-right-0-xs {
  padding-right: 0px;
}

body .margin-0-xs {
  margin: 0;
}

body .absolute-center-xs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

body .text-left-xs {
  text-align: left;
}

body .text-center-xs {
  text-align: center;
}

body .text-right-xs {
  text-align: right;
}

body .float-left-xs {
  float: left;
}

body .float-right-xs {
  float: right;
}

@media (min-width: 768px) {
  body .col-sm-1, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9, body .col-sm-10, body .col-sm-11, body .col-sm-12 {
    float: left;
  }
  body .col-sm-12 {
    width: 100%;
  }
  body .col-sm-11 {
    width: 91.66666667%;
  }
  body .col-sm-10 {
    width: 83.33333333%;
  }
  body .col-sm-9 {
    width: 75%;
  }
  body .col-sm-8 {
    width: 66.66666667%;
  }
  body .col-sm-7 {
    width: 58.33333333%;
  }
  body .col-sm-6 {
    width: 50%;
  }
  body .col-sm-5 {
    width: 41.66666667%;
  }
  body .col-sm-4 {
    width: 33.33333333%;
  }
  body .col-sm-3 {
    width: 25%;
  }
  body .col-sm-2 {
    width: 16.66666667%;
  }
  body .col-sm-1 {
    width: 8.33333333%;
  }
  body .col-sm-pull-12 {
    right: 100%;
  }
  body .col-sm-pull-11 {
    right: 91.66666667%;
  }
  body .col-sm-pull-10 {
    right: 83.33333333%;
  }
  body .col-sm-pull-9 {
    right: 75%;
  }
  body .col-sm-pull-8 {
    right: 66.66666667%;
  }
  body .col-sm-pull-7 {
    right: 58.33333333%;
  }
  body .col-sm-pull-6 {
    right: 50%;
  }
  body .col-sm-pull-5 {
    right: 41.66666667%;
  }
  body .col-sm-pull-4 {
    right: 33.33333333%;
  }
  body .col-sm-pull-3 {
    right: 25%;
  }
  body .col-sm-pull-2 {
    right: 16.66666667%;
  }
  body .col-sm-pull-1 {
    right: 8.33333333%;
  }
  body .col-sm-pull-0 {
    right: auto;
  }
  body .col-sm-push-12 {
    left: 100%;
  }
  body .col-sm-push-11 {
    left: 91.66666667%;
  }
  body .col-sm-push-10 {
    left: 83.33333333%;
  }
  body .col-sm-push-9 {
    left: 75%;
  }
  body .col-sm-push-8 {
    left: 66.66666667%;
  }
  body .col-sm-push-7 {
    left: 58.33333333%;
  }
  body .col-sm-push-6 {
    left: 50%;
  }
  body .col-sm-push-5 {
    left: 41.66666667%;
  }
  body .col-sm-push-4 {
    left: 33.33333333%;
  }
  body .col-sm-push-3 {
    left: 25%;
  }
  body .col-sm-push-2 {
    left: 16.66666667%;
  }
  body .col-sm-push-1 {
    left: 8.33333333%;
  }
  body .col-sm-push-0 {
    left: auto;
  }
  body .col-sm-offset-12 {
    margin-left: 100%;
  }
  body .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  body .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  body .col-sm-offset-9 {
    margin-left: 75%;
  }
  body .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  body .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  body .col-sm-offset-6 {
    margin-left: 50%;
  }
  body .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  body .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  body .col-sm-offset-3 {
    margin-left: 25%;
  }
  body .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  body .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  body .col-sm-offset-0 {
    margin-left: 0%;
  }
  body .padding-0-sm {
    padding: 0;
  }
  body .padding-left-0-sm {
    padding-left: 0px;
  }
  body .padding-right-0-sm {
    padding-right: 0px;
  }
  body .margin-0-sm {
    margin: 0;
  }
  body .absolute-center-sm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body .text-left-sm {
    text-align: left;
  }
  body .text-center-sm {
    text-align: center;
  }
  body .text-right-sm {
    text-align: right;
  }
  body .float-left-sm {
    float: left;
  }
  body .float-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  body .col-md-1, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9, body .col-md-10, body .col-md-11, body .col-md-12 {
    float: left;
  }
  body .col-md-12 {
    width: 100%;
  }
  body .col-md-11 {
    width: 91.66666667%;
  }
  body .col-md-10 {
    width: 83.33333333%;
  }
  body .col-md-9 {
    width: 75%;
  }
  body .col-md-8 {
    width: 66.66666667%;
  }
  body .col-md-7 {
    width: 58.33333333%;
  }
  body .col-md-6 {
    width: 50%;
  }
  body .col-md-5 {
    width: 41.66666667%;
  }
  body .col-md-4 {
    width: 33.33333333%;
  }
  body .col-md-3 {
    width: 25%;
  }
  body .col-md-2 {
    width: 16.66666667%;
  }
  body .col-md-1 {
    width: 8.33333333%;
  }
  body .col-md-pull-12 {
    right: 100%;
  }
  body .col-md-pull-11 {
    right: 91.66666667%;
  }
  body .col-md-pull-10 {
    right: 83.33333333%;
  }
  body .col-md-pull-9 {
    right: 75%;
  }
  body .col-md-pull-8 {
    right: 66.66666667%;
  }
  body .col-md-pull-7 {
    right: 58.33333333%;
  }
  body .col-md-pull-6 {
    right: 50%;
  }
  body .col-md-pull-5 {
    right: 41.66666667%;
  }
  body .col-md-pull-4 {
    right: 33.33333333%;
  }
  body .col-md-pull-3 {
    right: 25%;
  }
  body .col-md-pull-2 {
    right: 16.66666667%;
  }
  body .col-md-pull-1 {
    right: 8.33333333%;
  }
  body .col-md-pull-0 {
    right: auto;
  }
  body .col-md-push-12 {
    left: 100%;
  }
  body .col-md-push-11 {
    left: 91.66666667%;
  }
  body .col-md-push-10 {
    left: 83.33333333%;
  }
  body .col-md-push-9 {
    left: 75%;
  }
  body .col-md-push-8 {
    left: 66.66666667%;
  }
  body .col-md-push-7 {
    left: 58.33333333%;
  }
  body .col-md-push-6 {
    left: 50%;
  }
  body .col-md-push-5 {
    left: 41.66666667%;
  }
  body .col-md-push-4 {
    left: 33.33333333%;
  }
  body .col-md-push-3 {
    left: 25%;
  }
  body .col-md-push-2 {
    left: 16.66666667%;
  }
  body .col-md-push-1 {
    left: 8.33333333%;
  }
  body .col-md-push-0 {
    left: auto;
  }
  body .col-md-offset-12 {
    margin-left: 100%;
  }
  body .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  body .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  body .col-md-offset-9 {
    margin-left: 75%;
  }
  body .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  body .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  body .col-md-offset-6 {
    margin-left: 50%;
  }
  body .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  body .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  body .col-md-offset-3 {
    margin-left: 25%;
  }
  body .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  body .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  body .col-md-offset-0 {
    margin-left: 0%;
  }
  body .padding-0-md {
    padding: 0;
  }
  body .padding-left-0-md {
    padding-left: 0px;
  }
  body .padding-right-0-md {
    padding-right: 0px;
  }
  body .margin-0-md {
    margin: 0;
  }
  body .absolute-center-md {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body .text-left-md {
    text-align: left;
  }
  body .text-center-md {
    text-align: center;
  }
  body .text-right-md {
    text-align: right;
  }
  body .float-left-md {
    float: left;
  }
  body .float-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  body .col-lg-1, body .col-lg-2, body .col-lg-3, body .col-lg-4, body .col-lg-5, body .col-lg-6, body .col-lg-7, body .col-lg-8, body .col-lg-9, body .col-lg-10, body .col-lg-11, body .col-lg-12 {
    float: left;
  }
  body .col-lg-12 {
    width: 100%;
  }
  body .col-lg-11 {
    width: 91.66666667%;
  }
  body .col-lg-10 {
    width: 83.33333333%;
  }
  body .col-lg-9 {
    width: 75%;
  }
  body .col-lg-8 {
    width: 66.66666667%;
  }
  body .col-lg-7 {
    width: 58.33333333%;
  }
  body .col-lg-6 {
    width: 50%;
  }
  body .col-lg-5 {
    width: 41.66666667%;
  }
  body .col-lg-4 {
    width: 33.33333333%;
  }
  body .col-lg-3 {
    width: 25%;
  }
  body .col-lg-2 {
    width: 16.66666667%;
  }
  body .col-lg-1 {
    width: 8.33333333%;
  }
  body .col-lg-pull-12 {
    right: 100%;
  }
  body .col-lg-pull-11 {
    right: 91.66666667%;
  }
  body .col-lg-pull-10 {
    right: 83.33333333%;
  }
  body .col-lg-pull-9 {
    right: 75%;
  }
  body .col-lg-pull-8 {
    right: 66.66666667%;
  }
  body .col-lg-pull-7 {
    right: 58.33333333%;
  }
  body .col-lg-pull-6 {
    right: 50%;
  }
  body .col-lg-pull-5 {
    right: 41.66666667%;
  }
  body .col-lg-pull-4 {
    right: 33.33333333%;
  }
  body .col-lg-pull-3 {
    right: 25%;
  }
  body .col-lg-pull-2 {
    right: 16.66666667%;
  }
  body .col-lg-pull-1 {
    right: 8.33333333%;
  }
  body .col-lg-pull-0 {
    right: auto;
  }
  body .col-lg-push-12 {
    left: 100%;
  }
  body .col-lg-push-11 {
    left: 91.66666667%;
  }
  body .col-lg-push-10 {
    left: 83.33333333%;
  }
  body .col-lg-push-9 {
    left: 75%;
  }
  body .col-lg-push-8 {
    left: 66.66666667%;
  }
  body .col-lg-push-7 {
    left: 58.33333333%;
  }
  body .col-lg-push-6 {
    left: 50%;
  }
  body .col-lg-push-5 {
    left: 41.66666667%;
  }
  body .col-lg-push-4 {
    left: 33.33333333%;
  }
  body .col-lg-push-3 {
    left: 25%;
  }
  body .col-lg-push-2 {
    left: 16.66666667%;
  }
  body .col-lg-push-1 {
    left: 8.33333333%;
  }
  body .col-lg-push-0 {
    left: auto;
  }
  body .col-lg-offset-12 {
    margin-left: 100%;
  }
  body .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  body .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  body .col-lg-offset-9 {
    margin-left: 75%;
  }
  body .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  body .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  body .col-lg-offset-6 {
    margin-left: 50%;
  }
  body .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  body .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  body .col-lg-offset-3 {
    margin-left: 25%;
  }
  body .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  body .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  body .col-lg-offset-0 {
    margin-left: 0%;
  }
  body .padding-0-lg {
    padding: 0;
  }
  body .padding-left-0-lg {
    padding-left: 0px;
  }
  body .padding-right-0-lg {
    padding-right: 0px;
  }
  body .margin-0-lg {
    margin: 0;
  }
  body .absolute-center-lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body .text-left-lg {
    text-align: left;
  }
  body .text-center-lg {
    text-align: center;
  }
  body .text-right-lg {
    text-align: right;
  }
  body .float-left-lg {
    float: left;
  }
  body .float-right-lg {
    float: right;
  }
}

body p, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Microsoft JhengHei";
  margin: 0;
  padding: 0;
  line-height: inherit;
}

body a {
  text-decoration: none;
  color: black;
}

body ol, body ul, body li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body button {
  font-family: "Microsoft JhengHei";
  cursor: pointer;
}

body input[type=text], body input[type=password] {
  font-family: "Microsoft JhengHei";
}

body input[type=button] {
  font-family: "Microsoft JhengHei";
  cursor: pointer;
}

body select {
  font-family: "Microsoft JhengHei";
}

body select::-ms-expand {
  display: none;
}

body img {
  display: block;
}

body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

body .btn {
  display: inline-block;
  padding: 3px 15px;
  right: 1px;
  bottom: 1px;
  line-height: initial;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body .btn:active {
  right: 0;
  bottom: 0;
}

body .model-title {
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding: 0px 40px;
}

@media screen and (max-width: 1023px) {
  body .model-title {
    font-size: 20px;
    padding: 0px 35px;
  }
}

@media screen and (max-width: 767px) {
  body .model-title {
    font-size: 16px;
    padding: 0px 25px;
  }
}

body .model-title.gunpla::before, body .model-title.gunpla::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  background-image: url("../img/ThemeGunpla/common/themes_title_icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  body .model-title.gunpla::before, body .model-title.gunpla::after {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  body .model-title.gunpla::before, body .model-title.gunpla::after {
    width: 20px;
    height: 20px;
  }
}

body .model-title.gunpla::before {
  left: 0;
}

body .model-title.gunpla::after {
  right: 0;
}

body .model-title.lego {
  color: #363636;
}

body .model-title.lego::before, body .model-title.lego::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  body .model-title.lego::before, body .model-title.lego::after {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  body .model-title.lego::before, body .model-title.lego::after {
    width: 20px;
    height: 20px;
  }
}

body .model-title.lego::before {
  left: 0;
}

body .model-title.lego::after {
  right: 0;
}

body .model-title.lego.brick::before, body .model-title.lego.brick::after {
  width: 28px;
  height: 25px;
  background-image: url("../img/ThemeLego/common/themes_title_icon.png");
}

@media screen and (max-width: 1023px) {
  body .model-title.lego.brick::before, body .model-title.lego.brick::after {
    width: 25px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  body .model-title.lego.brick::before, body .model-title.lego.brick::after {
    width: 20px;
    height: 16px;
  }
}

body .model-title.lego.hot::before, body .model-title.lego.hot::after {
  background-image: url("../img/ThemeLego/common/themes_title_icon2.png");
}

body .model-title.lego.new::before {
  background-image: url("../img/ThemeLego/common/themes_title_icon3.png");
}

body .model-title.lego.new::after {
  background-image: url("../img/ThemeLego/common/themes_title_icon3.png");
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

body .model-detail-title {
  font-size: 18px;
  font-weight: bold;
  color: #0c357a;
  padding-left: 45px;
  margin-left: 25px;
  height: 40px;
  line-height: 40px;
}

body .model-detail-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin: auto;
}

body .model-detail-title[data-type="gunpla-norm"]::before {
  background-image: url("../img/ThemeGunpla/common/gunpla-detail-icon.png");
}

body .model-detail-title[data-type="lego-norm"]::before {
  background-image: url("../img/ThemeLego/common/lego-detail-icon.png");
}

body .model-detail-title[data-type="gunpla-more"]::before {
  background-image: url("../img/ThemeGunpla/common/gunpla-detail-icon1.png");
}

body .model-detail-title[data-type="lego-more"]::before {
  background-image: url("../img/ThemeLego/common/lego-detail-icon1.png");
}

body .model-introduce-container {
  padding-left: 25px;
}

body .model-introduce-container > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

body .model-introduce-container > li:last-child {
  margin-bottom: 0;
}

body .model-tag-container {
  background-color: #ffffff;
  padding: 7px 50px;
}

body .model-tag-container > li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

body .model-tag-container > li .tag-option {
  font-size: inherit;
  padding-left: 25px;
}

body .model-tag-container > li .tag-option::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

body .model-tag-container > li .tag-option.orange {
  color: #e96000;
}

body .model-tag-container > li .tag-option.orange::before {
  background-image: url("../img/common/tag_icon01.png");
}

body .model-tag-container > li .tag-option.light-red {
  color: #f24400;
}

body .model-tag-container > li .tag-option.light-red::before {
  background-image: url("../img/common/tag_icon02.png");
}

body .model-tag-container > li .tag-option.dark-red {
  color: #a50000;
}

body .model-tag-container > li .tag-option.dark-red::before {
  background-image: url("../img/common/tag_icon03.png");
}

body .model-tag-container > li .tag-option.yellow {
  color: #ffc500;
}

body .model-tag-container > li .tag-option.yellow::before {
  background-image: url("../img/common/tag_icon04.png");
}

body .model-tag-container > li .tag-option.red {
  color: #db0000;
}

body .model-tag-container > li .tag-option.red::before {
  background-image: url("../img/common/tag_icon05.png");
}

body .model-card-container {
  width: 100%;
  max-width: 230px;
  margin: 0px auto 10px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media screen and (max-width: 767px) {
  body .model-card-container {
    max-width: initial;
    padding: 0px 10px;
  }
}

body .model-card-container:hover {
  border: 2px solid #e2dbd6;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 1px 1px 12px 0px rgba(40, 40, 40, 0.3);
          box-shadow: 1px 1px 12px 0px rgba(40, 40, 40, 0.3);
}

body .model-card-container .img-container {
  display: block;
  height: 210px;
}

body .model-card-container .img-container .img {
  max-width: 100%;
  max-height: 100%;
}

body .model-card-container .model-tag-container {
  padding: 7px 0px;
}

body .model-card-container .title {
  min-height: 63px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body .model-card-container .price-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 5px;
}

body .model-card-container .price-container .new-price {
  color: #f28c00;
  font-size: 26px;
  font-weight: bold;
}

body .model-card-container .price-container .old-price {
  display: inline-block;
  color: #aeaeae;
}

body .model-card-container .price-container .old-price::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
  margin: auto;
}

body .model-card-container .price-container .info {
  color: #e72119;
  font-size: 16px;
  text-align: right;
}

body .model-card-container .action-container {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  body .model-card-container .action-container {
    bottom: 10px;
  }
}

body .model-card-container .action-container .btn-cart {
  display: block;
  width: 70px;
  background-color: #f28c00;
  color: #ffffff;
  padding: 1px 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body [css-sect-nav="pc"] {
    display: none;
  }
}

body #wrapper {
  position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  body #wrapper.theme-detail {
    padding-bottom: 49px;
  }
}

body header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background-color: #363636;
  z-index: 9;
}

body header > .container {
  line-height: inherit;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
}

body header > .container .logo-container {
  display: inline-block;
  line-height: initial;
  padding: 10px 0px;
}

body header > .container .header-nav {
  float: right;
}

body header > .container .header-nav > li {
  display: inline-block;
  padding: 0px 10px;
}

@media screen and (max-width: 1023px) {
  body header > .container .header-nav > li.nav-option {
    display: none;
  }
}

body header > .container .header-nav > li.nav-option > a {
  display: block;
  padding-left: 20px;
}

body header > .container .header-nav > li.nav-option [class^="icon-"],
body header > .container .header-nav > li.nav-option [class*="icon-"] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
}

body header > .container .header-nav > li.nav-option .icon-home {
  width: 16px;
  height: 18px;
  background-image: url("../img/common/home-100x100.png");
  background-size: 16px 18px;
}

body header > .container .header-nav > li.nav-option .icon-arrow {
  width: 16px;
  height: 18px;
  background-image: url("../img/common/header_icon_dropdown.png");
  background-size: 16px 18px;
}

body header > .container .header-nav > li.nav-option .icon-member {
  width: 16px;
  height: 18px;
  background-image: url("../img/common/header_icon_member.png");
  background-size: 16px 18px;
}

body header > .container .header-nav > li.nav-option .icon-cart {
  width: 17px;
  height: 18px;
  background-image: url("../img/common/header_icon_cart.png");
  background-size: 17px 18px;
}

body header > .container .header-nav > li.nav-option.nav-menu [css-theme-menu="pc"] {
  display: none;
}

body header > .container .header-nav > li.nav-option.nav-menu:hover {
  background-color: #ffba00;
  color: #363636;
}

body header > .container .header-nav > li.nav-option.nav-menu:hover .icon-arrow {
  background-image: url("../img/common/header_icon_dropdown01.png");
}

body header > .container .header-nav > li.nav-option.nav-menu:hover [css-theme-menu="pc"] {
  display: block;
}

@media screen and (max-width: 767px) {
  body header > .container .header-nav > li.searchbar {
    width: 140px;
  }
}

body header > .container .header-nav > li.searchbar .input-text {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid;
  border-color: #ffffff;
  padding: 3px 25px 3px 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body header > .container .header-nav > li.searchbar .input-text {
    width: 100%;
  }
}

body header > .container .header-nav > li.searchbar .icon-search {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("../img/common/header_icon_search.png");
  background-size: 17px 17px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 5px;
  margin: auto;
}

body header > .container .header-nav > li.searchbar ::-webkit-input-placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.searchbar :-ms-input-placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.searchbar ::-ms-input-placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.searchbar ::placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.searchbar ::-webkit-input-placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.searchbar :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

body header > .container .header-nav > li.searchbar ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

body header > .container .header-nav > li.searchbar :-ms-input-placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.searchbar ::-ms-input-placeholder {
  color: #ffffff;
}

body header > .container .header-nav > li.share-option, body header > .container .header-nav > li.hamburger-option {
  padding: 0;
  margin-right: 5px;
}

body header > .container .header-nav > li.share-option .img-container, body header > .container .header-nav > li.hamburger-option .img-container {
  display: block;
  width: 21px;
  height: 21px;
  top: 4px;
}

body header > .container .header-nav > li.share-option .img-container .img, body header > .container .header-nav > li.hamburger-option .img-container .img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  body header > .container .header-nav > li.share-option {
    display: none;
  }
}

body header > .container .header-nav > li.hamburger-option {
  display: none;
}

@media screen and (max-width: 1023px) {
  body header > .container .header-nav > li.hamburger-option {
    display: inline-block;
  }
}

body header > .container .header-nav > li:last-child {
  margin-right: 0;
}

body header > .container .header-nav > li a {
  color: inherit;
}

body header > .container [css-theme-menu="pc"] {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

body header > .container [css-theme-menu="pc"] .container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
  padding: 15px 20px 0px;
  max-width: 1050px;
}

body header > .container [css-theme-menu="pc"] .container > li {
  display: block;
  float: left;
  width: 20%;
  padding: 0px 10px;
  margin-bottom: 15px;
  line-height: initial;
}

@media screen and (max-width: 1023px) {
  body header > .container [css-theme-menu="pc"] .container > li {
    width: 25%;
  }
}

body header > .container [css-theme-menu="pc"] .container > li .menu-option {
  display: block;
}

body header > .container [css-theme-menu="pc"] .container > li .menu-option .img-container {
  height: 90px;
  background-color: #ffffff;
}

body header > .container [css-theme-menu="pc"] .container > li .menu-option .img-container .img {
  max-width: 90%;
  max-height: 90%;
}

body header > .container [css-theme-menu="pc"] .container > li .menu-option .title {
  color: #ffffff;
  text-align: center;
  line-height: initial;
  padding: 7px 0px;
  font-size: 14px;
}

body header > .container [css-theme-menu="pc"] .container > li.more {
  width: 100%;
  text-align: right;
}

body header > .container [css-theme-menu="pc"] .container > li.more > a {
  color: #ffba00;
  padding: 7px 0px;
  font-size: 14px;
}

body header > .container [css-theme-menu="pc"] .container > li.more > a:hover {
  text-decoration: underline;
}

body main {
  padding-top: 45px;
}

body main [css-sect-nav="pc"] {
  height: 67px;
}

body main [css-sect-nav="pc"] > .container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 67px;
  padding: 0px 20px 0px 260px;
  height: 100%;
}

body main [css-sect-nav="pc"] > .container .logo-container {
  position: absolute;
  left: 20px;
  width: 233px;
  height: 67px;
}

body main [css-sect-nav="pc"] > .container .logo-container .img {
  max-width: 100%;
  max-height: 100%;
}

body main [css-sect-nav="pc"] > .container .owl-navbar {
  padding: 0px 20px;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .owl-stage-outer {
  z-index: 4;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .item .img-container {
  display: block;
  height: 67px;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .item .img-container .img {
  max-width: 70%;
  max-height: 70%;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .owl-nav {
  width: 100%;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .owl-nav .owl-prev,
body main [css-sect-nav="pc"] > .container .owl-navbar .owl-nav .owl-next {
  position: absolute;
  width: 15px;
  height: 22px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 5;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .owl-nav .owl-prev {
  left: 0;
}

body main [css-sect-nav="pc"] > .container .owl-navbar .owl-nav .owl-next {
  right: 0;
}

body main [css-sect-nav="mobile"] {
  display: none;
}

@media screen and (max-width: 767px) {
  body main [css-sect-nav="mobile"] {
    display: block;
  }
}

body main [css-sect-nav="mobile"] > .container {
  display: block;
}

body main [css-sect-nav="mobile"] > .container .img {
  width: 100%;
}

body main [css-sect-nav="mobile"] > .container .arrow-before, body main [css-sect-nav="mobile"] > .container .arrow-after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 40px auto;
}

body main [css-sect-nav="mobile"] > .container .arrow-after {
  display: none;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px 40px;
  display: none;
  z-index: 5;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"].active {
  display: block;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu {
  margin-bottom: 10px;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-stage-outer {
  z-index: 4;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .item > [class^="col-"],
body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .item > [class*="col-"] {
  padding: 0px 3px;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .item .menu-option {
  display: block;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .item .menu-option .img-container {
  height: 65px;
  background-color: #ffffff;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .item .menu-option .img-container .img {
  max-width: 90%;
  max-height: 90%;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .item .menu-option .title {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  line-height: initial;
  padding: 7px 0px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav {
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav .owl-prev,
body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav .owl-next {
  position: absolute;
  width: 16px;
  height: 28px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 5;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav .owl-prev img,
body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav .owl-next img {
  width: 16px;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav .owl-prev {
  left: -25px;
}

body main [css-sect-nav="mobile"] [css-theme-menu="mobile"] .owl-theme-menu .owl-nav .owl-next {
  right: -25px;
}

body main [css-sect-nav="mobile"] .more {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #313131;
  padding: 3px 0px;
}

body main .sect-banner {
  height: 400px;
  background-size: 100% 400px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  body main .sect-banner {
    background-size: 100% 280px;
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  body main .sect-banner {
    height: auto;
  }
}

body main .sect-banner .owl-banner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  body main .sect-banner .owl-banner {
    padding: 0;
  }
}

body main .sect-banner .owl-banner .owl-stage-outer {
  z-index: 4;
}

body main .sect-banner .owl-banner .item .video-container {
  text-align: center;
}

body main .sect-banner .owl-banner .item .video-container .iframe {
  width: 720px;
  height: 400px;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  body main .sect-banner .owl-banner .item .video-container .iframe {
    width: 500px;
    height: 280px;
  }
}

body main .sect-banner .owl-banner .item .img-container {
  width: 720px;
  height: 400px;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  body main .sect-banner .owl-banner .item .img-container {
    width: 500px;
    height: 280px;
  }
}

body main .sect-banner .owl-banner .item .img-container .img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  body main .sect-banner .owl-banner .item .video-container,
  body main .sect-banner .owl-banner .item .img-container {
    position: relative;
    padding-bottom: 48%;
    padding-top: 30px;
    width: auto;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body main .sect-banner .owl-banner .item .video-container .iframe,
  body main .sect-banner .owl-banner .item .img-container .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

body main .sect-banner .owl-banner .owl-nav {
  width: 100%;
  height: 112px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

body main .sect-banner .owl-banner .owl-nav .owl-prev,
body main .sect-banner .owl-banner .owl-nav .owl-next {
  position: absolute;
  width: 112px;
  height: 112px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 5;
}

body main .sect-banner .owl-banner .owl-nav .owl-prev {
  left: 20px;
}

body main .sect-banner .owl-banner .owl-nav .owl-next {
  right: 20px;
}

body main .sect-banner-list {
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 70px;
}

@media screen and (max-width: 767px) {
  body main .sect-banner-list {
    height: 46px;
    background-size: 100% 46px;
  }
}

body main .sect-banner-list .list-container {
  text-align: center;
  padding: 5px 0px;
}

body main .sect-banner-list .list-container > li {
  display: inline-block;
  margin-right: 5px;
}

body main .sect-banner-list .list-container > li:last-child {
  margin-right: 0;
}

body main .sect-banner-list .list-container > li .img-container {
  display: block;
  width: 104px;
  height: 58px;
  border: 1px solid;
  border-color: #000000;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  body main .sect-banner-list .list-container > li .img-container {
    width: 60px;
    height: 35px;
  }
}

body main .sect-banner-list .list-container > li .img-container .img {
  max-width: 100%;
  max-height: 100%;
}

body main .main-index {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body main .main-index {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index.detail {
    padding-bottom: 0;
  }
}

body main .main-index .sect-topic {
  padding: 40px 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-topic {
    padding: 10px 0px;
  }
}

body main .main-index [css-sect-theme-list="pc"] {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  body main .main-index [css-sect-theme-list="pc"] {
    display: none;
  }
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list {
  padding: 0px 70px;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .owl-stage-outer {
  z-index: 4;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .item .img-container {
  display: block;
  width: 195px;
  height: 256px;
  margin: auto;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .item .img-container .img {
  max-width: 100%;
  max-height: 100%;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .owl-nav {
  width: 100%;
  height: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .owl-nav .owl-prev,
body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .owl-nav .owl-next {
  position: absolute;
  width: 68px;
  height: 108px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 5;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .owl-nav .owl-prev {
  left: 0px;
}

body main .main-index [css-sect-theme-list="pc"] .owl-theme-list .owl-nav .owl-next {
  right: 0px;
}

body main .main-index [css-sect-theme-list="mobile"] {
  display: none;
}

@media screen and (max-width: 767px) {
  body main .main-index [css-sect-theme-list="mobile"] {
    display: block;
  }
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-stage-outer {
  z-index: 4;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .item .img-container {
  display: block;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .item .img-container .img {
  position: relative;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav .owl-prev,
body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 5;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav .owl-prev img,
body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav .owl-next img {
  width: 40px;
  height: 40px;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav .owl-prev {
  left: 5px;
}

body main .main-index [css-sect-theme-list="mobile"] .owl-theme-list .owl-nav .owl-next {
  right: 5px;
}

body main .main-index [css-sect-list-banner="pc"] {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body main .main-index [css-sect-list-banner="pc"] {
    display: none;
  }
}

body main .main-index [css-sect-list-banner="pc"] .img {
  width: 100%;
}

body main .main-index [css-sect-list-banner="mobile"] {
  display: none;
}

@media screen and (max-width: 767px) {
  body main .main-index [css-sect-list-banner="mobile"] {
    display: block;
  }
}

body main .main-index [css-sect-list-banner="mobile"] .img {
  width: 100%;
}

body main .main-index .sect-product {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product {
    padding: 0;
  }
}

body main .main-index .sect-product > .product-header {
  background-position: center;
  background-repeat: no-repeat;
}

body main .main-index .sect-product > .product-header .filter-container {
  position: absolute;
  left: 80px;
  bottom: 9px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-header .filter-container {
    left: 20px;
  }
}

body main .main-index .sect-product > .product-header .filter-container > li {
  display: inline-block;
}

body main .main-index .sect-product > .product-header .filter-container > li .btn-filter {
  font-size: 14px;
}

body main .main-index .sect-product > .product-header .filter-container > li .btn-filter.arrow-down {
  padding: 3px 25px 3px 15px;
}

body main .main-index .sect-product > .product-header .filter-container > li .btn-filter.arrow-down::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #363636 transparent transparent transparent;
}

body main .main-index .sect-product > .product-header .filter-container > li .btn-filter.arrow-up {
  background-color: #ffffff;
  padding: 3px 25px 3px 15px;
}

body main .main-index .sect-product > .product-header .filter-container > li .btn-filter.arrow-up::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #363636 transparent;
}

body main .main-index .sect-product > .product-header [css-tag-container="mobile"] {
  position: absolute;
  right: 20px;
  bottom: 9px;
  display: none;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-header [css-tag-container="mobile"] {
    display: block;
  }
}

body main .main-index .sect-product > .product-header [css-tag-container="mobile"] > li {
  display: inline-block;
}

body main .main-index .sect-product > .product-header [css-tag-container="mobile"] > li .btn-filter {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 14px;
  padding: 3px 25px 3px 15px;
}

body main .main-index .sect-product > .product-header [css-tag-container="mobile"] > li .btn-filter::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

body main .main-index .sect-product > .product-header [css-search-container="pc"] {
  position: absolute;
  right: 80px;
  bottom: 9px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-header [css-search-container="pc"] {
    display: none;
  }
}

body main .main-index .sect-product > .product-header [css-search-container="pc"] .input-text {
  width: 100%;
  padding: 3px 45px 3px 5px;
}

body main .main-index .sect-product > .product-header [css-search-container="pc"] .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dcdcdc;
  width: 40px;
  height: 27px;
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

body main .main-index .sect-product > .product-header [css-search-container="pc"] .btn-search:active {
  bottom: auto;
}

body main .main-index .sect-product > .product-main {
  background-size: 100% auto;
  background-position: center;
  padding: 0px 7px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main {
    background-size: 100% 3px;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main [css-tag-container="pc"] {
    display: none;
  }
}

body main .main-index .sect-product > .product-main [css-cart-container="pc"] {
  background-color: #f2f2f2;
  padding: 7px 50px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main [css-cart-container="pc"] {
    display: none;
  }
}

body main .main-index .sect-product > .product-main [css-cart-container="pc"] .info {
  font-size: 14px;
}

body main .main-index .sect-product > .product-main [css-cart-container="pc"] .info .num {
  color: #e96000;
  font-weight: bold;
}

body main .main-index .sect-product > .product-main [css-cart-container="pc"] .btn-cart {
  width: 80px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: auto;
}

body main .main-index .sect-product > .product-main [css-cart-container="pc"] .btn-cart:active {
  right: 49px;
  bottom: -1px;
}

body main .main-index .sect-product > .product-main [css-search-container="mobile"] {
  width: 100%;
  background-color: #d9d9d9;
  padding: 5px 20px;
  display: none;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main [css-search-container="mobile"] {
    display: block;
  }
}

body main .main-index .sect-product > .product-main [css-search-container="mobile"] .input-text {
  width: 100%;
  padding: 3px 45px 3px 5px;
}

body main .main-index .sect-product > .product-main [css-search-container="mobile"] .btn-search {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 40px;
  height: 27px;
  background-image: url("../img/common/search_icon.png");
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

body main .main-index .sect-product > .product-main [css-search-container="mobile"] .btn-search:active {
  bottom: auto;
}

body main .main-index .sect-product > .product-main .product-container {
  padding: 20px 35px 0px 35px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .product-container {
    padding: 10px 0px 0px;
  }
}

body main .main-index .sect-product > .product-main .product-container > .product-header {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

body main .main-index .sect-product > .product-main .product-container > .product-header .model-title {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  body main .main-index .sect-product > .product-main .product-container > .product-header .model-title {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .product-container > .product-header .model-title {
    margin-top: 22px;
  }
}

body main .main-index .sect-product > .product-main .product-container > .product-main {
  background-size: 100% auto;
  background-position: center;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .item {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .item .img-container .img {
    width: auto;
  }
}

body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -68px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .owl-dots {
    bottom: -49px;
  }
}

body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .owl-dots .owl-dot span {
  background-color: #ffffff;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .owl-dots .owl-dot.active span {
  top: 1px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .owl-new-list .owl-dots .owl-dot.active span::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #ffe246;
  border: 0;
  border-radius: 50%;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum {
  padding: 15px 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum {
    display: none;
  }
}

body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum > li {
  display: inline-block;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum > li > a {
  display: block;
  background-color: #f6f6f6;
  border: 1px solid;
  border-color: #dddddd;
  padding: 3px 10px;
  font-weight: bold;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum > li > a.disable, body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum > li > a.active {
  background-color: #ffffff;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum > li > a.disable {
  color: #dddddd;
}

body main .main-index .sect-product > .product-main .product-container > .product-main .product-pagenum > li > a.active {
  color: #db0000;
}

body main .main-index .sect-product > .product-main .product-container > .product-footer {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

body main .main-index .sect-product > .product-main .line-container {
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 27px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-main .line-container {
    margin-top: 0px;
    background-size: 100% auto;
  }
}

body main .main-index .sect-product > .product-footer {
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-footer {
    height: 64px;
    background-size: 100% 64px;
    text-align: center;
  }
}

body main .main-index .sect-product > .product-footer .more {
  display: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-right: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product > .product-footer .more {
    display: inline-block;
  }
}

body main .main-index .sect-product > .product-footer .more::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 19px;
  height: 18px;
  background-image: url("../img/common/ic-arrow.png");
  background-size: 19px 18px;
}

body main .main-index .sect-product .detail-header {
  height: 120px;
  background-size: 100% 120px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-header {
    display: none;
  }
}

body main .main-index .sect-product .detail-footer {
  height: 73px;
  background-size: 100% 73px;
  background-position: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-footer {
    display: none;
  }
}

body main .main-index .sect-product .model-introduce-container {
  padding: 10px 20px 30px 50px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .model-introduce-container {
    font-size: 12px;
  }
}

body main .main-index .sect-product .detail-preview-container .owl-detail-view .item .img-container {
  height: 250px;
}

body main .main-index .sect-product .detail-preview-container .owl-detail-view .item .img-container .img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

body main .main-index .sect-product .detail-preview-container .list-container {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

@media screen and (max-width: 1023px) {
  body main .main-index .sect-product .detail-preview-container .list-container {
    position: relative;
    padding: 0px 0px 20px;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-preview-container .list-container {
    display: none;
  }
}

body main .main-index .sect-product .detail-preview-container .list-container > li {
  display: inline-block;
  margin-right: 5px;
}

body main .main-index .sect-product .detail-preview-container .list-container > li:last-child {
  margin-right: 0;
}

body main .main-index .sect-product .detail-preview-container .list-container > li .img-container {
  display: block;
  width: 54px;
  height: 56px;
  border: 1px solid;
  border-color: #000000;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-preview-container .list-container > li .img-container {
    width: 32px;
    height: 33px;
  }
}

body main .main-index .sect-product .detail-preview-container .list-container > li .img-container .img {
  max-width: 100%;
  max-height: 100%;
}

body main .main-index .sect-product .detail-info-container {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #dddddd;
}

@media screen and (max-width: 1023px) {
  body main .main-index .sect-product .detail-info-container {
    border-left: 0;
    border-bottom: 0;
  }
}

body main .main-index .sect-product .detail-info-container:nth-child(2) {
  padding-bottom: 60px;
  border-bottom: 0;
}

body main .main-index .sect-product .detail-info-container .title, body main .main-index .sect-product .detail-info-container .product-num {
  margin-bottom: 10px;
  padding: 0px 30px;
}

body main .main-index .sect-product .detail-info-container .title {
  font-size: 27px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-info-container .title {
    font-size: 16px;
  }
}

body main .main-index .sect-product .detail-info-container .product-num {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-info-container .product-num {
    font-size: 12px;
  }
}

body main .main-index .sect-product .detail-info-container .model-tag-container {
  padding: 15px 30px;
}

body main .main-index .sect-product .detail-info-container .price-container {
  padding: 0px 20px;
  margin-bottom: 10px;
}

body main .main-index .sect-product .detail-info-container .price-container .title {
  font-size: 24px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-info-container .price-container .title {
    font-size: 18px;
  }
}

body main .main-index .sect-product .detail-info-container .price-container .old-price {
  display: inline-block;
  color: #aeaeae;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 10px;
}

body main .main-index .sect-product .detail-info-container .price-container .old-price::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
  margin: auto;
}

body main .main-index .sect-product .detail-info-container .price-container .info {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background-color: #f28c00;
  color: #ffffff;
  padding: 3px 10px;
}

body main .main-index .sect-product .detail-info-container .price-container .info::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -16px;
  border-style: solid;
  border-width: 12.5px 0 12.5px 16px;
  border-color: transparent transparent transparent #f28c00;
}

body main .main-index .sect-product .detail-info-container .price-container .new-price {
  display: block;
  color: #f28c00;
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-info-container .price-container .new-price {
    font-size: 35px;
  }
}

body main .main-index .sect-product .detail-info-container .model-introduce-container {
  padding: 0px 20px 0px 55px;
}

body main .main-index .sect-product .detail-action-container {
  border-left: 1px solid;
  border-color: #dddddd;
  padding: 20px 30px;
}

@media screen and (max-width: 1023px) {
  body main .main-index .sect-product .detail-action-container {
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 0 0 0 130px;
  }
}

body main .main-index .sect-product .detail-action-container .share-group {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .share-group {
    display: none;
  }
}

body main .main-index .sect-product .detail-action-container .share-group .title {
  display: inline-block;
}

body main .main-index .sect-product .detail-action-container .share-group .fb-btn {
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/fb-50x50.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

body main .main-index .sect-product .detail-action-container .select-group {
  background-color: #c9c9c9;
  padding: 15px 0px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .select-group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    padding: 7px 10px;
    margin-bottom: 0;
  }
}

body main .main-index .sect-product .detail-action-container .select-group .title {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .select-group .title {
    display: none;
  }
}

body main .main-index .sect-product .detail-action-container .select-group .select {
  width: 230px;
  height: 35px;
  padding: 0px 5px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .select-group .select {
    width: 100%;
  }
}

body main .main-index .sect-product .detail-action-container .btn-group {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .btn-group {
    padding-right: 49px;
  }
}

body main .main-index .sect-product .detail-action-container .btn-group .btn {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .btn-group .btn {
    margin-bottom: 0;
    bottom: 0;
  }
}

body main .main-index .sect-product .detail-action-container .btn-group .btn:last-child {
  margin-bottom: 0;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn .img {
  max-width: 100%;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart {
  display: block;
  color: #ffffff;
  text-align: center;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart .icon-cart {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 2px;
  background-image: url("../img/common/shop-100x100.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart .arrow {
  display: block;
  width: 100%;
  font-size: 18px;
  z-index: 5;
  padding: 12px 0px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .btn-group .btn-cart .arrow.pc {
    display: none;
  }
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart .arrow.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product .detail-action-container .btn-group .btn-cart .arrow.mobile {
    display: block;
  }
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.lego {
  background-color: #ffb400;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.gunpla {
  background-color: #1b5bbc;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.gunpla::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0d3e88;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.gunpla .arrow::before, body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.gunpla .arrow::after {
  content: '';
  display: block;
  position: absolute;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.gunpla .arrow::before {
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-cart.gunpla .arrow::after {
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #ffffff transparent;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-favorite {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #c9c9c9;
  text-align: center;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-favorite .icon-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 15px;
  background-image: url("../img/common/favor-100x100.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 5;
}

body main .main-index .sect-product .detail-action-container .btn-group .btn-favorite.gunpla::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #a5a5a5;
}

body main .main-index .sect-product.gunpla > .product-header {
  background-image: url("../img/ThemeGunpla/pc/content_top.png");
  height: 92px;
  background-size: 100% 92px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-header {
    background-image: url("../img/ThemeGunpla/mobile/index_content_top.png");
    background-size: 100% auto;
  }
}

body main .main-index .sect-product.gunpla > .product-header [css-search-container="pc"] .btn-search {
  background-image: url("../img/common/search_icon.png");
}

body main .main-index .sect-product.gunpla > .product-header .filter-container > li .btn-filter {
  background-color: #dcdcdc;
}

body main .main-index .sect-product.gunpla > .product-header .filter-container > li .btn-filter.arrow-down {
  background-color: #ffffff;
}

body main .main-index .sect-product.gunpla > .product-main {
  background-image: url("../img/ThemeGunpla/pc/content_bg.png");
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-main {
    background-image: url("../img/ThemeGunpla/mobile/index_content_bg.png");
  }
}

body main .main-index .sect-product.gunpla > .product-main [css-cart-container="pc"] .btn-cart {
  background-color: #db0000;
  color: #ffffff;
}

body main .main-index .sect-product.gunpla > .product-main .product-container > .product-header {
  background-image: url("../img/ThemeGunpla/pc/newpro_title.png");
  height: 96px;
  background-size: 100% 96px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-main .product-container > .product-header {
    background-image: url("../img/ThemeGunpla/mobile/index_newpro_title.png");
    height: 50px;
    background-size: 100% auto;
  }
}

body main .main-index .sect-product.gunpla > .product-main .product-container > .product-main {
  background-image: url("../img/ThemeGunpla/pc/pro_bg.png");
  padding: 20px 50px 0px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-main .product-container > .product-main {
    background-image: url("../img/ThemeGunpla/mobile/index_pro_bg.png");
    padding: 20px 10px;
  }
}

body main .main-index .sect-product.gunpla > .product-main .product-container > .product-footer {
  background-image: url("../img/ThemeGunpla/pc/pro_bottom.png");
  height: 100px;
  background-size: 100% 100px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-main .product-container > .product-footer {
    background-image: url("../img/ThemeGunpla/mobile/index_pagedot_bg.png");
    height: 42px;
    background-size: 100% auto;
  }
}

body main .main-index .sect-product.gunpla > .product-main .line-container {
  background-image: url("../img/ThemeGunpla/pc/content_center.png");
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-main .line-container {
    background-image: url("../img/ThemeGunpla/mobile/index_content_center.png");
  }
}

body main .main-index .sect-product.gunpla > .product-footer {
  background-image: url("../img/ThemeGunpla/pc/content_bottom.png");
  height: 57px;
  background-size: 100% 57px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla > .product-footer {
    background-image: url("../img/ThemeGunpla/mobile/index_more_bottom.png");
  }
}

body main .main-index .sect-product.gunpla.list > .product-main .product-container > .product-header {
  background-image: url("../img/ThemeGunpla/pc/pro_bg_top.png");
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.list > .product-main .product-container > .product-header {
    background-image: url("../img/ThemeGunpla/mobile/thems_content_top.png");
  }
}

body main .main-index .sect-product.gunpla.list > .product-main .product-container > .product-main {
  padding: 0px 50px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.list > .product-main .product-container > .product-main {
    padding: 0px 10px;
  }
}

body main .main-index .sect-product.gunpla.detail > .product-header {
  background-image: url("../img/ThemeGunpla/pc/content_top1.png");
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-header {
    display: none;
  }
}

body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-header {
  background-image: url("../img/ThemeGunpla/pc/pro_bg_top.png");
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-header {
    display: none;
  }
}

body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main {
  padding: 0px 27px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main {
    padding: 0px 10px;
  }
}

body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-header, body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-main, body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-footer {
  margin-left: -10px;
  margin-right: -10px;
}

body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-header {
  background-image: url("../img/ThemeGunpla/pc/pro_detail_top.png");
  height: 120px;
  background-size: 100% 120px;
}

body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-main {
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-main {
    margin: 0px 0px 30px;
  }
}

body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .detail-footer {
  background-image: url("../img/ThemeGunpla/pc/pro_detail_bottom.png");
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-main .model-card-container .action-container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-main .product-container > .product-footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.gunpla.detail > .product-footer {
    display: none;
  }
}

body main .main-index .sect-product.lego > .product-header {
  background-image: url("../img/ThemeLego/pc/content_top.png");
  height: 60px;
  background-size: 100% 60px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-header {
    background-image: url("../img/ThemeLego/mobile/index_content_top.png");
    height: 50px;
    background-size: 105% 50px;
    margin-top: 10px;
  }
}

body main .main-index .sect-product.lego > .product-header [css-search-container="pc"] {
  right: 30px;
}

body main .main-index .sect-product.lego > .product-header [css-search-container="pc"] .btn-search {
  background-image: url("../img/common/search_icon1.png");
  background-color: #f28c00;
}

body main .main-index .sect-product.lego > .product-header .filter-container {
  left: 30px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-header .filter-container {
    bottom: 14px;
  }
}

body main .main-index .sect-product.lego > .product-header .filter-container > li .btn-filter {
  background-color: #f28c00;
  color: #ffffff;
}

body main .main-index .sect-product.lego > .product-header .filter-container > li .btn-filter.arrow-down {
  background-color: #ffffff;
  color: #363636;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-header [css-tag-container="mobile"] {
    bottom: 13px;
  }
}

body main .main-index .sect-product.lego > .product-main {
  background-image: url("../img/ThemeLego/pc/content_bg.png");
  padding: 0px 19px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-main {
    background-image: url("../img/ThemeLego/mobile/index_content_bg.png");
    padding: 0px 5px;
  }
}

body main .main-index .sect-product.lego > .product-main [css-tag-container="pc"] {
  padding: 7px 10px;
}

body main .main-index .sect-product.lego > .product-main [css-cart-container="pc"] {
  padding: 7px 10px;
}

body main .main-index .sect-product.lego > .product-main [css-cart-container="pc"] .btn-cart {
  background-color: #000000;
  color: #ffffff;
  right: 10px;
}

body main .main-index .sect-product.lego > .product-main .product-container {
  padding: 20px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-main .product-container {
    padding: 10px 0px 0px;
  }
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-header {
  background-image: url("../img/ThemeLego/pc/newpro_title.png");
  height: 73px;
  background-size: 100% 73px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-main .product-container > .product-header {
    background-image: url("../img/ThemeLego/mobile/index_newpro_title.png");
    height: 50px;
    background-size: 100% 50px;
  }
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-header.no-bg {
  background-image: none;
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-header .model-title {
  margin-top: 15px;
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-main {
  background-image: url("../img/ThemeLego/pc/newpro_bg.png");
  padding: 0px 50px 20px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-main .product-container > .product-main {
    background-image: url("../img/ThemeLego/mobile/index_pro_bg.png");
    padding: 0px 10px;
  }
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-main.no-bg {
  background-image: none;
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-main .owl-new-list .owl-dots {
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-main .product-container > .product-main .owl-new-list .owl-dots {
    bottom: -35px;
  }
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-main .owl-new-list .owl-dots .owl-dot.active span::before {
  background-color: #bcbcbc;
  border: 2px solid;
  border-color: #7d7d7d;
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-footer {
  background-image: url("../img/ThemeLego/pc/newpro_bottom.png");
  height: 50px;
  background-size: 100% 50px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-main .product-container > .product-footer {
    background-image: url("../img/ThemeLego/mobile/index_pagedot_bg.png");
    height: 40px;
    background-size: 100% 40px;
  }
}

body main .main-index .sect-product.lego > .product-main .product-container > .product-footer.no-bg {
  background-image: none;
}

body main .main-index .sect-product.lego > .product-footer {
  background-image: url("../img/ThemeLego/pc/content_bottom.png");
  height: 15px;
  background-size: 100% 15px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego > .product-footer {
    background-image: url("../img/ThemeLego/mobile/index_more_bottom.png");
    height: 50px;
    background-size: 105% 50px;
  }
}

body main .main-index .sect-product.lego.detail > .product-header {
  background-image: url("../img/ThemeLego/pc/pro_bg_top.png");
  height: 15px;
  background-size: 100% 15px;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego.detail > .product-header {
    display: none;
  }
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-header {
  background-image: none;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-header {
    display: none;
  }
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main {
  background-image: none;
  padding: 0;
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .model-detail-title {
  color: #363636;
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-header, body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-main, body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-footer {
  margin-left: -10px;
  margin-right: -10px;
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-header {
  background-image: url("../img/ThemeLego/pc/pro_detail_top.png");
  height: 100px;
  background-size: 100% 100px;
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-header .model-detail-title {
  top: 50px;
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-main {
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .detail-main {
    margin: 0px 0px 30px;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-main .model-card-container .action-container {
    display: none;
  }
}

body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-footer {
  background-image: none;
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego.detail > .product-main .product-container > .product-footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body main .main-index .sect-product.lego.detail > .product-footer {
    display: none;
  }
}

body footer {
  padding: 12px 0px;
  color: #ffffff;
  background-color: #363636;
}

@media screen and (max-width: 767px) {
  body footer {
    padding: 5px 0px;
  }
}

body footer .sitemap {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body footer .sitemap {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}

body footer .sitemap > li {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  body footer .sitemap > li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  body footer .sitemap > li {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

body footer .sitemap > li .sitemap-option {
  display: block;
  color: inherit;
  border-left: 1px solid;
  border-color: #ffffff;
  padding-left: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  body footer .sitemap > li .sitemap-option {
    font-size: inherit;
  }
}

body footer .sitemap > li:first-child .sitemap-option {
  border-left: 0;
}

body footer .sitemap > li.copyright {
  margin-left: 45px;
}

@media screen and (max-width: 1023px) {
  body footer .sitemap > li.copyright {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body footer .sitemap > li.copyright {
    margin-left: 0;
  }
}

body .pop-windows {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body .pop-windows.active {
  z-index: 998;
  opacity: 1;
}

body .pop-windows .pop-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

body .pop-windows .pop-close::before, body .pop-windows .pop-close::after {
  position: absolute;
  top: 13px;
  left: 2px;
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background-color: #ffffff;
}

body .pop-windows .pop-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .pop-windows .pop-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .pop-windows .pop-confirm,
body .pop-windows .pop-true-false {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  padding: 40px 50px;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
  z-index: -1;
}

body .pop-windows .pop-confirm .detail,
body .pop-windows .pop-true-false .detail {
  margin-bottom: 30px;
}

body .pop-windows .pop-confirm.active,
body .pop-windows .pop-true-false.active {
  z-index: 999;
}

body .pop-windows .pop-confirm[data-animate-type=fade],
body .pop-windows .pop-true-false[data-animate-type=fade] {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

body .pop-windows .pop-confirm[data-animate-type=fade].active,
body .pop-windows .pop-true-false[data-animate-type=fade].active {
  opacity: 1;
}

body .pop-windows .pop-confirm[data-animate-type=drop],
body .pop-windows .pop-true-false[data-animate-type=drop] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .pop-windows .pop-assess {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 750px;
  height: auto;
  max-height: 700px;
  padding: 20px 10px;
  margin: auto;
  text-align: center;
  background-color: transparent;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  body .pop-windows .pop-assess {
    width: 95%;
    max-height: 500px;
  }
}

body .pop-windows .pop-assess.active {
  top: 10px;
  z-index: 999;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] {
  text-align: center;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] .pop-close {
  top: -10px;
  right: 5px;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"].active {
  top: 20px !important;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] .logo-container {
  display: inline-block;
  margin: inherit;
  margin-bottom: 40px;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] .list-container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
  max-width: 150px;
  padding: 0;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] .list-container > li {
  margin-bottom: 40px;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] .list-container > li .list-option {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

body .pop-windows .pop-assess[data-pop-assess-type="mobile-menu"] .list-container > li .list-option .img {
  width: 100%;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] {
  background-color: #000000;
  left: auto;
  text-align: left;
  width: 300px;
  height: 100%;
  max-height: initial;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"].active {
  top: 0px !important;
  padding: 30px 30px 90px;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li {
  margin-bottom: 25px;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li:first-child {
  margin-bottom: 20px;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li .list-option {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li .tag-option {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 7px 10px 7px 40px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 5px;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li .tag-option::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/common-mobile/tag_icon01.png");
  background-size: 20px 20px;
  margin: auto;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li .tag-option.active {
  color: #363636;
  background-color: #ffffff;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li .tag-option.active::before {
  background-image: url("../img/common-mobile/tag_icon02.png");
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .list-container > li .tag-option .img {
  width: 100%;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .btn-action {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0px 30px;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .btn-action .btn-confirm {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #363636;
  background-color: #ff9600;
  text-align: center;
  padding: 10px 0px;
}

body .pop-windows .pop-assess[data-pop-assess-type="discount-menu"] .btn-action .btn-confirm::before {
  content: '✖';
  display: inline-block;
  margin-right: 10px;
}

body .wr-scrollup {
  bottom: 70px;
}

body .wr-floatside.wr-floatside-cart .btn-floatside-cart em {
  font-style: normal;
}
/*# sourceMappingURL=style.css.map */