@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html, body, div, p, span, li {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  line-height: normal;
  color: #333333;
  line-height: normal;
  letter-spacing: 0;
}

div, p, table, thead, tbody, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
}

frame, iframe {
  border: none;
}

/* inline */
img {
  border: 0 none;
  vertical-align: top;
}

a, cite, code, dfn, del, em, ins, label, q, span, strong {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

/* block */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

blockquote, p {
  margin: 0;
}

pre {
  margin: 0;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
  margin: 0;
  padding: 0;
}

th, td {
  padding: 0;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* opara height=18px */
/* list */
dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

/* form */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}

legend {
  display: none;
  margin: 0;
  padding: 0;
}

input {
  font-size: 12px;
  vertical-align: top;
}

input.check, input.radio {
  width: 13px;
  height: 13px;
  margin: 2px 5px 3px 0;
  padding: 0;
}

select {
  height: 21px;
  margin: 0;
  font-size: 12px;
  color: #333333;
  line-height: 1;
  vertical-align: top;
}

textarea {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  line-height: 19px;
}

figure {
  margin: 0;
}

/* clear */
.clear {
  display: inline-block;
}

.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

* html .clear {
  height: 0;
}

.underline {
  text-decoration: underline !important;
}

hr.clear {
  visibility: hidden;
  clear: both;
  display: block;
}

/* floating */
.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.leftFloat {
  float: left;
}

.rightFloat {
  float: right;
}

.m_only {
  display: none;
}

.d_only {
  display: block;
}

.bld {
  display: none !important;
}

/*********** 공통 **************/
.minlayout_wrap {
  max-width: 963px;
  margin: 0 auto;
  padding: 0 16px;
}

.minlayout02_wrap {
  max-width: 1263px;
  margin: 0 auto;
  padding: 0 16px;
}

.minlayout03_wrap {
  max-width: 1003px;
  margin: 0 auto;
}

.minlayout03_wrap::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

.minlayout_wrap:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

.check_box input[type="checkbox"] {
  display: none;
}

.check_box input[type="checkbox"] + label {
  font-size: 14px;
  color: #999;
}

.check_box input[type="checkbox"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #999;
  cursor: pointer;
}

.check_box input[type="checkbox"]:checked + label span {
  background: #113090 url("https://sub.cube-eye.co.kr/images/support/checked.png") no-repeat center;
  border: 2px solid #d9401d;
}

.check_box > span {
  font-size: 14px;
  color: #999;
}

/*******************************/
body {
  font-family: "Roboto", sans-serif;
  min-width: 963px;
  overflow-x: hidden;
}

body header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-width: 963px;
}

body header .closeBtn {
  display: none;
}

body header .menuBtn {
  display: none;
}

body header h1 {
  float: left;
}

body header h1 a {
  margin-left: 50px;
  margin-top: 30px;
}

body header nav {
  float: right;
}

body header nav .mainMenu {
  margin-top: 15px;
  margin-right: 10px;
  float:left;
}

body header nav .mainMenu li {
  padding-top: 20px;
  float: left;
}

body header nav .mainMenu li h2 {
  padding: 0 15px;
}

body header nav .mainMenu li h2 a {
  color: #cdcdcb;
  font-size: 16px;
  font-weight: 500;
}

/* 20200914 ljh 업데이트 */
body header nav a.j_demos_btn {
	float: left;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 29px;
    margin-right: 15px;
    color: #cdcdcb;
    font-size: 16px;
    font-weight: 500;
	text-align: left;
    padding: 5px 10px 5px 30px;
	background: url("https://sub.cube-eye.co.kr/images/cubeeye/u_icon.gif") no-repeat 10px center;
}

body header nav .mainMenu li .submenu {
  position: absolute;
  display: none;
}
body header nav .mainMenu li .submenu.j_submenu_04 {
	right: 0;
}
body header nav .mainMenu li .submenu li {
  padding: 10px 15px;
}

body header nav .mainMenu li .submenu li a {
  font-size: 14px;
  color: #cdcdcb;
}

body header nav .mainMenu li .submenu li a:hover {
  color: #fff;
}

body header nav .mainMenu li .submenu li a.on, body header nav .mainMenu li .submenu li #contents-wrap .pagination .num a:hover, body #contents-wrap .pagination .num header nav .mainMenu li .submenu li a:hover {
  color: #fff;
}

body header nav .mainMenu li.on h2 a {
  color: #fff;
  padding-bottom: 20px;
}

body header nav .mainMenu li.on .submenu {
  display: block;
}

body header nav .mainMenu li.on .support {
  margin-left: -2px;
}

body header nav .mainMenu li.on .cantact {
  margin-left: -157px;
}

body header .lenSelect {
  float: right;
  margin-top: 30px;
  margin-right: 50px;
}

body header .lenSelect li {
  border: 1px solid #5f5b58;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  float: left;
  margin-right: 4px;
}

body header .lenSelect li a {
  color: #5f5b58;
}

body header .lenSelect li.on {
  border: 1px solid #878181;
  background: none;
}

body header .lenSelect li.on a {
  color: #878181;
}

body header.stiker {
  background: #363636;
}

body .topBg {
  position: fixed;
  z-index: 900;
  height: 65px;
  width: 100%;
  top: -65px;
  left: 0;
  background: #363636;
}

body .topBg_sub {
  position: fixed;
  z-index: 890;
  height: 105px;
  width: 100%;
  top: -105px;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

body .layer_pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

body .layer_pop .pop_contents {
  width: 80%;
  max-width: 1091px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 0 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .layer_pop .pop_contents .pop_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .layer_pop .pop_contents .pop_wrap .pop_tit {
  border-top: 1px solid #9fa3a5;
  padding: 26px 20px;
  border-bottom: 1px solid #dbddde;
}

body .layer_pop .pop_contents .pop_wrap .pop_tit .tit {
  font-size: 32px;
  line-height: 1.2;
  color: #d9401d;
  margin-bottom: 10px;
}

body .layer_pop .pop_contents .pop_wrap .pop_tit .date {
  font-size: 16px;
  color: #333;
}

body .layer_pop .pop_contents .pop_wrap .pop_cont {
  border-bottom: 1px solid #9fa3a5;
  padding: 48px 20px 38px;
  max-height: 400px;
  overflow: auto;
  word-break: break-all;
}

body .layer_pop .pop_contents .pop_wrap .pop_cont p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  word-break: break-all;
}

body .layer_pop .pop_contents .pop_wrap .btn_close {
  width: 64px;
  height: 64px;
  background: #f0f3f6 url("https://sub.cube-eye.co.kr/images/contact/btn_close_b.png") no-repeat center/28px;
  position: absolute;
  right: -63px;
  top: 0;
  cursor: pointer;
}

body #contents-wrap .title h1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  background: url("https://sub.cube-eye.co.kr/images/videoBg.png");
}

body #contents-wrap .swiper-container {
  width: 100%;
  height: 100%;
}

body #contents-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body #contents-wrap .swiper-pagination {
  z-index: 1;
  bottom: 5px;
}

body #contents-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

body #contents-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #d9401d;
}

body #contents-wrap .swiper-button-next {
  background-image: url("https://sub.cube-eye.co.kr/images/contact/arrow_right.png");
  background-size: 100%;
  width: 28px;
  height: 28px;
  right: 0;
  margin-top: -8px;
}

body #contents-wrap .swiper-button-prev {
  background-image: url("https://sub.cube-eye.co.kr/images/contact/arrow_left.png");
  background-size: 100%;
  width: 28px;
  height: 28px;
  left: 0;
  margin-top: -8px;
}

body #contents-wrap .tab01 ul::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap .tab01 ul li {
  float: left;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}

body #contents-wrap .tab01 ul li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

body #contents-wrap .tab01 ul li.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #d9401d;
  position: absolute;
  bottom: -1px;
  left: 0;
}

body #contents-wrap .tab01 ul li.on a {
  color: #d9401d;
}

body #contents-wrap .panel01 h3 {
  padding: 60px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

body #contents-wrap .list03 {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}

body #contents-wrap .list03 .list_head {
  border-bottom: 1px solid #c8c8c8;
}

body #contents-wrap .list03 .list_head ul {
  background-color: #fafafc;
}

body #contents-wrap .list03 .list_head ul::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap .list03 .list_head ul li {
  float: left;
  display: block;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

body #contents-wrap .list03 .list_body .line_one {
  border-top: 1px solid #d2d2d2;
}

body #contents-wrap .list03 .list_body .line_one:first-child {
  border-top: none;
}

body #contents-wrap .list03 .list_body .line_one .list_tit {
  cursor: pointer;
}

body #contents-wrap .list03 .list_body .line_one .list_tit.align > div:nth-child(1), body #contents-wrap .list03 .list_body .line_one .list_tit.align > div:nth-child(4) {
  text-align: center;
}

body #contents-wrap .list03 .list_body .line_one .list_tit .btn_open {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ececec;
}

body #contents-wrap .list03 .list_body .line_one .list_tit .btn_open .icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://sub.cube-eye.co.kr/images/support/btn_list.png") no-repeat center/28px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body #contents-wrap .list03 .list_body .line_one .list_tit.on .btn_open .icon, body #contents-wrap .list03 .list_body .line_one .pagination .num a.list_tit:hover .btn_open .icon, body #contents-wrap .pagination .num .list03 .list_body .line_one a.list_tit:hover .btn_open .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

body #contents-wrap .list03 .list_body .line_one .show_box {
  display: none;
}

body #contents-wrap .list03 .list_body .line_one .list_cont {
  background-color: #f8f8f8;
  border-top: 1px solid #d2d2d2;
}

body #contents-wrap .list03 .list_body .line_one .list_cont.f_t_row {
  display: block;
}

body #contents-wrap .f_t {
  display: table;
  width: 100%;
}

body #contents-wrap .f_t .f_t_row {
  display: table-row;
}

body #contents-wrap .f_t .f_t_row .f_t_cell {
  display: table-cell;
}

body #contents-wrap .f_t .f_t_row .f_t_cell.vm {
  vertical-align: middle;
}

body #contents-wrap select {
  border: 1px solid #d2d2d2;
  font-size: 12px;
  color: #888;
  width: 196px;
  height: 36px;
  padding: 0 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://sub.cube-eye.co.kr/images/support/btn_select_down.png") no-repeat 93% 50%;
  cursor: pointer;
}

body #contents-wrap select:focus {
  outline: none;
}

body #contents-wrap .card01 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  height: 366px;
}

body #contents-wrap .card01 figure {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

body #contents-wrap .card01 figure .img {
  width: 100%;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body #contents-wrap .card01 figure figcaption {
  padding: 20px 25px;
}

body #contents-wrap .card01 figure figcaption .tit {
  font-size: 20px;
  color: #d9401d;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans KR", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body #contents-wrap .card01 figure figcaption .date {
  font-size: 16px;
  color: #333;
}

body #contents-wrap .card01.noimg figure .img {
  display: none;
}

body #contents-wrap .card01.noimg figure figcaption .tit {
  font-size: 30px;
  -webkit-line-clamp: 4;
  margin-bottom: 40px;
}

body #contents-wrap .card01.noimg figure figcaption .date {
  font-size: 20px;
}

body #contents-wrap .pagination {
  text-align: center;
  overflow: hidden;
  display: inline-block;
}

body #contents-wrap .pagination > div {
  float: left;
  overflow: hidden;
}

body #contents-wrap .pagination > div > a {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #fff;
}

body #contents-wrap .pagination .prev {
  margin-right: 24px;
}

body #contents-wrap .pagination .prev .prev01 {
  background: #fff url("https://sub.cube-eye.co.kr/images/contact/paging_prev.png") no-repeat center/18px;
}

body #contents-wrap .pagination .next {
  margin-left: 24px;
}

body #contents-wrap .pagination .next .next01 {
  background: #fff url("https://sub.cube-eye.co.kr/images/contact/paging_next.png") no-repeat center/18px;
}

body #contents-wrap .pagination .num {
  vertical-align: 0;
  top: 0;
}

body #contents-wrap .pagination .num a {
  float: left;
  padding: 17px 0;
  margin-right: 8px;
  color: #666;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body #contents-wrap .pagination .num a:last-of-type {
  margin-right: 0;
}

body #contents-wrap .pagination .num a.on, body #contents-wrap .pagination .num a:hover {
  background-color: #d9401d;
  color: #fff;
}

body #contents-wrap #movie-full {
  position: relative;
  height: 600px;
  text-align: center;
  overflow: hidden;
  background: #000;
  background: url("https://sub.cube-eye.co.kr/images/movieBackground.jpg");
  background-size: cover;
}

body #contents-wrap #movie-full video {
  height: 600px;
}

body #contents-wrap #movie-full .texture {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("https://sub.cube-eye.co.kr/images/videoBg.png");
}

body #contents-wrap #movie-full .colorOveray {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  background: rgba(0, 0, 0, 0.3);
}

body #contents-wrap #movie-full .colorOveray h1 {
  margin-top: 240px;
  font-size: 55px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

body #contents-wrap #movie-full .colorOveray h1 span {
  display: block;
  font-size: 25px;
  color: #ddd;
}

body #contents-wrap #movie-full .colorOveray a {
  text-align: center;
  width: 320px;
  padding: 15px 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 32px;
  background: none;
  font-weight: 500;
  bottom: 0;
  border: 1px solid #fff;
}

body #contents-wrap #movie-full .colorOveray a:hover {
  background: #fff;
  color: #000;
}

body #contents-wrap #movie-full .colorOveray ul {
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  bottom: 0;
}

body #contents-wrap #movie-full .colorOveray ul li {
  float: left;
  position: relative;
}

body #contents-wrap #movie-full .colorOveray ul li a {
  text-align: center;
  width: 320px;
  padding: 25px 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 32px;
  background: none;
  font-weight: 500;
  bottom: 0;
}

body #contents-wrap #movie-full .colorOveray ul .adv {
  padding-right: 10px;
  /*a {
							background:#c6593c;
						}
						a:hover {
							background:#af4f35;
						}*/
}

body #contents-wrap #movie-full .colorOveray ul .adv a {
  background: #c5101f;
}

body #contents-wrap #movie-full .colorOveray ul .adv a:hover {
  background: #b20d1b;
}

body #contents-wrap #movie-full .colorOveray ul .spec {
  padding-right: 10px;
}

body #contents-wrap #movie-full .colorOveray ul .spec a {
  background: #47454a;
}

body #contents-wrap #movie-full .colorOveray ul .spec a:hover {
  background: #2f2e31;
}

body #contents-wrap #movie-full .colorOveray ul .contact a {
  background: #8d8f8e;
}

body #contents-wrap #movie-full .colorOveray ul .contact a:hover {
  background: #737775;
}

body #contents-wrap .mainCopy {
  padding: 100px 0;
  text-align: center;
  background: #000;
  color: #dedede;
}

body #contents-wrap .mainCopy strong {
  font-size: 25px;
  padding: 10px 0;
}

body #contents-wrap .representMenu li {
  height: 280px;
  float: left;
  color: #fff;
  text-align: center;
  position: relative;
}

body #contents-wrap .representMenu .over {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

body #contents-wrap .representMenu .cubeeye {
  width: 40%;
  background: url("https://sub.cube-eye.co.kr/images/bg_main_tech.png") right center no-repeat;
  background-size: cover;
}

body #contents-wrap .representMenu .cubeeye a {
  position: absolute;
  z-index: 1;
  left: 0;
  line-height: 280px;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

body #contents-wrap .representMenu .sdk {
  width: 20%;
  background: #2f2f2f;
  text-align: center;
}

body #contents-wrap .representMenu .sdk strong {
  margin-top: 70px;
  font-size: 20px;
}

body #contents-wrap .representMenu .sdk p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 100;
}

body #contents-wrap .representMenu .sdk p span {
  display: block;
}

body #contents-wrap .representMenu .sdk a {
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 15px 60px;
  color: #fff;
}

body #contents-wrap .representMenu .sdk a:hover {
  background: #fff;
  color: #000;
}

body #contents-wrap .representMenu .company {
  width: 40%;
  background: url("https://sub.cube-eye.co.kr/images/bg_main_meere.jpg") center center no-repeat;
  background-size: cover;
}

body #contents-wrap .representMenu .company a {
  position: absolute;
  z-index: 1;
  left: 0;
  line-height: 280px;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

body #contents-wrap .representMenu:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap .footer {
  background: #000;
  color: #666;
  text-align: center;
  padding: 10px 0;
}

body #contents-wrap .markets {
  padding-top: 40px;
  padding-bottom: 120px;
  text-align: center;
}

body #contents-wrap .markets h1 {
  text-align: center;
  line-height: 130px;
  font-size: 35px;
  font-weight: normal;
  background: url("https://sub.cube-eye.co.kr/images/main_title_underline.gif") center bottom no-repeat;
}

body #contents-wrap .markets ul {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
}

body #contents-wrap .markets > ul > li {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 80px;
}

body #contents-wrap .markets ul li h2 {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}

body #contents-wrap .markets ul li p {
  height: 80px;
  color: #666;
  font-size: 13px;
}

body #contents-wrap .markets ul li img {
  width: 300px;
  border: 1px solid #dedede;
}

body #contents-wrap .markets ul li ul {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  min-height: 60px;
}

body #contents-wrap .markets ul li ul li {
  list-style-type: square;
  float: inherit;
}

body #contents-wrap .markets ul li.last {
  margin-right: 0px;
}

body #contents-wrap .markets ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap .markets a.moreBtn {
  margin-top: 70px;
  background: #000;
  padding: 10px 40px;
  color: #fff;
}

body #contents-wrap .tempMain {
  position: absolute;
  top: 600px;
  height: 1534px;
  width: 100%;
  z-index: 20;
  background: url("https://sub.cube-eye.co.kr/images/main.jpg") center top no-repeat;
}

body #contents-wrap .tempMainArea {
  height: 2134px;
}

body #contents-wrap #wrapCubeeye .centerTitle {
  font-size: 35px;
  text-align: center;
}

body #contents-wrap #wrapCubeeye .centerTitle span {
  display: block;
  font-size: 0.6em;
  color: #666;
}

body #contents-wrap #wrapCubeeye .tof {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/tof.jpg") center top no-repeat;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg {
  height: 100%;
  text-align: center;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap {
  text-align: left;
  color: #fff;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap h1 {
  height: 248px;
  font-family: "Biryani", sans-serif;
  letter-spacing: -3px;
  font-size: 55px;
  font-weight: 200;
  padding-top: 200px;
  text-align: center;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap h1 span {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap h2 {
  width: 40%;
  float: left;
  height: 500px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap h2 span {
  display: block;
  font-size: 0.5em;
  color: #999;
  font-weight: 300;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .info {
  width: 60%;
  float: left;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .info p {
  font-size: 14px;
  line-height: 20px;
  color: #ddd;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .info p span {
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 20px;
  font-size: 2em;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .info img {
  margin-top: 30px;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .main_video {
  clear: both;
  padding-top: 230px;
  padding-bottom: 130px;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .main_video iframe {
  width: 100%;
  height: 550px;
}

body #contents-wrap #wrapCubeeye .adv {
  padding-bottom: 100px;
}

body #contents-wrap #wrapCubeeye .adv h1 {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("https://sub.cube-eye.co.kr/images/main_title_underline.gif") center bottom no-repeat;
  font-size: 35px;
  font-weight: 500;
}

body #contents-wrap #wrapCubeeye .adv h1 span {
  font-size: 16px;
  font-weight: 300;
}

body #contents-wrap #wrapCubeeye .adv ul {
  width: 90%;
  margin-top: 100px;
  margin-left: 5%;
}

body #contents-wrap #wrapCubeeye .adv ul li {
  float: left;
}

body #contents-wrap #wrapCubeeye .adv ul li div {
  height: 400px;
  width: 100%;
}

body #contents-wrap #wrapCubeeye .adv ul li h2 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

body #contents-wrap #wrapCubeeye .adv ul li p {
  height: 100px;
  color: #999;
  font-size: 14px;
}

body #contents-wrap #wrapCubeeye .adv ul .adv01 {
  width: 33%;
  margin-right: 0.5%;
}

body #contents-wrap #wrapCubeeye .adv ul .adv01 div {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/adv_01.jpg") center center no-repeat;
  background-size: cover;
}

body #contents-wrap #wrapCubeeye .adv ul .adv02 {
  width: 33%;
  margin-right: 0.5%;
}

body #contents-wrap #wrapCubeeye .adv ul .adv02 div {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/adv_02.jpg") center center no-repeat;
  background-size: cover;
}

body #contents-wrap #wrapCubeeye .adv ul .adv03 {
  width: 33%;
}

body #contents-wrap #wrapCubeeye .adv ul .adv03 div {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/adv_03.jpg") center center no-repeat;
  background-size: cover;
}

body #contents-wrap #wrapCubeeye .adv ul .adv04 {
  width: 33%;
  margin-right: 0.5%;
}

body #contents-wrap #wrapCubeeye .adv ul .adv04 div {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/adv_04.jpg") center center no-repeat;
  background-size: cover;
}

body #contents-wrap #wrapCubeeye .adv ul .adv05 {
  width: 66.5%;
}

body #contents-wrap #wrapCubeeye .adv ul .adv05 div {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/adv_05.jpg") center center no-repeat;
  background-size: cover;
}

body #contents-wrap #wrapCubeeye .adv ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapCubeeye .lineup {
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/bg_lineup.jpg") no-repeat center/cover;
  overflow: hidden;
}

body #contents-wrap #wrapCubeeye .lineup h1 {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("https://sub.cube-eye.co.kr/images/main_title_underline.gif") center bottom no-repeat;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
}

body #contents-wrap #wrapCubeeye .lineup h1 span {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
}

body #contents-wrap #wrapCubeeye .lineup .contents {
  padding: 100px 0 116px;
  position: relative;
  height: 427px;
}

body #contents-wrap #wrapCubeeye .lineup .contents .slide_rail {
  position: absolute;
  right: 0;
  top: 100px;
}

body #contents-wrap #wrapCubeeye .lineup .contents .slide_rail img:hover {
  cursor: pointer;
}

body #contents-wrap #wrapCubeeye .partners {
  height: 670px;
}

body #contents-wrap #wrapCubeeye .partners h1 {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("https://sub.cube-eye.co.kr/images/main_title_underline.gif") center bottom no-repeat;
  font-size: 35px;
  font-weight: 500;
}

body #contents-wrap #wrapCubeeye .partners h1 span {
  font-size: 16px;
  font-weight: 300;
}

body #contents-wrap #wrapCubeeye .partners ul {
  margin-top: 50px;
  width: 1074px;
  position: absolute;
  left: 50%;
  margin-left: -531px;
}

body #contents-wrap #wrapCubeeye .partners ul li {
  float: left;
  margin: 3px 3px;
  border: 1px solid #dedede;
}

body #contents-wrap #wrapCubeeye .partners ul li img {
  max-width: 100%;
}

body #contents-wrap #wrapSpec .title {
  height: 448px;
  background: url("https://sub.cube-eye.co.kr/images/product/top.jpg") center top no-repeat;
  position: relative;
  z-index: 100;
}

body #contents-wrap #wrapSpec .title h1 {
  height: 248px;
  font-family: "Biryani", sans-serif;
  letter-spacing: -3px;
  font-size: 55px;
  font-weight: 200;
  padding-top: 200px;
}

body #contents-wrap #wrapSpec .title h1 span {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}

body #contents-wrap #wrapSpec nav {
  width: 100%;
  height: 47px;
  background: #2d2d2d;
  position: relative;
  z-index: 100;
}

body #contents-wrap #wrapSpec nav .nav {
  max-width: 1060px;
  margin: 0 auto;
}

body #contents-wrap #wrapSpec nav .nav .mobile {
  display: none;
}

body #contents-wrap #wrapSpec nav .nav .web {
  float: left;
  width: 187px;
  line-height: 45px;
  font-family: 'Arial';
  font-size: 15px;
  color: #fff;
  background-color: #383838;
  border: 1px solid #434343;
  padding-left: 16px;
  background-image: url("https://sub.cube-eye.co.kr/images/product/plus_icon.png");
  background-repeat: no-repeat;
  background-position: 182px 17px;
}

body #contents-wrap #wrapSpec nav .nav .back_btn {
  float: left;
  width: 187px;
  line-height: 45px;
  font-family: 'Arial';
  font-size: 15px;
  color: #fff;
  background-color: #383838;
  border: 1px solid #434343;
  padding-right: 30px;
  text-align: right;
  background-image: url("https://sub.cube-eye.co.kr/images/product/back_icon.png");
  background-repeat: no-repeat;
  background-position: 22px 17px;
}

body #contents-wrap #wrapSpec nav .nav .location {
  float: right;
  margin-top: 17px;
  padding-right: 16px;
}

body #contents-wrap #wrapSpec nav .nav .location span {
  font-family: 'Arial';
  font-size: 12px;
  color: #b1b1b1;
  line-height: 14px;
  margin-left: 10px;
  background-image: url("https://sub.cube-eye.co.kr/images/product/icon01.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 15px;
}

body #contents-wrap #wrapSpec .product_nav {
  width: 1000px;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body #contents-wrap #wrapSpec .product_nav ul {
  width: 100%;
  height: 110px;
  padding-top: 34px;
  border-bottom: 2px solid #f2f2f2;
}

body #contents-wrap #wrapSpec .product_nav ul li {
  float: left;
  width: 18.5%;
}

body #contents-wrap #wrapSpec .product_nav ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #7d7d7d;
  padding-left: 3px;
}

body #contents-wrap #wrapSpec .product_nav ul li a img {
  display: block;
  margin-top: 8px;
  margin-left: -3px;
}

body #contents-wrap #wrapSpec .product_nav ul .tit {
  width: 26%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #d9401d;
}

body #contents-wrap #wrapSpec .product_nav ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSpec .on_nav {
  top: 495px;
}

body #contents-wrap #wrapSpec .product_list {
  width: 1060px;
  margin: 0 auto;
  min-width: 980px;
  background: #fff;
  padding: 50px 16px 60px;
}

body #contents-wrap #wrapSpec .product_list > div {
	overflow: hidden;
}

body #contents-wrap #wrapSpec .product_list > div > div {
  /*width: 1060px;*/
  /*margin: 0 auto;*/
  /*border-bottom: 2px solid #f2f2f2;*/
  float: left;
  width: 50%;
  padding: 60px 0 0;
  height: 700px;
}

body #contents-wrap #wrapSpec .product_list > div > div span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555;
  letter-spacing: -0.03px;
}

body #contents-wrap #wrapSpec .product_list > div > div p {
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  color: #413d3d;
  letter-spacing: -0.03px;
  font-weight: bold;
}

body #contents-wrap #wrapSpec .product_list > div > div h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 57px;
  color: #d9401d;
  letter-spacing: -0.03px;
  margin-bottom: 30px;
}

body #contents-wrap #wrapSpec .product_list > div > div h2 span {
  font-size: 47px;
  color: #d9401d;
  vertical-align: 5px;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li {
  float: left;
  width: 340px;
  margin-right: 20px;
  padding-bottom: 45px;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li > a {
  width: 340px;
  height: 280px;
  border: 1px solid #d4d4d4;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li > a img {
  width: 100%;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li .text_box {
  width: inherit;
  border-bottom: 0;
  padding-top: 20px;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li .text_box h3 {
  font-family: 'Arial';
  font-size: 28px;
  color: #333;
  margin: 25px 0 7px;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li .text_box ul {
  margin-left: 18px;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li .text_box ul li {
  font-family: 'Arial';
  list-style: disc;
  font-size: 15px;
  color: #666;
  padding: 0;
  line-height: 22px;
}

body #contents-wrap #wrapSpec .product_list > div > div ul li:nth-child(3n) {
  margin-right: 0;
}

body #contents-wrap #wrapSpec .product_list > div > div ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSpec .product_list .none {
  border: 0;
}

body #contents-wrap #wrapSpec .product:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSpec .product {
  min-width: 980px;
}

body #contents-wrap #wrapSpec .product .image {
  background: #f0f3f6;
  padding: 120px 0;
}

body #contents-wrap #wrapSpec .product .image .web_img {
  display: inline-block;
}

body #contents-wrap #wrapSpec .product .image div {
  margin: 0 auto;
  width: 1060px;
  height: 100%;
}
body #contents-wrap #wrapSpec .product .image div:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

body #contents-wrap #wrapSpec .product .image div .info {
  width: 486px;
  float: right;
}

body #contents-wrap #wrapSpec .product .image div .info .mobile_img {
  display: none;
}

body #contents-wrap #wrapSpec .product .image div .info span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555;
  letter-spacing: -0.03px;
}

body #contents-wrap #wrapSpec .product .image div .info p {
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  color: #413d3d;
  letter-spacing: -0.03px;
  font-weight: bold;
}

body #contents-wrap #wrapSpec .product .image div .info h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 57px;
  color: #d9401d;
  letter-spacing: -0.03px;
  margin-bottom: 20px;
}

body #contents-wrap #wrapSpec .product .image div .info h2 span {
  font-size: 38px;
  color: #d9401d;
  vertical-align: 5px;
}

body #contents-wrap #wrapSpec .product .image div .info ul {
  margin-left: 20px;
}

body #contents-wrap #wrapSpec .product .image div .info ul li {
  font-family: 'Arial';
  list-style: disc;
  font-size: 15px;
  color: #383838;
  padding: 0;
  line-height: 30px;
  font-weight: bold;
}

body #contents-wrap #wrapSpec .product .image div .info hr {
  border: 1px solid #d9dee2;
  margin: 30px 0;
}

body #contents-wrap #wrapSpec .product .image div .info .downloads {
  font-size: 18px;
  color: #4d4a4a;
  margin-bottom: 10px;
  margin-left: 5px;
}

/*
.info .btn_box a {
  font-family: 'Arial';
  width: 140px;
  border: 3px solid #00bcf2;
  font-size: 13px;
  color: #00bcf2;
  line-height: 33px;
  font-weight: bold;
  margin-left: 7px;
  background-color: #fff;
  text-align: center;
}

.info .btn_box a img {
  vertical-align: -2px;
  margin-left: 10px;
  padding: 0;
}
*/

body #contents-wrap #wrapSpec .product .image div .info .win {
  width: 155px;
}

body #contents-wrap #wrapSpec .product .image div .info .linux {
  color: #fe5e5e;
  border: 3px solid #fe5e5e;
}

body #contents-wrap #wrapSpec .product .image div .info .manual {
  color: #666666;
  border: 3px solid #666666;
}

body #contents-wrap #wrapSpec .product .image div img {
  padding-top: 18px;
}

body #contents-wrap #wrapSpec .product .image.no_download {
  padding: 120px 0 50px;
}

body #contents-wrap #wrapSpec .product .image.no_download .min-layout .web_img {
  margin-top: -80px;
}

body #contents-wrap #wrapSpec .product .spec {
  width: 100%;
  background: #fff;
}

body #contents-wrap #wrapSpec .product .spec div {
  max-width: 1060px;
  margin: 0 auto;
  padding: 100px 16px;
  background-position: 90% 184px;
}

body #contents-wrap #wrapSpec .product .spec div h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #d9401d;
  margin-bottom: 50px;
}

body #contents-wrap #wrapSpec .product .spec div ul {
  width: 100%;
  margin-top: 15px;
}

body #contents-wrap #wrapSpec .product .spec div ul li {
  font-family: 'Arial';
  font-size: 13px;
  color: #555;
  line-height: 28px;
}

body #contents-wrap #wrapSpec .product .spec div ul li span {
  width: 200px;
  font-size: 15px;
  font-weight: bold;
}

body #contents-wrap #wrapSpec .product .spec div ul li span.ls6 {
  letter-spacing: -0.09em;
}

body #contents-wrap #wrapSpec .product .spec div ul .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}

body #contents-wrap #wrapSpec .product .spec div .text_box {
  width: 50%;
  float: left;
  padding: 0;
  background: none;
}

body #contents-wrap #wrapSpec .product .spec div:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSpec .product .spec .right {
  margin-top: 210px;
}

body #contents-wrap #wrapSpec .product .spec .right ul li span {
  width: 240px;
}

body #contents-wrap #wrapSpec .product .spec .right2 {
  margin-top: 545px;
}

body #contents-wrap #wrapSpec .product .spec .right2 ul li span {
  width: 240px;
}

body #contents-wrap #wrapSpec .product .MDC200DW {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC200DW_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC200DZ {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC200DZ_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .RS5243A {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/RS5243AB_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .RS5243B {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/RS5243B_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .RS5243C {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/RS5243CD_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .RS5243D {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/RS5243D_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .RS5243D {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/RS5243D_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC200 {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC200_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC500d {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC500D_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC200S {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC200S_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC600S {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC600S_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .SCUBE {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/SCUBE_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MCUBE {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MCUBE_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC600SM {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC600SM_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC1200S {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC1200S_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC520D {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC520D_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC200SP {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC200SP_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC201SGM {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC201SGM_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .MDC200DGM {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/MDC200DGM_img02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .S110D {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/S110D_img_02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .I200 {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/th_i200_view_02.png") right top no-repeat;
}

body #contents-wrap #wrapSpec .product .I210 {
  background: url("https://sub.cube-eye.co.kr/images/product/sec/th_i210_view_02.png") right top no-repeat;
}

body #contents-wrap #wrapMarkets .title {
  height: 448px;
  background: url("https://sub.cube-eye.co.kr/images/application/top.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .title h1 {
  height: 248px;
  font-family: "Biryani", sans-serif;
  letter-spacing: -3px;
  font-size: 55px;
  font-weight: 200;
  padding-top: 200px;
}

body #contents-wrap #wrapMarkets .title h1 span {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}

body #contents-wrap #wrapMarkets .nav {
  padding: 40px 0;
  text-align: center;
}

body #contents-wrap #wrapMarkets .nav h1 {
  font-size: 20px;
  margin-bottom: 50px;
}

body #contents-wrap #wrapMarkets .nav p {
  padding: 10px 0;
}

body #contents-wrap #wrapMarkets .nav nav {
  position: relative;
}

body #contents-wrap #wrapMarkets .nav nav ul {
	text-align: center;
}

body #contents-wrap #wrapMarkets .nav nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 5px;
}

body #contents-wrap #wrapMarkets .nav nav ul li img {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
  display: block;
}

body #contents-wrap #wrapMarkets .nav nav ul li img.on {
  display: none;
}

body #contents-wrap #wrapMarkets .nav nav ul li a {
  min-width: 107px;
  padding-top: 100px;
  color: #666;
}

body #contents-wrap #wrapMarkets .nav nav ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapMarkets .contents > ul > li {
  position: relative;
  height: 663px;
}

body #contents-wrap #wrapMarkets .contents .bg {
  height: 663px;
  width: 100%;
  position: absolute;
  top: 0;
}

body #contents-wrap #wrapMarkets .contents .bg_on {
  height: 663px;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}

body #contents-wrap #wrapMarkets .contents .info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

body #contents-wrap #wrapMarkets .contents .info h1 {
  position: absolute;
  width: 650px;
  padding: 20px 0;
  font-size: 35px;
  left: 50%;
  margin-left: -325px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.25);
  top: 280px;
  text-transform: uppercase;
  font-weight: 500;
}

body #contents-wrap #wrapMarkets .contents .info h1 span {
  width: 100%;
  font-size: 0.7em;
  line-height: 1em;
}

body #contents-wrap #wrapMarkets .contents .info p {
  position: absolute;
  width: 700px;
  left: 50%;
  top: 270px;
  margin-left: -350px;
  font-size: 20px;
  display: none;
}

body #contents-wrap #wrapMarkets .contents .info ul {
  position: absolute;
  width: 620px;
  left: 50%;
  margin-left: -310px;
  top: 370px;
  display: none;
  overflow: hidden;
}

body #contents-wrap #wrapMarkets .contents .info ul li {
  width: 300px;
  border: 1px solid #fff;
  float: left;
  margin: 4px 0;
  font-size: 17px;
  line-height: 40px;
}
body #contents-wrap #wrapMarkets .contents .info ul li:nth-child(2n+0){
	float: right;
}
body #contents-wrap #wrapMarkets .contents .info ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

body #contents-wrap #wrapMarkets .contents .surveillance .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/01_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .surveillance .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/01_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .consumer .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/02_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .consumer .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/02_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .medical .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/03_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .medical .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/03_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .automotive .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/04_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .automotive .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/04_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .retail .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/05_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .retail .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/05_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .scanning .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/06_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .scanning .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/06_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .robotics .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/07_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .robotics .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/07_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .arvr .bg {
  background: url("https://sub.cube-eye.co.kr/images/application/08_off.jpg") center top no-repeat;
}

body #contents-wrap #wrapMarkets .contents .arvr .bg_on {
  background: url("https://sub.cube-eye.co.kr/images/application/08_on.jpg") center top no-repeat;
}

body #contents-wrap #wrapDemos .title {
  height: 448px;
  background: url("https://sub.cube-eye.co.kr/images/support/top.jpg") center top no-repeat;
}

body #contents-wrap #wrapDemos .title h1 {
  height: 248px;
  font-family: "Biryani", sans-serif;
  letter-spacing: -3px;
  font-size: 55px;
  font-weight: 200;
  padding-top: 200px;
}

body #contents-wrap #wrapDemos .title h1 span {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}

body #contents-wrap #wrapDemos .demos {
  background: #eaeaea;
  padding-bottom: 130px;
}

body #contents-wrap #wrapDemos .demos .subtit {
  width: 100%;
  background: #fff;
  height: 120px;
  padding-top: 60px;
}

body #contents-wrap #wrapDemos .demos .subtit img {
  width: 195px;
  margin: 0 auto;
  display: block;
}

body #contents-wrap #wrapDemos .demos ul {
  width: 1060px;
  margin: auto;
  margin-top: 100px;
  border: 1px solid #e1e1e1;
}

body #contents-wrap #wrapDemos .demos ul li {
  float: left;
  width: 780px;
}

body #contents-wrap #wrapDemos .demos ul li .video_box {
  width: 100%;
  height: 500px;
  position: relative;
}

body #contents-wrap #wrapDemos .demos ul li .video_box img {
  width: 100%;
}

body #contents-wrap #wrapDemos .demos ul li .video_box .play_btn {
  width: 123px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -61px;
  margin-top: -61px;
}

body #contents-wrap #wrapDemos .demos ul li .text_box {
  background: #fff;
  height: 109px;
  padding: 30px 40px;
}

body #contents-wrap #wrapDemos .demos ul li .text_box p {
  font-size: 18px;
  color: #333;
  font-family: 'Arial';
}

body #contents-wrap #wrapDemos .demos ul li .text_box .tit {
  font-size: 24px;
  color: #d9401d;
  font-weight: bold;
  margin-bottom: 10px;
}

body #contents-wrap #wrapDemos .demos ul li .text_box .time {
  color: #4f4f4f;
  background: url("https://sub.cube-eye.co.kr/images/demos/time_icon.png") right top no-repeat;
  background-position: 0px 0px;
  padding-left: 28px;
  margin-top: 26px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap {
  width: 238px;
  height: 589px;
  background: #fff;
  border-left: 1px solid #e1e1e1;
  padding: 40px 20px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap span {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #333;
  line-height: 45px;
  margin-bottom: 28px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box {
  width: 100%;
  height: 510px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list {
  border: none;
  margin: 0;
  margin-bottom: 15px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list li {
  font-family: 'Arial';
  font-size: 11px;
  color: #4f4f4f;
  font-weight: bold;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list li span {
  font-family: 'Arial';
  font-size: 11px;
  color: #4f4f4f;
  border-bottom: 0;
  background: url("https://sub.cube-eye.co.kr/images/demos/time_icon_s.png") right top no-repeat;
  background-position: 0px 0px;
  padding-left: 18px;
  line-height: 13px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list li {
  width: 100px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list .video {
  width: 108px;
  height: 74px;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list .video img {
  width: 100%;
  height: 100%;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list .time {
  width: 108px;
  height: 74px;
  position: relative;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list .time span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .on_list .video {
  border: 4px solid #d9401d;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .on_list .time {
  color: #d9401d;
}

body #contents-wrap #wrapDemos .demos ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .title {
  height: 448px;
  background: url("https://sub.cube-eye.co.kr/images/support/top.jpg") center top no-repeat;
}

body #contents-wrap #wrapSupport .title h1 {
  height: 248px;
  font-family: "Biryani", sans-serif;
  letter-spacing: -3px;
  font-size: 55px;
  font-weight: 200;
  padding-top: 200px;
}

body #contents-wrap #wrapSupport .title h1 span {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}

body #contents-wrap #wrapSupport .tab01 {
  margin-top: 97px;
}

body #contents-wrap #wrapSupport .tab01 ul li {
  width: 50%;
}

body #contents-wrap #wrapSupport .tab01_cont {
  margin-bottom: 114px;
}

body #contents-wrap #wrapSupport .btn_viewmore {
  margin-top: 40px;
  display: block;
  padding: 16px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  font-size: 15px;
  color: #666;
}

body #contents-wrap #wrapSupport .btn_viewmore span {
  font-size: 15px;
}

body #contents-wrap #wrapSupport .btn_viewmore span::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://sub.cube-eye.co.kr/images/support/btn_select_down.png) no-repeat center;
  margin-left: 14px;
  vertical-align: -2px;
}

body #contents-wrap #wrapSupport .btn_viewmore span.now_num {
  color: #d9401d;
}

body #contents-wrap #wrapSupport .btn_viewmore span.now_num::after {
  display: none;
}

body #contents-wrap #wrapSupport .download .search_select_area {
  position: relative;
  padding-bottom: 24px;
}

body #contents-wrap #wrapSupport .download .search_select_area ul::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .download .search_select_area ul li {
  float: left;
  margin-right: 4.6%;
}

body #contents-wrap #wrapSupport .download .search_select_area ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  body #contents-wrap #wrapSupport .download .search_select_area ul li {
    margin-right: 2%;
  }
  body #contents-wrap #wrapSupport .download .search_select_area ul li dl dt {
    padding-right: 16px;
  }
}

body #contents-wrap #wrapSupport .download .search_select_area ul li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .download .search_select_area ul li dl dt {
  float: left;
  padding-right: 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
  top: 4px;
}

body #contents-wrap #wrapSupport .download .search_select_area ul li dl dd {
  float: left;
}

body #contents-wrap #wrapSupport .download .search_select_area .btn_refresh {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 7px 20px;
  border: 3px solid #38b800;
  background-color: #fff;
  text-align: center;
}

body #contents-wrap #wrapSupport .download .search_select_area .btn_refresh span {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #38b800;
}

body #contents-wrap #wrapSupport .download .search_select_area .btn_refresh span::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://sub.cube-eye.co.kr/images/support/btn_refresh.png") no-repeat center/14px;
  margin-right: 10px;
  vertical-align: -2px;
}

body #contents-wrap #wrapSupport .download .align > div, body #contents-wrap #wrapSupport .download .align li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #contents-wrap #wrapSupport .download .align > div:nth-child(1), body #contents-wrap #wrapSupport .download .align li:nth-child(1) {
  width: 18.4%;
}

body #contents-wrap #wrapSupport .download .align > div:nth-child(2), body #contents-wrap #wrapSupport .download .align li:nth-child(2) {
  width: 16.7%;
}

body #contents-wrap #wrapSupport .download .align > div:nth-child(3), body #contents-wrap #wrapSupport .download .align li:nth-child(3) {
  width: 41.4%;
}

body #contents-wrap #wrapSupport .download .align > div:nth-child(4), body #contents-wrap #wrapSupport .download .align li:nth-child(4) {
  width: 11.7%;
}

body #contents-wrap #wrapSupport .download .align > div:nth-child(5), body #contents-wrap #wrapSupport .download .align li:nth-child(5) {
  width: 11.8%;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one {
  display: none;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .f_t_cell {
  padding: 35px 16px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_tit > div {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.7;
  color: #404040;
  word-break: keep-all;
  vertical-align: middle;
  text-align: center;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_tit > div:first-child {
  word-break: break-all;
  text-align: left;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont.align > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont.align > div:nth-child(1) {
  width: 13.4%;
  padding: 35px 16px 0  45px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont.align > div:nth-child(2) {
  width: 63.1%;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont.align > div:nth-child(3) {
  width: 23.5%;
  padding: 35px 40px;
  text-align: right;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont p {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #555;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont p.tit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont p.subtit {
  font-weight: bold;
  margin-bottom: 4px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl {
  margin-bottom: 2px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl:last-child {
  margin-bottom: 0;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl dt, body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl dd {
  float: left;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #555;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl dt {
  width: 52px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl dt::before {
  content: '- ';
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl dt::after {
  content: ' :';
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont dl dd {
  width: calc(100% - 52px);
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont .btn_download {
  display: inline-block;
  width: 155px;
  padding: 9px 0;
  border: 3px solid #d9401d;
  background-color: #fff;
  text-align: center;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont .btn_download span {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #d9401d;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont .btn_download span::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://sub.cube-eye.co.kr/images/support/btn_download.png") no-repeat center/14px;
  margin-left: 20px;
  vertical-align: -2px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row {
  margin-bottom: 28px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row:last-child {
  margin-bottom: 0;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row > .left, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .right {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .left {
  padding-right: 30px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .right {
  padding-left: 30px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 {
  border-bottom: 1px solid #666;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01::after, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01 dt, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dt, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01 dd, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd {
  float: left;
  height: 54px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01 dt, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 54px;
  width: 110px;
  color: #666;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01 dd, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd {
  width: calc(100% - 110px);
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01 dd input[type="text"], body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd input[type="text"] {
  border: none;
  font-size: 16px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01 dd input[type="text"]:focus, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd input[type="text"]:focus {
  border: none;
  outline: none;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form01.required dt::after, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .required.input_form02 dt::after {
  content: '*';
  color: #d9401d;
  padding-left: 5px;
  vertical-align: -2px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .select02 {
  width: 100%;
  height: 54px;
  border: 1px solid #666;
  font-size: 17px;
  color: #666;
  font-weight: 500;
  background: url("https://sub.cube-eye.co.kr/images/support/btn_arrow_down.png") no-repeat 95% center;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 {
  border-bottom: none;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dt, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd {
  float: none;
  height: auto;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dt {
  line-height: normal;
  padding-bottom: 10px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd {
  width: 100%;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd textarea {
  display: block;
  width: 100%;
  height: 474px;
  border: 1px solid #666;
  font-size: 16px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .input_form02 dd textarea:focus {
  border: 1px solid #666;
  outline: none;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .left {
  float: left;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .left .agree_sign {
  display: inline-block;
  color: #999;
  font-size: 17px;
  margin-right: 50px;
  vertical-align: top;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .left .check_box {
  display: inline-block;
  vertical-align: -2px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .right {
  float: right;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .right .btn_submit {
  width: 228px;
  padding: 12px 0;
  text-align: center;
  background-color: #d9401d;
  border: none;
  cursor: pointer;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .right .btn_submit span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

body #contents-wrap #tempContact .title {
  height: 448px;
  background: url("https://sub.cube-eye.co.kr/images/contact/top.jpg") center top no-repeat;
}

body #contents-wrap #tempContact .title h1 {
  height: 248px;
  font-family: "Biryani", sans-serif;
  letter-spacing: -3px;
  font-size: 55px;
  font-weight: 200;
  padding-top: 200px;
}

body #contents-wrap #tempContact .title h1 span {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}

body #contents-wrap #tempContact .aboutus {
  min-height: 718px;
  background: url("https://sub.cube-eye.co.kr/images/contact/bg_aboutus.jpg") center top no-repeat;
  background-size: cover;
}

body #contents-wrap #tempContact .aboutus .overlayBg {
  height: 100%;
  background: url("https://sub.cube-eye.co.kr/images/videoBg.png");
  text-align: center;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap {
  text-align: left;
  color: #fff;
  padding-top: 200px;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap h1 {
  width: 37%;
  float: left;
  font-size: 40px;
  line-height: 35px;
  height: 400px;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap h1 span {
  font-weight: normal;
  font-size: 0.5em;
  color: #dedede;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap ul {
  width: 31.5%;
  float: left;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap ul li {
  font-size: 14px;
  padding-bottom: 30px;
  color: #dedede;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap ul li span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-bottom: 8px;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap ul li a {
  color: #dedede;
}

body #contents-wrap #tempContact .news {
  background-color: #f0f3f6;
}

body #contents-wrap #tempContact .news h1 {
  font-size: 40px;
  font-weight: bold;
  padding: 95px 0 45px;
}

body #contents-wrap #tempContact .news .cont {
  overflow: hidden;
}

body #contents-wrap #tempContact .news .cont .card01 {
  width: 33.3%;
  padding: 0 20px;
  float: left;
  margin-bottom: 40px;
}

body #contents-wrap #tempContact .news .cont .paging_area {
  text-align: center;
  padding: 20px 0 126px;
}

body #contents-wrap #tempContact .contact {
  min-width: 980px;
  background: #fff;
  padding: 96px 0 100px;
}

body #contents-wrap #tempContact .contact h1 {
  font-size: 40px;
  font-weight: bold;
  color: #d9401d;
  margin-bottom: 45px;
}

body #contents-wrap #tempContact .contact .left, body #contents-wrap #tempContact .contact .right {
  float: left;
}

body #contents-wrap #tempContact .contact .left {
  width: 365px;
}

body #contents-wrap #tempContact .contact .left .tit {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

body #contents-wrap #tempContact .contact .left .subtit {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

body #contents-wrap #tempContact .contact .right {
  width: calc(100% - 365px);
}

body #contents-wrap #tempContact .contact .info {
  background: #fff;
}

body #contents-wrap #tempContact .contact .info ul {
  width: 100%;
}

body #contents-wrap #tempContact .contact .info ul li {
  width: 100%;
  margin-bottom: 50px;
}

body #contents-wrap #tempContact .contact .info ul li:last-child {
  margin-bottom: 0;
}

body #contents-wrap #tempContact .contact .info ul li > dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .contact .info ul li > dl > dt {
  width: 130px;
  float: left;
  color: #555;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}

body #contents-wrap #tempContact .contact .info ul li > dl > dd {
  width: calc(100% - 130px);
  float: left;
  font-size: 15px;
  color: #888;
}

body #contents-wrap #tempContact .contact .info ul li .list02::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .contact .info ul li .list02 dt, body #contents-wrap #tempContact .contact .info ul li .list02 dd {
  float: left;
  font-size: 15px;
  color: #888;
}

body #contents-wrap #tempContact .contact .info ul li .list02 dt {
  width: 92px;
  font-weight: bold;
}

body #contents-wrap #tempContact .contact .info ul li .list02 dd {
  width: calc(100% - 92px);
}

body #contents-wrap #tempContact .contact .info ul li .list02 dd a {
  color: #888;
}

body #contents-wrap #tempContact .contact .info ul li .list02 dd a:hover {
  color: #c6593c;
}

body #contents-wrap #tempContact .contact .info ul li .gotoMap {
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000;
  margin-top: 15px;
}

body #contents-wrap #tempContact .contact .info ul li .gotoMap:hover {
  color: #fff;
  background-color: #000;
}

body #contents-wrap #tempContact .contact .info ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .contact:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .world_map {
  background: url("https://sub.cube-eye.co.kr/images/contact/bg_world_map.jpg") no-repeat center/cover;
}

body #contents-wrap #tempContact .world_map .tit_box {
  padding: 96px 0 50px;
}

body #contents-wrap #tempContact .world_map .tit_box h1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

body #contents-wrap #tempContact .world_map .cont_box {
  padding-bottom: 100px;
}

body #contents-wrap #tempContact .world_map .cont_box .inner_wrap {
  max-width: 1052px;
  margin: 0 auto;
}

body #contents-wrap #tempContact .world_map .cont_box .map {
  width: 100%;
  padding-top: 55.3%;
  background: url("https://sub.cube-eye.co.kr/images/contact/world_map.png") no-repeat center/100%;
  position: relative;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box {
  position: absolute;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner {
  position: relative;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pin::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pin:hover {
  cursor: pointer;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pin .icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("https://sub.cube-eye.co.kr/images/contact/icon_pin.png") no-repeat center/100%;
  position: relative;
  top: -2px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pin .icon .txt {
  position: absolute;
  top: 2px;
  left: 45px;
  color: #d9401d;
  font-size: 15px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pin .icon .txt .city {
  font-weight: bold;
  display: block;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up {
  visibility: hidden;
  width: 600px;
  position: absolute;
  left: -16px;
  bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up::before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  bottom: -11px;
  width: 12px;
  height: 12px;
  background: url("https://sub.cube-eye.co.kr/images/contact/box_tail.png") no-repeat center/100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_header {
  padding: 8px 16px 8px 26px;
  background-color: #d9401d;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_header::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_header p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  float: left;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_header .btn_close {
  float: right;
  width: 20px;
  height: 20px;
  background: url("https://sub.cube-eye.co.kr/images/contact/btn_close.png") no-repeat center/100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont {
  padding: 25px 26px 30px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left {
  float: left;
  width: 60%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left .company_logo {
  background-repeat: no-repeat;
  background-size: auto 44px;
  background-position: left;
  margin-bottom: 10px;
  height: 44px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left .company_name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left .company_name span {
  font-size: 14px;
  font-weight: bold;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul {
  width: 100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li {
  width: 100%;
  margin-bottom: 10px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li:last-child {
  margin-bottom: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li dl dt {
  float: left;
  width: 70px;
  font-weight: 500;
  font-size: 13px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li dl dd {
  float: left;
  width: calc(100% - 70px);
  font-size: 12px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li dl dd a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .left ul li dl dd a.link::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: -2px;
  background: url("https://sub.cube-eye.co.kr/images/contact/btn_link.png") no-repeat center/100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .right {
  float: right;
  width: 40%;
  position: relative;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .right .sld_img {
  width: 100%;
  height: 193px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .right .sld_img img {
  display: block;
  width: 100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .right .bxslider {
  width: 100%;
  height: 193px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box .inner .pop_up .pop_cont .block .right .bxslider img {
  display: block;
  width: 100%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.reverse .inner .pin .icon .txt {
  left: initial;
  right: 45px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.right_align .pop_up {
  left: auto;
  right: -16px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.right_align .pop_up::before {
  left: auto;
  right: 30px;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.on .inner .pop_up, body #contents-wrap #tempContact .world_map .cont_box .map .pagination .num a.pin_box:hover .inner .pop_up, body #contents-wrap .pagination .num #tempContact .world_map .cont_box .map a.pin_box:hover .inner .pop_up {
  visibility: visible;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.planegg {
  left: 6.9%;
  top: 29.7%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.seoul {
  left: 37.5%;
  top: 36.5%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.kanagawa {
  left: 40.5%;
  top: 38.2%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.sandiego {
  left: 69.4%;
  top: 42.7%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.chicago {
  left: 77.5%;
  top: 34.4%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.scorpion {
  left: 2.7%;
  top: 23.7%;
}

body #contents-wrap #tempContact .world_map .cont_box .map .pin_box.thinkrobotics {
  left: 24.7%;
  top: 47.7%;
}

footer {
  text-align: center;
  width: 100%;
  background: url("https://sub.cube-eye.co.kr/images/bg_footer.gif") #28292e center top repeat-y;
}

footer .minlayout_wrap {
  padding-top: 40px;
}

footer .minlayout_wrap div {
  width: 50%;
  float: left;
  text-align: left;
  color: #b2b2b2;
  padding-bottom: 40px;
}

footer .minlayout_wrap div h1 a {
  position: relative;
}

footer .minlayout_wrap div h1 a .over {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

footer .minlayout_wrap div p {
  padding: 20px 0;
  line-height: 1.6em;
}

footer .minlayout_wrap div p span {
  display: block;
}

footer .minlayout_wrap div dl {
  float: left;
  width: 203px;
  font-size: 1.1em;
}

footer .minlayout_wrap div dl a {
  color: #b2b2b2;
}

footer .minlayout_wrap div dl a:hover {
  color: #fff;
}

footer .minlayout_wrap div dl dt {
  float: left;
  padding: 2px 0;
  padding-right: 3px;
}

footer .minlayout_wrap div dl dd {
  padding: 2px 0;
}

footer .minlayout_wrap div dl.mail {
  width: 270px;
}

footer .minlayout_wrap ul {
  float: left;
  width: 170px;
  text-align: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .minlayout_wrap ul li h2 {
  font-weight: bold;
  padding-bottom: 5px;
}

footer .minlayout_wrap ul li h2 a {
  color: #b2b2b2;
  font-size: 1.1em;
}

footer .minlayout_wrap ul li ul {
  padding-bottom: 10px;
}

footer .minlayout_wrap ul li ul li {
  padding: 2px 0;
}

footer .minlayout_wrap ul li ul li a {
  color: #999;
  font-size: 0.8em;
}

footer .minlayout_wrap ul li ul li a:hover {
  color: #c6593c;
}

footer .minlayout_wrap ul.last {
  margin-right: 0;
  width: 120px;
}

/***** common **********/
.rightAlign {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */


/** jongho **/
a.j_lm_btn {
	display: flex;
	padding: 14px 48px;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex-shrink: 0;
	border-radius: 40px;
	background: #FF5C39;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 20px;
}
.btn_box2 {
	text-align: left;
	padding-top: 15px;
    width: 530px !important;
    position: relative;
}
.btn_box2:after {
	content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}
.btn_box2 a {
    float: left;
	display: block;
	width: 200px;
	padding: 14px 30px;
	border: none;
	color: #fff;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn_box2 a.btn_ornge.w100 {
    width: 465px;
}
@media (max-width: 1200px) {
    .btn_box2 {
        width: 410px !important;
        margin: 0 !important;
    }
	.btn_box2 a {
        float: left;
		display: block;
		width: 140px;
		padding: 14px 30px;
		border: none;
		color: #fff;
		border-radius: 40px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
    .btn_box2 a.btn_ornge.w100 {
        width: 350px;
        background-color: #ff5c39;
    }
}
@media (max-width: 1000px) {
    .btn_box2 {
        width: 390px !important;
    }
	.btn_box2 a {
        float: left;
		display: block;
		width: 130px;
		padding: 14px 30px;
		border: none;
		color: #fff;
		border-radius: 40px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
    .btn_box2 a.btn_ornge.w100 {
        width: 330px;
        background-color: #ff5c39;
        
    }
}
.btn_box2 a.btn_gray {
	background-color: #555;
	margin-right: 5px;
    margin-top: 15px;
}
.btn_box2 a.btn_ornge {
	background-color: #ff5c39;
}

.customized_box {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.customized_box span {
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 40px;
}
.customized_box span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("https://sub.cube-eye.co.kr/images/icn_main_fab_tooltip.svg") no-repeat center;
	background-size: 12px 12px;
	margin-right: 10px;
}
.customized_box a {
	display: inline-block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 40px;
	background-color: #ff5c39;
	margin-top: -11px;
}
.m_only {
	display: none;
}

#fab {
    width: 128px;
    position: fixed;
    bottom: 34px;
    right: 64px;
    z-index: 50;
}
#fab .inner {
	position: relative;
}
#fab .inner a {
	display: block;
	width: 128px;
	height: 46px;
	border-radius: 100px;
	line-height: 46px;
	text-align: center;
}
#fab .inner a span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#fab .inner a.pna {
	background: url(https://cube-eye.co.kr/asset/images/icn_main_fab1.svg) no-repeat 18px center;
	background-size: 16px 16px;
    background-color: #ff5c39;
	margin-bottom: 8px;
}
#fab .inner a.pna span {
	padding-left: 20%;
}
#fab .inner a.customized {
	background: url(https://cube-eye.co.kr/asset/images/icn_main_fab2.svg) no-repeat 18px center;
	background-size: 16px 16px;
    background-color: #555;
}
#fab .inner a.customized span {
	padding-left: 20%;
}
#fab .inner a.customized:hover .tooltip_type1 {
	opacity: 1;
}
a.about_mi_btn {
	display: inline-flex;
	padding: 6px 12px 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	border: 1px solid #F2F2F2;
	color: #f2f2f2;
}

.tooltip_type1 {
    position: absolute;
	width: 100%;
    right: 430px;
    top: 60px;
    opacity: 0;
    transition: opacity .5s ease;
}
.tooltip_type1.on {
	opacity: 1;
}
.tooltip_type1>.inner {
    font-size: 0;
    position: relative;
    padding: 12px 20px;
    border-radius: 99px;
    background: #f2f2f2;
	width: 380px;
}
.tooltip_type1>.inner p {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}
.tooltip_type1>.inner::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: '';
    width: 7px;
    height: 13px;
    background-image: url(https://cube-eye.co.kr/asset/images/tooltip_tail.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.tooltip_type1>.inner p::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: -2px;
    background-image: url(https://cube-eye.co.kr/asset/images/icn_main_fab_tooltip.svg);
}
.tooltip_type1>.inner::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: '';
    width: 7px;
    height: 13px;
    background-image: url(https://cube-eye.co.kr/asset/images/tooltip_tail.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.j_qa_text {
	text-align: center;
	font-size: 20px;
    margin-bottom: 50px;
	font-weight: bold;
}
