@charset "UTF-8";
@keyframes videotop {
  from {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  to {
    width: 0;
  }
}
@keyframes videobot {
  from {
    top: 5px;
  }
  50% {
    top: 50%;
  }
  to {
    top: 100%;
  }
}
/* line 13, ../sass/product-post/product-post-top.scss */
#ProductPostTop {
  position: relative;
  overflow: hidden;
  margin: 0 10vw 5vw 10vw;
  z-index: 3;
  /* height: calc(100vh - 15vw); */
  height: 105vh;
  width: calc(100% - 20vw);
}
/* line 22, ../sass/product-post/product-post-top.scss */
#ProductPostTop span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3c44;
  opacity: .5;
  z-index: 2;
}
/* line 34, ../sass/product-post/product-post-top.scss */
#ProductPostTop:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  height: 5px;
  width: 100%;
  background: #fff;
  z-index: 3;
}
/* line 46, ../sass/product-post/product-post-top.scss */
#ProductPostTop:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  height: calc(100% - 5px);
  width: 100%;
  background: #fff;
  z-index: 3;
}
/* line 59, ../sass/product-post/product-post-top.scss */
#ProductPostTop.goanimate:before {
  animation-name: videotop;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/* line 68, ../sass/product-post/product-post-top.scss */
#ProductPostTop.goanimate:after {
  animation-name: videobot;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/* line 78, ../sass/product-post/product-post-top.scss */
#ProductPostTop h1 {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  color: #fff;
  z-index: 3;
  font-size: 48px;
  width: calc(100% - 10vw);
}

@media only screen and (min-width: 1580px) and (max-width: 1730px) {
  /* line 92, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 1579px) {
  /* line 102, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1459px) {
  /* line 112, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1359px) {
  /* line 122, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1259px) {
  /* line 132, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 860px) and (max-width: 1059px) {
  /* line 142, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 859px) {
  /* line 151, ../sass/product-post/product-post-top.scss */
  #ProductPostTop {
    height: 65vw;
  }
  /* line 154, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 163, ../sass/product-post/product-post-top.scss */
  #ProductPostTop {
    height: 65vw;
  }
  /* line 166, ../sass/product-post/product-post-top.scss */
  #ProductPostTop:before {
    display: none;
  }
  /* line 170, ../sass/product-post/product-post-top.scss */
  #ProductPostTop:after {
    display: none;
  }
  /* line 174, ../sass/product-post/product-post-top.scss */
  #ProductPostTop h1 {
    font-size: 18px;
  }
}
/* line 1, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
/* line 9, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-links, #ProductPostDesc .breadcrumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0 5vw;
  margin: 0 calc(10vw + 1px);
}
/* line 20, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-links li, #ProductPostDesc .breadcrumb li {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
/* line 26, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-links li a, #ProductPostDesc .breadcrumb li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
}
/* line 34, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-links li a:after, #ProductPostDesc .breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.5s ease;
}
/* line 49, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-links li.activeTab a:after, #ProductPostDesc .tab-links li:hover a:after, #ProductPostDesc .breadcrumb li.activeTab a:after, #ProductPostDesc .breadcrumb li:hover a:after {
  width: 100%;
}
/* line 57, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-content {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
/* line 62, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-content .tab {
  position: relative;
  overflow: hidden;
  display: none;
}
/* line 67, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-content .tab:nth-child(1) {
  display: block;
}
/* line 72, ../sass/product-post/product-post-desc.scss */
#ProductPostDesc .tab-content #tabtech {
  display: none;
}

@media only screen and (min-width: 860px) and (max-width: 1259px) {
  /* line 81, ../sass/product-post/product-post-desc.scss */
  #ProductPostDesc .tab-links, #ProductPostDesc .breadcrumb {
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 859px) {
  /* line 91, ../sass/product-post/product-post-desc.scss */
  #ProductPostDesc .tab-links, #ProductPostDesc .breadcrumb {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2.5vw;
  }
  /* line 99, ../sass/product-post/product-post-desc.scss */
  #ProductPostDesc .tab-links li, #ProductPostDesc .breadcrumb li {
    margin-right: 3vw;
  }
}
/* line 1, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 calc(10vw + 1px);
}

/* line 14, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2vw;
  padding-left: 5vw;
  width: 50%;
}
/* line 24, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft h3 {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 33, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft p {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 40, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft p a {
  position: relative;
  color: #0094d9;
  border-bottom: 2px solid #0094d9;
  padding-bottom: 2px;
  transition: 0.3s ease all;
}
/* line 47, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft p a:hover {
  padding-bottom: 0;
  border-bottom: 4px solid #0094d9;
}
/* line 54, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft ul {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 59, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft ul li {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 1.6;
  padding-left: 15px;
}
/* line 68, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft ul li a {
  position: relative;
  color: #0094d9;
  border-bottom: 2px solid #0094d9;
  padding-bottom: 2px;
  transition: 0.3s ease all;
}
/* line 75, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft ul li a:hover {
  padding-bottom: 0;
  border-bottom: 4px solid #0094d9;
}
/* line 81, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopleft ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
}

/* line 95, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2vw;
  width: 50%;
  padding-left: 5vw;
}
/* line 105, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p {
  position: relative;
  overflow: hidden;
}
/* line 109, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 44px;
  line-height: 48px;
  border: 2px solid #a9a9a9;
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  padding: 0 30px;
  margin-right: 14px;
  margin-bottom: 4px;
  background-color: #fff;
  transition: 0.25s ease all;
  cursor: pointer;
}
/* line 126, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p a span, .tabdesctopright p a b {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.25s ease all;
}
/* line 135, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p a span {
  margin-top: -46px;
}
/* line 139, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p a:nth-child(1) {
  border: 2px solid #282828;
  background-color: #282828;
  color: #fff;
  padding-left: 45px;
  background-image: url(/img/icon-pdf-white.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: auto 25px;
}
/* line 150, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p a:hover {
  box-shadow: 4px 4px #0094d9;
}
/* line 153, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright p a:hover span {
  margin-top: 0;
}
/* line 160, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright strong {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
  margin-top: 22px;
}
/* line 168, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright strong ul {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 173, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright strong ul a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #000;
}
/* line 180, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright strong ul a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.5s ease;
}
/* line 193, ../sass/product-post/product-post-tab-desc.scss */
.tabdesctopright strong ul a:hover:after {
  width: 100%;
}

/* line 202, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphoto {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 calc(10vw + 1px);
  margin-top: 5vw;
}
/* line 214, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphoto:nth-child(2n) .tabdescphotoimg {
  order: 2;
}
/* line 218, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphoto:nth-child(2n) .tabdescphotoimg span img {
  margin-left: 0;
  margin-right: 65px;
}
/* line 223, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphoto:nth-child(2n) .tabdescphotoimg span i {
  left: initial;
  right: 0;
}
/* line 230, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphoto:nth-child(2n) .tabdescphototext {
  order: 1;
}

/* line 236, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphotoimg {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2vw;
  padding-left: 5vw;
  width: 50%;
}
/* line 246, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphotoimg span {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
/* line 252, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphotoimg span img {
  display: block;
  position: relative;
  margin-top: 45px;
  margin-left: 65px;
  margin-bottom: 20px;
  width: calc(100% - 65px);
  z-index: 1;
}
/* line 262, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphotoimg span i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 0;
}

/* line 274, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2vw;
  padding-left: 5vw;
  width: 50%;
}
/* line 295, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext h2 {
  position: relative;
  overflow: hidden;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
/* line 303, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext h3 {
  position: relative;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
}
/* line 312, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext p {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}
/* line 319, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext p a {
  position: relative;
  color: #0094d9;
  border-bottom: 2px solid #0094d9;
  padding-bottom: 2px;
  transition: 0.3s ease all;
}
/* line 326, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext p a:hover {
  padding-bottom: 0;
  border-bottom: 4px solid #0094d9;
}
/* line 333, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
/* line 338, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul li {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 7px;
  padding-left: 15px;
}
/* line 347, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul li a {
  position: relative;
  color: #0094d9;
  border-bottom: 2px solid #0094d9;
  padding-bottom: 2px;
  transition: 0.3s ease all;
}
/* line 354, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul li a:hover {
  padding-bottom: 0;
  border-bottom: 4px solid #0094d9;
}
/* line 360, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
}
/* line 371, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul li ol {
  position: relative;
  overflow: hidden;
}
/* line 376, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext ul li ol li:before {
  content: '—';
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  width: auto;
  height: auto;
  background: initial;
  margin-right: 10px;
}
/* line 392, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext .rowwr {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #000;
  border-bottom: none;
}
/* line 399, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext .rowwr .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 406, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext .rowwr .row .col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 17px;
  line-height: 1.4;
  padding: 5px;
  border-bottom: 1px solid #000;
}
/* line 425, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext .rowwr .row .col:nth-child(1) {
  border-right: 1px solid #000;
}
/* line 429, ../sass/product-post/product-post-tab-desc.scss */
.tabdescphototext .rowwr .row .col.title {
  background: #f3f9ff;
  font-weight: bold;
}

@media only screen and (min-width: 1580px) and (max-width: 1730px) {
  /* line 441, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 1579px) {
  /* line 451, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /* line 456, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 461, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul {
    margin-bottom: 15px;
  }
  /* line 464, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li {
    font-size: 15px;
  }
  /* line 467, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li:before {
    top: 10px;
  }

  /* line 476, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a {
    font-size: 12px;
  }
  /* line 481, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright strong {
    font-size: 13px;
  }

  /* line 490, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto:nth-child(2n) .tabdescphotoimg span img {
    margin-right: 55px;
  }

  /* line 499, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span {
    margin-top: 60px;
  }
  /* line 502, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span img {
    margin-top: 35px;
    margin-left: 55px;
    width: calc(100% - 55px);
  }

  /* line 511, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 30px;
  }
  /* line 515, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext p {
    font-size: 15px;
    margin-top: 15px;
  }
  /* line 520, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul {
    margin-top: 15px;
  }
  /* line 523, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li {
    font-size: 15px;
  }
  /* line 526, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li:before {
    top: 10px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1459px) {
  /* line 538, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 544, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 550, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li {
    font-size: 14px;
  }
  /* line 553, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li:before {
    top: 9px;
  }

  /* line 562, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a {
    padding: 0 22px;
    font-size: 12px;
  }
  /* line 570, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright strong ul a {
    font-size: 14px;
  }

  /* line 581, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto:nth-child(2n) .tabdescphotoimg span img {
    margin-right: 45px;
  }

  /* line 590, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span {
    margin-top: 50px;
  }
  /* line 593, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span img {
    margin-top: 30px;
    margin-left: 45px;
    margin-bottom: 15px;
    width: calc(100% - 45px);
  }

  /* line 603, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 28px;
  }
  /* line 607, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h3 {
    font-size: 20px;
    margin-top: 15px;
  }
  /* line 612, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext p {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 617, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul {
    margin-top: 15px;
  }
  /* line 620, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li {
    font-size: 14px;
  }
  /* line 623, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li:before {
    top: 9spx;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1259px) {
  /* line 634, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft {
    padding-left: 2.5vw;
  }
  /* line 637, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  /* line 642, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 648, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li {
    font-size: 13px;
  }
  /* line 651, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li:before {
    top: 9px;
  }

  /* line 658, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright {
    padding-left: 2.5vw;
  }
  /* line 662, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a {
    padding: 0 12px;
    font-size: 11px;
  }
  /* line 670, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright strong ul a {
    font-size: 14px;
  }

  /* line 681, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto:nth-child(2n) .tabdescphotoimg span img {
    margin-right: 40px;
  }

  /* line 690, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span {
    margin-top: 40px;
  }
  /* line 693, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span img {
    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 15px;
    width: calc(100% - 40px);
  }

  /* line 703, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 24px;
  }
  /* line 707, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 712, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext p {
    font-size: 13px;
    margin-top: 10px;
  }
  /* line 717, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul {
    margin-top: 10px;
  }
  /* line 720, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li {
    font-size: 13px;
  }
  /* line 723, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li:before {
    top: 9px;
  }
}
@media only screen and (min-width: 860px) and (max-width: 1059px) {
  /* line 734, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctop {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 742, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft {
    width: 100%;
    padding-left: 2.5vw;
  }
  /* line 746, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 751, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 757, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li {
    font-size: 14px;
  }
  /* line 760, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li:before {
    top: 9px;
  }

  /* line 767, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright {
    width: 100%;
    padding-left: 2.5vw;
    margin-top: 5vw;
  }
  /* line 773, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a {
    padding: 0 25px;
  }
  /* line 780, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright strong ul a {
    font-size: 14px;
  }

  /* line 787, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto {
    display: block;
  }

  /* line 791, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg {
    order: 1 !important;
    width: 100%;
    margin-bottom: 5vw;
  }

  /* line 797, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext {
    order: 2 !important;
    width: 100%;
  }
  /* line 801, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 24px;
  }
  /* line 805, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  /* line 810, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext p {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 815, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul {
    margin-top: 10px;
  }
  /* line 818, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li {
    font-size: 14px;
  }
  /* line 821, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li:before {
    top: 9px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 859px) {
  /* line 832, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctop {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 840, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft {
    width: 100%;
    padding-left: 2.5vw;
  }
  /* line 844, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 849, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /* line 855, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li {
    font-size: 14px;
  }
  /* line 858, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li:before {
    top: 9px;
  }

  /* line 865, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright {
    width: 100%;
    padding-left: 2.5vw;
    margin-top: 5vw;
  }
  /* line 871, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a {
    padding: 0 22px;
    font-size: 12px;
  }
  /* line 879, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright strong ul a {
    font-size: 14px;
  }

  /* line 886, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto {
    display: block;
  }
  /* line 891, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto:nth-child(2n) .tabdescphotoimg span img {
    margin-right: 40px;
  }

  /* line 900, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span {
    margin-top: 40px;
  }
  /* line 903, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span img {
    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 15px;
    width: calc(100% - 40px);
  }

  /* line 912, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg {
    order: 1 !important;
    width: 100%;
    margin-bottom: 5vw;
  }

  /* line 918, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext {
    order: 2 !important;
    width: 100%;
  }
  /* line 922, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 20px;
  }
  /* line 926, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 931, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext p {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 936, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul {
    margin-top: 10px;
  }
  /* line 939, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li {
    font-size: 14px;
  }
  /* line 942, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li:before {
    top: 9px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 953, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctop {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 961, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft {
    width: 100%;
    padding-left: 2.5vw;
  }
  /* line 965, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 970, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 976, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li {
    font-size: 14px;
  }
  /* line 979, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopleft ul li:before {
    top: 9px;
  }

  /* line 986, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright {
    width: 100%;
    padding-left: 2.5vw;
    margin-top: 5vw;
  }
  /* line 992, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a {
    display: block;
    padding: 0 25px;
    margin-right: 4px;
  }
  /* line 997, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright p a:nth-child(1) {
    margin-bottom: 2.5vw;
  }
  /* line 1005, ../sass/product-post/product-post-tab-desc.scss */
  .tabdesctopright strong ul a {
    font-size: 14px;
  }

  /* line 1012, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto {
    display: block;
  }
  /* line 1017, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphoto:nth-child(2n) .tabdescphotoimg span img {
    margin-right: 35px;
  }

  /* line 1026, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span {
    margin-top: 35px;
  }
  /* line 1029, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg span img {
    margin-top: 20px;
    margin-left: 35px;
    margin-bottom: 15px;
    width: calc(100% - 35px);
  }

  /* line 1038, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphotoimg {
    order: 1 !important;
    width: 100%;
    margin-bottom: 5vw;
  }

  /* line 1044, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext {
    order: 2 !important;
    width: 100%;
  }
  /* line 1048, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h2 {
    font-size: 18px;
  }
  /* line 1052, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext h3 {
    font-size: 15px;
  }
  /* line 1056, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
  }
  /* line 1062, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul {
    margin-top: 10px;
  }
  /* line 1065, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li {
    font-size: 14px;
    line-height: 1.6;
  }
  /* line 1069, ../sass/product-post/product-post-tab-desc.scss */
  .tabdescphototext ul li:before {
    top: 9px;
  }
}
/* line 1, ../sass/product-post/product-post-tab-tech.scss */
.tabtechinner {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px 1px 0 1px;
  padding: 0 2vw 0 5vw;
  background: #fff;
  z-index: 3;
  border-top: 1px solid #b6b8b9;
  border-bottom: 1px solid #b6b8b9;
}

/* line 15, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
/* line 20, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul {
  position: relative;
  overflow: hidden;
}
/* line 24, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
/* line 30, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  color: #000;
  padding-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}
/* line 40, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.5s ease;
}
/* line 53, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li a:hover:before {
  width: 100%;
}
/* line 58, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li a.toggle {
  padding-right: 16px;
}
/* line 61, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li a.toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/img/arrow-right-black.svg) 2px 0px no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.25s ease all;
}
/* line 76, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li a.toggle.activeTog:after {
  transform: rotate(-90deg);
  transition: 0.25s ease all;
  top: 5px;
}
/* line 85, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li ul {
  margin-left: 13px;
  margin-top: 10px;
  margin-bottom: 18px;
}
/* line 91, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li ul li a {
  font-size: 12px;
  padding-bottom: 6px;
}
/* line 98, ../sass/product-post/product-post-tab-tech.scss */
.tabtechnav ul li ul.content {
  display: none;
}

/* line 106, ../sass/product-post/product-post-tab-tech.scss */
#sticky-wrapper {
  width: 20%;
  float: left;
}

/* line 111, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult {
  position: relative;
  overflow: hidden;
  float: right;
  width: 74%;
  margin-top: 50px;
}
/* line 118, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult .tabtechresultB {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 123, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult .tabtechresultB h2 {
  position: relative;
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #282828;
  margin-bottom: 50px;
}
/* line 133, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult .tabtechresultB .tabtechresultBs {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
}
/* line 140, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult .tabtechresultB h3 {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #282828;
  min-height: 32px;
  padding-top: 1px;
  padding-left: 46px;
  margin-bottom: 18px;
}
/* line 152, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult .tabtechresultB h3 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
/* line 162, ../sass/product-post/product-post-tab-tech.scss */
.tabtechresult .tabtechresultB p {
  position: relative;
  overflow: hidden;
  padding-left: 46px;
  font-size: 16px;
  margin-bottom: 40px;
}

/* @keyframes videotop {
from {width: 100%;}
50% {width: 50%;}
to {width: 0;}
}

@keyframes videobot {
from {top: 5px;}
50% {top: 50%;}
to {top: 100%;}
} */
/* line 13, ../sass/product-post/product-post-tab-video.scss */
.tabdesvideo {
  position: relative;
  overflow: hidden;
  margin: 0 calc(10vw + 1px);
  margin-top: 5vw;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}
/* line 20, ../sass/product-post/product-post-tab-video.scss */
.tabdesvideo h2 {
  position: relative;
  overflow: hidden;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 5vw;
}
/* line 29, ../sass/product-post/product-post-tab-video.scss */
.tabdesvideo .tabdesvideoinner {
  position: relative;
  overflow: hidden;
  height: 15vw;
  /* &:before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	right: -5px;
  	height: 5px;
  	width: 100%;
  	background: #fff;
  	z-index: 2;
  }
  
  &:after {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 5px;
  	left: 0;
  	height: calc(100% - 5px);
  	width: 100%;
  	background: #fff;
  	z-index: 2;
  }
  
  &.goanimate {
  	&:before {
  		animation-name: videotop;
  		animation-duration: 0.5s;
  		animation-timing-function: linear;
  		animation-delay: 0.5s;
  		animation-iteration-count: 1;
  		animation-fill-mode: forwards;
  	}
  
  	&:after {
  		animation-name: videobot;
  		animation-duration: 0.5s;
  		animation-timing-function: linear;
  		animation-delay: 1s;
  		animation-iteration-count: 1;
  		animation-fill-mode: forwards;
  	}
  } */
}
/* line 34, ../sass/product-post/product-post-tab-video.scss */
.tabdesvideo .tabdesvideoinner img {
  width: 100%;
}
/* line 83, ../sass/product-post/product-post-tab-video.scss */
.tabdesvideo p {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
  margin-left: 5vw;
  font-size: 18px;
  line-height: 1.5;
}
/* line 91, ../sass/product-post/product-post-tab-video.scss */
.tabdesvideo p b {
  font-weight: bold;
}

@media only screen and (min-width: 860px) and (max-width: 1059px) {
  /* line 100, ../sass/product-post/product-post-tab-video.scss */
  .tabdesvideo .tabdesvideoinner {
    height: 20vw;
  }
}
@media only screen and (min-width: 540px) and (max-width: 859px) {
  /* line 110, ../sass/product-post/product-post-tab-video.scss */
  .tabdesvideo .tabdesvideoinner {
    height: 25vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 120, ../sass/product-post/product-post-tab-video.scss */
  .tabdesvideo .tabdesvideoinner {
    height: 35vw;
  }
}
/* line 1, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallax {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
  z-index: 3;
}
/* line 7, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallax:before {
  content: '';
  display: block;
  position: absolute;
  top: 10vw;
  left: 0;
  height: 100%;
  width: 100%;
  background: #131e29 url(/img/background-texture.svg);
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 21, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxphoto {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 50%;
  height: 50vw;
  z-index: 5;
}

/* line 31, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxtop, .tabdesparallaxbotleft {
  position: relative;
  overflow: hidden;
  margin-top: 20vw;
  margin-left: calc(50% + 5vw);
  color: #fff;
}
/* line 38, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxtop span, .tabdesparallaxbotleft span {
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
}
/* line 48, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxtop h2, .tabdesparallaxbotleft h2 {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.5;
  max-width: 60%;
}
/* line 57, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxtop p, .tabdesparallaxbotleft p {
  position: relative;
  overflow: hidden;
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 60%;
}

/* line 67, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbot {
  position: relative;
  overflow: hidden;
  margin: 27vw 10vw 22vw 10vw;
}

/* line 73, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleft {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-top: 5vw;
  margin-left: 0;
  padding-left: 10vw;
}
/* line 83, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleft a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  border: 2px solid #fff;
  height: 50px;
  padding: 0 70px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 48px;
  text-transform: uppercase;
  z-index: 2;
}
/* line 102, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleft a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease all;
  z-index: -1;
}
/* line 115, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleft a:hover {
  color: #222;
}
/* line 118, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleft a:hover:after {
  left: 0;
  width: 100%;
}

/* line 126, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 9vw;
}
/* line 136, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul {
  position: relative;
  overflow: hidden;
}
/* line 140, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 35px;
  padding-left: 35px;
}
/* line 148, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  border: 1px solid #0094d9;
  border-radius: 50%;
}
/* line 160, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li span {
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
}
/* line 170, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li strong {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 88px;
  top: -10px;
}
/* line 177, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li strong small {
  font-size: 40px;
  margin-left: -20px;
}
/* line 182, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li strong sup {
  position: relative;
  font-size: 40px;
  top: -35px;
}
/* line 189, ../sass/product-post/product-post-tab-parallax.scss */
.tabdesparallaxbotleftright ul li p {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  top: -22px;
  font-weight: bold;
  letter-spacing: 3px;
}

/* line 1, ../sass/product-post/product-post-tab-bullits.scss */
.tabdesbullits {
  position: relative;
  overflow: hidden;
  margin-left: 10vw;
  margin-top: -15vw;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 3;
}
/* line 10, ../sass/product-post/product-post-tab-bullits.scss */
.tabdesbullits ul {
  position: relative;
  overflow: hidden;
  padding: 10vw 5vw 5vw 5vw;
}
/* line 15, ../sass/product-post/product-post-tab-bullits.scss */
.tabdesbullits ul li {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 7vw;
}
/* line 21, ../sass/product-post/product-post-tab-bullits.scss */
.tabdesbullits ul li span {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 20%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-top: 8px;
}
/* line 34, ../sass/product-post/product-post-tab-bullits.scss */
.tabdesbullits ul li p {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: 75%;
  font-size: 16px;
  line-height: 1.6;
}
/* line 43, ../sass/product-post/product-post-tab-bullits.scss */
.tabdesbullits ul li p strong {
  display: block;
  position: relative;
  font-size: 32px;
  margin-bottom: 27px;
  line-height: 1.3;
}

/* line 1, ../sass/product-post/product-post-tab-list.scss */
.tabdeslist {
  position: relative;
  overflow: hidden;
  margin: 5vw 10vw;
  margin-top: 0;
  padding: 2vw 0;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

/* line 11, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft {
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  padding-left: 5vw;
}
/* line 21, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft h2 {
  position: relative;
  overflow: hidden;
  font-size: 42px;
  line-height: 1.4;
}
/* line 28, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft p {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
/* line 35, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft p:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #b4b4b4;
  margin-top: 17px;
}
/* line 45, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
  border: 2px solid #222;
  height: 50px;
  padding: 0 70px;
  color: #222;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 48px;
  text-transform: uppercase;
  z-index: 2;
}
/* line 64, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #222;
  transition: 0.2s ease all;
  z-index: -1;
}
/* line 77, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft a:hover {
  color: #fff;
}
/* line 80, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistleft a:hover:after {
  left: 0;
  width: 100%;
}

/* line 88, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright {
  position: relative;
  overflow: hidden;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  padding: 0 1vw;
  margin-top: 2vw;
  	/* ul {
  		position: relative;
  		overflow: hidden;
  		width: 100%;
  
  		li {
  			display: block;
  			position: relative;
  			overflow: hidden;
  			border-bottom: 1px solid #000;
  			padding-bottom: 30px;
  			margin-bottom: 30px;
  
  			span {
  				display: block;
  				position: relative;
  				overflow: hidden;
  				float: left;
  				width: 25px;
  				font-size: 16px;
  				padding-left: 22px;
  				padding-top: 7px;
  			}
  
  			p {
  				float: right;
  				width: calc(100% - 75px);
      			line-height: 1.6;
      			margin-left: 0;
  
  				strong {
  					display: block;
  					position: relative;
  					overflow: hidden;
  					font-size: 20px;
  					line-height: 1.4;
  					margin-bottom: 10px;
  				}
  			}
  		}
  	} */
}
/* line 141, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul {
  position: relative;
  overflow: hidden;
}
/* line 145, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul li {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 1.6;
  padding-left: 15px;
}
/* line 154, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
}
/* line 165, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul li p {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 0;
}
/* line 171, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul li span {
  display: none;
}
/* line 175, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul li ol {
  position: relative;
  overflow: hidden;
}
/* line 180, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright ul li ol li:before {
  content: '—';
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  width: auto;
  height: auto;
  background: initial;
  margin-right: 10px;
}
/* line 196, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright h3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
/* line 206, ../sass/product-post/product-post-tab-list.scss */
.tabdeslistright p {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.8;
  /* margin-left: 75px; */
}

@media only screen and (min-width: 1580px) and (max-width: 1730px) {
  /* line 219, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 38px;
  }
  /* line 223, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 18px;
  }

  /* line 228, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    /* ul {
    	li {
    		p {
    			strong {
    				font-size: 18px;
    			}
    		}
    	}
    } */
  }
  /* line 239, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 1579px) {
  /* line 249, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 36px;
  }
  /* line 253, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 18px;
    margin-top: 15px;
  }
  /* line 257, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p:after {
    width: 40px;
    margin-top: 15px;
  }

  /* line 264, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    	/* ul {
    		li {
    			padding-bottom: 20px;
    			margin-bottom: 20px;
    
    			span {
    				font-size: 14px;
    				padding-left: 15px;
    				padding-top: 7px;
    			}
    
    			p {
    				width: calc(100% - 65px);
    
    				strong {
    					font-size: 18px;
    					margin-bottom: 7px;
    				}
    			}
    		}
    	} */
  }
  /* line 287, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul {
    margin-top: 15px;
  }
  /* line 290, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li {
    font-size: 15px;
  }
  /* line 293, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li p {
    font-size: 15px;
  }
  /* line 297, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li:before {
    top: 10px;
  }
  /* line 303, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  /* line 309, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright p {
    line-height: 1.6;
    /* margin-left: 65px; */
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1459px) {
  /* line 320, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 32px;
  }
  /* line 324, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 328, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p:after {
    width: 40px;
    margin-top: 12px;
  }

  /* line 335, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    	/* ul {
    		li {
    			padding-bottom: 15px;
    			margin-bottom: 15px;
    
    			span {
    				width: 20px;
    				font-size: 14px;
    				padding-left: 10px;
    				padding-top: 7px;
    			}
    
    			p {
    				width: calc(100% - 60px);
        			font-size: 14px;
    
    				strong {
    					font-size: 16px;
    					margin-bottom: 7px;
    				}
    			}
    		}
    	} */
  }
  /* line 361, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li {
    font-size: 14px;
  }
  /* line 364, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li p {
    font-size: 14px;
  }
  /* line 368, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li:before {
    top: 9px;
  }
  /* line 374, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
  }
  /* line 381, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright p {
    font-size: 11px;
    /* margin-left: 60px; */
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1259px) {
  /* line 391, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft {
    width: 100%;
    padding-left: 5vw;
  }
  /* line 395, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 30px;
  }
  /* line 399, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }

  /* line 406, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    width: 100%;
    padding: 0 5vw;
    margin-top: 5vw;
    	/* ul {
    		li {
    			padding-bottom: 15px;
    			margin-bottom: 15px;
    
    			span {
    				width: 20px;
    				font-size: 14px;
    				padding-left: 10px;
    				padding-top: 7px;
    			}
    
    			p {
    				width: calc(100% - 60px);
        			font-size: 14px;
    
    				strong {
    					font-size: 16px;
    					margin-bottom: 7px;
    				}
    			}
    		}
    	} */
  }
  /* line 436, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li {
    font-size: 14px;
  }
  /* line 439, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li p {
    font-size: 14px;
  }
  /* line 443, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li:before {
    top: 8px;
  }
  /* line 449, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  /* line 456, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright p {
    font-size: 13px;
    /* margin-left: 60px; */
  }
}
@media only screen and (min-width: 860px) and (max-width: 1059px) {
  /* line 466, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft {
    width: 100%;
    padding-left: 5vw;
  }
  /* line 470, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 28px;
  }
  /* line 474, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }

  /* line 481, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    width: 100%;
    padding: 0 5vw;
    margin-top: 5vw;
    	/* ul {
    		li {
    			padding-bottom: 15px;
    			margin-bottom: 15px;
    
    			span {
    				width: 20px;
    				font-size: 14px;
    				padding-left: 10px;
    				padding-top: 5px;
    			}
    
    			p {
    				width: calc(100% - 45px);
        			font-size: 14px;
    
    				strong {
    					font-size: 16px;
    					margin-bottom: 7px;
    				}
    			}
    		}
    	} */
  }
  /* line 511, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li {
    font-size: 14px;
  }
  /* line 514, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li p {
    font-size: 14px;
  }
  /* line 518, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li:before {
    top: 8px;
  }
  /* line 524, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  /* line 531, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright p {
    font-size: 13px;
    /* margin-left: 45px; */
  }
}
@media only screen and (min-width: 540px) and (max-width: 859px) {
  /* line 541, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft {
    width: 100%;
    padding-left: 5vw;
  }
  /* line 545, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 24px;
  }
  /* line 549, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }

  /* line 556, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    width: 100%;
    padding: 0 5vw;
    margin-top: 5vw;
    	/* ul {
    		li {
    			padding-bottom: 10px;
    			margin-bottom: 10px;
    
    			span {
    				width: 20px;
    				font-size: 13px;
    				padding-left: 5px;
    				padding-top: 3px;
    			}
    
    			p {
    				width: calc(100% - 30px);
        			font-size: 13px;
    
    				strong {
    					font-size: 15px;
    					margin-bottom: 7px;
    				}
    			}
    		}
    	} */
  }
  /* line 586, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li {
    font-size: 14px;
  }
  /* line 589, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li p {
    font-size: 14px;
  }
  /* line 593, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li:before {
    top: 8px;
  }
  /* line 599, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
  }
  /* line 607, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright p {
    font-size: 13px;
    /* margin-left: 30px; */
  }
}
@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 617, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft {
    width: 100%;
    padding-left: 5vw;
  }
  /* line 621, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft h2 {
    font-size: 20px;
  }
  /* line 625, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistleft p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
  }

  /* line 632, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright {
    width: 100%;
    padding: 0 5vw;
    margin-top: 5vw;
    	/* ul {
    		li {
    			padding-bottom: 10px;
    			margin-bottom: 10px;
    
    			span {
    				width: 20px;
    				font-size: 12px;
    				padding-left: 0px;
    				padding-top: 3px;
    			}
    
    			p {
    				width: calc(100% - 22px);
        			font-size: 12px;
    
    				strong {
    					font-size: 14px;
    					margin-bottom: 7px;
    				}
    			}
    		}
    	} */
  }
  /* line 662, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li {
    font-size: 14px;
  }
  /* line 665, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li p {
    font-size: 14px;
  }
  /* line 669, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright ul li:before {
    top: 8px;
  }
  /* line 675, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright h3 {
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
  }
  /* line 683, ../sass/product-post/product-post-tab-list.scss */
  .tabdeslistright p {
    font-size: 12px;
    /* margin-left: 22px; */
  }
}
/* line 1, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontact {
  position: relative;
  overflow: hidden;
  padding: 0 10vw;
  padding-top: 5vw;
  padding-bottom: 100vh;
  /* border-top: 1px solid #b6b8b9; */
  margin-bottom: -10vw;
}
/* line 10, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontact:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(20%, white), color-stop(30%, white), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

/* line 29, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft {
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 10vw;
  z-index: 3;
}
/* line 40, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft h2 {
  position: relative;
  overflow: hidden;
  font-size: 42px;
  line-height: 1.4;
}
/* line 47, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft a {
  display: none;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
  border: 2px solid #222;
  height: 50px;
  padding: 0 70px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 48px;
  text-transform: uppercase;
  z-index: 2;
  background: #222;
}
/* line 67, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft a:nth-of-type(1) {
  display: inline-block;
}
/* line 71, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease all;
  z-index: -1;
}
/* line 84, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft a:hover {
  color: #222;
}
/* line 87, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactleft a:hover:after {
  left: 0;
  width: 100%;
}

/* line 95, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright {
  position: relative;
  overflow: hidden;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 9vw;
  margin-top: 1vw;
  z-index: 3;
}
/* line 107, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright p {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
/* line 114, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright ul {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
/* line 119, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright ul li {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
}
/* line 126, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright ul li p {
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
}
/* line 136, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright ul li span {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
/* line 144, ../sass/product-post/product-post-tab-contact.scss */
.tabdescontactright ul li span a {
  color: #000;
}

@media only screen and (min-width: 1460px) and (max-width: 1579px) {
  /* line 155, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft h2 {
    font-size: 40px;
  }

  /* line 160, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright {
    padding-left: 6vw;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1459px) {
  /* line 169, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft h2 {
    font-size: 36px;
  }

  /* line 174, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright {
    padding-left: 1vw;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1259px) {
  /* line 182, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft {
    width: 100%;
  }
  /* line 185, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft h2 {
    font-size: 32px;
  }
  /* line 189, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft a {
    margin-top: 30px;
    height: 44px;
    padding: 0 50px;
    line-height: 42px;
  }

  /* line 197, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright {
    width: 100%;
    padding-left: 10vw;
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 860px) and (max-width: 1059px) {
  /* line 207, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft {
    width: 100%;
  }
  /* line 210, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft h2 {
    font-size: 28px;
  }
  /* line 214, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft a {
    margin-top: 30px;
    height: 44px;
    padding: 0 50px;
    line-height: 42px;
  }

  /* line 222, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright {
    width: 100%;
    padding-left: 10vw;
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 540px) and (max-width: 859px) {
  /* line 232, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft {
    width: 100%;
  }
  /* line 235, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft h2 {
    font-size: 28px;
  }
  /* line 239, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft a {
    margin-top: 30px;
    height: 44px;
    padding: 0 50px;
    line-height: 42px;
  }

  /* line 247, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright {
    width: 100%;
    padding-left: 10vw;
    margin-top: 5vw;
  }
  /* line 253, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright ul li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 264, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontact {
    padding-bottom: 100vw;
  }

  /* line 268, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft {
    padding-left: 5vw;
    width: 100%;
  }
  /* line 272, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft h2 {
    font-size: 28px;
  }
  /* line 276, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactleft a {
    margin-top: 30px;
    height: 44px;
    padding: 0 50px;
    line-height: 42px;
  }

  /* line 284, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright {
    width: 100%;
    padding-left: 5vw;
    margin-top: 5vw;
  }
  /* line 290, ../sass/product-post/product-post-tab-contact.scss */
  .tabdescontactright ul li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
/* line 1, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15vw;
}
/* line 9, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx h2 {
  position: relative;
  overflow: hidden;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 70px;
}
/* line 17, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul {
  position: relative;
  overflow: hidden;
}
/* line 21, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
/* line 33, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li a {
  position: relative;
  color: #0094d9;
  border-bottom: 2px solid #0094d9;
  padding-bottom: 2px;
  transition: 0.3s ease all;
}
/* line 40, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li a:hover {
  padding-bottom: 0;
  border-bottom: 4px solid #0094d9;
}
/* line 46, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li i {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 180px;
  width: 35%;
}
/* line 56, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li i:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 60px;
  width: 60px;
  height: 1px;
  background: #000;
}
/* line 68, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li b {
  display: block;
  position: relative;
  overflow: hidden;
  width: 65%;
}
/* line 75, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li span {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 35%;
}
/* line 82, ../sass/product-post/product-post-tab-text.scss */
.ProductPostTextBlockMigx ul li span:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: calc(35% - 120px);
  width: 60px;
  height: 1px;
  background: #000;
}

@media only screen and (min-width: 1580px) and (max-width: 1730px) {
  /* line 100, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  /* line 106, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 1579px) {
  /* line 117, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  /* line 123, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  /* line 128, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i {
    padding-right: 150px;
    width: 35%;
  }
  /* line 132, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i:after {
    right: 50px;
    width: 50px;
    top: 11px;
  }
  /* line 140, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span:before {
    top: 11px;
    left: calc(35% - 100px);
    width: 50px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1459px) {
  /* line 155, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  /* line 161, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  /* line 166, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i {
    padding-right: 120px;
    width: 35%;
  }
  /* line 170, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i:after {
    right: 40px;
    width: 40px;
    top: 10px;
  }
  /* line 178, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span:before {
    top: 10px;
    left: calc(35% - 80px);
    width: 40px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1259px) {
  /* line 193, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  /* line 199, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
  /* line 204, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i {
    padding-right: 100px;
    width: 35%;
  }
  /* line 208, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i:after {
    right: 35px;
    width: 30px;
    top: 10px;
  }
  /* line 216, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span:before {
    top: 10px;
    left: calc(35% - 65px);
    width: 30px;
  }
}
@media only screen and (min-width: 860px) and (max-width: 1059px) {
  /* line 231, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  /* line 237, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
  /* line 242, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i {
    padding-right: 100px;
    width: 35%;
  }
  /* line 246, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i:after {
    right: 35px;
    width: 30px;
    top: 9px;
  }
  /* line 254, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span:before {
    top: 9px;
    left: calc(35% - 65px);
    width: 30px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 859px) {
  /* line 268, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx {
    padding: 0 12.5vw;
  }
  /* line 271, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  /* line 277, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  /* line 283, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i {
    font-weight: 500;
    padding-right: 0;
    width: 100%;
  }
  /* line 288, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i:after {
    display: none;
  }
  /* line 293, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li b {
    width: 100%;
  }
  /* line 297, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span {
    padding-left: 0;
  }
  /* line 300, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span:before {
    display: none;
  }
}
@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 312, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx {
    padding: 0 12.5vw;
  }
  /* line 315, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  /* line 321, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
  /* line 327, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i {
    font-weight: 500;
    padding-right: 0;
    width: 100%;
  }
  /* line 332, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li i:after {
    display: none;
  }
  /* line 337, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li b {
    width: 100%;
  }
  /* line 341, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span {
    padding-left: 0;
  }
  /* line 344, ../sass/product-post/product-post-tab-text.scss */
  .ProductPostTextBlockMigx ul li span:before {
    display: none;
  }
}
/* line 21, ../sass/product-post.scss */
#hTopLogoText {
  background: #fff;
}
/* line 24, ../sass/product-post.scss */
#hTopLogoText a.black {
  display: inline-block;
}
/* line 27, ../sass/product-post.scss */
#hTopLogoText a.white {
  display: none;
}

@media only screen and (min-width: 120px) and (max-width: 539px) {
  /* line 35, ../sass/product-post.scss */
  #hTopLogoText {
    background: transparent;
  }

  /* line 39, ../sass/product-post.scss */
  #hTop {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background: #fff;
  }

  /* line 47, ../sass/product-post.scss */
  #ProductPostTop {
    margin-top: 10vw;
  }
}
