@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;
}

.d_only {
  display: none;
}

.m_only {
  display: block;
}

.bld {
  display: none !important;
}

/*********** 공통 **************/
.minlayout_wrap, .minlayout02_wrap, .minlayout03_wrap {
  padding: 0 16px;
}

.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: 320px;
  overflow: hidden;
}

body header {
  position: fixed;
  top: 0;
  z-index: 1000;
}

body header div {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: -160px;
  width: 160px;
  background: #000;
  height: 100%;
}

body header div .closeBtn {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}

body header div .menuBtn {
  position: fixed;
  z-index: 1000;
  top: 26px;
  right: 20px;
  width: 30px;
}

body header div .menuBtn img {
	width: 100%;
}
body header h1 {
  float: left;
  width: 140px;
  margin: 20px;
}
body header h1 img {
	width: 100%;
}

body header nav {
	padding-top: 50px;
	padding-bottom: 50px;
}

body header nav .mainMenu {
	overflow: hidden;
}

body header nav .mainMenu > li {
  padding: 10px 0;
  overflow: hidden;
}

body header nav .mainMenu > li h2 {
	display: block;
  padding: 0 15px;
  overflow: hidden;
}

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

body header nav .mainMenu > li .submenu {
  display: none;
  margin-top: 10px;
  overflow: hidden;
}

body header nav .mainMenu > li .submenu li {
  background: #231f1e;
  width: 100%;
  padding: 10px 15px;
}

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

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

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

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

/* 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;
	margin-left: 15px;
}

body header .lenSelect {
  float: left;
  margin-top: 60px;
  margin-left: 10px;
}

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);
  display: none;
}

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: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .layer_pop .pop_contents .pop_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  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: 20px 16px;
  border-bottom: 1px solid #dbddde;
}

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

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

body .layer_pop .pop_contents .pop_wrap .pop_cont {
  border-bottom: 1px solid #9fa3a5;
  padding: 24px 16px 18px;
  max-height: 250px;
  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: 5px;
  word-break: break-all;
}

body .layer_pop .pop_contents .pop_wrap .btn_close {
  width: 40px;
  height: 40px;
  background: #f0f3f6 url("https://sub.cube-eye.co.kr/images/contact/btn_close_b.png") no-repeat center/20px;
  position: absolute;
  right: -39px;
  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: 220px;
  height: 100%;
  margin: 0;
}

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: 20px;
  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: 35px;
  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 {
  -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: 100%;
  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 95% 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;
  position: relative;
  padding-top: 120%;
}

body #contents-wrap .card01 figure {
  position: absolute;
  left: 0;
  top: 0;
  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: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
}

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

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: 16px;
}

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: 14px 0;
  margin-right: 4px;
  color: #666;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

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

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

body #contents-wrap #movie-full {
  position: relative;
  height: 600px;
  text-align: center;
  overflow: hidden;
  background: #000;
}

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: 35px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 15%;
}

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

body #contents-wrap #movie-full .colorOveray a {
  text-align: center;
  padding: 15px 20px;
  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;
  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 {
  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 {
  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 {
  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 {
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
  max-width: 300px;
}

body #contents-wrap .markets ul li {
  padding: 10px 0px;
}

body #contents-wrap .markets ul li h2 {
  font-size: 15px;
  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 {
  float: left;
  width: 300px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}

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;
  padding: 0px;
}

body #contents-wrap .markets ul li div {
  width: 300px;
  float: left;
  padding-right: 20px;
}

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

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: 158px;
  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 {
  font-size: 40px;
  font-weight: 500;
  line-height: 35px;
}

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

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .info {
  text-align: center;
  padding-bottom: 50px;
}

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

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

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .info img {
  margin-top: 60px;
  max-width: 90%;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .main_video {
  clear: both;
  padding-top: 56%;
  padding-bottom: 50px;
  position: relative;
}

body #contents-wrap #wrapCubeeye .tof .overlayBg .minlayout_wrap .main_video iframe {
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0;
  top: 0;
}

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: 80%;
  max-width: 573px;
  margin: 0 auto;
  margin-top: 100px;
}

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 {
  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 {
  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 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 {
  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 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 {
  padding-bottom: 50px;
  background: url("https://sub.cube-eye.co.kr/images/cubeeye/bg_lineup.jpg") center top no-repeat;
  text-align: center;
}

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: 50px 0 0 0;
  position: relative;
  height: 300px;
}

body #contents-wrap #wrapCubeeye .lineup .contents .slide_rail {
  position: absolute;
  right: 15%;
  top: 50px;
}

body #contents-wrap #wrapCubeeye .lineup .contents .slide_rail img {
  height: 300px;
}

body #contents-wrap #wrapCubeeye .partners {
  text-align: center;
  padding-bottom: 60px;
}

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 {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}

body #contents-wrap #wrapCubeeye .partners ul li {
  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: 35px;
  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 .product_list {
  width: 96%;
  min-width: 320px;
  padding: 0 2%;
}

body #contents-wrap #wrapSpec .product_list > div > div {
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px solid #f2f2f2;
}

body #contents-wrap #wrapSpec .product_list > div > div:last-child {
	margin-bottom: 50px;
}

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

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

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

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

body #contents-wrap #wrapSpec .product_list ul li {
  width: 100%;
  margin-bottom: 20px;
}

body #contents-wrap #wrapSpec .product_list ul li > a {
  float: left;
  width: 40%;
  border: 1px solid #d4d4d4;
}

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

body #contents-wrap #wrapSpec .product_list ul li .text_box {
  float: left;
  width: 55%;
  border: 0;
  padding: 0 0 0 10px;
}

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

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

body #contents-wrap #wrapSpec .product_list ul li .text_box ul li {
  font-family: 'Arial';
  list-style: disc;
  font-size: 1em;
  color: #666;
  padding: 0;
  line-height: 15px;
  height: inherit;
  margin: 0 0 4px 0;
}

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

body #contents-wrap #wrapSpec nav {
  position: relative;
  z-index: 100;
}

body #contents-wrap #wrapSpec nav .nav .web, body #contents-wrap #wrapSpec nav .nav .location {
  display: none;
}

body #contents-wrap #wrapSpec nav .nav .mobile {
  width: 100%;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #cfcfcf;
  font-family: 'Arial';
  font-size: 1.3em;
  font-weight: bold;
  color: #313131;
  line-height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #contents-wrap #wrapSpec nav .nav .mobile img {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 20px;
}

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

body #contents-wrap #wrapSpec nav .nav .back_btn {
  width: 100%;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #cfcfcf;
  font-family: 'Arial';
  font-size: 1.3em;
  font-weight: bold;
  color: #313131;
  text-align: right;
  line-height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("https://sub.cube-eye.co.kr/images/product/m_back_icon.png") no-repeat 15px 15px #fff;
  background-size: 16px 17px;
}

body #contents-wrap #wrapSpec .product_nav {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

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

body #contents-wrap #wrapSpec .product_nav ul li {
  padding: 0 15px;
  border: 1px solid #f1f1f1;
}

body #contents-wrap #wrapSpec .product_nav ul li a {
  font-family: 'Arial';
  font-size: 1.2em;
  color: #313131;
  line-height: 45px;
}

body #contents-wrap #wrapSpec .product_nav ul li a img {
  display: none;
}

body #contents-wrap #wrapSpec .product_nav ul .tit {
  display: none;
}

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

body #contents-wrap #wrapSpec .product .image {
  padding: 35px 5%;
  position: relative;
  background: #f0f3f6;
}

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

body #contents-wrap #wrapSpec .product .image .mobile_img {
  display: block;
  width: 100%;
  max-width: 561px;
  margin: auto;
}

body #contents-wrap #wrapSpec .product .image .info span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #555;
  letter-spacing: -0.03px;
  text-align: center;
  display: block;
}

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

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

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

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

body #contents-wrap #wrapSpec .product .image .info ul li {
  font-family: 'Arial';
  list-style: disc;
  font-size: 1.25em;
  color: #383838;
  padding: 0;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

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

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

body #contents-wrap #wrapSpec .product .image .info .btn_box {
  margin: 0 auto;
}

body #contents-wrap #wrapSpec .product .image .info .btn_box a {
  float: left;
  font-family: 'Arial';
  width: 48.5%;
  min-width: 130px;
  border: 3px solid #00bcf2;
  font-size: 0.96em;
  color: #00bcf2;
  line-height: 33px;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #contents-wrap #wrapSpec .product .image .info .btn_box a img {
  width: 14px;
  position: inherit;
  margin: 9px 0 0 7px;
}

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

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

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

body #contents-wrap #wrapSpec .product .spec {
  padding: 35px 5%;
  background: #fff;
}

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

body #contents-wrap #wrapSpec .product .spec ul li {
  font-family: 'Arial';
  font-size: 1.05em;
  color: #555;
  margin-top: 10px;
}

body #contents-wrap #wrapSpec .product .spec ul li span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

body #contents-wrap #wrapSpec .product .spec ul .tit {
  font-size: 1.35em;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}

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;
}

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

body #contents-wrap #wrapMarkets .nav nav {
  display: none;
  position: relative;
  left: 50%;
  margin-top: 20px;
  margin-left: -490px;
  width: 980px;
}

body #contents-wrap #wrapMarkets .nav nav ul li {
  float: left;
  position: relative;
  text-align: center;
  min-width: 107px;
  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;
}

body #contents-wrap #wrapMarkets .contents .info ul li {
  width: 300px;
  border: 1px solid #fff;
  float: left;
  margin: 4px;
  font-size: 17px;
  line-height: 40px;
}
body #contents-wrap #wrapMarkets .contents .info ul li a {
	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 .tempDemos {
  height: 1488px;
  background: url("https://sub.cube-eye.co.kr/images/4_demos.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: 35px;
  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 {
  padding-bottom: 30px;
}

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

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

body #contents-wrap #wrapDemos .demos ul li .video_box {
  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: 24%;
  max-width: 123px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12%;
  margin-top: -12%;
}

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

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

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

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 2px;
  padding-left: 24px;
  margin-top: 14px;
  line-height: 22px;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap {
  padding: 0 15px;
  margin-top: 10px;
  background: #f9f9f9;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap span {
  display: none;
}

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list {
  height: 74px;
  border: none;
  margin: 0;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding: 23px 0;
}

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

body #contents-wrap #wrapDemos .demos ul .list_wrap .list_box .list li span {
  display: inline-block;
  font-family: 'Arial';
  font-size: 0.9em;
  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 .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: 55%;
  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 #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: 50px;
}

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 {
  padding-bottom: 24px;
  position: relative;
}

body #contents-wrap #wrapSupport .download .search_select_area ul li {
  margin-bottom: 10px;
}

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

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;
  width: 80px;
  font-size: 14px;
  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;
  width: calc(100% - 80px);
}

body #contents-wrap #wrapSupport .download .search_select_area .btn_refresh {
  position: absolute;
  right: 0;
  top: -42px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #38b800 url("https://sub.cube-eye.co.kr/images/support/icon_refresh.png") no-repeat center/14px;
  text-align: center;
}

body #contents-wrap #wrapSupport .download .search_select_area .btn_refresh span {
  font-size: 0;
}

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: 28.4%;
}

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

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

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

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: 20px 10px;
}

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_tit > div {
  font-size: 14px;
  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: 20px 10px;
}

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

body #contents-wrap #wrapSupport .download .list03 .list_body .line_one .list_cont.align > div:nth-child(3) {
  display: block;
  width: 100%;
  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: 14px;
  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 > .left, body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .row .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
  margin-bottom: 28px;
}

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;
  font-family: "Roboto", sans-serif;
  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: 237px;
  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 {
  padding-top: 10px;
}

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .left {
  margin-bottom: 30px;
  text-align: center;
}

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

body #contents-wrap #wrapSupport .qna .panel01 .panel_cont .btn_area .left .agree_sign {
  color: #999;
  font-size: 17px;
  margin-bottom: 10px;
}

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

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

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 {
  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: 80px 16px 50px;
}

body #contents-wrap #tempContact .aboutus .overlayBg .minlayout_wrap h1 {
  font-size: 40px;
  line-height: 35px;
  padding-bottom: 50px;
}

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: 300px;
  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 a {
  color: #dedede;
}

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

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: 100%;
  margin-bottom: 20px;
}

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

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

body #contents-wrap #tempContact .contact .minlayout_wrap {
  padding: 50px 20px;
}

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

body #contents-wrap #tempContact .contact .left {
  margin-bottom: 50px;
}

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 .info {
  background: #fff;
}

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

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

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 {
  margin-bottom: 10px;
}

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:last-child {
  margin-bottom: 0;
}

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

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

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

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: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 .tit_box {
  padding: 45px 0 30px;
}

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

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

body #contents-wrap #tempContact .world_map .cont_box .inner_wrap {
  padding: 0 20px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 {
  margin-bottom: 30px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01:last-child {
  margin-bottom: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_header {
  color: #d9401d;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #d9401d;
  padding-bottom: 5px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body {
  padding-top: 20px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
}

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

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .img_box {
  margin-bottom: 20px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .img_box img {
  width: 220px;
  display: block;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box .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 .branch_list .panel01 .panel_body .block .info_box .company_name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box .company_name span {
  font-size: 14px;
  font-weight: bold;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul {
  width: 100%;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul li {
  width: 100%;
  margin-bottom: 10px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul li:last-child {
  margin-bottom: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul li dl dt {
  float: left;
  width: 70px;
  font-weight: 500;
  font-size: 13px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul li dl dd {
  float: left;
  width: calc(100% - 70px);
  font-size: 12px;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box ul li dl dd a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}

body #contents-wrap #tempContact .world_map .cont_box .branch_list .panel01 .panel_body .block .info_box 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%;
}

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: 0px;
}

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

footer .minlayout_wrap div h1 {
  display: none;
}

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 5%;
  line-height: 1.6em;
  text-align: center;
}

footer .minlayout_wrap div dl {
  display: none;
  float: left;
  width: 173px;
  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: 140px;
  text-align: left;
  margin-right: 30px;
  display: none;
}

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_min.css.map */


/** jongho **/
a.j_lm_btn {
	display: flex;
	padding: 7px 0;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-shrink: 0;
	border-radius: 40px;
	background: #FF5C39;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 10px;
}
.btn_box2 {
	text-align: left;
	padding-top: 20px;
}
.btn_box2 a {
	display: block;
	width: 100%;
	padding: 14px 0;
	border: none;
	color: #fff;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn_box2 a.btn_gray {
	background-color: #555;
	margin-top: 15px;
}
.btn_box2 a.btn_ornge {
	background-color: #ff5c39;
}
.btn_box2 a.btn_ornge.w100 {
    width: 100%;
}
.customized_box {
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
}
.customized_box span {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.customized_box span::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("https://sub.cube-eye.co.kr/images/icn_main_fab_tooltip.svg") no-repeat center;
	background-size: 10px 10px;
	margin-right: 5px;
}
.customized_box a {
	display: inline-block;
	width: 50%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 20px;
	background-color: #ff5c39;
	margin-top: 10px;
}

#fab {
    width: 100px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
#fab .inner a {
	display: block;
	width: 100%;
	height: 28px;
	border-radius: 50px;
	line-height: 28px;
	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 5% center;
	background-size: 10px 10px;
    background-color: #ff5c39;
	margin-bottom: 5px;
}
#fab .inner a.pna span {
	padding-left: 10%;
}
#fab .inner a.customized {
	background: url(https://cube-eye.co.kr/asset/images/icn_main_fab2.svg) no-repeat 5% center;
	background-size: 10px 10px;
    background-color: #555;
}
#fab .inner a.customized span {
	padding-left: 20%;
}
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 {
	display: none;
}
.j_qa_text {
	text-align: left;
	font-size: 16px;
    margin-bottom: 25px;
	font-weight: bold;
}