/*top css*/
#wrap {
  position: relative;
  overflow: hidden;
}
#top {
  width: 100%;
  position: relative;
  z-index: 20;
}
#linkInfoWrap {
  box-shadow: 0px 1px 0 0 #eeeeee;
  position: relative;
  z-index: 10;
}
.siteLinkBox ul.siteLinkList {
  font-size: 0;
}
.siteLinkBox ul.siteLinkList li {
  display: inline-block;
  position: relative;
}
.siteLinkBox ul.siteLinkList li:after {
  content: "";
  width: 1px;
  height: 2.35714em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eee;
  display: inline-block;
}
.siteLinkBox ul.siteLinkList li:last-child:after {
  display: none;
}
.siteLinkBox ul.siteLinkList li > a {
  width: 180px;
  height: 2.35714em;
  line-height: 2.35714em;
  display: inline-block;
}
.siteLinkBox ul.siteLinkList li > a:hover {
  color: #fff;
  background-color: #888;
}
.languageBox {
  width: 80px;
  height: 2.35714em;
  line-height: 2.35714em;
  position: relative;
}
.languageBox:after {
  content: "";
  width: 1px;
  height: 2.35714em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  display: inline-block;
}
.languageBox .langChoice {
  cursor: pointer;
}
.languageBox .langChoice span {
  margin-left: 15px;
}
.languageBox ul {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 9px 15px 5px;
  display: none;
}
.languageBox ul > li {
  line-height: 1.8;
  cursor: pointer;
}
.languageBox.langOn ul {
  display: block;
}
.languageBox.langOn .langChoice span.arrows-btn-d {
  border-width: 1px 0 0 1px;
  vertical-align: 0;
}
#header .header-in {
  padding: 34px 40px;
  position: relative;
}
#header .header-in .logo img {
  height: 23px;
}
#header .header-in .gnb {
  width: calc(100% - 450px);
  text-align: center;
}
#header .header-in .gnb ul {
  font-size: 0;
  white-space: nowrap;
}
#header .header-in .gnb ul > li {
  display: inline-block;
}
#header .header-in .gnb ul > li > span {
  position: relative;
  cursor: pointer;
}
#header .header-in .gnb ul > li.col-rd-1 > span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 20px;
  border: 8px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  z-index: 2;
}
#header .header-in .gnb ul > li ~ li {
  margin-left: 4%;
}
#header .header-in .gnb ul > li > ul {
  width: 100%;
  padding: 41px 0;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0;
  text-align: center;
  z-index: 10;
  display: none;
  white-space: normal;
}
#header .header-in .gnb ul > li > ul > li {
  vertical-align: top;
  display: inline-block;
}
#header .header-in .gnb ul > li > ul > li ~ li {
  margin-left: 3%;
}

#header.gnbOn .header-in .gnb ul > li > ul {
  display: block;
}
.gnbOn:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}

/*sub content css*/
#intro .intro-in {
  position: relative;
}
#intro .intro-in .intro-imgBox {
  height: 200px;
  position: relative;
  overflow: hidden;
}
#intro .intro-in .intro-imgBox .intro-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#intro .intro-in .intro-imgBox .intro-img.knowledge {
  background-image: url(/assets/images/intro_img.jpg);
}
#intro .intro-in .intro-imgBox .intro-img.support {
  background-image: url(/assets/images/intro_img.jpg);
}
#intro .intro-in .intro-imgBox .intro-img.accessory {
  background-image: url(/assets/images/intro_img.jpg);
}
#intro .intro-in .intro-imgBox .intro-img.camera {
  background-image: url(/assets/images/intro_img.jpg);
}
#intro .intro-in .intro-imgBox .intro-img.systems {
  background-image: url(/assets/images/intro_img.jpg);
}
#intro .intro-in .intro-imgBox .intro-img.software {
  background-image: url(/assets/images/intro_img.jpg);
}

#intro .intro-in .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
#intro .intro-in .txtBox .intro-tit {
}
#intro .intro-in .txtBox .intro-nav {
  margin-top: 20px;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 {
  font-size: 0;
  text-align: center;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 > li {
  display: inline-block;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 > li:after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #fff;
  margin: 0 10px;
  display: inline-block;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 > li:last-child:after {
  display: none;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 > li img {
  height: 12px;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 > li span img {
  height: 5px;
  margin-left: 8px;
  vertical-align: middle;
}

#intro .intro-in .txtBox .intro-nav ul.depth01 > li.depthBox {
  position: relative;
}
#intro .intro-in .txtBox .intro-nav ul.depth01 > li.depthBox > a.depthTit {
  margin-bottom: 10px;
  display: block;
}
#intro .intro-in .txtBox .intro-nav ul.depth02 {
  width: 220px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
#intro .intro-in .txtBox .intro-nav ul.depth02.size01 {
  width: 230px;
}
#intro .intro-in .txtBox .intro-nav ul.depth02 > li {
  box-shadow: inset 0px -1px 0 0 #666666;
}
#intro .intro-in .txtBox .intro-nav ul.depth02 > li:last-child {
  box-shadow: none;
}
#intro .intro-in .txtBox .intro-nav ul.depth02 > li > a {
  padding: 15px 30px;
  display: block;
}
#intro .intro-in .txtBox .intro-nav ul.depth02 > li > a:hover {
  background-color: #fff;
  color: #000;
  font-weight: 900;
}
#intro .intro-inOn .txtBox .intro-nav ul.depth02 {
  display: block;
}
#intro .intro-inOn .txtBox .intro-nav ul.depth01 > li span img {
  transform: rotate(-180deg);
  transition: transform 0.3s;
}

/* company */
#content .sec01 .secTit {
  position: relative;
}
#content .sec01 .secTit:before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #a0a0a0;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
#content .sec01 .p1 {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

#content.knowledge .cont {
  padding: 0 20px;
}
#content.knowledge .sec01 p.p1 {
  margin-top: 39px;
  color: #545454;
}
#content.knowledge .searchWrap {
  margin-top: 80px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#content.knowledge .searchWrap .searchInner {
  display: table;
  width: 568px;
  margin: 0 auto;
}
#content.knowledge .searchWrap .searchInner > div {
  display: table-cell;
  vertical-align: middle;
}
#content.knowledge .searchWrap .searchInner > div.select {
  width: 170px;
}
#content.knowledge .searchWrap .searchInner > div.select select {
  padding: 10px;
}
#content.knowledge .searchWrap .searchInner > div.input {
  padding: 0 10px;
}
#content.knowledge .searchWrap .searchInner > div.input input[type="text"] {
  padding: 10px 10px 11px;
  border: 1px solid #d7d3d4;
}
#content.knowledge .searchWrap .searchInner > div.button {
  width: 111px;
}
#content.knowledge .searchWrap .searchInner > div.button button {
  width: 100%;
  margin: 0;
  padding: 12px 0 11px;
  border: 0;
  color: #fff;
  text-align: center;
  background-color: #333;
  font-size: 16px;
}

#content.knowledge .boardWrap .pagingBox {
  margin: 30px 0 150px;
}
#content.knowledge .boardWrap .pagingBox ul {
  font-size: 0;
}
#content.knowledge .boardWrap .pagingBox ul > li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#content.knowledge .boardWrap .pagingBox ul > li.imgBox {
  border: 1px solid #ccc;
  margin-right: -1px;
}
#content.knowledge .boardWrap .pagingBox ul > li.imgBox img {
  vertical-align: middle;
}
#content.knowledge .boardWrap .pagingBox ul > li.prev {
  margin-right: 7px;
}
#content.knowledge .boardWrap .pagingBox ul > li.next {
  margin-left: 7px;
}
#content.knowledge .boardWrap .pagingBox ul > li.next img,
#content.knowledge .boardWrap .pagingBox ul > li.allNext img {
  transform: rotate(180deg);
}
#content.knowledge .boardWrap .pagingBox ul > li.pagingOn {
  border: 1px solid #c00101;
  background-color: #c00101;
  color: #fff;
}

#content.accessory .tbWrap .tdBox {
  text-transform: capitalize;
  word-break: keep-all;
}

#content .cont {
  padding: 0 20px;
}
#content .tbWrap {
  margin: 80px 0 120px;
}
#content .tbWrap .tdBox01 {
  display: block;
}
#content .tbWrap .tdBox thead {
  border-top: 2px solid #333;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#content .tbWrap .tdBox.theadLineNone thead {
  border-top: 0;
}
#content .tbWrap .tdBox td {
  border: 1px solid #ddd;
}
#content .tbWrap .tdBox th {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 5px;
  background-color: #f9f9f9;
}
#content .tbWrap .tdBox tbody {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#content .tbWrap .tdBox tbody td {
  height: 60px;
  padding: 10px 15px;
  text-align: center;
  color: #a9a9a9;
  line-height: 20px;
}
#content .tbWrap .tdBox .w1 {
  width: 12%;
}
#content .tbWrap .tdBox .w2 {
  width: 20%;
}
#content .tbWrap .tdBox .w4 {
  width: 10%;
}
#content .tbWrap .tdBox .al-l {
  text-align: left;
}
#content .tbWrap .tdBox.tdAlign01 .cell01 {
  width: 50%;
}
#content .tbWrap .tdBox.tdAlign01 .cell02 {
  width: 50%;
}
#content .tbWrap .tdBox.tdAlign01 .cell03 {
  width: 33%;
}
#content .tbWrap .tdBox.tdAlign01 .cell04 {
  width: 33%;
}
#content .tbWrap .tdBox.tdAlign01 .cell05 {
  width: 34%;
}
#content .tbWrap .tdBox.tdAlign01 .bdNone {
  border-left: 0;
}

.resultTable {
  margin-top: 60px;
  border-top: 2px solid #333;
}

.resultTable .rows {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}
.resultTable .rows > * {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.resultTable .rows .cell01 {
  width: 18%;
  border-left: 0 !important;
}
.resultTable .rows .cell02 {
  width: 47%;
}
.resultTable .rows .cell05 {
  width: 15%;
}
.resultTable .rows .cell_divide {
  white-space: nowrap;
}
.resultTable .rows .cell_divide {
  position: relative;
  white-space: nowrap;
  border-left: 1px solid #ccc;
}
.resultTable .rows .cell_divide:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #ccc;
}
.resultTable .rows .cell_divide span {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  border: 0;
  white-space: normal;
  vertical-align: middle;
  border-left: 0 !important;
}
.resultTable .thead .rows {
  background-color: #f9f9f9;
  font-size: 18px;
}
.resultTable .thead .rows [class*="cell0"] {
  padding: 30px 0;
  border-left: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}
.resultTable .tbody .rows {
  font-size: 16px;
}
.resultTable .tbody .rows [class*="cell0"] {
  padding: 20px 5px;
  border-left: 1px solid #ccc;
  text-align: center;
  color: #a0a0a0;
  word-break: keep-all;
}

.whitePaperWrap {
  margin: 120px 0 150px;
}
.whitePaperWrap .paperItem {
  position: relative;
  display: none;
  width: 100%;
  table-layout: fixed;
  padding: 20px 0;
  border-top: 1px solid #a0a0a0;
}
.whitePaperWrap .paperItem .thumb {
  display: table-cell;
  width: 345px;
  padding: 20px 0 20px 35px;
  vertical-align: top;
}
.whitePaperWrap .paperItem .textWrap {
  position: relative;
  display: table-cell;
  padding-top: 20px;
  vertical-align: top;
}
.whitePaperWrap .paperItem .textWrap dl {
  overflow: hidden;
  padding-top: 40px;
  line-height: 1.5em;
}
.whitePaperWrap .paperItem.type2 .textWrap dl {
  padding-top: 0px;
}
.whitePaperWrap .paperItem .textWrap dl dt {
  position: relative;
  padding-left: 14px;
  clear: both;
  float: left;
  width: 206px;
  font-size: 24px;
}
.whitePaperWrap .paperItem .textWrap dl dt:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  content: "";
}
.whitePaperWrap .paperItem .textWrap dl dd {
  margin-left: 206px;
  font-size: 16px;
  color: #a0a0a0;
}
.whitePaperWrap .paperItem .textWrap dl dd ~ dt,
.whitePaperWrap .paperItem .textWrap dl dd ~ dd {
  margin-top: 30px;
}
/* .whitePaperWrap .paperItem .btns{position:absolute;right:0;bottom:0;} */
.whitePaperWrap .paperItem .btns {
  float: right;
  margin-top: 20px;
}
.btn_link {
  display: inline-block;
  background-color: #333;
  font-size: 16px;
  color: #fff;
  padding: 9px 20px;
}
.btn_link span {
  display: inline-block;
  padding: 5px;
  padding-right: 40px;
  background: url(/assets/images/btn_link.png) no-repeat 100% center;
}
.btn_link:hover {
  color: #fff;
}

.tblLinkBtn {
  overflow: hidden;
  display: inline-block;
  width: 78px;
  height: 11px;
  text-indent: -200px;
  background: url(/assets/images/btn_tblLink.png) no-repeat 100% 0;
}

.whitePaperWrap__tit {
  display: flex;
  padding: 20px 0;
  font-size: 18px;
  color: #333;
  box-shadow: inset 0px 2px 0 0 #333333;
  background-color: #f9f9f9;
}

.whitePaperWrap__tit span {
  text-align: center;
}

.whitePaperWrap__tit .col1 {
  width: 85%;
}

.whitePaperWrap__tit .col2 {
  width: 15%;
  box-shadow: inset 1px 0px 0 0 #a0a0a0;
}

.whitePaperWrap__paperItem {
  box-shadow: inset 0px 1px 0 0 #a0a0a0;
}

.whitePaperWrap__paperItem:last-child {
  border-bottom: 1px solid #a0a0a0;
}

.whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit,
.whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit > a {
  display: flex;
  align-items: center;
  min-height: 80px;
  height: 80px;
  font-size: 16px;
  width: 100%;
}

.whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit .col1 {
  width: 85%;
  color: #a0a0a0;
  line-height: 1.38;
  word-break: keep-all;
  cursor: pointer;
}

.whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit .col2 {
  width: 15%;
  color: #333;
  font-weight: bold;
  text-align: center;
}

#content.support .cont {
  padding: 0 20px;
}
#content.support .sec01 p.p1 {
  margin-top: 39px;
  color: #545454;
}

#content.support02 .countryWrap {
  margin: 80px 0 150px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#content.support02 .countryWrap ul.countryBox > li {
  padding-bottom: 20px;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t {
  background-color: #f7f7f7;
  padding: 17px 20px 17px 70px;
  position: relative;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t span {
  width: 38px;
  height: 26px;
  position: absolute;
  top: 14px;
  left: 15px;
  text-indent: -10000px;
  font-size: 0;
  background: url(/assets/images/icon_flag.png) no-repeat;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t span.countryImg01 {
  background-position: left center;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t span.countryImg02 {
  background-position: -38px center;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t span.countryImg03 {
  background-position: -76px center;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t span.countryImg04 {
  background-position: -114px center;
}
#content.support02 .countryWrap ul.countryBox > li .txt_t span.countryImg05 {
  background-position: right center;
}
#content.support02 .countryWrap ul.countryBox > li .txt_b {
  max-height: 330px;
  position: relative;
  padding: 35px 20px;
}
#content.support02 .countryWrap ul.countryBox > li {
  position: relative;
}
#content.support02 .countryWrap ul.countryBox > li:after {
  content: "";
  width: 109px;
  height: 133px;
  background: url(/assets/images/position.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 11px;
  display: inline-block;
}
#content.support02 .countryWrap ul > li ~ li {
  margin-top: 25px;
}
#content.support02 .countryWrap ul > li > div {
  overflow: hidden;
}
#content.support02 .countryWrap ul > li em {
  float: left;
  position: relative;
  width: 105px;
  font-style: normal;
  padding-left: 10px;
}
#content.support02 .countryWrap ul > li li p {
  margin-left: 105px;
  color: #a0a0a0;
}
#content.support02 .countryWrap ul > li li em:before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #333;
}
#content.support02 .countryWrap ul > li .row_devide {
  overflow: hidden;
}
#content.support02 .countryWrap ul > li .row_devide div:first-child {
  float: left;
  width: 350px;
}
#content.support02 .countryWrap ul > li .row_devide div + div {
  margin-left: 360px;
}
#content.support02 .countryWrap ul > li .row_devide div + div em:before {
  display: none;
}
#content.support02 .countryListBox {
  padding: 60px 10px 0;
  margin-bottom: 150px;
  border-bottom: 1px solid #ccc;
}

#content .bannerBox {
  position: relative;
}
#content .bannerBox ul > li {
  height: 650px;
}
#content.systemsMain .bannerBox ul > li .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-125%, -50%);
  text-transform: capitalize;
}
#content.systemsMain .bannerBox ul > li.banner01 .txtBox {
  transform: translate(-110%, -50%);
}
#content.systemsMain .bannerBox ul > li.banner03 .txtBox {
  transform: translate(-150%, -50%);
}
#content.systems01 .bannerBox ul > li .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-110%, -50%);
}
#content.systems02 .bannerBox ul > li .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-125%, -50%);
}
#content.systems03 .bannerBox ul > li .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-110%, -50%);
}
#content.systems03 .bannerBox ul > li.banner01 .txtBox {
  transform: translate(-130%, -50%);
}

#content.systems .bannerBox ul > li.banner .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#content.systemsMain .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/banner01.jpg);
}
#content.systemsMain .bannerBox ul > li.banner02 .imgBox {
  background-image: url(/assets/images/banner02.jpg);
}
#content.systemsMain .bannerBox ul > li.banner03 .imgBox {
  background-image: url(/assets/images/banner03.jpg);
}

#content.systems01 .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/banner01.jpg);
}
#content.systems02 .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/banner01.jpg);
}
#content.systems03 .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/banner01.jpg);
}
#content.systems .bannerBox ul > li .txtBox .txt_m {
  margin-top: 15px;
}
#content.systems .bannerBox ul > li .txtBox .txt_b {
  margin-top: 45px;
}

#content .bannerBox .banner-pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
#content .bannerBox .banner-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #121212;
  border-radius: inherit;
  background-color: transparent;
  position: relative;
  margin: 0 5px;
  opacity: 0.3;
}
#content .bannerBox .banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #232323;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .bannerBox .banner-pagination .swiper-pagination-bullet-active {
  opacity: 0.7;
}

#content.systemsMain .productBox {
  margin-top: 80px;
}
#content.systemsMain .productBox ul {
  font-size: 0;
  text-align: center;
}
#content.systemsMain .productBox ul > li {
  width: 23.5%;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}
#content.systemsMain .productBox ul > li ~ li {
  margin-left: 2%;
}
#content.systemsMain .productBox ul > li .txtBox {
  padding: 16px 0;
  color: #a0a0a0;
  box-shadow: inset 0px 1px 0 0 #eeeeee, inset -1px 0px 0 0 #eeeeee,
    inset 1px 0 0 0 #eeeeee;
}
#content.systemsMain .productBox ul > li .imgBox {
  height: 160px;
}
#content.systemsMain .productBox ul > li.product01 .imgBox {
  background-image: url(/assets/images/product01.jpg);
}
#content.systemsMain .productBox ul > li.product02 .imgBox {
  background-image: url(/assets/images/product02.jpg);
}
#content.systemsMain .productBox ul > li.product03 .imgBox {
  background-image: url(/assets/images/product03.jpg);
}
#content.systemsMain .productBox ul > li.productOn .txtBox {
  color: #fff;
  background-color: #e00031;
  box-shadow: inset 0px 1px 0 0 #e00031, inset -1px 0px 0 0 #e00031,
    inset 1px 0 0 0 #e00031;
}

#content.systems .slideBox {
  position: relative;
}
#content.systems .slideBox01 {
  margin-top: 70px;
}
#content.systems .slideBox02 {
  margin-top: 38px;
}

#content.systems .slideBox ul > li img {
  vertical-align: middle;
}
#content.systems .slideBox ul > li img.p_c {
  display: inline !important;
}
#content.systems .slideBox .btnBox .indtBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
#content.systems .slideBox .btnBox .indtBtn.indt-prev01 {
  left: 20px;
}
#content.systems .slideBox .btnBox .indtBtn.indt-next01 {
  right: 20px;
}
#content.systems .slideBox .indt-pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
  z-index: 10;
}
#content.systems .slideBox .indt-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #121212;
  border-radius: inherit;
  background-color: transparent;
  position: relative;
  margin: 0 5px;
  opacity: 0.3;
}
#content .txtWrap {
  margin-top: 60px;
}
#content .txtWrap .txtBox .txt_b {
  margin-top: 15px;
}
#content .txtWrap .txtBox .txt_t + .txt_t {
  margin-top: 20px;
}
#content .txtWrap .txtBox ~ .txtBox {
  margin-top: 80px;
}
#content .titleType01 {
}

#content .tabType02 {
  max-width: 1080px;
  margin: 40px auto 0;
}
#content .tabMoTitle {
  display: none;
}
#content .tabType02 ul {
  overflow: hidden;
  margin-top: 40px;
  border-top: 1px solid #313131;
}
#content .tabType02 ul li {
  float: left;
  width: 25%;
  text-align: center;
}
#content .tabType02 ul li a {
  display: block;
  padding: 30px 32px;
  width: 100%;
  border-bottom: 1px solid #313131;
}
#content .tabType02 ul li a.active {
  color: #e00031;
  border-bottom-color: #e00031;
}
#content .tabCont02 {
  margin-top: 20px;
  padding: 40px 20px;
  background-color: #f2f2f2;
}
#content .tabCont02 > div {
  overflow: hidden;
  position: relative;
  padding: 40px 120px;
  background-color: #fff;
}
#content .tabCont02 > div > div.contImage p {
  margin-top: 10px;
  text-align: left;
}
#content .tabCont02 h4 {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
#content .tabCont02 h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 1px;
  background-color: #636363;
}
#content .tabCont02 [class*="List0"] li,
#content .tabCont02 [class*="List0"] p {
  position: relative;
  padding-left: 11px;
  color: #666;
  line-height: 24px;
}
#content .tabCont02 [class*="List0"] p {
  margin-bottom: 10px;
  padding-left: 0;
}
#content .tabCont02 li span {
  display: inline-block;
  vertical-align: top;
}
#content .tabCont02 li ~ li {
  margin-top: 10px;
}
#content .tabCont02 li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #666;
  content: "";
}
#content .tabCont02 > div > div:not(.contImage) > p {
  margin: 30px 0 20px;
  font-weight: bold;
  line-height: 1.5em;
}

#content.systems .tabCont02 > div > div {
  float: left;
  width: 52%;
}
#content.systems .tabCont02 > div > div.contImage {
  max-width: 450px;
  width: 48%;
  padding-top: 20px;
  float: right;
}
#content.systems .tabCont02 [class*="iconList0"] {
  min-height: 90px;
  padding-left: 110px;
  background-repeat: no-repeat;
  background-position: left top;
}
#content.systems .tabCont02 div.contImage > p {
  margin-bottom: 10px;
}
#content.systems01 .tabCont02 .system01Cont01 .iconList01 {
  background-image: url(/assets/images/icon_tab01_01.jpg);
}
#content.systems01 .tabCont02 .system01Cont01 .iconList02 {
  background-image: url(/assets/images/icon_tab01_02.jpg);
}
#content.systems01 .tabCont02 .system01Cont01 .iconList03 {
  background-image: url(/assets/images/icon_tab01_03.jpg);
}
#content.systems01 .tabCont02 .system01Cont01 .iconList04 {
  background-image: url(/assets/images/icon_tab01_04.jpg);
}

#content.systems01 .tabCont02 .system01Cont02 .iconList01 {
  background-image: url(/assets/images/icon_tab02_01.jpg);
}
#content.systems01 .tabCont02 .system01Cont02 .iconList02 {
  background-image: url(/assets/images/icon_tab02_02.jpg);
}
#content.systems01 .tabCont02 .system01Cont02 .iconList03 {
  background-image: url(/assets/images/icon_tab02_03.jpg);
}
#content.systems01 .tabCont02 .system01Cont02 .contImage img {
  margin-bottom: 10px;
}
#content.systems01 .tabCont02 .system01Cont03 .iconList01 {
  background-image: url(/assets/images/icon_tab03_01.jpg);
}
#content.systems01 .tabCont02 .system01Cont03 .iconList02 {
  background-image: url(/assets/images/icon_tab03_02.jpg);
}
#content.systems01 .tabCont02 .system01Cont03 .iconList03 {
  background-image: url(/assets/images/icon_tab03_03.jpg);
}

#content.systems02 .tabCont02 .system02Cont01 .iconList01 {
  background-image: url(/assets/images/icon_tab01_01.jpg);
}
#content.systems02 .tabCont02 .system02Cont01 .iconList02 {
  background-image: url(/assets/images/icon_tab01_02.jpg);
}
#content.systems02 .tabCont02 .system02Cont01 .iconList03 {
  background-image: url(/assets/images/icon_tab01_03.jpg);
}
#content.systems02 .tabCont02 .system02Cont02 .iconList01 {
  background-image: url(/assets/images/icon_tab02_01.jpg);
}
#content.systems02 .tabCont02 .system02Cont02 .iconList02 {
  background-image: url(/assets/images/icon_tab02_02.jpg);
}
#content.systems02 .tabCont02 .system02Cont02 .iconList03 {
  background-image: url(/assets/images/icon_tab02_03.jpg);
}
#content.systems02 .tabCont02 .system02Cont02 .contImage img {
  margin-bottom: 10px;
}
#content.systems02 .tabCont02 .system02Cont03 .iconList01 {
  background-image: url(/assets/images/icon_tab03_01.jpg);
}
#content.systems02 .tabCont02 .system02Cont03 .iconList02 {
  background-image: url(/assets/images/icon_tab03_02.jpg);
}
#content.systems02 .tabCont02 .system02Cont03 .iconList03 {
  background-image: url(/assets/images/icon_tab03_03.jpg);
}
#content.systems03 .tabCont02 > div > div:not(.contImage) > p {
  margin: 30px 0 10px;
}
#content.systems03 .tabCont02 h4 ~ ul {
  padding-left: 15px;
}

#content.systems .videoWrap {
  position: relative;
  margin-top: 80px;
  padding: 0 20px 30%;
}
#content.systems .videoWrap iframe {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
}
#content.systems .tbWrap {
  position: relative;
}

#content .titleType01 {
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 0;
}
#content .titleType01:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e31945;
  border-radius: 50%;
  vertical-align: 4px;
  margin-right: 10px;
  display: inline-block;
}
#content .tbWrap .tdBox.tLineNone td {
  border-right-width: 0;
  border-left-width: 0;
}
#content .tbWrap .tdBox.tLineNone02 td {
  border-right-width: 0;
  border-left-width: 0;
}

#content .board {
  margin: 120px auto;
}
#content .board.opShow .tbody {
  display: block;
}
#content .board .tbody {
  display: none;
}
#content .board .thead {
  width: 100%;
  padding: 0 0 0 60px;
  border-bottom: 1px solid #e00031;
  background-color: #f6f6f6;
  cursor: pointer;
}
#content .board .thead .row {
  padding: 30px 0;
  position: relative;
}
#content .board .thead .row span.imgBox {
  width: 80px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
}
#content .board .thead .row span.imgBox img {
  transform: rotate(0deg);
  transition: 0.3s;
}
#content .board.opShow .thead .row span.imgBox img {
  transform: rotate(180deg);
}
#content .board .thead .row span.imgBox::before {
  content: "";
  width: 1px;
  height: 58px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  opacity: 0.2;
}
#content .board .thead .row span.imgBox img {
  vertical-align: middle;
}
#content .board .tbWrap {
  margin: 0;
}
#content .utilWrap {
  margin-top: 16px;
  position: relative;
}
#content .board .utilWrap .boardBtnBox {
  width: 297px;
  height: 57px;
  line-height: 57px;
  background-color: #e00031;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
#content .board .utilWrap .boardBtnBox .txtBox {
  width: 217px;
}
#content .board .utilWrap .boardBtnBox .imgBox {
  width: 80px;
}
#content .board .utilWrap .boardBtnBox .imgBox::before {
  content: "";
  width: 1px;
  height: 33px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
}
#content .board .utilWrap .boardBtnBox .imgBox img {
  margin-top: -5px;
  vertical-align: middle;
}
#content .catalogueDownWrap {
  margin: 100px 0 120px;
  display: none;
}
#content .catalogueDownWrap h3 {
  margin-bottom: 0;
}
#content .catalogueDownWrap p {
  padding: 10px 0 10px 20px;
  color: #a0a0a0;
}
#content.systems .catalogueDownWrap .downWrap {
  margin-top: 20px;
  padding: 20px 25px;
  border-top: 1px solid #adadad;
}
#content.systems .catalogueDownWrap .downWrap em {
  display: inline-block;
  width: 140px;
  color: #333;
  font-style: normal;
  vertical-align: middle;
}
#content.systems .catalogueDownWrap .downWrap a.fileDown {
  display: inline-block;
  padding: 0 40px;
  color: #fff;
  background: #333;
  vertical-align: middle;
}
#content.systems .catalogueDownWrap .downWrap a.fileDown span {
  display: inline-block;
  padding: 10px 60px 10px 0;
  background: url(/assets/images/down_icon.png) no-repeat 100% center;
  text-align: center;
}

#content.camera .slideBox {
  position: relative;
}
#content.camera .slideBox01 {
  margin-top: 70px;
}
#content.camera .slideBox02 {
  margin: 38px 0 120px;
}

#content.camera .slideBox ul > li img {
  vertical-align: middle;
  width: 100%;
}
#content.camera .slideBox ul > li img.p_c {
  display: inline !important;
}
#content.camera .slideBox .btnBox .indtBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
#content.camera .slideBox .btnBox .indtBtn.indt-prev01 {
  left: 20px;
}
#content.camera .slideBox .btnBox .indtBtn.indt-next01 {
  right: 20px;
}
#content.camera .slideBox .indt-pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
  z-index: 10;
}
#content.camera .slideBox .indt-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #121212;
  border-radius: inherit;
  background-color: transparent;
  position: relative;
  margin: 0 5px;
  opacity: 0.3;
}

#content.camera .bannerBox ul > li .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-110%, -50%);
}

#content.camera .bannerBox ul > li.banner .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#content.camera .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/banner01.jpg);
}
#content.camera .bannerBox ul > li .txtBox .txt_m {
  margin-top: 15px;
}
#content.camera .bannerBox ul > li .txtBox .txt_b {
  margin-top: 45px;
}
#content.camera .pictogramBox {
  margin-top: 120px;
  padding: 50px 0 10px;
  background-color: #f9f9f9;
}
#content.camera .pictogramBox ul {
  font-size: 0;
}
#content.camera .pictogramBox ul > li {
  width: 33.3333%;
  height: 200px;
  padding: 20px 0;
  margin-left: -1px;
  margin-bottom: 40px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: top;
  display: inline-block;
}
#content.camera .pictogramBox p.txtBox {
  margin-top: 30px;
}
#content.camera .pictogramBox p.txtBox small {
  display: block;
}

#content.software .slideBox {
  position: relative;
}
#content.software .slideBox01 {
  margin-top: 70px;
}
#content.software .slideBox02 {
  margin-top: 38px;
}
#content.software .slideBox ul > li img {
  vertical-align: middle;
  width: 100%;
}
#content.software .slideBox ul > li img.p_c {
  display: inline !important;
}
#content.software .slideBox .btnBox .indtBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
#content .slideBox .btnBox .indtBtn.indt-prev01 {
  left: 20px;
}
#content .slideBox .btnBox .indtBtn.indt-next01 {
  right: 20px;
}
#content.software .slideBox .indt-pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
  z-index: 10;
}
#content.software .slideBox .indt-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #121212;
  border-radius: inherit;
  background-color: transparent;
  position: relative;
  margin: 0 5px;
  opacity: 0.3;
}
#content.software .bannerBox ul > li .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-110%, -50%);
}

#content.software .bannerBox ul > li.banner .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#content.software .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/software01/banner01.jpg);
}
#content.software .bannerBox ul > li .txtBox .txt_m {
  margin-top: 15px;
}
#content.software .bannerBox ul > li .txtBox .txt_b {
  margin-top: 45px;
}

#content.software01 .tabCont02 > div > div {
  float: left;
  width: 50%;
}
#content.software01 .tabCont02 > div > div.contImage {
  max-width: 500px;
  padding-top: 20px;
  float: right;
}
#content.software01 .tabCont02 [class*="iconList0"] {
  min-height: 90px;
  padding-left: 110px;
  background-repeat: no-repeat;
  background-position: left top;
}
#content.software01 .tabCont02 .inTxt {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
  line-height: 22px;
}
#content.software01 .tabCont02 .inTxt:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0px;
}
#content.software01 .tabCont02 .system01Cont01 {
  overflow: hidden;
}
#content.software01 .tabCont02 .system01Cont01 .iconList01 {
  background-image: url(/assets/images/software01/icon_tab01_01.png);
}
#content.software01 .tabCont02 .system01Cont01 .iconList02 {
  background-image: url(/assets/images/software01/icon_tab01_02.png);
}
#content.software01 .tabCont02 .system01Cont01 .iconList03 {
  background-image: url(/assets/images/software01/icon_tab01_03.png);
}
#content.software01 .tabCont02 .system01Cont01 > div {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 135px;
}
#content.software01 .tabCont02 .system01Cont01 > div > p:first-child {
  margin-top: 0;
}
#content.software01 .tabCont02 .system01Cont01 > div:nth-child(even) {
  clear: both;
}
#content.software01 .tabCont02 .system01Cont01 > div.contImage {
  float: left;
  margin-top: 50px;
  padding-right: 0;
}
#content.software01 .tabCont02 .system01Cont02 .iconList01 {
  background-image: url(/assets/images/software01/icon_tab02_01.jpg);
}
#content.software01 .tabCont02 .system01Cont02 .iconList02 {
  background-image: url(/assets/images/software01/icon_tab02_02.jpg);
}
#content.software01 .tabCont02 .system01Cont02 .iconList03 {
  background-image: url(/assets/images/software01/icon_tab02_03.jpg);
}
#content.software01 .tabCont02 .system01Cont02 > div.contImage {
  padding-top: 100px;
}
#content.software01 .tabCont02 .system01Cont03 .iconList01 {
  background-image: url(/assets/images/software01/icon_tab03_01.jpg);
}
#content.software01 .tabCont02 .system01Cont03 .iconList02 {
  background-image: url(/assets/images/software01/icon_tab03_02.jpg);
}
#content.software01 .tabCont02 .system01Cont03 .iconList03 {
  background-image: url(/assets/images/software01/icon_tab03_03.jpg);
}
#content.software01 .tabCont02 .system01Cont03 > div.contImage {
  padding-top: 80px;
  text-align: right;
  padding-right: 60px;
}
#content.software01 .tabCont02 .system01Cont04 .iconList01 {
  background-image: url(/assets/images/software01/icon_tab04_01.jpg);
}
#content.software01 .tabCont02 .system01Cont04 .iconList02 {
  background-image: url(/assets/images/software01/icon_tab04_02.jpg);
}
#content.software01 .tabCont02 .system01Cont04 .iconList03 {
  background-image: url(/assets/images/software01/icon_tab04_03.jpg);
}
#content.software01 .tabCont02 .system01Cont04 > div.contImage {
  padding-top: 100px;
}

#content.camera01 .tabCont02 > div > div {
  float: left;
  width: 50%;
}
#content.camera01 .tabCont02 > div > div p {
  margin-bottom: 20px;
}
#content.camera01 .tabCont02 > div > div.contImage {
  max-width: 500px;
  padding-top: 0;
  float: right;
}
#content.camera01 .tabCont02 [class*="iconList0"] {
  min-height: 90px;
  padding-left: 110px;
  background-repeat: no-repeat;
  background-position: left top;
}
#content.camera01 .tabCont02 .inTxt {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
  line-height: 22px;
}
#content.camera01 .tabCont02 .inTxt:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0px;
}
#content.camera01 .tabCont02 .camera01Cont04 {
}
#content.camera01 .tabCont02 .camera01Cont04 > div {
  width: auto;
  float: none;
}
#content.camera01 .tabCont02 .camera01Cont04 ul {
  overflow: hidden;
}
#content.camera01 .tabCont02 .camera01Cont04 ul li {
  float: left;
  width: 30%;
  margin: 0;
  padding: 0;
}
#content.camera01 .tabCont02 .camera01Cont04 ul li:before {
  display: none;
}
#content.camera01 .tabCont02 .camera01Cont04 ul li + li {
  margin-left: 5%;
}

#content.accessory02 {
}
#content.accessory02 .formGroup {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
#content.accessory02 .formGroup input[type="checkbox"] {
  position: absolute;
  left: -50px;
  top: -50px;
}
#content.accessory02 .formGroup label {
  display: inline-block;
  padding-left: 25px;
  line-height: 20px;
  color: #666;
}
#content.accessory02 .formGroup label:before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  content: "";
  box-sizing: border-box;
}
#content.accessory02 .formGroup input[type="checkbox"]:checked + label:before {
  background-color: #a0a0a0;
}
#content.accessory02 .formGroup.rtl {
}
#content.accessory02 .formGroup.rtl label {
  padding-right: 25px;
  padding-left: 0;
}
#content.accessory02 .formGroup.rtl label:before {
  left: auto;
  right: 0;
}

#content.accessory02 .chartWrapper {
  display: table;
  position: relative;
  padding-top: 40px;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
#content.accessory02 .chartWrapper01 {
  margin-top: 80px;
}
#content.accessory02 .chartWrapper02 {
  margin: 50px 0 0;
  padding-top: 20px;
}
#content.accessory02 .chartWrapper > div {
  display: table-cell;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
}
#content.accessory02 .chartWrapper > div .inner {
  padding: 30px 40px;
}
#content.accessory02 .chartWrapper02 > div .inner {
  max-height: 600px;
  overflow-y: auto;
  padding: 30px 40px;
}
#content.accessory02 .chartWrapper > div.space {
  width: 28px;
  background-color: #fff;
  border: 0;
}
#content.accessory02 .chartWrapper > div.chartSelector {
  width: 350px;
}
#content.accessory02 .chartWrapper > div.chartWrap {
}
#content.accessory02 .chartWrapper > div.chartFilter {
  width: 600px;
}
#content.accessory02 .chartWrapper strong {
  display: block;
  margin-top: -41px;
  line-height: 41px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  background: #fff;
}
#content.accessory02 .chartWrapper .txtBtn01 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #e31945;
}
#content.accessory02 .chartWrapper .searchWrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
#content.accessory02 .chartWrapper .searchWrap .searchBox {
  position: relative;
  margin-top: 15px;
}
#content.accessory02 .chartWrapper .searchWrap .searchBox input[type="text"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 40px 0 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 30px;
}
#content.accessory02 .chartWrapper .searchWrap .searchBox .searchBtn {
  position: absolute;
  padding: 0;
  border: 0;
  width: 22px;
  height: 22px;
  right: 10px;
  top: calc(50% - 11px);
  background: url(/assets/images/btn_search.png) no-repeat 0 0;
}
#content.accessory02 .chartWrapper .searchWrap .searchBox ~ div {
  padding: 10px 0;
}
#content.accessory02 .chartWrapper .chartSelector .formGroup {
  display: block;
  margin: 15px 0;
}
#content.accessory02 .chartWrapper .chartSelector .inner ~ .inner {
  border-top: 1px solid #d6d6d6;
}
#content.accessory02 .chartWrapper .chartSelector .btnMore {
  margin: 30px auto 0;
  display: block;
  padding: 0;
  border: 0;
  width: 205px;
  padding: 12px 0 10px;
  text-align: center;
  background-color: #333;
  color: #fff;
}
#content.accessory02 .chartWrapper .chartSelector .btnMore span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
#content.accessory02 .chartWrapper .chartSelector .btnMore span:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  width: 16px;
  height: 16px;
  background: url(/assets/images/btn_more.png) no-repeat center center;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter {
  margin-top: 30px;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter > div {
  padding: 10px 0;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter > div ~ div {
  border-top: 1px solid #d6d6d6;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter > div > p {
  margin: 15px 0 5px;
}
#content.accessory02
  .chartWrapper
  .chartSelector
  .customFilter
  > div
  .pointInput {
  overflow: hidden;
  margin-top: 15px;
}
#content.accessory02
  .chartWrapper
  .chartSelector
  .customFilter
  > div
  .pointInput
  .box {
  float: left;
  width: 49%;
}
#content.accessory02
  .chartWrapper
  .chartSelector
  .customFilter
  > div
  .pointInput
  .box
  + .box {
  float: right;
}
#content.accessory02
  .chartWrapper
  .chartSelector
  .customFilter
  > div
  .pointInput
  .box
  input[type="text"] {
  width: 100%;
  padding: 11px 10px;
  text-align: center;
  border: 1px solid #d7d3d4;
  border-radius: 3px;
  background-color: #fff;
}
#content.accessory02
  .chartWrapper
  .chartSelector
  .customFilter
  > div
  .pointInput
  .box
  p {
  margin-bottom: 10px;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter > div .al-r {
  padding: 10px 0;
}
#content.accessory02
  .chartWrapper
  .chartSelector
  .customFilter
  .input
  input[type="text"] {
  width: 100%;
  padding: 11px 10px;
  background: #fff;
  border: 1px solid #d7d3d4;
  border-radius: 3px;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter .btnAdd {
  display: block;
  border: 0;
  padding: 0;
  margin: 65px 0 25px;
  width: 100%;
  text-align: center;
}
#content.accessory02 .chartWrapper .chartSelector .customFilter .btnAdd span {
  display: inline-block;
  padding-top: 50px;
  background: url(/assets/images/btn_filter_add.png) no-repeat center top;
}
#content.accessory02 .chartWrapper .chartWrap .inner {
  padding-top: 50px;
}
#content.accessory02 .chartWrapper .chartWrap .inner .chartWrapDiv {
  width: 70%;
  float: left;
}

#content.accessory02 .chartWrapper .chartWrap .chartLabelsWrap {
  width: calc(100% - 1055px);
  max-height: 500px;
  position: relative;
  margin-top: 70px;
  padding-top: 50px;
  padding-left: 30px;
  float: left;
  overflow-y: auto;
}
#content.accessory02 .chartWrapper .chartWrap .chartLabelsWrap .chartReset {
  position: absolute;
  top: 0;
  line-height: 30px;
  padding-right: 40px;
  border: 0;
  background: url(/assets/images/btn_reset.png) no-repeat right center;
}
#content.accessory02 .chartWrapper .chartWrap .chartLabelsWrap .labelsList {
  margin: 10px 0 30px;
}
#content.accessory02
  .chartWrapper
  .chartWrap
  .chartLabelsWrap
  .labelsList
  > div {
  min-width: 140px;
  margin-right: 10%;
}
#content.accessory02
  .chartWrapper
  .chartWrap
  .chartLabelsWrap
  .labelsList
  > div
  .formGroup {
  display: block;
  margin: 5px 0;
}
#content.accessory02
  .chartWrapper
  .chartWrap
  .chartLabelsWrap
  .labelsList
  > div
  .formGroup
  span.name {
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
  padding-right: 10px;
  color: #333;
}
#content.accessory02
  .chartWrapper
  .chartWrap
  .chartLabelsWrap
  .labelsList
  > div
  .formGroup
  span.bar {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 30px;
  vertical-align: middle;
}
#content.accessory02
  .chartWrapper
  .chartWrap
  .chartLabelsWrap
  .labelsList.type02 {
  margin-bottom: 0;
}
#content.accessory02
  .chartWrapper
  .chartWrap
  .chartLabelsWrap
  .labelsList.type02
  > div
  .formGroup
  span.bar:before {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  height: 3px;
  width: 2px;
  background-color: #fff;
  content: "";
}
#content.accessory02 .chartWrapper .chartFilter .filterCheck {
  overflow: hidden;
}
#content.accessory02 .chartWrapper .chartFilter .filterLine {
  border: 1px dashed #999999;
}
#content.accessory02 .chartWrapper .chartFilter .filterBtn {
  width: 300px;
  background-color: #333;
  color: #fff;
  padding: 12px 0 10px;
  text-align: center;
  margin: 25px auto 0;
  cursor: pointer;
  font-size: 16px;
}
#content.accessory02 .chartWrapper .chartFilter .matchBox {
  padding: 30px 40px;
}
#content.accessory02 .chartWrapper .chartFilter .matchBox ul {
  font-size: 0;
  margin-top: 20px;
}
#content.accessory02 .chartWrapper .chartFilter .matchBox li {
  font-size: 15px;
  line-height: 1.73;
  color: #666;
}
#content.accessory02 .chartWrapper .chartFilter .inner {
  padding-top: 40px;
}
#content.accessory02 .chartWrapper .chartFilter .inner .ftBox {
  width: 50%;
}
#content.accessory02 .chartWrapper .chartFilter p {
  margin: 15px 0 0;
}
#content.accessory02 .chartWrapper .chartFilter .filterCheck {
  padding: 10px 0 10px 5px;
}
#content.accessory02
  .chartWrapper
  .chartFilter
  .filterCheck
  > div:nth-child(odd) {
  float: left;
  width: 35%;
  clear: both;
  margin: 3px 0;
}
#content.accessory02
  .chartWrapper
  .chartFilter
  .filterCheck
  > div:nth-child(even) {
  float: left;
  width: 35%;
  text-align: left;
  margin: 3px 0;
}
#content.accessory02 .btnLink {
  display: block;
  width: 205px;
  padding: 12px 0;
  margin: 80px auto 120px;
  color: #fff;
  background: #b20934;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
}

/* customer */
#content.customer .sec01 {
  position: relative;
  margin-bottom: 72px;
}
#content.customer .sec01 .secTit:before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #a0a0a0;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
#content.customer .sec01 p.p1 {
  margin-top: 39px;
}
#content.customer01 .tableWrap {
  margin-bottom: 150px;
}
#content.customer01 .tableWrap .txtBox {
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ccc;
}
#content.customer01 .tableWrap .txtBox .txt_b {
  margin-top: 15px;
}
#content.customer01 .tableWrap .conBox {
  margin-top: 50px;
}
#content.customer01 .tableWrap .conBox ul.radioList {
  margin-top: 20px;
  padding: 0 10px;
}
#content.customer01 .tableWrap .conBox ul.radioList > li.radio {
  display: inline-block;
}
#content.customer01 .tableWrap .conBox ul.radioList > li.radio ~ li.radio {
  margin-left: 30px;
}
#content.customer01 .tableWrap .conBox .inpTxtBox {
  margin-top: 20px;
}
#content.customer01 .tableWrap .conBox .inpTxtBox p {
  margin-top: 8px;
}
#content.customer01 .tableWrap .conBox ul.inpTxtList {
  font-size: 0;
}
#content.customer01 .tableWrap .conBox ul.inpTxtList > li {
  width: 47.5%;
  vertical-align: top;
  display: inline-block;
}
#content.customer01 .tableWrap .conBox ul.inpTxtList > li ~ li {
  margin-left: 5%;
}
#content.customer01 .tableWrap .conBox .textareaBox {
  width: 100%;
  height: 250px;
  border: 3px solid #e4e4e4;
  margin-top: 20px;
}
#content.customer01 .tableWrap .conBox .txtBox02 {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
#content.customer01 .tableWrap .conBox .txt_t small {
  margin-left: 20px;
}
#content.customer01 .tableWrap .conBox07 {
  position: relative;
}
#content.customer01 .tableWrap .conBox07 .btnBox {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #ccc;
  position: absolute;
  top: -15px;
  right: 0;
  display: block;
}
#content.customer01 .tableWrap .conBox08 .textareaBox {
  padding: 35px;
}
#content.customer01 .tableWrap .conBox08 .textareaBox .txtar {
  border: 1px solid #e5e5e5;
}
#content.customer01 .tableWrap .conBox08 .chBox {
  margin-top: 20px;
}
#content.customer01 .tableWrap .sbtBox {
  margin-top: 50px;
}

#content.customer02 .countryWrap:first-child {
  margin-top: 80px;
}
#content.customer02 .countryWrap:last-child {
  margin-bottom: 150px;
  box-shadow: inset 0px -1px 0 0 #cccccc;
}
#content.customer02 .countryWrap ul.countryBox {
  font-size: 0;
}
#content.customer02 .countryWrap ul.countryBox > li {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t {
  background-color: #f7f7f7;
  padding: 17px 20px;
  position: relative;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 12px;
  right: 15px;
  text-indent: -10000px;
  font-size: 0;
  background: url(/assets/images/country03.png) no-repeat;
}

#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg01 {
  background-position-x: left;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg02 {
  background-position-x: -48px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg03 {
  background-position-x: -97px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg04 {
  background-position-x: -145px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg05 {
  background-position-x: -194px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg06 {
  background-position-x: -242px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg07 {
  background-position-x: -290px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg08 {
  background-position-x: -339px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg09 {
  background-position-x: -387px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg10 {
  background-position-x: -436px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg11 {
  background-position-x: -484px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg12 {
  background-position-x: -532px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg13 {
  background-position-x: -581px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg14 {
  background-position-x: -629px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg15 {
  background-position-x: -677px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg16 {
  background-position-x: -726px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg17 {
  background-position-x: -774px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg18 {
  background-position-x: -823px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg20 {
  background-position-x: -870px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_t span.countryImg19 {
  background-position-x: right;
}

#content.customer02 .countryWrap ul.countryBox > li .txt_b {
  max-height: 330px;
  position: relative;
  padding: 35px 20px;
}
#content.customer02 .countryWrap ul.countryBox > li .txt_b:after {
  content: "";
  width: 109px;
  height: 133px;
  background: url(/assets/images/position.png) no-repeat;
  position: absolute;
  bottom: 21px;
  right: 11px;
  display: inline-block;
}
#content.customer02 .countryWrap ul.countrySecond > li ~ li {
  margin-top: 25px;
}
#content.customer02 .countryWrap ul.countrySecond > li span.sp01 {
  width: 100px;
  margin-left: 15px;
}
#content.customer02 .countryWrap ul.countrySecond > li span.pint {
  position: relative;
}
#content.customer02 .countryWrap ul.countrySecond > li span.pint::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: -11px;
  background-color: #333;
  display: inline-block;
}
#content.customer02 .countryWrap ul.countrySecond > li span.sp01.sp01_1 {
  width: auto;
  margin-right: 10px;
}
#content.customer02 .countryWrap ul.countrySecond > li span.sp02.sp02_1 {
  width: auto;
}

/* about */
#content.about .sec01 {
  position: relative;
  margin-bottom: 72px;
}
#content.about .sec02 {
  margin-bottom: 180px;
}
#content.about .sec02 .conBox {
  min-height: 930px;
  position: relative;
}
#content.about .sec02 .conBox .txtWrap {
  max-width: 860px;
  position: absolute;
  top: 60px;
  right: 0;
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 10;
}
#content.about .sec02 .conBox .txtWrap .txtBox {
  padding: 60px 80px;
}
#content.about .sec02 .conBox .txtWrap .txtBox .txt_m {
  margin-top: 20px;
}
#content.about .sec02 .conBox .txtWrap .txtBox .txt_b {
  margin-top: 40px;
}

/* News */
#content.news01 .boardWrap {
  margin: 79px 0 0;
}
#content.news01 .boardWrap .boardMenu ul {
  font-size: 0;
}
#content.news01 .boardWrap .boardMenu ul > li.menu {
  width: 25%;
  padding: 31px 0 22px;
  color: #666;
  font-weight: bold;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
#content.news01 .boardWrap .boardMenu ul > li.menuOn {
  color: #e00031;
  font-weight: bold;
  border-bottom: 1px solid #e00031;
}
#content.news01 .boardWrap .boardBox {
  margin-top: 80px;
}
#content.news01 .boardWrap .boardBox ul {
  font-size: 0;
}
#content.news01 .boardWrap .boardBox ul > li {
  width: 31.3333%;
  margin-bottom: 110px;
  margin-top: 0;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
#content.news01 .boardWrap .boardBox ul > li ~ li {
  margin-left: 3%;
}
#content.news01 .boardWrap .boardBox ul > li .imgBox {
  height: 260px;
  position: relative;
}
#content.news01 .boardWrap .boardBox ul > li.board01 .imgBox {
  background-image: url(../../images/pc/sub/company/news01/img01.jpg);
}
#content.news01 .boardWrap .boardBox ul > li.board02 .imgBox {
  background-image: url(../../images/pc/sub/company/news01/img02.jpg);
}
#content.news01 .boardWrap .boardBox ul > li.board03 .imgBox {
  background-image: url(../../images/pc/sub/company/news01/img03.jpg);
}
#content.news01 .boardWrap .boardBox ul > li .imgBox > span.type {
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(32, 32, 32, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e0e0e0;
}
#content.news01 .boardWrap .txtWrap {
  margin-top: 0;
  padding: 30px 20px 20px;
}
#content.news01 .boardWrap .txtWrap .txtBox {
  min-height: 100px;
}
#content.news01 .boardWrap .txtWrap .txtBox .name {
  margin-top: 17px;
  line-height: 1.4;
}
#content.news01 .boardWrap .txtWrap .iconBox {
  margin-top: 39px;
  position: relative;
}
#content.news01 .boardWrap .txtWrap .iconBox a.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-right: -1px;
  vertical-align: top;
  display: inline-block;
}
#content.news01 .boardWrap .txtWrap .iconBox a.icon img {
  vertical-align: middle;
}
#content.news01 .boardWrap .txtWrap .iconBox a.icon03 {
  height: 100%;
  line-height: 27px;
  position: absolute;
  border-bottom: 0;
  right: 0;
}
#content.news01 .boardWrap .txtWrap .iconBox a.icon03 img {
  vertical-align: bottom;
}
#content.news01 .boardWrap .pagingBox {
  margin: -30px 0 150px;
}
#content.news01 .boardWrap .pagingBox ul {
  font-size: 0;
}
#content.news01 .boardWrap .pagingBox ul > li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#content.news01 .boardWrap .pagingBox ul > li.imgBox {
  border: 1px solid #ccc;
  margin-right: -1px;
}
#content.news01 .boardWrap .pagingBox ul > li.imgBox img {
  vertical-align: middle;
}
#content.news01 .boardWrap .pagingBox ul > li.prev {
  margin-right: 7px;
}
#content.news01 .boardWrap .pagingBox ul > li.next {
  margin-left: 7px;
}
#content.news01 .boardWrap .pagingBox ul > li.next img,
#content.news01 .boardWrap .pagingBox ul > li.allNext img {
  transform: rotate(180deg);
}
#content.news01 .boardWrap .pagingBox ul > li.pagingOn {
  border: 1px solid #c00101;
  background-color: #c00101;
  color: #fff;
}

/* News Detail*/
#content.news01 .detailBox {
  margin-top: 79px;
}
#content.news01 .detailBox .thead {
  padding: 39px 40px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#content.news01 .detailBox .thead .date {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
#content.news01 .detailBox .tbody {
  padding: 60px 40px;
  border-bottom: 1px solid #ccc;
}
#content.news01 .detailBox .tbody .txt_b {
  margin-top: 40px;
}
#content.news01 .detailBox .tbody iframe {
  min-height: 480px;
}

#content.news01 .detailBtnBox {
  margin: 40px 0 150px;
}
#content.news01 .detailBtnBox ul {
  font-size: 0;
}
#content.news01 .detailBtnBox ul > li {
  padding: 19px 0;
  display: inline-block;
  cursor: pointer;
}
#content.news01 .detailBtnBox ul > li.prev,
#content.news01 .detailBtnBox ul > li.next {
  width: 145px;
  border: 1px solid #a0a0a0;
}
#content.news01 .detailBtnBox ul > li.list {
  width: 180px;
}
#content.news01 .detailBtnBox ul > li > span.arrows-btn-l {
  padding: 4px;
  margin-right: 23px;
}
#content.news01 .detailBtnBox ul > li > span.arrows-btn-r {
  padding: 4px;
  margin-left: 23px;
}
#content.news01 .detailBtnBox ul > li.list > span {
  margin-left: 20px;
}

/*footer css*/
#footer .footer-in {
  padding: 80px 20px 100px;
}
#footer .footer-in ul {
  font-size: 0;
}
#footer .footer-in ul > li.flist {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
#footer .footer-in ul > li.flist.flist01 {
  width: 18.5%;
}
#footer .footer-in ul > li.flist.flist02 {
  width: 18.5%;
}
#footer .footer-in ul > li.flist.flist03 {
  width: 18.5%;
}
#footer .footer-in ul > li.flist.flist04 {
  width: 13%;
}
#footer .footer-in ul > li.flist.flist05 {
  width: 31%;
}
#footer .footer-in ul > li.flist.flist06 {
  width: 11.8%;
}
#footer .footer-in ul > li.flist.flist07 {
  width: 10.8%;
}
#footer .footer-in ul > li.flist.flist08 {
  width: 25%;
  padding-right: 0;
}
#footer .footer-in ul > li p {
  margin-top: 10px;
}

#footer .footer-in ul > li > dl > dd {
  margin-top: 31px;
  line-height: 1.5;
}
#footer .footer-in ul > li > dl > dd > address {
  line-height: 1.5;
}
#footer .footer-in ul > li > dl > dd .phoneNumber {
  margin-top: 15px;
}
#footer .footer-in ul > li > dl > dd .iconBox {
  margin-top: 11px;
  font-size: 0;
  vertical-align: top;
}
#footer .footer-in ul > li > dl > dd > p > a:hover {
  color: #fff;
}
#footer .footer-in ul > li > dl > dd .iconBox i {
  cursor: auto;
}
#footer .footer-in ul > li > dl > dd .iconBox img.p_c {
  display: inline-block !important;
}
#footer .footer-in ul > li > dl > dd .iconBox .instar-icon img {
  vertical-align: 2px;
}
#footer .footer-in ul > li > dl > dd .iconBox .instar-icon {
  vertical-align: top;
}
#footer .footer-in ul > li > dl > dd .iconBox .instar-icon:after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #9e9e9e;
  margin: 4px 13px;
  display: inline-block;
}
#footer .footer-in ul > li > dl > dd .iconBox .youtube-icon {
  vertical-align: bottom;
}
#footer .footer-in ul > li > dl > dd .iconBox .youtube-icon:after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #9e9e9e;
  margin: 4px 13px;
  display: inline-block;
}
#footer .footer-in ul > li > dl > dd .iconBox .twit-icon {
  vertical-align: bottom;
}

#footer .info-popup {
  width: 912px;
  height: 704px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 140;
  margin: auto;
  display: none;
}
#footer .info-popup .info-popup-in {
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #000;
  position: relative;
}
#footer .info-popup .info-popup-in p {
  width: 100%;
  text-align: center;
}
#footer .info-popup .info-popup-in .close-btn {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}
#footer .info-popup .info-popup-txt {
  background-color: #fff;
}
#footer .info-popup .info-popup-txt pre {
  width: 100%;
  height: 640px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
  white-space: pre-line;
  overflow-y: auto;
  padding: 30px;
}
#footer .info-popup .info-popup-txt pre::-webkit-scrollbar {
  width: 14px;
  height: 50px;
}
#footer .info-popup .info-popup-txt pre::-webkit-scrollbar-button {
  display: none;
}
#footer .info-popup .info-popup-txt pre::-webkit-scrollbar-thumb {
  background-color: #e00031;
  border: 4px solid #fff;
  border-radius: 10px;
}

/*copyrightBox css*/
#copyR .copyR-in {
  padding: 29px 40px;
  position: relative;
}
#copyR .copyR-in .copyLanguageBox {
  padding: 4px 0;
  margin-left: 60px;
  position: relative;
}
#copyR .copyR-in .copyLanguageBox ul {
  width: 100%;
  border-bottom: 1px solid #7c7b7c;
  line-height: 2;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  display: none;
}
#copyR .copyR-in .copyLanguageBox ul > li {
  cursor: pointer;
}
#copyR .copyR-in .copyLanguageBox .copyLangChoice {
  cursor: pointer;
}
#copyR .copyR-in .copyLanguageBox .copyLangChoice .arrows-btn-d {
  margin-left: 11px;
  border-color: #fff;
}
#copyR .copyR-in .copyMenu {
  padding: 4px 0;
}
#copyR .copyR-in .copyMenu span {
  margin-left: 40px;
}
#copyR .copyR-in .copyRight {
  padding: 4px 0;
  color: #666;
  letter-spacing: 0.7px;
}
#copyR .copyR-in .copyLanguageBox.langOn ul {
  display: block;
}
#copyR .copyR-in .copyLanguageBox.langOn .copyLangChoice span.arrows-btn-d {
  border-width: 1px 0 0 1px;
  vertical-align: 0;
}

/* 20201013  Global Network */
.global .global__map {
  position: relative;
}
.global__map .img {
  margin: auto;
}

.global .global__map .global__map__country {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /* background-color: blue; */
  background-color: transparent;
}

.global .global__map .global__map__country.sweden {
  top: 59px;
  left: 517px;
}

.global .global__map .global__map__country.russia {
  top: 85px;
  left: 724px;
}

.global .global__map .global__map__country.latvia {
  top: 102px;
  left: 561px;
}

.global .global__map .global__map__country.UK {
  top: 114px;
  left: 450px;
}

.global .global__map .global__map__country.germany {
  top: 135px;
  left: 483px;
}

.global .global__map .global__map__country.poland {
  top: 125px;
  left: 550px;
}

.global .global__map .global__map__country.france {
  top: 148px;
  left: 450px;
}

.global .global__map .global__map__country.czech {
  top: 156px;
  left: 527px;
}

.global .global__map .global__map__country.spain {
  top: 171px;
  left: 450px;
}

.global .global__map .global__map__country.protugal {
  top: 192px;
  left: 439px;
}

.global .global__map .global__map__country.italy {
  top: 180px;
  left: 505px;
}

.global .global__map .global__map__country.hungary {
  top: 180px;
  left: 562px;
}

.global .global__map .global__map__country.turkey {
  top: 213px;
  left: 584px;
}

.global .global__map .global__map__country.china {
  top: 201px;
  left: 725px;
}

.global .global__map .global__map__country.korea {
  top: 178px;
  left: 843px;
}
.global .global__map .global__map__country.korea2 {
  top: 178px;
  left: 823px;
}

.global .global__map .global__map__country.japan {
  top: 201px;
  left: 872px;
}

.global .global__map .global__map__country.taiwan {
  top: 245px;
  left: 810px;
}

.global .global__map .global__map__country.thailand {
  top: 284px;
  left: 758px;
}

.global .global__map .global__map__country.singapore {
  top: 365px;
  left: 793px;
}

.global .global__map .global__map__country.australia {
  top: 456px;
  left: 834px;
}

.global .global__map .global__map__country.zealand {
  top: 474px;
  left: 977px;
}

.global .global__map .global__map__country.USA {
  top: 188px;
  left: 162px;
}
/* 2021-05-24 추가 */
.global .global__map .global__map__country.belgium {
  top: 97px;
  left: 491px;
}
.global .global__map .global__map__country.netherlands {
  top: 81px;
  left: 504px;
}
.global .global__map .global__map__country.luxembourg {
  top: 113px;
  left: 491px;
}

.global .global__tab {
  display: flex;
  margin: 100px 0;
}

.global .global__tab a {
  display: block;
  width: 25%;
  padding: 22px 10px;
  border: 1px solid #cacaca;
  font-size: 18px;
  color: #888;
  text-align: center;
  cursor: pointer;
}

.global .global__tab a:hover {
  color: #fff;
  background-color: #e00031;
}

.global .global__tab a + a {
  margin-left: -1px;
}

.global__con .global__con__comm {
  margin-bottom: 60px;
}

.global__con .global__con__comm:last-child {
  margin-bottom: 150px;
}

.global__con .global__con__comm .global__con__comm__tit {
  padding: 16px 30px;
  font-size: 26px;
  box-shadow: inset 0px 1px 0 0 #333333, inset 0px -1px 0 0 #dddddd;
  background-color: #f7f7f7;
  color: #333;
  font-weight: bold;
}

.global__con .global__con__comm .global__con__comm__country {
  display: flex;
  align-items: flex-start;
  padding: 35px 30px 55px;
  box-shadow: inset 0px -1px 0 0 #cccccc;
}

.global__con .global__con__comm .global__con__comm__country.only {
  padding: 35px 30px;
}

.global__con .global__con__comm .global__con__comm__country .flag {
  display: flex;
  width: 200px;
}

.global__con .global__con__comm .global__con__comm__country .flag span {
  margin-left: 10px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.global__con .global__con__comm .global__con__comm__country .info {
  width: calc(100% - 200px);
}

.global__con .global__con__comm .global__con__comm__country .info .info__tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.global__con .global__con__comm .global__con__comm__country .info .info__con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail {
  display: flex;
  align-items: flex-start;
  width: 48%;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail
  + .info__con__detail {
  margin-left: 4%;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail:nth-child(2n + 3) {
  margin-left: 0;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail:nth-child(n + 3):nth-child(-n + 4) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail
  .txt_t {
  width: 80px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail
  .txt_b {
  width: calc(100% - 90px);
  font-size: 16px;
  color: #a0a0a0;
  line-height: 1.25;
}

.global__con
  .global__con__comm
  .global__con__comm__country
  .info
  .info__con
  .info__con__detail
  .txt_b
  a {
  display: block;
}

.popInfo {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.popInfo .popInfo__con {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 80px;
  background-color: #fff;
}

.popInfo .popInfo__con .tit {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.28px;
  color: #6b6967;
  text-align: center;
}

.popInfo .popInfo__con .popInfo__con__input {
  display: flex;
  align-items: center;
  height: 62px;
  margin-bottom: 15px;
  border: solid 1px #d7d3d4;
}

.popInfo .popInfo__con .popInfo__con__input i {
  padding: 0 20px;
}

.popInfo .popInfo__con .popInfo__con__input .inpTxt {
  height: 100%;
  border: 0;
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #949599;
}

.popInfo .popInfo__con .popInfo__con__btn {
  display: flex;
  margin-top: 25px;
}

.popInfo .popInfo__con .popInfo__con__btn a {
  width: 50%;
  padding: 21px 0;
  font-size: 24px;
  letter-spacing: -0.24px;
  color: #3a3748;
  text-align: center;
}

.popInfo .popInfo__con .popInfo__con__btn a.cancel {
  border: solid 2px #575455;
}

.popInfo .popInfo__con .popInfo__con__btn a.download {
  background-color: #3a3748;
  color: #fff;
}

.popInfo .popInfo__con .popInfo__con__btn a + a {
  margin-left: 20px;
}

@media (max-width: 1720px) {
  /*1580px 미디어 시작*/
  #header .header-in {
    padding: 30px 20px;
  }
  #header .header-in .gnb {
    margin-left: 5%;
  }
  #header .header-in .gnb ul > li ~ li {
    margin-left: 3%;
  }
  #header .header-in .gnb ul > li > ul {
    padding: 42px 0;
  }
  #header .header-in .gnb ul > li > ul > li {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  /*1580px 미디어 시작*/
  #header .header-in {
    padding: 30px 20px;
  }
  #header .header-in .gnb {
    margin-left: 3%;
  }
  #header .header-in .gnb ul > li ~ li {
    margin-left: 2%;
  }
  #header .header-in .gnb ul > li > ul {
    padding: 42px 0;
  }
  #header .header-in .gnb ul > li > ul > li {
    font-size: 16px;
  }

  #content .tabCont02 > div {
    padding: 70px 60px;
  }
  #content .tabCont02 > div > div.contImage {
    right: 60px;
  }
} /*1580px 미디어 끝*/

@media (max-width: 1400px) {
  /*1400px 미디어 시작*/
  #header .header-in .gnb {
    width: calc(100% - 318px);
  }
  #header .header-in .gnb ul > li {
    font-size: 21px;
  }
  #header .header-in .gnb ul > li > ul {
    padding: 43px 0;
  }
  #header .header-in .gnb ul > li > ul > li ~ li {
    margin-left: 30px;
  }
  #header .header-in .gnb ul > li > ul > li {
    font-size: 14px;
  }
  #copyR .copyR-in {
    padding: 29px 20px;
  }

  #content.company04 .sec02 .yearBox .yearList.swiper-container.co-siz2 {
    max-width: 900px;
  }
  #content.accessory02 .chartWrapper .chartWrap .inner .chartWrapDiv {
    width: 100%;
  }
  #content.accessory02 .chartWrapper .chartWrap .chartLabelsWrap {
    width: 100%;
  }
  #content.accessory02
    .chartWrapper
    .chartWrap
    .chartLabelsWrap
    .labelsList
    > div {
    display: inline-block;
  }
} /*1400px 미디어 끝*/

@media (max-width: 1180px) {
  /*1180px 미디어 시작*/
  #top {
    background-color: #fff;
  }
  #header {
    padding: 18px 0;
  }
  #header .header-in {
    padding: 0;
  }
  #header .header-in .utilBox {
    display: inline-block;
  }
  #header .header-in:after {
    content: "";
    clear: both;
    display: block;
  }
  #header .header-in .logo {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 20px;
    transform: translateY(0);
    float: left;
  }
  #header .header-in .logo img {
    height: 15px;
  }
  #header .header-in .gnb {
    width: 100%;
    height: calc(100vh - 54px);
    position: absolute;
    top: 0;
    margin-top: 36px;
    margin-left: 0;
    padding: 40px 0 125px;
    background-color: #000;
    color: #fff;
    display: none;
  }
  #header .header-in .gnb ul {
    height: auto;
    line-height: 1;
    text-align: left;
    padding: 0 20px;
  }
  #header .header-in .gnb ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 10px 15px 10px;
    display: block;
  }
  #header .header-in .gnb ul > li ~ li {
    margin-top: 15px;
    margin-left: 0;
  }
  #header .header-in .gnb ul > li > span {
    width: 100%;
    display: inline-block;
  }
  #header .header-in .gnb ul > li > span a {
    pointer-events: none;
  }
  #header .header-in .gnb ul > li .gnbMenu .arrows-btn-d {
    border-width: 0 2px 2px 0;
    border-color: #fff;
    padding: 3px;
    margin-top: 5px;
    float: right;
  }
  #header.gnbOn .header-in .gnb ul > li.col-rd-1 .arrows-btn-d {
    border-width: 2px 0 0 2px;
    margin-top: 8px;
  }
  #header .header-in .gnb ul > li > ul {
    width: auto;
    height: auto;
    line-height: normal;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 15px 0 40px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    display: none;
  }
  #header.gnbOn .header-in .gnb ul > li > ul {
    display: none;
  }
  #header .header-in .gnb ul > li > ul > li {
    width: 50%;
    border: 0;
    padding: 5px 0;
    vertical-align: top;
    word-break: keep-all;
  }
  #header .header-in .gnb ul > li > ul > li ~ li {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .gnbOn:after {
    display: none;
  }

  #header .header-in .gnb .gnb-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-top: 70px;
    font-size: 0;
  }
  #header .header-in .gnb .gnb-btn span {
    width: 33.3333%;
    height: 51px;
    line-height: 51px;
    box-shadow: 0.8px -0.6px 0 0 rgba(238, 238, 238, 0.6);
    vertical-align: bottom;
    display: inline-block;
  }
  #header .header-in .gnb .gnb-btn span.fnt_ch {
    width: 50%;
  }

  .M_gnb {
    margin-right: 20px;
    float: right;
  }
  .burger-menu {
    width: 16px;
    height: 14px;
    position: relative;
  }
  .burger {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0px;
    background: #333;
    opacity: 1;
  }
  .gnbOn .burger {
    background: #333;
  }
  .burger.changed {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0px;
    background: #bfbfcd;
    opacity: 1;
  }
  .burger::before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 6px;
    background: #333;
    display: block;
  }
  .gnbOn .burger::before {
    background: #333;
  }
  .burger.changed::before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 6px;
    background: #bfbfcd;
    display: block;
  }
  .burger::after {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: 6px;
    background: #333;
    display: block;
  }
  .gnbOn .burger::after {
    background: #333;
  }
  .burger.changed::after {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: 6px;
    background: #bfbfcd;
    display: block;
  }
  .burger::after,
  .burger::before,
  .burger {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
  }
  .burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
  }
  .burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, 0);
  }

  .arrows-btn-d {
    vertical-align: 3px;
  }
  .languageBox {
    width: 42px;
    height: auto;
    line-height: 1;
    margin-top: 4px;
    margin-right: 13px;
    position: relative;
  }
  .languageBox:after {
    display: none;
  }
  .languageBox ul {
    border-top: 1px solid #eee;
    border-left: 0;
    border-bottom: 0;
    margin-top: 5px;
    padding: 3px 5px 3px;
    background-color: #fff;
  }
  .languageBox ul > li {
    line-height: 1.6;
  }
  .languageBox .langChoice span {
    margin-left: 3px;
  }
  .languageBox.langOn ul {
    width: 42px;
    position: absolute;
    top: 100%;
    left: 0;
  }

  /* content */
  #intro .intro-in .txtBox {
    width: 100%;
  }
  #intro .intro-in .intro-imgBox {
    height: 140px;
  }
  #content .sec01 .secTit:before {
    height: 40px;
  }

  #content .txtWrap {
    margin-top: 60px;
  }
  #content .tbWrap {
    margin: 40px 0 60px;
  }
  #content .titleType01 {
    margin-bottom: 20px;
  }
  #content .board {
    margin: 60px 0;
  }
  #content .tbWrap .tdBox.tdAlign01 .cell01 {
    width: 35%;
  }
  #content .tbWrap .tdBox.tdAlign01 .cell02 {
    width: 65%;
  }
  #content .tbWrap .tdBox.tLineNone td {
    border-right-width: 1px;
    border-left-width: 1px;
  }

  #content.knowledge .boardWrap .pagingBox {
    margin: 30px 0 100px;
  }
  #content.knowledge .boardWrap .pagingBox ul > li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #content.knowledge .boardWrap .pagingBox ul > li.prev {
    margin-right: 4px;
  }
  #content.knowledge .boardWrap .pagingBox ul > li.next {
    margin-left: 4px;
  }
  #content.knowledge .boardWrap .pagingBox ul > li.imgBox img {
    height: 7px;
  }

  .resultTable {
    margin-top: 40px;
  }
  .resultTable .rows .cell01 {
    width: 18%;
    border-left: 0 !important;
    text-align: left;
  }
  .resultTable .rows .cell02 {
    width: 35%;
    text-align: left;
  }
  .resultTable .rows .cell05 {
    width: 15%;
  }
  .resultTable .rows .cell_divide {
    white-space: normal;
  }
  .resultTable .rows .cell_divide:before {
    display: none;
  }
  .resultTable .rows .cell_divide span {
    display: block;
    width: 100%;
  }
  .resultTable .thead .rows {
    background-color: #f9f9f9;
    font-size: 15px;
  }
  .resultTable .thead .rows [class*="cell0"] {
    padding: 15px 5px;
  }
  .resultTable .thead .rows .cell03 + .cell03 {
    border-top: 1px solid #ccc;
  }
  .resultTable .tbody .rows {
    font-size: 12px;
  }
  .resultTable .tbody .rows [class*="cell0"] {
    padding: 10px 5px;
  }
  .resultTable .tbody .rows .cell03 + .cell03 {
    border-top: 1px solid #ccc;
  }

  .whitePaperWrap {
    margin: 60px 0 80px;
  }
  .whitePaperWrap .paperItem {
    display: none;
  }
  .whitePaperWrap .paperItem .thumb {
    display: block;
    text-align: center;
    width: auto;
    padding: 10px 0;
  }
  .whitePaperWrap .paperItem .thumb {
  }
  .whitePaperWrap .paperItem .textWrap {
    display: block;
  }
  .whitePaperWrap .paperItem .textWrap dl {
    overflow: hidden;
    padding-top: 0;
  }
  .whitePaperWrap .paperItem .textWrap dl dt {
    float: none;
    font-size: 18px;
  }
  .whitePaperWrap .paperItem .textWrap dl dt:before {
    top: 5px;
  }
  .whitePaperWrap .paperItem .textWrap dl dd {
    margin-left: 0;
    font-size: 14px;
  }
  .whitePaperWrap .paperItem .textWrap dl dd {
    margin-top: 15px !important;
  }
  .whitePaperWrap .paperItem .btns {
    position: static;
    text-align: center;
    margin-top: 50px;
    float: none;
  }
  .btn_link {
    display: inline-block;
    background-color: #333;
    font-size: 16px;
    color: #fff;
    padding: 9px 20px;
  }
  .btn_link span {
    display: inline-block;
    padding: 5px;
    padding-right: 40px;
    background: url(/assets/images/btn_link.png) no-repeat 100% center;
  }
  .btn_link:hover {
    color: #fff;
  }

  #content.support02 .countryWrap {
    margin: 40px 0 80px;
    padding-bottom: 0;
  }
  #content.support02 .countryWrap ul.countryBox > li .txt_t {
    padding-left: 20px;
  }
  #content.support02 .countryWrap ul.countryBox > li .txt_t span {
    left: auto;
    right: 15px;
    top: 11px;
  }
  #content.support02 .countryWrap ul > li em {
    width: 60px;
  }
  #content.support02 .countryWrap ul > li .row_devide div:first-child {
    float: none;
    width: 100%;
    margin: 0;
  }
  #content.support02 .countryWrap ul > li .row_devide div + div {
    margin-left: 0;
    margin-top: 25px;
  }
  #content.support02 .countryWrap ul > li .row_devide div + div em:before {
    display: block;
  }
  #content.support02 .countryWrap ul.countryBox > li {
    margin-top: 0;
  }
  #content.support02 .countryWrap ul.countryBox > li .txt_b {
    padding: 15px 20px;
  }
  #content.support02 .countryWrap ul.countryBox > li:after {
    bottom: 20px;
  }

  #content.knowledge .searchWrap {
    margin: 30px auto 0;
  }
  #content.knowledge .searchWrap .searchInner {
    width: 100%;
  }
  #content.knowledge .searchWrap .searchInner > div.select {
    width: 30%;
  }
  #content.knowledge .searchWrap .searchInner > div.select select {
    padding: 10px 10px 11px;
  }
  #content.knowledge .searchWrap .searchInner > div.input {
    padding: 0;
  }
  #content.knowledge .searchWrap .searchInner > div.input input {
    border-left: 0;
  }
  #content.knowledge .searchWrap .searchInner > div.button {
    width: 20%;
  }
  #content.knowledge .searchWrap .searchInner > div.button button {
    font-size: 12px;
  }

  #content.accessory .tbWrap {
    margin: 60px 0;
  }
  #content.accessory .tbWrap .tdBox tbody td {
    padding: 5px 10px;
  }
  #content.accessory .tbWrap .tdBox .w1 {
    width: 20%;
  }
  #content.accessory .tbWrap .tdBox .w2 {
    width: 23%;
  }
  #content.accessory .tbWrap .tdBox .w4 {
    width: 10%;
  }

  #content.systemsMain .productBox {
    margin-top: 60px;
    padding: 0 20px;
  }
  #content.systemsMain .productBox ul {
    text-align: left;
  }
  #content.systemsMain .productBox ul > li {
    width: 48%;
    vertical-align: top;
  }
  #content.systemsMain .productBox ul > li ~ li {
    margin-left: 4%;
  }
  #content.systemsMain .productBox ul > li .imgBox {
    height: 80px;
  }
  #content.systemsMain .productBox ul > li .txtBox {
    height: 45px;
    position: relative;
  }
  #content.systemsMain .productBox ul > li .txtBox span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #content.systems .slideBox {
    margin-top: 40px;
  }
  #content.systems .slideBox02 {
    height: 87vw;
    margin-top: 60px;
  }
  #content.systems .slideBox ul > li img.p_c {
    display: none !important;
  }
  #content .slideBox .btnBox .indtBtn.indt-prev01 {
    left: 3vw;
  }
  #content .slideBox .btnBox .indtBtn.indt-next01 {
    right: 3vw;
  }
  #content .slideBox .btnBox .indtBtn img {
    width: 3.5vw;
  }
  #content.systems .slideBox .indt-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  #content.systems .slideBox .indt-pagination .swiper-pagination-bullet::after {
    width: 5px;
    height: 5px;
  }
  #content.systems .slideBox ul > li img.m_b {
    display: inline !important;
    width: 100%;
    vertical-align: top;
  }
  #content.systems .slideBox .indt-pagination {
    bottom: 20px;
  }
  #content.systems .txtWrap {
    margin-top: 60px;
    padding: 0 20px;
  }
  #content.systems .txtWrap .txtBox .txt_b {
    margin-top: 18px;
  }
  #content.systems .txtWrap .txtBox ~ .txtBox {
    margin-top: 39px;
  }

  #content.systems .bannerBox ul > li {
    height: 163vw;
  }
  #content.systems .bannerBox ul > li .txtBox .txt_m {
    margin-top: 10px;
    font-size: 9vw;
  }
  #content.systems .bannerBox ul > li .txtBox .txt_b {
    margin-top: 15px;
    font-size: 3vw;
  }
  #content.systems .bannerBox ul > li .txtBox {
    width: 90%;
    top: 40px;
    transform: translate(-50%, 0) !important;
    text-align: center;
  }

  #content.systemsMain .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/banner01.jpg);
  }
  #content.systemsMain .bannerBox ul > li.banner02 .imgBox {
    background-image: url(/assets/images/banner02.jpg);
  }
  #content.systemsMain .bannerBox ul > li.banner03 .imgBox {
    background-image: url(/assets/images/banner03.jpg);
  }

  #content.systems01 .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/banner01.jpg);
  }
  #content.systems02 .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/banner01.jpg);
  }
  #content.systems03 .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/banner01.jpg);
  }
  #content.systems .bannerBox ul > li .txtBox i {
    margin-top: 20px;
  }
  #content.systems .bannerBox ul > li .txtBox i img {
    height: 20px;
  }
  #content.systems .productDetailBox .tableList02 {
    margin-top: 60px;
  }
  #content.systems .bannerBox ul > li .txtBox {
    top: 90px !important;
  }
  #content.systems .slideBox ul > li {
    padding-left: 0;
  }

  #content .tabMoTitle {
    display: block;
  }
  #content .tabType02 {
    margin-top: 30px;
    padding: 0 40px;
  }
  #content .tabType02.active ul {
    display: block;
  }
  #content .tabMoTitle {
    margin-top: 20px;
  }
  #content .tabMoTitle a {
    display: block;
    padding: 14px 0;
    background-color: #e00031;
    color: #fff;
  }
  #content .tabMoTitle a:after {
    content: "";
    width: 8px;
    height: 6px;
    background: url(/assets/images/nav_arrow.png) no-repeat;
    background-size: 9px;
    margin-left: 20px;
    margin-right: -28px;
    display: inline-block;
    transition: 0.2s;
  }
  #content .tabType02.active a:after {
    transform: rotate(180deg);
  }
  #content .tabCont02 h4 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #content .tabType02 ul {
    display: none;
    margin-top: 0;
    border-top: 0;
  }
  #content .tabType02 ul > li {
    float: none;
    width: auto;
  }
  #content .tabType02 ul > li a {
    float: none;
    width: auto;
    padding: 12px 0;
    color: #888;
    background-color: #fafafa;
    border: 1px solid #cacaca;
    border-top: 0;
  }
  #content .tabType02 ul > li a.active {
    color: #fff;
    background-color: #e00031;
    border: 1px solid #e00031;
  }
  #content .tabCont02 {
    margin-top: 40px;
    padding: 40px 20px;
  }
  #content .tabCont02 > div {
    padding: 40px 20px;
  }
  #content .tabCont02 > div > div {
    width: auto !important;
    float: none !important;
  }
  #content .tabCont02 h4:before {
    width: 20px;
  }
  #content .tabCont02 div:not(.contImage) > p {
    margin: 15px 0 10px !important;
  }
  #content .tabCont02 > div > div.contImage {
    position: static;
    margin-top: 20px;
    padding-top: 0;
    max-width: none !important;
  }
  #content .tabCont02 > div > div.contImage img {
    width: 100%;
  }
  #content .tabCont02 [class*="iconList0"] {
    padding-left: 55px !important;
    background-size: 44px auto;
    min-height: 50px !important;
  }
  #content .tabCont02 [class*="List0"] li {
    margin-top: 5px;
    padding-left: 10px;
    line-height: 15px;
  }
  #content .tabCont02 li:before {
    top: 5px;
  }
  #content.systems .videoWrap {
    margin-top: 40px;
    padding: 0 20px 50%;
  }

  #content .board .thead {
    padding: 0 0 0 20px;
  }
  #content .board .thead .row {
    padding: 15px 0;
  }
  #content .board .thead .row span.imgBox::before {
    height: 29px;
    left: 0;
  }
  #content .board .thead .row span.imgBox {
    width: 50px;
  }
  #content .board .thead .row span.imgBox img {
    width: 7px;
  }
  #content .board .thead .row .cell.fs42 {
    font-size: 20px;
  }

  .tblLinkBtn {
    width: 35px;
  }

  #content.systems .catalogueDownWrap {
    margin: 100px 0 120px;
  }
  #content.systems .catalogueDownWrap .downWrap {
    padding: 20px 0;
  }
  #content.systems .catalogueDownWrap .downWrap em {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  #content.systems .catalogueDownWrap .downWrap a.fileDown {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    background: #333;
    vertical-align: middle;
    text-align: center;
  }
  #content.systems .catalogueDownWrap .downWrap a.fileDown ~ a.fileDown {
    margin-top: 10px;
  }
  #content.systems .catalogueDownWrap .downWrap a.fileDown span {
    display: block;
    background-size: 15px auto;
  }

  #content.camera .bannerBox ul > li {
    height: 163vw;
  }
  #content.camera .bannerBox ul > li .txtBox .txt_m {
    margin-top: 10px;
    font-size: 9vw;
  }
  #content.camera .bannerBox ul > li .txtBox .txt_b {
    margin-top: 15px;
    font-size: 3vw;
  }
  #content.camera .bannerBox ul > li .txtBox {
    width: 100%;
    top: 100px;
    transform: translate(-50%, 0) !important;
    text-align: center;
  }
  #content.camera .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/banner01.jpg);
  }

  #content.camera .catalogueDownWrap {
    margin: 50px 0 60px;
  }
  #content.camera .slideBox ul > li img.p_c {
    display: none !important;
  }

  #content.camera .pictogramBox {
    margin-top: 60px;
    padding: 20px 0 0;
  }
  #content.camera .pictogramBox ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #content.camera .pictogramBox ul li:nth-child(odd) {
    border-left: 0;
  }
  #content.camera .pictogramBox ul li:nth-child(even) {
    border-right: 0;
  }

  #content.systems .catalogueDownWrap {
    margin: 100px 0 120px;
  }
  #content.systems .catalogueDownWrap .downWrap {
    padding: 20px 0;
  }
  #content.systems .catalogueDownWrap .downWrap em {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  #content.systems .catalogueDownWrap .downWrap a.fileDown {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    background: #333;
    vertical-align: middle;
    text-align: center;
  }
  #content.systems .catalogueDownWrap .downWrap a.fileDown ~ a.fileDown {
    margin-top: 10px;
  }
  #content.systems .catalogueDownWrap .downWrap a.fileDown span {
    display: block;
    background-size: 15px auto;
  }

  #content.software01 .bannerBox ul > li {
    height: 163vw;
  }
  #content.software01 .bannerBox ul > li .txtBox .txt_m {
    margin-top: 10px;
    font-size: 9vw;
  }
  #content.software01 .bannerBox ul > li .txtBox .txt_b {
    margin-top: 15px;
    font-size: 3vw;
  }
  #content.software01 .bannerBox ul > li .txtBox {
    width: 100%;
    top: 100px;
    transform: translate(-50%, 0) !important;
    text-align: center;
  }
  #content.software01 .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/banner01.jpg);
  }

  #content.software01 .slideBox ul > li img.p_c {
    display: none !important;
  }
  #content.software01 .tabCont02 .inTxt {
    line-height: 14px;
  }
  #content.software01 .tabCont02 > div > div {
    width: auto !important;
    float: none !important;
    padding-right: 0 !important;
  }
  #content.software01 .tabCont02 > div > div.contImage {
    max-width: none;
    padding-top: 0 !important;
    padding-right: 0 !important;
  }
  #content.software01 .tabCont02 ul[class*="iconList0"] {
    padding-left: 55px;
    min-height: 50px;
  }

  #content.camera01 .tabCont02 .camera01Cont04 ul li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #content.camera01 .tabCont02 .camera01Cont04 ul li + li {
    margin: 0;
    margin-top: 20px;
  }
  #content.camera01 .tabCont02 .camera01Cont04 ul li img {
    width: 100%;
  }

  #content.accessory02 .formGroup label {
    font-size: 12px;
  }
  #content.accessory02 .chartWrapper {
    display: block;
    margin-top: 50px;
    padding-top: 0;
  }
  #content.accessory02 .chartWrapper > div {
    display: block;
    height: auto;
    min-height: 300px;
  }
  #content.accessory02 .chartWrapper > div ~ div {
    margin-top: 30px;
  }
  #content.accessory02 .chartWrapper > div.chartSelector {
    width: auto;
  }
  #content.accessory02 .chartWrapper > div.chartWrap {
  }
  #content.accessory02 .chartWrapper > div.chartFilter {
    width: auto;
  }
  #content.accessory02 .chartWrapper > div .inner {
    padding: 15px 20px;
  }
  #content.accessory02 .chartWrapper > div.se01 {
    height: auto;
  }
  #content.accessory02 .chartWrapper > div.space {
    display: none;
  }
  #content.accessory02 .chartWrapper strong {
    margin-top: 0;
    padding: 0 20px;
  }

  #content.accessory02 .chartWrapper .title01 {
    padding-top: 20px;
    text-align: left !important;
  }
  #content.accessory02 .chartWrapper .searchWrap .searchBox input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #content.accessory02 .chartWrapper .chartSelector .customFilter {
    margin-top: 10px;
  }
  #content.accessory02
    .chartWrapper
    .chartSelector
    .customFilter
    > div
    .pointInput
    .box
    input[type="text"] {
    padding: 7px 5px;
    font-size: 12px;
  }
  #content.accessory02
    .chartWrapper
    .chartSelector
    .customFilter
    .input
    input[type="text"] {
    padding: 7px 5px;
    font-size: 12px;
  }
  #content.accessory02 .chartWrapper .chartSelector .btnMore {
    margin-top: 10px;
    width: 90%;
  }
  #content.accessory02 .chartWrapper .chartSelector .customFilter .btnAdd {
    margin: 25px 0 10px;
  }
  #content.accessory02 .chartWrapper .chartWrap .inner {
    padding-top: 25px;
  }
  #content.accessory02 .chartWrapper .chartWrap .inner .chartWrapDiv {
    width: 100%;
  }
  #content.accessory02 .chartWrapper .chartFilter .inner .ftBox {
    width: 100%;
    border-bottom: 1px solid #999;
  }
  #content.accessory02 .chartWrapper .chartFilter .filterLine {
    display: none;
  }
  #content.accessory02 .chartWrapper .chartFilter .matchBox {
    padding: 15px 20px;
  }
  #content.accessory02 .chartWrapper .chartFilter .matchBox .match {
    width: 100%;
  }
  #content.accessory02 .chartWrapper .chartWrap .chartLabelsWrap {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-left: 0;
  }
  #content.accessory02
    .chartWrapper
    .chartWrap
    .chartLabelsWrap
    .labelsList
    > div {
    display: inline-block;
    min-width: auto;
    margin-right: 6%;
  }
  #content.accessory02
    .chartWrapper
    .chartWrap
    .chartLabelsWrap
    .labelsList
    > div
    .formGroup
    span.name {
    font-size: 12px;
    min-width: 50px;
  }
  #content.accessory02
    .chartWrapper
    .chartWrap
    .chartLabelsWrap
    .labelsList.type02
    > div
    .formGroup
    span.name {
    font-size: 12px;
    min-width: 62px;
  }
  #content.accessory02
    .chartWrapper
    .chartWrap
    .chartLabelsWrap
    .labelsList
    > div
    .formGroup
    span.bar {
    width: 20px;
  }
  #content.accessory02 .chartWrapper .chartFilter .inner {
    padding-top: 15px;
  }
  #content.accessory02
    .chartWrapper
    .chartFilter
    .filterCheck
    > div:nth-child(even) {
    float: right;
    text-align: left;
  }
  #content.accessory02 .btnLink {
    width: 100%;
    margin: 30px auto 60px;
    color: #fff;
    background: #b20934;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
  }
  #content.accessory02 .chartWrapper02 > div .inner {
    max-height: 100%;
  }
  #content.customer .sec01 {
    position: relative;
    margin-bottom: 72px;
  }
  #content.customer .sec01 .secTit:before {
    content: "";
    width: 1px;
    height: 80px;
    background-color: #a0a0a0;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
  #content.customer .sec01 p.p1 {
    margin-top: 39px;
  }
  #content.customer01 .content-in {
    padding: 0 20px;
    word-break: keep-all;
  }
  #content.customer01 .tableWrap {
    margin-bottom: 100px;
  }
  #content.customer01 .tableWrap .conBox {
    margin-top: 30px;
  }
  #content.customer01 .tableWrap .conBox ul.radioList {
    font-size: 0;
    padding: 0;
    margin-top: 14px;
  }
  #content.customer01 .tableWrap .conBox ul.radioList > li.radio {
    width: 39.22222%;
    vertical-align: top;
    margin-left: 6%;
    margin-bottom: 20px;
    line-height: 1.42;
  }
  #content.customer01 .tableWrap .conBox ul.radioList > li.radio ~ li.radio {
    margin-left: 6%;
  }
  #content.customer01 .tableWrap .conBox02 ul.radioList02 {
    margin-top: 0;
  }
  #content.customer01 .tableWrap .conBox ul.inpTxtList > li {
    width: 100%;
  }
  #content.customer01 .tableWrap .conBox ul.inpTxtList > li ~ li {
    margin-left: 0;
    margin-top: 30px;
  }

  #content.customer01 .tableWrap .conBox .textareaBox {
    height: 150px;
    border: 1px solid #e4e4e4;
    margin-top: 13px;
  }

  #content.customer01 .tableWrap .conBox07 .btnBox {
    width: 80px;
    height: 30px;
    line-height: 30px;
    top: 3px;
  }
  #content.customer01 .tableWrap .conBox .txtBox02 .p1.float-l {
    float: none;
  }
  #content.customer01 .tableWrap .conBox .txtBox02 .p2.float-r {
    float: none;
    margin-top: 9px;
  }
  #content.customer01 .tableWrap .conBox08 .textareaBox {
    padding: 0;
    border: 1px solid #e4e4e4;
    margin-top: 13px;
  }
  #content.customer01 .tableWrap .sbtBox {
    margin-top: 30px;
  }

  #content.customer .sec01 .secTit:before {
    height: 40px;
  }
  #content.customer .sec01 {
    margin-bottom: 53px;
  }
  #content.customer .sec01 p.p1 {
    padding: 0 20px;
    margin-top: 18px;
  }
  #content.customer02 .countryWrap {
    padding: 0 20px;
  }

  #content.customer02 .countryWrap:last-child {
    margin-bottom: 100px;
    box-shadow: none;
  }
  #content.customer02 .countryWrap:last-child ul.countryBox {
    border-bottom: 1px solid #ccc;
  }
  #content.customer02 .countryWrap ul.countryBox > li {
    width: 100%;
  }
  #content.customer02 .countryWrap ul.countrySecond > li span.sp01 {
    width: 58px;
  }
  #content.customer02 .countryWrap ul.countrySecond > li .address02 {
    width: calc(100% - 80px);
  }
  #content.customer02 .countryWrap ul.countrySecond > li > div.mg-l-100 {
    margin: 0;
  }
  #content.customer02 .countryWrap ul.countrySecond > li .dv01 {
    width: 100%;
  }
  #content.customer02 .countryWrap ul.countrySecond > li .dv02 {
    width: 100%;
  }
  #content.customer02 .countryWrap ul.countryBox > li ~ li {
    margin-left: 0;
  }
  #content.customer02 .countryWrap ul.countryBox > li .txt_t {
    padding: 10px 20px;
    position: relative;
  }
  #content.customer02 .countryWrap ul.countryBox > li .txt_t p {
    width: calc(100% - 40px);
  }
  #content.customer02 .countryWrap ul.countryBox > li .txt_t span {
    top: 50%;
    transform: translateY(-50%);
  }
  #content.customer02 .countryWrap ul.countryBox > li .txt_b {
    padding: 20px 15px;
  }
  #content.customer02 .countryWrap ul.countryBox > li .txt_b:after {
    width: 55px;
    height: 67px;
    bottom: 15px;
    right: 10px;
    background-size: 55px;
  }
  #content.customer02 .countryWrap ul.countrySecond > li > span.sp01 {
    width: 58px;
  }
  #content.customer02 .countryWrap ul.countrySecond > li > i.countryIcon {
    width: 9px;
    height: 10px;
    background-size: 58px;
  }
  #content.customer02 .countryWrap ul.countrySecond > li > i.countryIcon02 {
    background-position: -15px center;
  }
  #content.customer02 .countryWrap ul.countrySecond > li > i.countryIcon03 {
    background-position: -31px center;
  }

  #content.customer02 .countryWrap ul.countrySecond > li .dv1 {
    float: none;
  }
  #content.customer02 .countryWrap ul.countrySecond > li .dv2 {
    float: none;
  }
  #content.customer02 .countryWrap ul.countrySecond > li span.sp01.sp01_1 {
    width: 58px;
    margin-right: 0;
    margin-top: 10px;
  }
  #content.customer02 .countryWrap ul.countrySecond > li span.sp02.sp02_1 {
    margin-top: 10px;
  }
  #content.customer02 .countryWrap ul.countrySecond > li span.pint::before {
    top: 4px;
    left: -9px;
  }

  #content.customer02 .countryListBox ul > li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  #content.customer02 .countryListBox {
    padding: 0 20px 0;
    margin-bottom: 100px;
    border: 0;
  }
  #content.customer02 .countryListBox ul > li > p.txtBox {
    margin-left: 45px;
  }
  #content.customer02 .countryListBox ul > li > p.txtBox span {
    width: calc(100% - 55px);
  }
  #content.customer02 .countryListBox ul > li > p.txtBox::before {
    left: -45px;
  }

  #content.about .sec02 {
    margin-bottom: 100px;
  }
  #content.about .sec02 .conBox .imgBox {
    width: 100%;
  }
  #content.about .sec02 .conBox .imgBox img {
    width: 100%;
  }
  #content.about .sec02 .conBox .txtWrap {
    max-width: 90%;
    width: 90%;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    margin-top: -20px;
  }
  #content.about .sec02 .conBox .txtWrap .txtBox {
    width: 100%;
    padding: 30px 20px;
  }
  #content.about .sec02 .conBox .txtWrap .txtBox .txt_m {
    margin-top: 10px;
  }
  #content.about .sec02 .conBox .txtWrap .txtBox .txt_b {
    margin-top: 20px;
  }

  #content.news01 .content-in {
    padding: 0 20px;
  }
  #content.news01 .boardWrap {
    margin: 59px 0 0;
  }
  #content.news01 .boardWrap .boardMenu ul > li.menu {
    height: 51px;
    line-height: 1.31;
    vertical-align: top;
    position: relative;
  }
  #content.news01 .boardWrap .boardMenu ul > li.menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #content.news01 .boardWrap .boardBox {
    margin-top: 60px;
  }
  #content.news01 .boardWrap .boardBox ul > li {
    width: 49%;
    margin-bottom: 40px;
  }
  #content.news01 .boardWrap .boardBox ul > li.pc-mg-l-0 {
    margin-left: 2% !important;
  }
  #content.news01 .boardWrap .boardBox ul > li.mb-mg-l-0 {
    margin-left: 0 !important;
  }
  #content.news01 .boardWrap .boardBox ul > li ~ li {
    margin-left: 2%;
  }
  #content.news01 .boardWrap .boardBox ul > li .imgBox {
    height: 103px;
  }
  #content.news01 .boardWrap .boardBox ul > li .imgBox > span.type {
    width: 45px;
    height: 25px;
    line-height: 25px;
  }
  #content.news01 .boardWrap .txtWrap {
    padding: 15px 0;
  }
  #content.news01 .boardWrap .txtWrap .txtBox .name {
    margin-top: 11px;
  }
  #content.news01 .boardWrap .txtWrap .iconBox {
    margin-top: 24px;
  }
  #content.news01 .boardWrap .txtWrap .iconBox a.icon {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
  #content.news01 .boardWrap .txtWrap .iconBox a.icon img {
    width: 12px;
  }
  #content.news01 .boardWrap .txtWrap .iconBox a.icon03 {
    line-height: 21px;
    padding-right: 10px;
  }
  #content.news01 .boardWrap .txtWrap .iconBox a.icon03 img {
    width: 19px;
  }
  #content.news01 .boardWrap .pagingBox {
    margin: 0 0 100px;
  }
  #content.news01 .boardWrap .pagingBox ul > li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #content.news01 .boardWrap .pagingBox ul > li.prev {
    margin-right: 4px;
  }
  #content.news01 .boardWrap .pagingBox ul > li.next {
    margin-left: 4px;
  }
  #content.news01 .boardWrap .pagingBox ul > li.imgBox img {
    height: 7px;
  }

  #content.news01 .detailBox {
    margin-top: 58px;
  }
  #content.news01 .detailBox .thead {
    padding: 20px;
  }
  #content.news01 .detailBox .thead .tit.fs30 {
    font-size: 15px;
  }
  #content.news01 .detailBox .thead .date {
    right: 10px;
    transform: translateY(-30%);
  }
  #content.news01 .detailBox .thead .date.fs18 {
    font-size: 9px;
  }
  #content.news01 .detailBox .tbody {
    padding: 25px 20px;
  }
  #content.news01 .detailBox .tbody .txt_b {
    margin-top: 23px;
  }
  #content.news01 .detailBtnBox {
    margin: 40px 0 100px;
  }
  #content.news01 .detailBtnBox ul > li.prev,
  #content.news01 .detailBtnBox ul > li.next {
    width: 92px;
  }
  #content.news01 .detailBtnBox ul > li {
    padding: 11px 0;
    border: 1px solid #e00031;
  }
  #content.news01 .detailBtnBox ul > li > span.arrows-btn-l {
    padding: 2px;
    margin-right: 10px;
  }
  #content.news01 .detailBtnBox ul > li > span.arrows-btn-r {
    padding: 2px;
    margin-left: 10px;
  }
  #content.news01 .detailBtnBox ul > li.list {
    width: 96px;
  }
  #content.news01 .detailBtnBox ul > li.list > span {
    margin-left: 9px;
  }
  #content.news01 .detailBtnBox ul > li.list > span img {
    width: 10px;
  }

  #footer {
    padding: 30px 0;
  }
  #footer .footer-in {
    height: auto;
    padding: 0 20px;
    overflow: hidden;
  }
  #footer .footer-in ul {
    margin-top: 0;
  }
  #footer .footer-in ul > li.flist {
    width: 100%;
    display: none;
  }
  #footer .footer-in ul > li.flist.flist08 {
    width: 100%;
    text-align: center;
    display: block;
  }
  #footer .footer-in ul > li > dl > dd {
    margin-top: 0;
  }
  #footer .footer-in ul > li > dl > dd .phoneNumber {
    margin-top: 5px;
  }
  #footer .footer-in ul > li > dl > dd .iconBox img {
    height: 14px;
  }
  #footer .footer-in ul > li > dl > dd .iconBox img.p_c {
    display: none !important;
  }
  #footer .footer-in ul > li > dl > dd .iconBox img.m_b {
    display: inline-block !important;
  }
  #footer .footer-in ul > li > dl > dd .iconBox .youtube-icon img {
    vertical-align: 1px;
  }
  #footer .footer-in ul > li > dl > dd .iconBox {
    margin-top: 12px;
  }
  #footer .footer-in ul > li > dl > dd .iconBox .instar-icon:after {
    height: 9px;
    margin: 4px 9px;
  }

  #footer .info-popup {
    width: 100%;
    height: 430px;
    padding: 0 20px;
  }
  #footer .info-popup .info-popup-txt pre {
    height: 350px;
    padding: 15px;
    font-size: 12px;
  }
  #footer .info-popup .info-popup-in {
    height: 55px;
  }
  #footer .info-popup .info-popup-in p {
    padding: 0 55px;
  }
  #footer .info-popup .info-popup-in .close-btn {
    padding-right: 0;
    right: 10px;
  }
  #footer .info-popup .info-popup-in .close-btn img {
    width: 19px;
  }

  #copyR .copyR-in {
    padding: 20px;
    font-size: 11px;
  }
  #copyR .copyR-in .allCo {
    width: 280px;
    margin: 0 auto;
  }
  #copyR .copyR-in .copyLanguageBox {
    margin-left: 0;
  }
  #copyR .copyR-in .copyLanguageBox ul {
    margin-bottom: 5px;
  }
  #copyR .copyR-in .copyRight {
    font-size: 10px;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 0;
    margin-top: 17px;
  }
  #copyR .copyR-in .copyMenu span {
    margin-left: 55px;
  }

  .global .global__map {
    max-width: 271px;
    margin: auto;
  }

  .global .global__map .global__map__country {
    width: 6px;
    height: 6px;
    /* background-color: blue; */
  }

  .global .global__map .global__map__country.sweden {
    top: 13px;
    left: 136px;
  }

  .global .global__map .global__map__country.russia {
    top: 21px;
    left: 190px;
  }

  .global .global__map .global__map__country.latvia {
    top: 25px;
    left: 148px;
  }

  .global .global__map .global__map__country.UK {
    top: 28px;
    left: 118px;
  }

  .global .global__map .global__map__country.germany {
    top: 35px;
    left: 127px;
  }

  .global .global__map .global__map__country.poland {
    top: 32px;
    left: 144px;
  }

  .global .global__map .global__map__country.france {
    top: 37px;
    left: 118px;
  }

  .global .global__map .global__map__country.czech {
    top: 39px;
    left: 139px;
  }

  .global .global__map .global__map__country.spain {
    top: 44px;
    left: 119px;
  }

  .global .global__map .global__map__country.protugal {
    top: 50px;
    left: 116px;
  }

  .global .global__map .global__map__country.italy {
    top: 46px;
    left: 133px;
  }

  .global .global__map .global__map__country.hungary {
    top: 45px;
    left: 147px;
  }

  .global .global__map .global__map__country.turkey {
    top: 55px;
    left: 153px;
  }

  .global .global__map .global__map__country.china {
    top: 52px;
    left: 190px;
  }

  .global .global__map .global__map__country.korea {
    top: 45px;
    left: 222px;
  }

  .global .global__map .global__map__country.korea2 {
    top: 45px;
    left: 217px;
  }

  .global .global__map .global__map__country.japan {
    top: 51px;
    left: 229px;
  }

  .global .global__map .global__map__country.taiwan {
    top: 62px;
    left: 213px;
  }

  .global .global__map .global__map__country.thailand {
    top: 73px;
    left: 199px;
  }

  .global .global__map .global__map__country.singapore {
    top: 95px;
    left: 209px;
  }

  .global .global__map .global__map__country.australia {
    top: 118px;
    left: 219px;
  }

  .global .global__map .global__map__country.zealand {
    top: 123px;
    left: 256px;
  }

  .global .global__map .global__map__country.USA {
    top: 48px;
    left: 42px;
  }
  /* 2021-05-24 추가 */
  .global .global__map .global__map__country.belgium {
    top: 19px;
    left: 131px;
  }
  .global .global__map .global__map__country.netherlands {
    top: 24px;
    left: 128px;
  }
  .global .global__map .global__map__country.luxembourg {
    top: 29px;
    left: 129px;
  }

  .global .global__tab {
    flex-wrap: wrap;
    margin: 70px 0 40px;
    padding: 0 20px;
  }

  .global .global__tab a {
    width: 50%;
    margin-bottom: -1px;
    padding: 13px 10px;
    font-size: 13px;
  }

  .global .global__tab a:nth-child(3),
  .global .global__tab a:nth-child(5) {
    margin-left: 0;
  }

  .global__con {
    padding: 0 20px;
  }

  .global__con .global__con__comm .global__con__comm__tit {
    padding: 13px 15px;
    font-size: 16px;
  }

  .global__con .global__con__comm .global__con__comm__country {
    flex-direction: column;
    padding: 15px 0;
  }

  .global__con .global__con__comm .global__con__comm__country .flag {
    position: relative;
    width: 100%;
    align-items: center;
    padding: 0 15px 10px;
  }

  .global__con .global__con__comm .global__con__comm__country .flag::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    box-shadow: inset 0px -1px 0 0 #dddddd;
  }

  .global__con .global__con__comm .global__con__comm__country .flag span {
    display: inline-block;
    width: calc(100% - 36px);
    font-size: 13px;
  }

  .global__con .global__con__comm .global__con__comm__country .info {
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }

  .global__con .global__con__comm .global__con__comm__country .info .info__tit {
    font-size: 15px;
  }

  .global__con
    .global__con__comm
    .global__con__comm__country
    .info
    .info__con
    .info__con__detail {
    width: 100%;
    margin-bottom: 15px;
  }

  .global__con
    .global__con__comm
    .global__con__comm__country
    .info
    .info__con
    .info__con__detail:nth-child(n + 3):nth-child(-n + 4) {
    margin: 0;
    margin-bottom: 15px;
  }

  .global__con
    .global__con__comm
    .global__con__comm__country
    .info
    .info__con
    .info__con__detail
    + .info__con__detail {
    margin: 0;
    margin-bottom: 15px;
  }

  .global__con
    .global__con__comm
    .global__con__comm__country
    .info
    .info__con
    .info__con__detail
    .txt_t {
    width: 60px;
    font-size: 12px;
  }

  .global__con
    .global__con__comm
    .global__con__comm__country
    .info
    .info__con
    .info__con__detail
    .txt_b {
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -0.3px;
  }

  .global__con .global__con__comm .global__con__comm__country.only {
    padding: 15px 0;
  }

  .whitePaperWrap__tit {
    padding: 14px 0;
    font-size: 13px;
  }

  .whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit,
  .whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit > a {
    min-height: 50px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.33;
  }

  .popInfo .popInfo__con {
    width: 90%;
    padding: 40px 15px;
  }

  .popInfo .popInfo__con .tit {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }

  .popInfo .popInfo__con .popInfo__con__input {
    height: 40px;
  }

  .popInfo .popInfo__con .popInfo__con__input i {
    padding: 0 10px;
  }

  .popInfo .popInfo__con .popInfo__con__input i img {
    width: 13px;
    vertical-align: middle;
  }

  .popInfo .popInfo__con .popInfo__con__input .inpTxt {
    font-size: 14px;
    letter-spacing: -0.14px;
  }

  .popInfo .popInfo__con .popInfo__con__btn a {
    padding: 12px 0;
    font-size: 15px;
    letter-spacing: -0.15px;
  }
} /*1180px 미디어 끝*/

/*글로벌네트웍스 수정*/
.global__map-index {
  display: flex;
  padding: 10px 0;
  margin-bottom: 20px;
  justify-content: center;
  gap: 40px;
}
.global__map-index > p {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
.global__map-index > p::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.global__map-index > p.nth-1::before {
  background-color: rgba(224, 0, 49, 1);
}
.global__map-index > p.nth-2::before {
  background-color: rgba(0, 150, 255, 1);
}

.global .global__tab {
  margin: 100px 0 0;
}
.global .global__tab.cn {
  margin-bottom: 100px;
}
.global .global__tab a {
  width: 50%;
}

#content.customer .global__con p.p1 {
  margin-bottom: 20px;
  margin-top: 80px;
}
#content.customer .global__con p.p1::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e00031;
  vertical-align: 3px;
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 1180px) {
  .global__map-index > p {
    font-size: 16px;
  }
  .global .global__tab {
    margin: 70px 0 0;
  }
  .global .global__tab.cn {
    margin-bottom: 40px;
  }

  #content.customer .global__con p.p1 {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

/*관련자료 수정*/
.whitePaper__content {
  display: none;
}
.whitePaper__content.is-active {
  display: block;
}

.whitePaperWrap .whitePaper__tab {
  display: flex;
  margin: 0 0 70px;
}
.whitePaperWrap .whitePaper__tab a {
  display: block;
  width: 50%;
  padding: 22px 10px;
  border: 1px solid #cacaca;
  font-size: 18px;
  color: #888;
  text-align: center;
  cursor: pointer;
}
.whitePaperWrap .whitePaper__tab a span {
  display: inline-block;
  position: relative;
}

.whitePaperWrap .whitePaper__tab a:hover {
  color: #fff;
  background-color: #e00031;
}
.whitePaperWrap .whitePaper__tab a.is-active {
  color: #fff;
  background-color: #e00031;
  border-color: #e00031;
}

.whitePaper__content .whitePaperWrap__tit .col1 {
  width: 70%;
}

.whitePaper__content .whitePaperWrap__tit .col2,
.whitePaper__content .whitePaperWrap__tit .col3 {
  width: 15%;
  box-shadow: inset 1px 0px 0 0 #a0a0a0;
}

.whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit .nodata {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #a0a0a0;
}

.whitePaper__content
  .whitePaperWrap__paperItem
  .whitePaperWrap__paperItem__tit
  .col1 {
  width: 70%;
}
.whitePaper__content
  .whitePaperWrap__paperItem
  .whitePaperWrap__paperItem__tit
  .col3 {
  width: 15%;
  text-align: center;
  color: #a0a0a0;
  letter-spacing: -0.05em;
}

@media (max-width: 1180px) {
  .whitePaperWrap .whitePaper__tab a {
    margin-bottom: -1px;
    padding: 13px 10px;
    font-size: 13px;
  }
  .whitePaperWrap__paperItem .whitePaperWrap__paperItem__tit .nodata {
    font-size: 14px;
  }
  .whitePaper__content
    .whitePaperWrap__paperItem
    .whitePaperWrap__paperItem__tit
    .col3 {
    word-break: break-all;
  }
}

.resultList__sort .radioList {
  display: flex;
  padding: 60px 0 0;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1180px) {
  .resultList__sort .radioList {
    padding: 30px 0 0;
    gap: 40px;
  }
}

/*Insight 제품 추가*/
.fl_L {
  float: left;
}
.fl_R {
  float: right;
}
.fl_N {
  float: none;
}
#content.insight .clear {
  clear: both;
  float: none;
  margin-bottom: 50px;
  width: 100%;
}
#content.systems03.insight .bannerBox ul > li.banner01 .imgBox {
  background-image: url(/assets/images/insight_banner01.jpg);
}

#content.systems.insight .tabCont02 > div > div.contImage.clear {
  width: auto;
  float: none;
  max-width: none;
  padding: 0;
  margin-top: 0;
}
#content.systems.insight .tabCont02 > div.type01 > div {
  width: 48%;
}
#content.systems.insight .tabCont02 > div.type01 > div.fl_R {
  float: right;
}

#content.systemsMain .bannerBox ul > li.banner04 .imgBox {
  background-image: url(/assets/images/banner04.jpg);
}

@media (max-width: 1180px) {
  #content.systems03.insight .bannerBox ul > li.banner01 .imgBox {
    background-image: url(/assets/images/insight_banner01.jpg);
  }
  #content.systemsMain .bannerBox ul > li.banner04 .imgBox {
    background-image: url(/assets/images/banner04.jpg);
  }
}

/*Luceon 제품 추가*/
#content.luceon .clear {
  clear: both;
  float: none !important;
  margin-bottom: 50px;
  width: 100% !important;
}
#content.luceon .al-c {
  text-align: center !important;
}
#content.luceon .bannerBox ul > li.luceon01 .imgBox {
  background-image: url(/assets/images/digital/banner01.png);
}
#content.luceon .bannerBox ul > li .txtBox {
  transform: translate(-60%, -50%);
  width: 50%;
}
@media (max-width: 1180px) {
  #content.luceon .bannerBox ul > li.luceon01 .imgBox {
    background-image: url(/assets/images/digital/banner01.png);
  }
  #content.luceon .bannerBox ul > li .txtBox {
    width: 100%;
  }
}

#content.luceon .tabCont02 h4 span.type1 {
  font-size: 0.75em;
  display: block;
  margin: 10px 0 0 0;
  line-height: 1.3;
  color: #666;
  font-weight: 400;
  letter-spacing: 0em;
}

#content.luceon .tbWrap .txtBox > p {
  margin: 30px 0 20px;
  font-weight: bold;
  line-height: 1.5em;
}

#content.luceon .tbWrap .tdBox tbody th.al-l {
  font-weight: normal;
  color: #666;
}

#content.luceon .imgWrap .title {
  text-align: center;
  border-top: 2px solid #333;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#content.luceon .imgWrap .title h3 {
  letter-spacing: 0;
}

#content.luceon .imgWrap .stitle {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
  background-color: #fafafa;
}
#content.luceon .imgWrap .stitle h4 {
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
#content.luceon .imgWrap .stitle h4::before {
  display: none;
}

#content.luceon .col__wrap {
  display: flex;
  gap: 20px;
}
#content.luceon .col__wrap > .cols-2 {
  width: 50%;
}
#content.luceon .imgBox__wrap {
  display: flex;
  gap: 8px;
}
#content.luceon .col__wrap.imgBox__wrap {
  gap: 20px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #333;
}
#content.luceon .imgBox__wrap > .cols-2 {
  width: 50%;
  text-align: center;
}
#content.luceon .imgBox__wrap p.img {
  margin: 0 0 0 0 !important;
}
#content.luceon .imgBox__wrap p.img.bd {
  border: 1px solid #ddd;
}
#content.luceon .imgBox__wrap p.txt {
  margin: 10px 0 0 0 !important;
}

@media (max-width: 768px) {
  #content.luceon .stbBox {
    position: relative;
  }
  #content.luceon .stbBox .tdBox {
    overflow-x: auto;
    position: relative;
  }
  #content.luceon .stbBox::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../../images/ico_swipe.gif") 50% 50% no-repeat;
  }
  #content.luceon .stbBox table {
    min-width: 680px;
  }

  #content.luceon .col__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #content.luceon .col__wrap > .cols-2 {
    width: 100%;
  }
}

#content.luceon .tabCont02 .system01Cont01 .iconList0101 {
  background-image: url(/assets/images/digital/ico_tab01_01.jpg);
}
#content.luceon .tabCont02 .system01Cont02 .iconList0201 {
  background-image: url(/assets/images/digital/ico_tab02_01.jpg);
}
#content.luceon .tabCont02 .system01Cont02 .iconList0202 {
  background-image: url(/assets/images/digital/ico_tab02_02.jpg);
}
#content.luceon .tabCont02 .system01Cont02 .iconList0203 {
  background-image: url(/assets/images/digital/ico_tab02_03.jpg);
}
#content.luceon .tabCont02 .system01Cont03 .iconList0301 {
  background-image: url(/assets/images/digital/ico_tab03_01.jpg);
}
#content.luceon .tabCont02 .system01Cont03 .iconList0302 {
  background-image: url(/assets/images/digital/ico_tab03_02.jpg);
}
#content.luceon .tabCont02 .system01Cont03 .iconList0303 {
  background-image: url(/assets/images/digital/ico_tab03_03.jpg);
}
#content.luceon .tabCont02 .system01Cont04 .iconList0401 {
  background-image: url(/assets/images/digital/ico_tab04_01.jpg);
}
#content.luceon .tabCont02 .system01Cont04 .iconList0402 {
  background-image: url(/assets/images/digital/ico_tab04_02.jpg);
}
#content.luceon .tabCont02 .system01Cont04 .iconList0403 {
  background-image: url(/assets/images/digital/ico_tab04_03.jpg);
}

/*글로벌네트웍스 수정 20240516*/
.global__con .global__con__comm .global__con__comm__country .flag {
  display: none;
}
.global__con .global__con__comm .global__con__comm__country .info {
  width: calc(100% - 0px);
}

/*어플리케이션 노트 라디오버튼 수정*/
.resultList__sort .radioList {
  display: flex;
  padding: 60px 0 0;
  gap: 0px;
  justify-content: center;
}
@media (max-width: 1180px) {
  .resultList__sort .radioList {
    padding: 30px 0 0;
    gap: 0px;
  }
}

.resultList__sort .radioList .radio {
  flex-grow: 1;
}
.resultList__sort .radioList .rdo + label {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 400;

  display: block;
  width: 100%;
  padding: 22px 10px;
  border: 1px solid #cacaca;
  font-size: 18px;
  color: #888;
  text-align: center;
  cursor: pointer;
}
.resultList__sort .radioList .rdo + label:before {
  display: none;
}
.resultList__sort .radioList .rdo + label:hover,
.resultList__sort .radioList .rdo:checked + label {
  color: #fff;
  background-color: #e00031;
  border-color: #e00031;
}

@media (max-width: 1180px) {
  .resultList__sort .radioList .rdo + label {
    margin-bottom: -1px;
    padding: 13px 10px;
    font-size: 13px;
  }
}
