:root {
  --mrg: 40px;
  --colorBASIC: #7eceef;
  --colorPRO: #006eb0;
  --colorMAX: #0c3753;
  --colorGray1: #1a1a1a;
  --colorGray2: #222222;
  --colorGray3: #2a2a2a;
  --colorGray4: #333333;
  --colorWhite1: #ddd;
  --colorWhite2: #999;
  --colorBlue: ;
}

#body {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: linear-gradient(-35deg, #134, #000, #080033, #080808, #124, #080808);
  font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif, Arial;
}

#topbar {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  height: 70px;
  transition: top 0.3s;
  background-color: #0004;
  box-shadow: 0px -10px 20px 10px #0006;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}

#menubar {
  position: relative;
  top: 0px;
  height: 70px;
  color: #fff;
  max-width: 1100px;
  padding: 0 30px 0px 30px;
  margin: auto;
}

.menuitem a {
  color: #aaa;
  padding: 0 10px 0 10px;
  float: left;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.menuitem.selected a {
  color: #fff;
  cursor: default;
}
.menuitem:hover a {
  color: #fff;
  transition: color 0.3s;
}

#menu-button {
  visibility: hidden;
  position: absolute;
  height: 70px;
  width: 60px;
  left: 10px;
  background-image: url("root-images/menu.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
a.cuepilot-logo-right {
  position: absolute;
  height: 70px;
  right: 30px;
  width: 110px;
  background-image: url("root-images/cuepilot-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
}

#home.menuitem {
  width: 100px;
  height: 70px;
  margin-right: 15px;
  padding-right: 10px;
  float: left;
  background-image: url("root-images/cuepilot-logo.svg");
  background-size: 100px;
  background-position: left;
  background-repeat: no-repeat;
}
#home.menuitem:hover {
  filter: brightness(1.2);
}
#home.menuitem a {
  font-size: 0;
  width: 100px;
}

#language-menu {
  display: none;
  position: absolute;
  top: 55px;
  width: 175px;
  right: 15px;
  padding: 20px;
  background-color: var(--colorGray1);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #0005;
}
#language-menu.visible {
  display: block;
}

.language {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  color: #999;
  text-decoration: none;
  user-select: none;
}
.language strong {
  color: #ddd;
  font-weight: normal;
  position: absolute;
  left: 36px;
  line-height: 39px;
}
.language:hover {
  filter: brightness(1.5);
}

#language-select {
  position: absolute;
  right: 35px;
  top: 0;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  color: #aaa;
  width: 80px;
  cursor: pointer;
  text-indent: 44px;
  text-transform: uppercase;
  user-select: none;
  background-image: url("root-images/globe.svg");
  background-size: 65px;
  background-position-y: center;
  background-position-x: right;
  background-repeat: no-repeat;
}
#language-select:hover {
  filter: brightness(1.5);
}

.pg {
  position: relative;
  max-width: 1100px;
  padding: 100px 30px 0 30px;
  margin: auto;
  overflow-x: hidden;
}
.pg.kr {
  word-break: keep-all;
}

.bx {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 50px 0 0 0;
  border-radius: 30px;
  overflow: hidden; /* box-shadow: 10px 10px 50px -20px #0009;*/
}
.bx.first {
  border-radius: 15px 15px 0 0;
}
.bx.middle {
  border-radius: 0 0 0 0;
  margin: 0 0 -2px 0;
}
.bx.last {
  border-radius: 0 0 15px 15px;
  margin: 0 0 0 0;
}

.c0 {
  display: table-cell;
  text-align: left;
  /* vertical-align: middle; */
  padding: 0;
}
.c1 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 40px 80px 40px 80px;
}
.c2 {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  width: 150px;
}
.c2.right {
  border: solid 0px #ddd;
  border-left-width: 2px;
}

.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}

.white {
  background-color: #ffffff0d;
  color: #fff;
}
.black {
  background-color: #ffffff0d;
  color: #fff;
}
.gray {
  background-color: var(--colorGray4);
  color: var(--colorWhite1);
}
.blue {
  background-color: #ffffff0d;
  color: #fff;
}
.clear {
  background-color: unset;
  color: var(--colorWhite1);
}

.c1 .blue {
  background-color: rgb(158, 198, 228);
  color: #fff;
}
.c1 .neutral {
  background-color: unset;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  padding: 30px 30px 10px 0;
  margin: 0;
}
h2 {
  font-size: 48px;
  font-weight: bold;
  padding: 30px 30px 10px 0;
  margin: 0;
}
h3 {
  font-size: 26px;
  font-weight: normal;
  padding: 15px 0 10px 0;
  margin: 0;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0px 0;
  margin: 0;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}

.c1.center .h1 {
  padding: 70px 20% 20px 20%;
}

.p1 {
  font-size: 16px;
  padding: 10px 0 10px 0;
  line-height: 25px;
  margin: 0;
}

.x1 {
  display: flex;
  align-items: center;
  font-size: 14px;
  min-height: 25px;
  max-height: 25px;
  padding: 10px 5px 10px var(--mrg);
  margin: 0;
  background-color: #ffffff10;
  color: var(--colorWhite2);
  line-height: 14px;
  line-height: 14px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #fff1;
}
.x1:nth-child(odd) {
  filter: brightness(1.1);
}
.x1:nth-child(2) {
  border-radius: 15px 0 0 0;
  border: none;
}
.x1:nth-child(19) {
  border-radius: 0 0 0 15px;
}
.x1:nth-child(1),
.x1:nth-child(20) {
  background-color: transparent;
  border: none;
}
.x1 a {
  color: #888;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}
.x1 a:hover {
  color: #444;
  cursor: pointer;
}

.x2,
.x3,
.x4,
.x5,
.xx {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  min-height: 26px;
  max-height: 26px;
  padding: 10px 8px 10px 5px;
  margin: 0 0 0 2px;
  line-height: 14px;
  overflow: hidden;
}
.x2 {
  background-color: #ffffff33;
}

.x3 {
  background-color: #ffffff22;
  user-select: none;
}
.x4 {
  background-color: #ffffff11;
}
.x5 {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  background-color: #eee;
  margin: 0;
}
.x5:nth-child(odd) {
  background-color: #e9e9e9;
}

.x2:first-of-type,
.x3:first-of-type,
.x4:first-of-type {
  font-weight: bold;
  border-radius: 15px 15px 0 0;
}
.x2:last-of-type,
.x3:last-of-type,
.x4:last-of-type {
  border-radius: 0 0 15px 15px;
  font-weight: bold;
}
check {
  width: 20px;
  height: 20px;
  background-image: url("root-images/check.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.l1 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-indent: -16px;
  padding: 10px 0 2px 20px;
  line-height: 25px;
  margin: 0;
}
.l1::before {
  content: "\2022";
  padding-right: 10px;
}
.l2 {
  font-size: 14px;
  color: #777;
  padding: 0px 0 2px 20px;
  line-height: 20px;
  margin: 0;
}

.white .p1,
.white .l1 {
  color: #fff8;
}
.white .l2 {
  color: var(--colorWhite3);
}

.black .p1,
.black .l1 {
  color: #fff9;
}
.black .a1,
.black .a2,
.black .a3 {
  color: rgb(179, 215, 242);
}
.gray .a1,
.gray .a2,
.gray .a3 {
  color: rgb(179, 215, 242);
}

.clear .l1 {
  color: var(--colorWhite1);
}
.clear .l2 {
  color: var(--colorWhite2);
}

img {
  width: 100%;
  opacity: 0.8; /* padding: 10%; */
}
.i1 {
  border-radius: 0px;
  margin-bottom: -5px;
}
.i2 {
  margin: var(--mrg);
  border-radius: 10px;
  overflow: hidden;
}
.i3 img {
  width: 70%;
}

video {
  position: relative;
  width: 100%;
  outline: none;
}
.v1 {
  position: relative;
}
.playbutton {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 20%;
  height: 20%;
  background-image: url("root-images/playbutton.svg");
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
}
.playbutton.hide {
  background-image: none;
}

.m1 {
  position: relative;
  padding-top: 100%; /* for 16:9 use 56.25 */
}
.m2 {
  position: relative;
  padding-top: 51%;
  margin: var(--mrg);
  border-radius: 15px;
  overflow: hidden;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
}

.a1,
.a2,
.a3 {
  display: flow-root;
  color: rgb(150, 194, 227);
  font-size: 16px;
  padding: 10px 0 10px 0;
  line-height: 25px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}
.a1:hover,
.a2:hover {
  text-decoration: underline;
}
.a1::after {
  content: " ▸";
}

.a2::after {
  content: "...";
}
.a3 {
  text-decoration: underline;
}
.a4 {
  float: left;
  clear: left;
  color: var(--colorWhite1);
  width: 250px;
  font-size: 16px;
  padding: 0 35px 0 35px;
  margin: 10px 15px 10px 0;
  line-height: 50px;
  background-color: #fff1;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
}
.a4:hover {
  background-color: #fff2;
}

.s1 {
  height: 30px;
  margin: 0;
}
.s2 {
  height: 50px;
  margin: 0;
}
.s3 {
  height: 100px;
  margin: 0;
}

footer {
  width: 100%;
  margin: 100px 0 0 0;
  padding: 45px 0 30px 0;
  font-size: 14px;
  color: #fffa; /* background-color: var(--colorGray2); */
  text-align: center;
}
footer a {
  color: #888;
  text-decoration: none;
}
.footer-newsletter {
  background-color: #aaa;
  color: #000;
  font-weight: bold;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
}
.footer-menu {
  padding: 2px 30px 0 30px;
  text-decoration: none;
}
.footer-menuitem {
  color: #ccc;
  padding: 5px;
  line-height: 24px;
  white-space: nowrap;
}
.footer-menuitem:hover {
  color: #fff;
}
.footer-logo {
  width: 160px;
  opacity: 0.4;
  padding: 10px;
}
.footer-divider {
  border-style: solid;
  line-height: 24px;
  margin: 30px 0 30px 0;
  border-width: 2px 0 0 0;
  border-color: #fff2;
  background-color: fff;
}
.some-container {
  justify-content: center;
  display: flex;
  padding-top: 45px;
  padding-bottom: 20px;
}
.some {
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
}

a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .menuitem a {
    padding: 0 5px 0 5px;
  }
}

@media screen and (max-width: 800px) {
  .c1 {
    padding: 40px 20px 40px 20px;
  }
  .c2 {
    width: 100px;
  }

  #toptop {
    height: 60px;
    top: 0px;
  }

  #menu-button {
    visibility: visible;
  }
  #menubar {
    display: block;
    overflow: hidden;
    transition: left 0.3s;
    left: -300px;
    top: 70px;
    width: 280px;
    height: 2000px;
    padding: 0;
    margin: 0;
    background-color: #141414;
    box-shadow: 0px 20px 10px 10px #0004;
  }
  #menubar.visible {
    left: 0px;
  }
  .menuitem {
    float: left;
    width: 100%;
  }
  .menuitem a {
    font-size: 18px;
    padding: 0 30px 0 30px;
  }

  a.cuepilot-logo-right {
    visibility: visible;
  }

  #home.menuitem {
    background-image: none;
    border: none;
    width: 160px;
  }
  #home.menuitem a {
    font-size: 18px;
  }

  #language-select {
    right: 15px;
  }

  :root {
    --mrg: 30px;
  }
}

@media screen and (max-width: 600px) {
  .pg {
    padding: 50px 0 0 0;
  }
  .bx,
  .bx.first,
  .bx.last {
    margin: 0;
    border-radius: 0;
  }

  .c0 {
    display: block;
    padding: 0;
  }
  .c1 {
    display: block;
    padding: 20px;
  }
  .c2 {
    width: 90px;
  }

  .bx {
    padding: 30px 0 30px 0;
  }
  :root {
    --mrg: 20px;
  }

  .x1,
  .x2,
  .x3,
  .x4 {
    font-size: 13px;
  }

  check {
    background-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  #language-menu {
    width: 80%;
  }
  .c2 {
    width: 65px;
  }
}
