body {
  background: #fff !important;
}
/* loading */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;

  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  background: #0496ff;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  background: #ffbc42;
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  background: #d81159;
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  background: #fcfc62;
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.head {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
  border-bottom: 1px solid #efefef;
  font-family: notom;
  font-size: 1.7em;
  letter-spacing: -1px;
}
.boxcate {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  flex-wrap: wrap;
}
.boxcate h1,
h2 {
  font-weight: normal;
}
.boxcate .inner {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}
.boxcate .inner .logo {
  border: 1px solid #efefef;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxcate .inner .logo img {
  width: 100%;
}
.boxcate h1 {
  font-family: notom;
  font-size: 1.3em;
  letter-spacing: -1px;
  margin: 15px 0 10px;
}
.boxcate h2 {
  color: #585858;
}
.category_h {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  margin-bottom: 30px;
}
.category_h ul {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: notor;
  font-size: 16px;
  letter-spacing: -1px;
}
.category_h li {
  margin: 0 35px;
}
.category_h li a:hover {
  color: darkcyan;
}
.logoarea {
  display: flex;
  width: 100%;
  justify-content: center;
}
.brandMain {
  width: 100%;
  display: flex;
  height: 600px;

  justify-content: space-between;
}
.brandMain .big {
  width: 770px;
  height: 100%;
  border: 1px solid #dfdfdf;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandMain .big::before {
}
.brandMain .big img {
  width: 770px;
  height: 600px;
}
.brandMain .small {
  width: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brandMain .small .inner {
  background: #fafafa;
  width: 100%;
  height: 49%;
}
.brandMain .small .inner img {
  width: 100%;
}
.license {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  border-top: 1px solid #dfdfdf;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.license .btmbanner {
  position: absolute;
  right: 160px;
  top: 20px;
}
.license .left {
  display: flex;
  flex-direction: column;
}
.license .left .smenu {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  font-size: 13px;
}
.license .left .smenu .inner {
  margin-right: 30px;
  font-family: notor;
  letter-spacing: -1px;
  color: #303030;
}
.license .left .text {
  color: #606060;
  font-size: 12px;
  font-family: notor;
  line-height: 150%;
  max-width: 800px;
  word-break: keep-all;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.license .left .text span {
  margin-right: 10px;
}
.license .right h1,
h2,
h3,
h4 {
  font-weight: normal;
}
.license .right h1 {
  font-family: notom;
  font-size: 14px;
}
.license .right h2 {
  font-size: 12px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.license .right h3 {
  font-family: notob;
  font-size: 20px;
}
.license .right h4 {
  font-family: notor;
  color: #606060;
}
.root {
  float: left;
  height: 45px;
  line-height: 45px;
}
.root a {
  color: #fff;
  font-size: 14px;
}
.view_location {
  display: none !important;
}
#sit_ov_wrap {
  border-top: 0px;
}
#sit_buy {
  display: none !important;
}
#sit_siblings {
  display: none;
}
#sit_inf_open {
  display: none;
}
.floating {
  display: none;
}
.sin {
  position: fixed;
  width: 500px !important;
  height: 90vh !important;
  background: #fff;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 20px 30px;
}
.sin h1 {
  margin-top: 20px;
  font-size: 2em;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: tomato;
}
.sin h1 span {
  font-weight: normal;
  color: #000;
}
.sin .subt {
  display: block;
  font-size: 1.1em;
  color: #585858;
  padding-bottom: 50px;
}
.sin input[type="text"] {
  width: 100%;
  padding: 15px;
  font-size: 1.2em;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-bottom: 5px;
}
.sin .formbtn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sin .formbtn * {
  width: 49.5%;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
}
.sin .formbtn input {
  background: tomato;
  color: #fff;
  border: 1px solid rgb(228, 80, 54);
}
.sin textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.2em;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-bottom: 5px;
}
.sin .agree {
  text-align: Center;
  font-size: 1.1em;
  margin: 20px 0;
  color: #585858;
}
.sin .agree input[type="checkbox"] + label {
  color: #f2f2f2;
}

.sin .agree input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png)
    left top no-repeat;
  cursor: pointer;
}

.sin .agree input[type="checkbox"]:checked + label span {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px
    top no-repeat;
}
.pcfloating {
  width: 80px;
  height: 300px;
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 100px;
}
.pcfloating a {
  display: block;
  margin-bottom: 12px;
}
.black2 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
}
.orderWrap {
  max-width: 1200px;
  margin: auto;
}
.ordertable {
  width: 100%;
  border-collapse: collapse !important;
  border: 1px solid #dfdfdf;
}
.ordertable tr {
  width: 100%;
}
.ordertable th,
td {
  padding: 15px;
}
.ordertable th {
  background: #fafafa;
  width: 150px;
}
.ordertable td {
  width: calc(100% - 150px);
}
.textbox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  word-break: keep-all;
  line-height: 150%;
}
@media screen and (max-width: 760px) {
  .pcfloating {
    display: none;
  }
  .head {
    padding: 6vw 0;
    font-size: 1.4em;
    text-align: center;
  }
  .boxcate {
    padding: 10vw 3vw;
  }
  .boxcate h1,
  h2 {
    font-weight: normal;
  }
  .boxcate .inner {
    width: 48%;
    margin-bottom: 10vw;
  }
  .boxcate .inner .logo {
    height: 110px;
  }

  .boxcate h1 {
    margin: 3vw 0 2vw;
  }
  .license {
    width: 100%;
    max-width: 1200px;
    margin: 0vw auto 0;
    border-top: 1px solid #dfdfdf;
    padding: 0vw 0vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
  }
  .license .btmbanner {
    position: absolute;
    right: 160px;
    top: 20px;
  }
  .license .left {
    display: flex;
    flex-direction: column;
  }
  .license .right {
    border-bottom: 1px solid #dfdfdf;
    padding: 7vw 3vw;
  }
  .license .left .smenu {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    font-size: 12px;
    border-bottom: 1px solid #dfdfdf;
  }
  .license .left .smenu .inner {
    font-family: notor;
    text-align: center;
    letter-spacing: -1px;
    color: #303030;
    width: 25%;
    margin-right: 0;
    height: 30px;
    line-height: 30px;
  }
  .license .left .text {
    color: #606060;
    font-size: 12px;
    font-family: notor;
    line-height: 150%;
    max-width: 800px;
    word-break: keep-all;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5vw 3vw;
  }
  .license .left .text span {
    margin-right: 10px;
  }

  .brandMain {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
  }
  .brandMain .big {
    width: 100%;
    height: auto;
    border: 0px solid #dfdfdf;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brandMain .big::before {
  }
  .brandMain .big img {
    width: 100%;
    height: auto;
  }
  .brandMain .small {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .brandMain .small .inner {
    background: #fafafa;
    width: 100%;
    height: auto;
  }
  .brandMain .small .inner img {
    width: 100%;
  }
  #container {
    width: 100% !important;
  }
  #hd,
  #wrapper,
  #ft {
    min-width: 100% !important;
  }
  .logoarea img {
    height: 50px;
  }
  .category_h {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 0;
    margin-bottom: 0px;
    background: #fafafa;
  }
  .category_h ul {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: notor;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .category_h li {
    margin: 0 0px;
    padding: 4vw 2.5vw;
  }
  .category_h li a:hover {
    color: darkcyan;
  }
  #wrapper_title {
    text-align: center;
    font-size: 1.5em !important;
    padding: 4vw 0 2vw !important;
  }
  .sct_ct {
    border-left: 0px;
    border-right: 0px;
    margin: 10px 0 0px !important;
  }
  .sct_ct li {
    width: auto !important;
    border-right: 0px !important;
  }
  .sct_ct li a {
    line-height: 20px !important;
  }
  #sct_sortlst {
    border: 0px;
    border-bottom: 1px solid #e3e5e8;
  }
  #sct_lst {
    display: none;
  }
  #ssch_sort {
    width: 100% !important;
  }
  #ssch_sort li:nth-child(4),
  #ssch_sort li:nth-child(5) {
    display: none;
  }
  .lists-row .col-row-3 {
    width: 48.5% !important;
    border: 1px solid #dfdfdf;
  }
  .sct_li {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  .sct_10 {
    padding: 0 3vw;
  }
  .sct_10 .sct_li {
    margin-bottom: 3vw !important;
  }
  .sct_10 .sct_op_btn {
    display: none;
  }
  .sct_10 .sct_txt {
    font-size: 1.1em !important;
  }
  #sit_ov_wrap {
    width: 100% !important;
    padding: 3vw !important;
  }
  #sit_pvi_thumb {
    display: none;
  }
  #sit_ov {
    width: 100% !important;
  }
  .aim {
    width: 100%;
  }
  p > img {
    width: 100%;
  }
  #sit_pvi_big #popup_item_image {
    display: none;
  }
  #sit_pvi {
    width: 100%;
  }
  #sit_pvi_big {
    width: 100% !important;
    border: 1px solid #dfdfdf;
    padding: 5vw 0;
  }
  #sit_pvi_big img {
    width: 70% !important;
  }
  #sit_title {
    font-size: 1.5em !important;
    word-break: keep-all;
    margin-top: 3vw;
  }
  .grid_3 {
    width: 100px !important;
  }
  #sit_ov_btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .orders {
    width: 94vw !important;
    height: 80vh !important;
  }
  .orders h1 {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .orders .subt {
    padding-bottom: 4vw;
  }
  .floating {
    display: flex;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9999;
    padding: 2vw;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    flex-direction: row;
  }
  .floating a {
    display: block;
    width: 33%;
  }
  .floating .inner {
    width: 100%;
    background: #fff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
  }
  .floating a:nth-child(1) .inner {
    background: rgb(255, 142, 14);
    color: #fff;
  }
  .floating a:nth-child(2) .inner {
    background: rgb(50, 148, 240);
    color: #fff;
  }
  .floating a:nth-child(3) .inner {
    background: rgb(247, 201, 0);
    color: rgb(49, 28, 16);
  }
  .sin {
    position: fixed;
    width: 94vw !important;
    height: 90vh !important;
    background: #fff;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 20px 30px;
  }
  .sin h1 {
    margin-top: 20px;
    font-size: 2em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: tomato;
  }
  .sin h1 span {
    font-weight: normal;
    color: #000;
  }
  .sin .subt {
    display: block;
    font-size: 1.1em;
    color: #585858;
    padding-bottom: 50px;
  }
  .sin input[type="text"] {
    width: 100%;
    padding: 15px;
    font-size: 1.2em;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-bottom: 5px;
  }
  .sin .formbtn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sin .formbtn * {
    width: 49.5%;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2em;
  }
  .sin .formbtn input {
    background: tomato;
    color: #fff;
    border: 1px solid rgb(228, 80, 54);
  }
  .sin textarea {
    width: 100%;
    padding: 15px;
    font-size: 1.2em;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-bottom: 5px;
  }
  .sin .agree {
    text-align: Center;
    font-size: 1.1em;
    margin: 20px 0;
    color: #585858;
  }
  .sin .agree input[type="checkbox"] + label {
    color: #f2f2f2;
  }

  .sin .agree input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png)
      left top no-repeat;
    cursor: pointer;
  }

  .sin .agree input[type="checkbox"]:checked + label span {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px
      top no-repeat;
  }
  .black2 {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
  }
}
