
@charset "UTF-8";
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* general page */
.page-node-type-basic-page .main-container[role="main"]{
  margin: 0;
}
.basic-page-breadcrumb{
  display: none;
}
.main-basic-content{
   max-width: none;
   margin: 0;
   padding: 0;
 }
 .main-basic-content *{
  box-sizing: border-box;
 }

/* html body {
  font-size: 16px;
  line-height: 20px;
} */
html body #solution-title {
  display: none;
}
html body .popup {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
}
html body .popup .video {
  position: relative;
  width: 90vw;
  height: 51vw;
  max-height: calc(100vh - 60px);
}
html body .popup .video button {
  position: absolute;
  border: 0;
  outline: none;
  cursor: pointer;
  background: none;
  font-size: 32px;
  z-index: 1;
  top: -40px;
  right: -10px;
  color: white;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  html body .popup .video {
    max-width: 945px;
    max-height: 532px;
  }
}
html body .popup.show {
  display: flex !important;
}
html body .frame {
  width: 90%;
  margin: auto;
  max-width: 1260px;
}
html body .frame .title {
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  color: #ff8900;
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
}
@media screen and (min-width: 768px) {
  html body .frame .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html body .frame .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1600px) {
  html body .frame .title {
    font-size: 48px;
  }
}
html body .deco {
  display: none;
  position: absolute;
  z-index: -1;
  transform: scale(0.7);
}
@media screen and (min-width: 1200px) {
  html body .deco {
    display: block;
  }
}
/* @media screen and (min-width: 992px) {
  html body section {
    font-size: 18px;
    line-height: 24px;
  }
} */

html .main-container {
  width: 100%;
  overflow-x: hidden;
}
html .main-container section.banner-full {
  width: 100%;
}
html .main-container section.banner-full .banner-slider {
  margin-bottom: 0;
}

html .main-container section.banner-full .banner-slider .slick-next.slick-arrow{
  z-index: 1;
  right: 5px;
}
html .main-container section.banner-full .banner-slider .slick-prev.slick-arrow{
  z-index: 1;
  left: 5px;
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-next.slick-arrow{
  z-index: 1;
  right: 35px;
  } 
  html .main-container section.banner-full .banner-slider .slick-prev.slick-arrow{
  z-index: 1;
  left: 35px;
 }
}
html .main-container section.banner-full .banner-slider .banner-slide {
  background-size: cover;
  background-position: left center;
  height: 85vw;
  max-height: calc(100vh - 100px);
  outline: none;
  position: relative;
}
html .main-container section.banner-full .banner-slider .banner-slide.circle {
  background-image: url("/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/banner/banner_circle.jpg");
}
html .main-container section.banner-full .banner-slider .banner-slide.circle .logo {
  width: 135px;
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide.circle .logo {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .banner-slide.circle .logo {
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  html .main-container section.banner-full .banner-slider .banner-slide.circle .button-wrap .button:last-child {
    margin-left: 15px;
  }
}
html .main-container section.banner-full .banner-slider .banner-slide.marketplace {
  background-image: url("/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/banner/banner_marketplace.jpg");
}
html .main-container section.banner-full .banner-slider .banner-slide.marketplace .logo {
  width: 165px;
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide.marketplace .logo {
    width: 220px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .banner-slide.marketplace .logo {
    width: 300px;
  }
}
html .main-container section.banner-full .banner-slider .banner-slide .frame {
  width: 85%;
  max-width: none;
  height: 100%;
  display: flex;
  align-items: center;
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content {
  margin-top: -16px;
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .logo img {
  width: 100%;
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .title {
  color: black;
  text-align: left;
  margin-top: 10px;
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif !important;
}
@media screen and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content .title {
    margin-top: 20px;
  }
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .banner-intro {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content .banner-intro {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content .banner-intro {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) and (min-width: 1600px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content .banner-intro {
    font-size: 20px;
  }
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button img {
  width: 20px;
  display: inline-block;
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button:hover, html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button:focus, html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button:visited {
  color: black;
  text-decoration: none;
}
html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap .button {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content .button-wrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide .frame .content {
    width: 42%;
  }
}
html .main-container section.banner-full .banner-slider .banner-slide .play-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: rgba(90, 90, 90, 0.5);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: none;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
html .main-container section.banner-full .banner-slider .banner-slide .play-btn i {
  color: white;
  font-size: 36px;
}
html .main-container section.banner-full .banner-slider .banner-slide .play-btn i:before {
  transform: translateX(3px);
  display: block;
}
html .main-container section.banner-full .banner-slider .banner-slide .play-btn:hover {
  background-color: #5a5a5a;
}
html .main-container section.banner-full .banner-slider .banner-slide .play-btn:hover, html .main-container section.banner-full .banner-slider .banner-slide .play-btn:focus {
  text-decoration: none;
}
@media screen and (min-width: 1400px) {
  html .main-container section.banner-full .banner-slider .banner-slide .play-btn i {
    font-size: 48px;
  }
  html .main-container section.banner-full .banner-slider .banner-slide .play-btn i:before {
    transform: translateX(5px);
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide .play-btn {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  html .main-container section.banner-full .banner-slider .banner-slide .play-btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .banner-slide {
    height: 51vw;
  }
}
/* html .main-container section.banner-full .banner-slider .slick-arrow {
  z-index: 100;
  color: black;
  height: 4vw;
}
html .main-container section.banner-full .banner-slider .slick-arrow.slick-prev {
  left: 0;
}
html .main-container section.banner-full .banner-slider .slick-arrow.slick-prev:before {
  font-family: "FontAwesome";
  content: "ï„„";
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-arrow.slick-prev:before {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .slick-arrow.slick-prev:before {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-arrow.slick-prev {
    left: 1%;
  }
}
html .main-container section.banner-full .banner-slider .slick-arrow.slick-next {
  right: 0;
}
html .main-container section.banner-full .banner-slider .slick-arrow.slick-next:before {
  font-family: "FontAwesome";
  content: "ï„…";
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-arrow.slick-next:before {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .slick-arrow.slick-next:before {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-arrow.slick-next {
    right: 1%;
  }
}
@media screen and (min-width: 1200px) {
  html .main-container section.banner-full .banner-slider .slick-arrow {
    height: 4vw;
  }
}
html .main-container section.banner-full .banner-slider .slick-dots {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-dots li button {
    transform: scale(2);
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.banner-full .banner-slider .slick-dots {
    bottom: 1%;
  }
} */
html .main-container section.brief {
  text-align: center;
  position: relative;
  overflow-x: hidden;
  padding: 20px 0;
  background-color: #f7f7f7;
}
html .main-container section.brief .frame p.content {
  max-width: 840px;
  margin: auto;
}
html .main-container section.brief .frame .content a, a:hover{
	color:#ff8900;
}
@media screen and (min-width: 1200px) {
  html .main-container section.brief .frame p.content {
    max-width: 1020px;
  }
}
html .main-container section.brief .frame .button-wrap {
  padding: 15px 0;
  margin-top: 20px;
}
html .main-container section.brief .frame .button-wrap .button {
  color: #ff8900;
  border: 1px solid #ff8900;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 16px;
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
}
html .main-container section.brief .frame .button-wrap .button:hover {
  background-color: #ff8900;
  color: white;
}
html .main-container section.brief .frame .button-wrap .button:hover, html .main-container section.brief .frame .button-wrap .button:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  html .main-container section.brief {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.brief {
    padding: 70px 0;
  }
}
html .main-container section.process {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 20px 0;
}
html .main-container section.process .dot-7 {
  width: 562px;
  right: -165px;
  bottom: -135px;
}
html .main-container section.process .dot-8 {
  width: 60px;
  left: 30%;
  bottom: 11%;
}
html .main-container section.process .frame {
  text-align: center;
}
html .main-container section.process .frame .feature-wrap {
  margin-top: 20px;
  display: inline-block;
}
html .main-container section.process .frame .feature-wrap .feature {
  text-align: left;
}
@media screen and (min-width: 768px) {
  html .main-container section.process .frame .feature-wrap .feature img {
    width: 25px;
  }
}
html .main-container section.process .frame .feature-wrap .feature span {
  color: #7f7f7f;
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  html .main-container section.process .frame .feature-wrap .feature span {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.process .frame .feature-wrap .feature {
    font-size: 20px;
    padding: 5px 0 5px 8%;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.process .frame .feature-wrap .feature {
    width: calc(100% / 3);
    padding: 5px 0 5px 4%;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1600px) {
  html .main-container section.process .frame .feature-wrap .feature {
    font-size: 24px;
    padding: 15px 0 15px 7%;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.process .frame .feature-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 992px;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.process .frame .feature-wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) and (min-width: 1600px) {
  html .main-container section.process .frame .feature-wrap {
    max-width: 1200px;
    margin-top: 30px;
  }
}
html .main-container section.process .frame .process-panel {
  max-width: 338px;
  margin: auto;
  margin-top: 20px;
}
html .main-container section.process .frame .process-panel .step {
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
}
html .main-container section.process .frame .process-panel .step .icon {
  width: 75px;
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  html .main-container section.process .frame .process-panel .step .icon {
    height: 85px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step .icon {
    height: 110px;
    background-size: 45px;
  }
}
html .main-container section.process .frame .process-panel .step .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7f7f7f;
  align-self: center;
}
html .main-container section.process .frame .process-panel .step .text {
  color: #7f7f7f;
  flex: 1;
  padding: 20px 0;
  margin-left: 18px;
  text-align: left;
}
html .main-container section.process .frame .process-panel .step .text .number {
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif !important;
  font-size: 32px;
  color: #7f7f7f;
}
@media screen and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step .text .number {
    font-size: 45px;
  }
}
html .main-container section.process .frame .process-panel .step .text .description {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step .text .description {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1400px) {
  html .main-container section.process .frame .process-panel .step .text .description {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  html .main-container section.process .frame .process-panel .step .text {
    text-align: center;
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step .text {
    padding: 35px 0;
  }
}
html .main-container section.process .frame .process-panel .step .line {
  position: absolute;
  width: 2px;
  background-color: #7f7f7f;
  height: 100%;
  left: 84px;
  top: calc(50% + 5px);
}
html .main-container section.process .frame .process-panel .step .line:after {
  content: "";
  width: 2px;
  height: 0;
  display: block;
  transition: height 2s linear;
}
@media screen and (min-width: 992px) {
  html .main-container section.process .frame .process-panel .step .line {
    height: 2px;
    width: 100%;
    left: 50%;
    top: 89px;
  }
  html .main-container section.process .frame .process-panel .step .line:after {
    height: 2px;
    width: 0;
    transition: width 2s linear;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step .line {
    top: 114px;
  }
}
html .main-container section.process .frame .process-panel .step:nth-child(2) .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/bag.svg);
}
html .main-container section.process .frame .process-panel .step:nth-child(3) .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/cart.svg);
  background-size: 45px;
}
@media screen and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step:nth-child(3) .icon {
    background-size: 65px;
  }
}
html .main-container section.process .frame .process-panel .step:nth-child(4) .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/key.svg);
  background-size: 40px;
}
@media screen and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .step:nth-child(4) .icon {
    background-size: 52px;
  }
}
@media screen and (min-width: 992px) {
  html .main-container section.process .frame .process-panel .step {
    flex-direction: column;
    align-items: center;
    width: calc(100%/3 - 15px);
    padding: 0 15px;
  }
}
html .main-container section.process .frame .process-panel .orange .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/checkbox_orange.svg);
  animation: pulse 0.5s ease 1;
}
html .main-container section.process .frame .process-panel .orange .dot {
  background-color: #ff8900;
  animation: pulse 0.5s ease 1;
}
html .main-container section.process .frame .process-panel .orange .text {
  color: #ff8900;
  animation: pulse 0.5s ease 1;
}
html .main-container section.process .frame .process-panel .orange .text .number {
  color: #ff8900;
}
html .main-container section.process .frame .process-panel .orange .text p {
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
}
html .main-container section.process .frame .process-panel .orange .line:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ff8900;
}
@media screen and (min-width: 992px) {
  html .main-container section.process .frame .process-panel .orange .line:after {
    height: 2px;
    width: 100%;
    transition: width 2s linear;
  }
}
html .main-container section.process .frame .process-panel .orange:nth-child(2) .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/bag_orange.svg);
}
html .main-container section.process .frame .process-panel .orange:nth-child(3) .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/cart_orange.svg);
  background-size: 45px;
}
@media screen and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .orange:nth-child(3) .icon {
    background-size: 65px;
  }
}
html .main-container section.process .frame .process-panel .orange:nth-child(4) .icon {
  background-image: url(/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/key_orange.svg);
  background-size: 40px;
}
@media screen and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel .orange:nth-child(4) .icon {
    background-size: 52px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.process .frame .process-panel {
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.process .frame .process-panel {
    width: 100%;
    display: flex;
    max-width: unset;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.process .frame .process-panel {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.process {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.process {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.process {
    padding: 110px 0;
  }
}

html .main-container section.vs {
  padding: 40px 0;
}
html .main-container section.vs .frame .board-wrap .board {
  margin-top: 40px;
}
html .main-container section.vs .frame .board-wrap .board .logo {
  margin: auto;
}
html .main-container section.vs .frame .board-wrap .board .logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
html .main-container section.vs .frame .board-wrap .board .name {
  color: #ff8900;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  html .main-container section.vs .frame .board-wrap .board .name {
    font-size: 24px;
  }
}
html .main-container section.vs .frame .board-wrap .board .description {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board .description {
    height: 150px;
  }
}
html .main-container section.vs .frame .board-wrap .board .pc {
  position: relative;
}
html .main-container section.vs .frame .board-wrap .board .pc img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board .pc img {
    position: absolute;
  }
}
html .main-container section.vs .frame .board-wrap .board .pc .play-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: rgba(90, 90, 90, 0.5);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: none;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  display: flex;
  background-color: rgba(255, 137, 0, 0.6);
  left: 50%;
  top: 44%;
}
html .main-container section.vs .frame .board-wrap .board .pc .play-btn i {
  color: white;
  font-size: 36px;
}
html .main-container section.vs .frame .board-wrap .board .pc .play-btn i:before {
  transform: translateX(3px);
  display: block;
}
html .main-container section.vs .frame .board-wrap .board .pc .play-btn:hover {
  background-color: #5a5a5a;
}
html .main-container section.vs .frame .board-wrap .board .pc .play-btn:hover, html .main-container section.vs .frame .board-wrap .board .pc .play-btn:focus {
  text-decoration: none;
}
html .main-container section.vs .frame .board-wrap .board .pc .play-btn:hover {
  background-color: #ff8900;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board .pc .play-btn {
    top: 39%;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board .pc {
    height: 40vw;
    max-height: 560px;
  }
}
html .main-container section.vs .frame .board-wrap .board .button-wrap {
  text-align: center;
}
html .main-container section.vs .frame .board-wrap .board .button-wrap .button {
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
  padding: 6px 40px;
  border-radius: 20px;
  border: 1px solid #ff8900;
  display: inline-block;
  transition: all 0.3s ease;
  color: #ff8900;
  font-size: 16px;
}
html .main-container section.vs .frame .board-wrap .board .button-wrap .button:hover, html .main-container section.vs .frame .board-wrap .board .button-wrap .button:focus {
  text-decoration: none;
}
html .main-container section.vs .frame .board-wrap .board .button-wrap .button:hover {
  background-color: #ff8900;
  color: white;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board .button-wrap .button {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.vs .frame .board-wrap .board .button-wrap .button {
    padding: 6px 55px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.vs .frame .board-wrap .board .button-wrap .button {
    font-size: 20px;
    padding: 10px 80px;
    border-radius: 25px;
  }
}
html .main-container section.vs .frame .board-wrap .board.circle {
  z-index: 2;
}
html .main-container section.vs .frame .board-wrap .board.circle .logo {
  width: 200px;
}
html .main-container section.vs .frame .board-wrap .board.marketplace {
  z-index: 1;
}
html .main-container section.vs .frame .board-wrap .board.marketplace .logo {
  width: 240px;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board.marketplace {
    background: radial-gradient(at 0% 50%, #f6f6f6, #ffffff 90%);
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap .board {
    flex: 1;
    padding: 0 5%;
    display: flex;
    flex-flow: column;
  }
  html .main-container section.vs .frame .board-wrap .board .logo {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.vs .frame .board-wrap {
    display: flex;
  }
}
html .main-container section.flexible {
  padding: 20px;
}
html .main-container section.flexible .frame .content {
  text-align: center;
  max-width: 960px;
  margin: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  html .main-container section.flexible .frame .content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.flexible .frame .content {
    margin-top: 25px;
  }
}
html .main-container section.flexible .frame img {
  width: 130%;
  margin: 10px auto 0 -15%;
  display: block;
}
@media screen and (min-width: 768px) {
  html .main-container section.flexible .frame img {
    max-width: 1135px;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.flexible {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.flexible {
    padding: 65px 0;
  }
}

html .main-container section.related {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  html .main-container section.related {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.related {
    padding: 65px 0 100px 0;
  }
}
html .main-container section.related .frame .board-wrap {
  max-width: 1135px;
  margin: auto;
  margin-top: 10px;
}
html .main-container section.related .frame .board-wrap .board{
  margin: 20px 0;
}
html .main-container section.related .frame .board-wrap .board .sub-title{
    margin-bottom: 20px;
    font-size: 24px;
  }
html .main-container section.related .frame .board-wrap .board .related-shop-link a{
  color:#ff8900;    
}
html .main-container section.related .frame .board-wrap .board .related-shop-link a:after{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 5px 0 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  html .main-container section.related .frame .board-wrap{
    display: flex;
  }
  html .main-container section.related .frame .board-wrap .board{
    flex:1;
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  html .main-container section.related .frame .board-wrap .board p{
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.related .frame .board-wrap {
    margin-top: 30px;
  }
}

html .main-container section.related .frame img {
  max-width: 100%;
}
html .main-container section.vs-table {
  padding-bottom: 40px;
}
html .main-container section.vs-table .frame {
  display: flex;
  max-width: 1080px;
}
html .main-container section.vs-table .frame .table-column {
  flex: 1;
}
html .main-container section.vs-table .frame .table-column .table-head {
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
@media screen and (min-width: 992px) {
  html .main-container section.vs-table .frame .table-column .table-head {
    margin-bottom: 10px;
  }
}
html .main-container section.vs-table .frame .table-column .vs-table-cell {
  height: 85px;
  padding: 6px 0;
}
html .main-container section.vs-table .frame .table-column .vs-table-cell .check {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .main-container section.vs-table .frame .table-column .vs-table-cell .check img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs-table .frame .table-column .vs-table-cell {
    height: 65px;
  }
}
html .main-container section.vs-table .frame .table-column.circle .table-head img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs-table .frame .table-column.circle .table-head img {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.vs-table .frame .table-column.circle .table-head img {
    width: 155px;
  }
}
html .main-container section.vs-table .frame .table-column.circle .vs-table-cell .check {
  border-radius: 5px 0 0 5px;
  background-color: #f0f0f0;
}
html .main-container section.vs-table .frame .table-column.circle .vs-table-cell:nth-child(even) .check {
  background-color: #f9f9f9;
}
html .main-container section.vs-table .frame .table-column.vs .table-head {
  font-size: 20px;
  background-color: #e5e5e5;
  border-radius: 5px 5px 0 0;
}
html .main-container section.vs-table .frame .table-column.vs .table-content {
  position: relative;
}
html .main-container section.vs-table .frame .table-column.vs .table-content .shadow-left {
  position: absolute;
  top: -3%;
  left: 0;
  height: 106%;
  transform: translateX(-100%);
}
html .main-container section.vs-table .frame .table-column.vs .table-content .shadow-right {
  position: absolute;
  top: -3%;
  right: 0;
  height: 106%;
  transform: translateX(100%);
}
html .main-container section.vs-table .frame .table-column.vs .table-content .vs-table-cell {
  text-align: center;
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif !important;
  font-size: 16px;
  line-height: 1.2em;
  border-bottom: 1px solid #b7b7b7;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
html .main-container section.vs-table .frame .table-column.vs .table-content .vs-table-cell span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs-table .frame .table-column.vs .table-content .vs-table-cell span {
    font-size: 14px;
  }
}
html .main-container section.vs-table .frame .table-column.vs .table-content .vs-table-cell:last-child {
  border: 0;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs-table .frame .table-column.vs .table-content .vs-table-cell {
    font-size: 20px;
  }
}
html .main-container section.vs-table .frame .table-column.marketplace .table-head img {
  width: 105px;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs-table .frame .table-column.marketplace .table-head img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html .main-container section.vs-table .frame .table-column.marketplace .table-head img {
    width: 195px;
  }
}
html .main-container section.vs-table .frame .table-column.marketplace .vs-table-cell .check {
  border-radius: 0 5px 5px 0;
  background-color: #f0f0f0;
}
html .main-container section.vs-table .frame .table-column.marketplace .vs-table-cell:nth-child(odd) .check {
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  html .main-container section.vs-table {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.vs-table {
    padding: 40px 0 60px 0;
  }
}
html .main-container section.faq {
  background-color: #f9f9f9;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
html .main-container section.faq .dot-12 {
  width: 365px;
  z-index: 0;
  left: -130px;
}
html .main-container section.faq .dot-13 {
  width: 390px;
  z-index: 0;
  right: -175px;
  bottom: -165px;
}
html .main-container section.faq .frame .info {
  margin: auto;
  text-align: center;
  margin-top: 15px;
  max-width: 780px;
}
@media screen and (min-width: 992px) {
  html .main-container section.faq .frame .info {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  html .main-container section.faq .frame .info {
    max-width: 900px;
    margin: 40px auto;
  }
}
html .main-container section.faq .frame .button-wrap {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
}
html .main-container section.faq .frame .button-wrap a.button {
  color: #ff8900;
  display: block;
  padding: 10px;
  margin: auto;
  border-radius: 25px;
  font-family: galano_grotesquesemibold;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  border: 1px solid #ff8900;
}
html .main-container section.faq .frame .button-wrap a.button:hover, html .main-container section.faq .frame .button-wrap a.button:focus {
  text-decoration: none;
}
html .main-container section.faq .frame .button-wrap a.button.active {
  background-color: #ff8900;
  color: white;
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .button-wrap a.button {
    width: 40%;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.faq .frame .button-wrap a.button {
    font-size: 20px;
    border-radius: 34px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .button-wrap {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.faq .frame .button-wrap {
    margin-top: 20px;
    max-width: 800px;
  }
}
html .main-container section.faq .frame .question-wrap {
  margin-top: 25px;
  padding-left: 0;
}
html .main-container section.faq .frame .question-wrap .question {
  border-bottom: 1px solid black;
  padding: 10px 40px 10px 10px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  list-style: none;
}
html .main-container section.faq .frame .question-wrap .question .question-title {
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  html .main-container section.faq .frame .question-wrap .question .question-title {
    font-size: 20px;
  }
}
html .main-container section.faq .frame .question-wrap .question .answer {
  padding-left: 10px;
  height: 0;
  margin: 0;
  overflow: hidden;
}
html .main-container section.faq .frame .question-wrap .question .answer a {
  color: #ff8900;
  text-decoration: none;
}
html .main-container section.faq .frame .question-wrap .question .answer a:hover {
  text-decoration: underline;
}
html .main-container section.faq .frame .question-wrap .question:first-child {
  border-top: 1px solid black;
}
html .main-container section.faq .frame .question-wrap .question:after {
  content: url("/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/plus.svg");
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  top: 10px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .question-wrap .question:after {
    top: 16px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .question-wrap .question {
    padding: 20px 40px 20px 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.faq .frame .question-wrap .question:hover {
    background-color: rgba(255, 137, 0, 0.1);
  }
}
html .main-container section.faq .frame .question-wrap .expand {
  transition: all 0.3s ease;
}
html .main-container section.faq .frame .question-wrap .expand .answer {
  margin-top: 10px;
  height: 100%;
}
html .main-container section.faq .frame .question-wrap .expand:after {
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  html .main-container section.faq .frame .question-wrap {
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  html .main-container section.faq .frame .question-wrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  html .main-container section.faq {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  html .main-container section.faq {
    padding-bottom: 110px;
  }
}

