@keyframes arrow_scroll_animation {
  0% {
    opacity: 1;
    transform: translate3d(0,-5px,0);
  }
  50% {
      opacity: 1;
      transform: translate3d(0,10px,0);
  }
  100% {
      opacity: 1;
      transform: translate3d(0,-5px,0);
  }
}
html {
  /* scroll-behavior: smooth; */
  overflow-x: hidden;
}
.subscribe-section {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.subscribe-section .subscribeImg {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  background-image: url(/images/innorix_exacoola/cloud.png);
  width: 310px;
  height: 216px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 30px;
}

.subscribe-section .textBox {
  margin-bottom: 100px;
}

.subscribe-section .textBox p {
  text-align: center;
}

.subscribe-section .btnBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.subscribe-section .btnBox button {
  border-radius: 50px;
  background-color: #a6a6a6;
  border: none;
  font-size: 14pt;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 0 !important;
}

.subscribe-section .btnBox button:hover {
  background-color: #005ed0;
}

.subscribe-section .btnBox button.selected {
  background-color: #005ed0;
}

.offering-section {
  width: 100%;
}

.offering-section .offeringBox {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.offering-section .offeringBox .imgBox {
  width: 300px;
  height: 300px;
  background-color: var(--light-grey-color);
  border-radius: 10px;
  border: 1px solid #a6a6a6;
}

.offering-section .offeringBox .textBox {
  padding: 40px 20px;
  width: 505px;
  background-color: white;
}

.offering-section .offeringBox .textBox .t-18pt {
  margin-bottom: 20px;
}

.offering-section .offeringBox .priceBox {
  background-color: white;
  width: 275px;
  padding: 40px 30px;
}

.offering-section .offeringBox .priceBox .bigPrice {
  font-size: 45pt;
  font-weight: bold;
  text-align: right;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.offering-section .offeringBox .priceBox .smallerText {
  font-size: 24pt;
  font-weight: 400;
}

.offering-section .offeringBox .priceBox .bigPrice + p {
  text-align: right;
  margin-bottom: 20px;
}

.offering-section .offeringBox .priceBox button {
  width: 145px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 30px;
  float: right;
}

.storeTabBtn {
  width: 100%;
  height: 50px;
}
.storeTabBtn > li {
  list-style: none;
  display: inline-block;
  border-radius: 35px;
  height: 100%;
  padding: 10px 25px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: var(--white-color);
  background-color: #A6A6A6;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.storeTabBtn > .storeActiveTab {
  background-color: #0692FC;
}

.paymentSection .btnPart.btnPart1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.paymentSection .btnPart.btnPart2 button {
  margin-right: 10px;
}

.paymentSection .colContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.paymentSection .leftPart {
  width: 20%;
  display: none;
}

.paymentSection .leftPart h1 {
  font-size: 14pt;
}

.paymentSection .leftPart .upperPart {
  margin-bottom: 30px;
}

.paymentSection .rightPart {
  width: 100%;
}

.paymentSection .rightPart .itemPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.paymentSection .rightPart .itemPart:after {
  content: '';
  width: 32%;
  -webkit-box-flex: 1;
  
}

.paymentSection .rightPart .itemPart .item {
  width: 32%;
  height: 460px;
  cursor: pointer;
  margin-bottom: 30px;
}

.paymentSection .rightPart .itemPart .imgBox {
  height: 200px;
  background-color: var(--light-grey-color);
  border-radius: 10px;
  margin-bottom: 10px;
}

.paymentSection .rightPart .itemPart .explain {
  height: 100%;
}

.paymentSection .rightPart .itemTitle {
  height: 125px;
}

.paymentSection .rightPart .itemText {
  height: 130px;
}

.paymentSection .rightPart .categoryText {
  color: #7f7f7f;
  margin-bottom: 20px;
}

.paymentSection .rightPart .charge {
  color: #898e98;
}

.checkBoxLable {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

.checkBoxLable input[type='checkbox'] {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 5px;
}

.paymentSection {
  padding-top: 100px;
}

.filterFeatureCB {
  opacity: 0;
}

.customCheckBox {
  width: 20px;
  height: 20px;
  border: 1px solid #005ed0;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  pointer-events: none;
}

.customCheckBox:before {
  position: absolute;
  width: 5px;
  height: 8px;
  content: '';
  left: 5px;
  top: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: white solid;
  border-width: 0px 3px 3px 0px;
}

.customCheckBox:after {
  position: absolute;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 8px;
  top: 8px;
  content: '';
  z-index: -1;
  background-color: #005ed0;
  border-color: #005ed0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkBoxLable input:checked + span:after {
  width: 22px;
  height: 22px;
  top: -1px;
  left: -1px;
}

.spreadSpan {
  width: 0px;
  height: 0px;
  background-color: rgba(200, 200, 200, 0.5);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 8px;
}

.spreadAni {
  -webkit-animation-name: speadingAni;
          animation-name: speadingAni;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes speadingAni {
  from {
    width: 0;
    height: 0px;
  }
  to {
    width: 30px;
    height: 30px;
    top: -3px;
    left: -5px;
  }
}

@keyframes speadingAni {
  from {
    width: 0;
    height: 0px;
  }
  to {
    width: 30px;
    height: 30px;
    top: -3px;
    left: -5px;
  }
}
@keyframes slide_animationes {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-12240px);
  }
}
@keyframes send_animation_start {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(260px);
  }
}
@media all and (min-width:1225px) {
  .first_loading_dumy {
    width: 360px;
    height: 300px;
  }
  .main_exacool_section {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100vw;
    min-height: auto;
    padding: 80px 0px 80px;
    margin: 0px;
    /* background-color: #F6F9FC; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  /* main */
  .main_exacoola_container {
    position: relative;
    width: 1136px;
    margin: 0px auto;
  }
  .title_main_page {
    width: fit-content;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
  }

  .slide_start_animation {
    animation-name: slide_animationes;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .video_part_btn_wrapper {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .main_exacoola_main_text_wrapper {
    position: absolute;
    top: 150px;
    left: 0px;
    /* transform: translateY(-50%); */
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  .main_exacoola_main_text_wrapper > p:first-child {
    width: 570px;
    font-size: 64px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);
  }
  .main_exacoola_main_text_wrapper > p:nth-child(2) {
    width: 590px;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);
  }
  .main_exacoola_main_text_wrapper > .blueBtn {
  }
  .main_exacoola_main_text_wrapper .blueBtn {
    background-color: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
  }
  .main_exacoola_video_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  .main_exacoola_video_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: auto;
    height: 392px;
  }
  .main_exacoola_video_text_wrapper > p:nth-child(1){
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
  }
  .main_exacoola_video_text_wrapper > p:nth-child(2){
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    color: #000000;
  }
  .video_image {
    position: relative;
    width: 672px;
    min-width: 672px;
    height: 392px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    overflow: hidden;
    border-radius: 24px;
    /* border: 2px solid transparent; */
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .video_image:hover {
    /* border: 2px solid #006ABA; */
    background-size: 115%;
  }
  .video_image:hover .playVideoBtn  {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
  .video_image:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .video_image:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #FB5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  }
  .main_exacoola_video_text_wrapper > .whiteBtn {
    margin-top: auto;
  }
  .vertical_text_box_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .vertical_text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    width: 556px;
    height: auto;
    background: var(--white-color);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .vertical_text_box_image {
    width: 80px;
    height: 80px;
    /* background: #E3E3E3; */
    border-radius: 10px;
    background-image: url('/images/main/230627_webicons.svg');
    background-repeat: no-repeat;
  }
  .vertical_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 100%;
    height: auto;
  }
  .vertical_text_wrapper > p:first-child {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
  }
  .vertical_text_wrapper > p:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.002em;
    color: #000000;
  }
  .scroll_bottom_animation {
    z-index: 4;
    position: absolute;
    bottom: 4.9vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    transition: opacity .85s cubic-bezier(.47,.42,0,.99);
  }
  .scroll_bottom_animation_center_wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .mouse_object {
    position: relative;
    width: 26px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid var(--white-color);
  }
  .mouse_object > div {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 6px;
    height: 11px;
    /* background-color: var(--white-color); */
    border: 1px solid var(--white-color);
    border-radius: 20px;
    transform: translateX(-50%);
  }
  .mouse_animation_arrow {
    display: block;
    animation: arrow_scroll_animation 2.4s forwards infinite;
  }
  .mouse_animation_arrow::after {
    content: '';
    display: block;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    transform-origin: center;
    transform: rotate(-135deg);
  }
  /* main */
  .exacoola_container {
    width: 1136px;
    height: auto;
    margin: 0px auto 80px;
  }
  .exacoola_container:last-child {
    margin: 0px auto 0px;
  }
  .exacoola_container2 {
    width: 1060px;
    height: auto;
    margin: 0px auto 40px;
  }
  .exacoola_container2:last-child {
    margin: 0px auto 0px;
  }
  .page_benner_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background: #F2F2F2;
  }
  .cover_imgae {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);

  }
  .small_exacoola_contanier {
    position: relative;
    z-index: 1;
    width: 900px;
    margin: 0px auto;
  }
  .new_positions_for_container {
    margin-top: -460px !important;
  }
  .banner_image_box {
    width: 100%;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flex_row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
  }
  .flex_align_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    background: var(--white-color);
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .flex_align_box2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    background: var(--white-color);
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .flex_align_box2_reverse {
    flex-direction: row-reverse;
  }
  .exacoola_flex_box {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  .exacoola_flex_box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .os_section_wrapper {
    width: 1136px;
    /* padding: 40px; */
    margin: 0px auto;
    border-radius: 24px;
    background: var(--white-color);
  }
  .os_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px;
    gap: 24px;
    width: 100%;
    
  }
  .exacoola_flex_box3 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: auto;
  }
  .exacoola_flex_box3 > .text_wrapper2:first-child > p {
    width: 180px;
    height: 27px;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    color: #2575B1;
  }
  .exacoola_flex_box3 > .text_wrapper2:nth-child(2) > p {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    height: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
  }
  .os_wrapper .exacoola_flex_box3:nth-child(1),
  .os_wrapper .exacoola_flex_box3:nth-child(2),
  .os_wrapper .exacoola_flex_box3:nth-child(3),
  .os_wrapper .exacoola_flex_box3:nth-child(4) {
    width: 476px;
  }
  .text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .text_wrapper > .text_size_18 {
    line-height: 26px;
  }
  .text_wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }


  .grayBtn {
    transition: all 0.1s;
    color: #A6A6A6;
    /* border-radius: 8px; */
    font-size: 18px;
    min-width: 0;
    padding: 10px 25px;
    border: 1px solid #F1F1F1;
    background-color: #F1F1F1;
    transition: all 0.3s;
    cursor: pointer;
  }

  .grayBtn:hover {
    border: 1px solid #A6A6A6 !important;
    color: #F1F1F1 !important;
    background-color: #A6A6A6;
  }


  .newMainVideo {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    /* transform: translate(-50%,-50%); */
  }
  .newMainVideo_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .img_box_small {
    width: 100%;
    height: 295px;
    min-height: 295px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .img_box_big {
    width: 565px;
    height: 475px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .img_box_small_video {
    width: 100%;
    height:100%;
    background: var(--white-color);
    /* border: 1px solid #111111; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    overflow: hidden;
  }
  .img_box_big_video {
    width: 550px;
    height:100%;
    background: var(--white-color);
    /* border: 1px solid #111111; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    overflow: hidden;
  }
  .img_box_big_video > video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 404px !important;
  }
  
  .img_box_small_video > video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /* height: 404px !important; */
    width: 100%;
  }
  



.resource_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
  width: 100%;
  background: #F6F9FC;
  border-radius: 40px;
}

.resource_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 50px;
}

.resource_content {
  box-sizing: border-box;
  width: 320px;
  height: 220px;
  background: var(--white-color);
  border: 1px solid #A6A6A6;
  cursor: pointer;
}
.more_resource_content {
  width: 100%;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more_resource_content > span {
  width: 60px;
  height: 60px;
  display: block;
  border-bottom: 2px solid #A6A6A6;
  border-right: 2px solid #A6A6A6;
  transform-origin: center;
  transform: rotate(45deg);
}














.download_package_table {
  width: 100%;
  height: auto;
}

.download_package_table thead {
  border-bottom: 1px solid #000;
}

.download_package_table thead th {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 400;
}

.download_package_table tbody td {
  font-size: 18px;
  padding-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.download_package_sub_table {
  width: 1100px;
  margin-left: 60px;
}

.download_package_sub_table tr {
  border-top: 1px solid #7F7F7F;
}

.download_package_sub_table tr td {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.download_package_sub_table tr td .help_text_hover {
  text-decoration: underline;
  cursor: help;
}

.download_package_sub_table tr td .help_text_hover .text_help_info {
  position: absolute;
  top: -180px;
  left: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  background-color: var(--white-color);
  border: 1px solid #A6A6A6;
  line-height: 30px;
  font-size: 16px;
  display: none;
  text-indent: 0em;
}














  .myprofile_section {
    width: 100%;
    min-height: calc(100vh - 760px);
    margin-top: 170px;
  }
  .myprofile_section_title {
    font-size: 35px;
    color: #000000;
    margin-bottom: 50px;
  }
  .myprofile_section_title2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
  }
  .myprofile_section_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
  }
  .myprofile_section_container {
    width: 1060px;
    height: 100%;
    margin: 0px auto;
  }
  .myprofile_input_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20;
  }
  .myprofile_view_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20;
  }
  .left_box,
  .right_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .input_guid_wrapper {
    width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .input_guid_wrapper > p {
    width: 200px;
    min-width: 200px;
    font-size: 14px;
    color: #A6A6A6;
  }
  .input_guid_wrapper > .inputOutBox{
    width: 100%;
    margin-bottom: 0px;
  }
  .input_guid_wrapper > .inputOutBox > input{
    padding: 10px !important;
  }
  .myprofile_view_section input{
    border: 0px !important;
    cursor: default !important;
  }
  .myprofile_info_btn_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 20px;
  }
  .myprofile_info_btn_wrapper > div {
    width: fit-content;
  }
  .boundary_line {
    width: 100%;
    /* height: 0px; */
    border-bottom: 1px solid #A6A6A6;
    margin: 30px 0px;
  }
  .myprofile_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6; */
  }
  .myprofile_table {
    width: 100%;
    height: auto;
  }
  .myprofile_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
  }
  .myprofile_table > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .myprofile_table > thead th:nth-child(1), .myprofile_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .myprofile_table > thead th:nth-child(2), .myprofile_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(460px + 20px);
    min-width: calc(460px + 20px);
  }
  .myprofile_table > thead th:nth-child(3), .myprofile_table > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(120px + 20px);
    min-width: calc(120px + 20px);
  }
  .myprofile_table > thead th:nth-child(4), .myprofile_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(50px + 20px);
    min-width: calc(50px + 20px);
  }
  .myprofile_table > tbody td:nth-child(4) {
    text-align: right;
  }
  .myprofile_table > thead th:nth-child(5), .myprofile_table > tbody td:nth-child(5) {
    text-align: right;
    padding-right: 20px;
    width: calc(80px + 20px);
    min-width: calc(80px + 20px);
  }
  .myprofile_table > thead th:nth-child(6), .myprofile_table > tbody td:nth-child(6) {
    text-align: left;
    padding-right: 0px;
    width: calc(100px + 0px);
    min-width: calc(100px + 0px);
  }
  
  .deactive {
    color: #A6A6A6 !important;
    background-color: #F1F1F1 !important;
  }
  .deactive > div {
    background-position-y: -43px !important;
  }
  .deactive > .inputWrapper_placeholder {
    font-size: 16px !important;
    padding: 10px !important;
    color: inherit !important;
  }
  .deactive:hover > div {
    background-position-y: -43px !important;
  }

  .myprofile_list_wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6; */
  }
  .myprofile_table2 {
    width: 100%;
    height: auto;
  }
  .myprofile_table2 > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
  }
  .myprofile_table2 > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .myprofile_table2 > thead th:nth-child(1), .myprofile_table2 > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(2), .myprofile_table2 > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(3), .myprofile_table2 > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(270px + 20px);
    min-width: calc(270px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(4), .myprofile_table2 > tbody td:nth-child(4) {
    text-align: right;
    padding-right: 20px;
    width: calc(120px + 20px);
    min-width: calc(120px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(5), .myprofile_table2 > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 20px;
    width: calc(180px + 20px);
    min-width: calc(180px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(6), .myprofile_table2 > tbody td:nth-child(6) {
    text-align: right;
    padding-right: 0px;
    width: calc(120px + 0px);
    min-width: calc(120px + 0px);
  }
  .myprofile_table_total_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .myprofile_table_total_wrapper2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .myprofile_table_total_wrapper2 > p {
    font-size: 14px;
  }
  .myprofile_table2 > tbody > tr {
    border-bottom: 1px solid #A6A6A6;
  }
  .myprofile_table2 > tbody > tr:last-child {
    border-bottom: 0px solid #A6A6A6;
  }
  .myprofile_table2 > tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .myprofile_table2 > tbody > tr:first-child > td {
    padding-top: 5px;
  }




  

  .myprofile_list_wrapper3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6; */
  }
  .myprofile_table3 {
    width: 100%;
    height: auto;
  }
  .myprofile_table3 > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
  }
  .myprofile_table3 > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .myprofile_table3 > thead th:nth-child(1), .myprofile_table3 > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(2), .myprofile_table3 > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(60px + 20px);
    min-width: calc(60px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(3), .myprofile_table3 > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(4), .myprofile_table3 > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(270px + 20px);
    min-width: calc(270px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(5), .myprofile_table3 > tbody td:nth-child(5) {
    text-align: right;
    padding-right: 20px;
    width: calc(120px + 20px);
    min-width: calc(120px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(6), .myprofile_table3 > tbody td:nth-child(6) {
    text-align: right;
    padding-right: 0px;
    width: calc(120px + 0px);
    min-width: calc(120px + 0px);
  }
  .myprofile_table3 > thead th:nth-child(7), .myprofile_table3 > tbody td:nth-child(7) {
    text-align: right;
    padding-right: 0px;
    width: calc(100px + 0px);
    min-width: calc(100px + 0px);
  }

  .myprofile_table3 > tbody > tr {
    border-bottom: 1px solid #A6A6A6;
  }
  .myprofile_table3 > tbody > tr:last-child {
    border-bottom: 0px solid #A6A6A6;
  }
  .myprofile_table3 > tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .myprofile_table3 > tbody > tr:first-child > td {
    padding-top: 5px;
  }

  .create_brochure {
    width: fit-content;
    margin-top: 20px;
  }


  .myprofile_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    gap: 10px;
    width: 100px;
    height: 23px;
    background: #F1F1F1;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    cursor: pointer;
  }


  .myprofile_costomi_level_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .myprofile_costomi_level_text_info {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .myprofile_costomi_level_text_info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .myprofile_costomi_level_text_info > p:last-child {
    color: #0496FE;
    margin-left: 20px;
  }
  .myprofile_costomi_level_gage_bar_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 110px;
  }
  .myprofile_costomi_level_gage_bar {
    position: relative;
    width: calc(100% - 40px);
    height: 20px;
    margin: 0px auto;
    background-color: #F1F1F1;
  }
  .myprofile_costomi_level_gage {
    width: 0%;
    height: 100%;
    background-color: #0496FE;
  }
  .active_point {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border: 2px solid #A6A6A6;
    border-radius: 20px;
    color: #A6A6A6;
    transition: transform 0.3s ease;
  }
  .active_point:nth-child(3) {
    left: 150px;
  }
  .active_point:nth-child(4) {
    left: 450px;
  }
  .active_point:nth-child(5) {
    left: unset;
    right: -10px;
  }
  .active_point:nth-child(2)::before {
    content: 'Level D';
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(3) {
    left: 150px;
  }
  .active_point:nth-child(3)::before {
    content: 'Level C';
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(3)::after {
    content: 'Order $10,000 \a 3% discount, 1% reward';
    position: absolute;
    top: calc(100% + 30px);
    left: 0px;
    font-size: 14px;
    white-space: pre;
  }
  .active_point:nth-child(4) {
    left: 450px;
  }
  .active_point:nth-child(4)::before {
    content: 'Level B';
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(4)::after {
    content: 'Order $50,000 \a 6% discount, 2% reward';
    position: absolute;
    top: calc(100% + 30px);
    left: 0px;
    font-size: 14px;
    white-space: pre;
  }
  .active_point:nth-child(5) {
    left: unset;
    right: -10px;
  }
  .active_point:nth-child(5)::before {
    content: 'Level A';
    position: absolute;
    top: calc(100% + 10px);
    right: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(5)::after {
    content: 'Order $500,000\a 9% discount, 3% reward';
    position: absolute;
    top: calc(100% + 30px);
    right: 0px;
    font-size: 14px;
    text-align: right;
    white-space: pre;
  }
  .active_point > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #A6A6A6;
    border-radius: 100%;
  }
  .active_point.active {
    border: 2px solid #0496FE;
    color: #0496FE;
  }
  .active_point.active > div {
    background-color: #0496FE;
  }
  /* .star_five {
    margin: 50px 0;
    position: relative;
    display: block;
    color: var(--white-color);
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid var(--white-color);
    border-left: 100px solid transparent;
    transform: rotate(35deg) scale(0.1);
  }
  .star_five:before {
    border-bottom: 80px solid var(--white-color);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -45px;
    left: -65px;
    display: block;
    content: '';
    transform: rotate(-35deg);
  }
  .star_five:after {
    position: absolute;
    display: block;
    color: var(--white-color);
    top: 3px;
    left: -105px;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid var(--white-color);
    border-left: 100px solid transparent;
    transform: rotate(-70deg);
    content: '';
  } */









  .pricing_title {
    width: 528px;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 48px;
  }
  .pricing_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
  }
  .pricing_content_list_free,
  .pricing_content_list_commercial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    width: 100%;
    height: 700px;
    background: var(--white-color);
    border-radius: 24px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .pricing_title_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0px;
    width: 190px;
    min-width: 190px;
    height: 700px;
    background: transparent;
    border-radius: 24px;
  }
  .pricing_title_list div {
    margin-bottom: 16px;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    width: 100%;
    color: #000;
  }
  .pricing_content_list_free div:not(:last-child),
  .pricing_content_list_commercial div:not(:last-child) {
    margin-bottom: 16px;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
  .pricing_title_list div:nth-child(3) {
    margin-bottom: 32px;
    height: 86px;
  }
  .pricing_content_list_free div:nth-child(3),
  .pricing_content_list_commercial div:nth-child(3) {
    margin-bottom: 32px;
    height: 86px;
  }
  .pricing_title_list div:nth-child(4) {
    margin-bottom: 24px;
    height: 112px;
  }
  .pricing_content_list_free div:nth-child(4),
  .pricing_content_list_commercial div:nth-child(4) {
    margin-bottom: 24px;
    height: 112px;
  }
  .pricing_title_list div:first-child {
    height: 30px;
    margin-bottom: 24px;
  }



  .price_wrapper .pricing_title_list div:nth-child(3) {
    margin-bottom: 16px;
    height: unset;
  }
  .price_wrapper .pricing_content_list_free div:nth-child(3),
  .price_wrapper .pricing_content_list_commercial div:nth-child(3) {
    margin-bottom: 16px;
    height: unset;
  }
  .price_wrapper .pricing_title_list div:nth-child(4) {
    margin-bottom: 16px;
    height: unset;
  }
  .price_wrapper .pricing_content_list_free div:nth-child(4),
  .price_wrapper .pricing_content_list_commercial div:nth-child(4) {
    margin-bottom: 16px;
    height: unset;
  }
  .price_wrapper .pricing_title_list div:first-child {
    height: 27px; 
    margin-bottom: 24px;
  }
  .price_wrapper .pricing_title_list div:nth-child(2) {
    height: 92px;
    margin-bottom: 24px;
  }





  .pricing_content_list_free div:first-child,
  .pricing_content_list_commercial div:first-child {
    height: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #006ABA;
    margin-bottom: 24px;
  }
  .pricing_title_list div > span {
    margin-bottom: 10px;
    display: block;
  }
  .pricing_content_list_free div > span,
  .pricing_content_list_commercial div > span {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }

  .price_wrapper .pricing_content_list_free div:first-child,
  .price_wrapper .pricing_content_list_commercial div:first-child {
    width: 100%;
    height: 27px;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    color: #111;
    margin-bottom: 24px;
  }
  .price_wrapper .pricing_content_list_free div:nth-child(2),
  .price_wrapper .pricing_content_list_commercial div:nth-child(2) {
    width: 100%;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
    color: #111;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: normal;
    gap: 10px;
  }
  .price_wrapper .pricing_content_list_free div:nth-child(2) > div,
  .price_wrapper .pricing_content_list_commercial div:nth-child(2) > div {
    font-size: 10px;
  }
  .price_wrapper .pricing_content_list_free div:nth-child(2) > div > span,
  .price_wrapper .pricing_content_list_commercial div:nth-child(2) > div > span {
    display: block;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
  }
  .price_wrapper .pricing_content_list_commercial div:nth-last-child(2) {
    margin-bottom: 48px;
  }













 
  



  .membership_section {
    width: 1060px;
    margin: 170px auto 100px;
    position: relative;
  }
  .membership_section_title {
    font-size: 35px;
    color: #000000;
    margin-bottom: 50px;
  }
  .membership_section_title2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
  }
  .membership_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6;
  }
  .membership_table {
    width: 100%;
    height: auto;
  }
  .membership_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #A6A6A6;
  }
  .membership_table > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .membership_table > thead th:nth-child(1), .membership_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .membership_table > thead th:nth-child(2), .membership_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(250px + 20px);
    min-width: calc(250px + 20px);
  }
  .membership_table > thead th:nth-child(3), .membership_table > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .membership_table > thead th:nth-child(4), .membership_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(90px + 20px);
    min-width: calc(90px + 20px);
  }
  .membership_table > thead th:nth-child(5), .membership_table > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 20px;
    width: calc(260px + 20px);
    min-width: calc(260px + 20px);
  }
  .membership_table > thead th:nth-child(6), .membership_table > tbody td:nth-child(6) {
    text-align: left;
    padding-right: 0px;
    width: calc(100px);
    min-width: calc(100px);
  }
  .payment_wrapper_credit_card {
    position: relative;
    width: 550px;
    height: 266px;
  }



  .membership_history_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6;
  }
  .membership_history_table {
    width: 100%;
    height: auto;
  }
  .membership_history_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #A6A6A6;
  }
  .membership_history_table > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .membership_history_table > thead th:nth-child(1), .membership_history_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(260px + 20px);
    min-width: calc(260px + 20px);
  }
  .membership_history_table > thead th:nth-child(2), .membership_history_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .membership_history_table > thead th:nth-child(3), .membership_history_table > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(250px + 20px);
    min-width: calc(250px + 20px);
  }
  .membership_history_table > thead th:nth-child(4), .membership_history_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .membership_history_table > thead th:nth-child(5), .membership_history_table > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 0px;
    width: calc(100px + 0px);
    min-width: calc(100px + 0px);
  }
  .membership_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 5px 6px;
    gap: 10px;
    width: 100px;
    height: 23px;
    background: #A6A6A6;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    cursor: pointer;
  }
  .card_brand_logo {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 56px;
    height: 24px;
    background-color: #0496FE;
    display: inline-block;
  }
  .card_brand_text {
    padding-left: 66px !important;
  }

  .switch_object {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 3px;
    width: 50px;
    height: 20px;
    background-color: #A6A6A6;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  .switch_object > div {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: var(--white-color);
    border-radius: 15px;
    transition: left 0.3s ease;
  }
  .switch_object.active{
    background-color: #1B89FF;
  }
  .switch_object.active > div {
    left: 4px;
  }
  .change_payment_info {
    width: fit-content;
  }
  .save_payment_info {
    display: inline-block;
  }
  .cancel_payment_info {
    display: inline-block;
  }
  .save_info_wrapper {
    display: none;
  }
  .vender_section {
    width: 100%;
    min-height: calc(100vh - 760px);
    margin-top: 170px;
  }
  .vender_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 763px;
    height: auto;
    margin: 0px auto;
  }
  .vender_container_for_payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 631px;
    height: auto;
    margin: 0px auto;
    display: none;
  }
  .vender_title {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 20px;
  }
  .vender_sub_text {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
  }
  .notice_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px;
    gap: 30px;
    width: 763px;
    height: auto;
    background: var(--white-color);
    box-shadow: 0px 10px 50px rgba(75, 75, 75, 0.15);
    margin-bottom: 50px;
  }
  .notice_wrapper:last-child {
    margin-bottom: 0px;
  }
  .notice_wrapper_first_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice_wrapper_first_box > p {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
  }
  .notice_wrapper_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice_wrapper_second_box > p {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #000000;
  }
  .notice_wrapper_second_box > p:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
  }
  .notice_wrapper_third_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .notice_wrapper_third_box > p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .notice_wrapper_third_box > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .notice_wrapper_third_box > div > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .notice_wrapper_third_box > div > p:first-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .active_vender_btn {
    width: fit-content !important;
    margin-right: auto;
    cursor: pointer;
  }
  .trial_vender_btn {
    width: fit-content !important;
    margin-right: auto;
    cursor: pointer;
  }


  .notice_wrapper.active_payment {
    width: 100%;
  }
  .notice_wrapper.active_payment .notice_wrapper_third_box > div {
    width: 424px;
  }
  .notice_wrapper.active_payment .payment_wrapper_credit_card {
    position: relative;
    width: 100%;
  }
  .vender_container_for_payment_btn_wrapper {
    width: fit-content !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
    margin-right: auto !important;
  }



  .category_tag_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    min-height: 100px;
  }
  .category_tag_content {
    padding: 0px 15px;
    width: fit-content;
    height: 42px;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    line-height: 40px;
    transition: all 0.3s ease;
  }
  .category_tag_content.active {
    border: 1px solid #DADADA;
    background-color: #DADADA;
  }
  .category_tag_content:hover {
    border: 1px solid #DADADA;
    background-color: #DADADA;
  }
  .industries_title_text {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
    width: fit-content;
    margin-top: 80px;
  }
  .industries_title_text:first-child {
    margin-top: 0px;
  }
  .industries_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
  }
  .industries_card_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 362px;
    height: auto;
    cursor: pointer;
    background-color: var(--white-color);
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .industries_video_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 556px;
    height: auto;
    cursor: pointer;
    background-color: var(--white-color);
    border-radius: 24px;
  }
  .industries_card_img {
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* min-width: 100%; */
    height: 240px;
    min-height: 240px;
    overflow: hidden;
    /* border: 2px solid rgb(255 255 255 / 0%); */
    box-sizing: border-box;
    transition: all 0.3s ease;
    /* border-radius: 16px; */
}
  .industries_card_img_box {
    width: 100%;
    height: 100%;
    /* background: #C9C9C9; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .industries_card_text_wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 40px 40px;
    gap: 16px;
    width: 100%;
    height: 100%;
    min-height: 244px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 70.31%); */
  }
  .industries_card_info_text {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    /* margin-top: 24px; */
  }
  .industries_card_info_hash_text {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
  }
  /* .industries_card_info_hash_text::before {
    content: '#';
  } */
  .category_tag_text {
    margin-top: auto;
  }
  .industries_read_more_btn {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    gap: 14px;
    width: fit-content;
    height: 20px;
  }
  .industries_read_more_btn > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #006ABA;
  }
  .industries_card_video_info_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);
    /* height: 90px; */
    padding: 40px;
    box-sizing: border-box;
  }
  .industries_card_content:hover{
    border: 1px solid #006ABA;
  }
  .industries_card_content:hover .industries_card_img .industries_card_img_box {
    transform: scale(1.1);
  }
  .industries_card_content .industries_read_more_btn .arrow {
    transition: all 0.3s ease;
    margin-top: 2px;
  }
  .industries_card_content:hover .industries_read_more_btn .arrow {
    margin-left: 10px;
  }
  .industries_card_content:hover .industries_read_more_btn .arrow::after{
    width: 20px;
  }
  .industries_card_content {

  }
  .industries_card_video {
    position: relative;
    width: 100%;
    height: 302px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    /* background: #C9C9C9; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    /* border: 2px solid transparent; */
    transition: all 0.3s ease;
  }
  .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s ease;
  }
  .industries_card_playBtn > div{
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #006ABA;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
    transition: all 0.3s ease;
  }

  .industries_video_content:hover .industries_card_video  {
    background-size: 110%;
    /* border: 2px solid #006ABA; */
  }
  .industries_video_content:hover .playVideoBtn  {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
  /* .industries_video_content:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .industries_video_content:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 37px solid #FB5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  } */
  /* .industries_card_playBtn:hover{
  }
  .industries_card_playBtn:hover > div{
  } */
  .video_play_time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 40px;
    right: 40px;
    padding: 2px 5px;
    gap: 10px;
    position: absolute;
    width: 45px;
    height: 23px;
    background: #000000;
    color: #e1e1e1;
  }
  .industries_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    background-color: var(--white-color);
    padding: 80px;
    border-radius: 24px;
    min-height: 900px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  
  .resources_detail_content_top {
    color: #777;
    font-size: 22px !important;
    font-weight: 300;
    line-height: normal !important;
    margin-bottom: 24px;
  }
  .resources_detail_content_bottom {
    margin-top: 80px;
  }
  
  .resources_detail_top_image_wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 80px;
  }
  .resources_detail_top_image_wrapper > img {
    width: 100%;
    display: block;
  }

  
  .resources_detail_top_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 80px;
  }
  .view_like_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .view_like_wrapper > span {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .view_like_btn_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .view_like_btn_wrapper > div {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background-color: #F2F2F2;
    transition: all 0.3s ease;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
  }
  .view_like_btn_wrapper > div:hover {
    background-color: #006ABA;
  }
  .view_like_btn_wrapper > div:first-child {
    background-image: url('/images/innorix_homepage/new_image/like-blue.svg');
  }
  .view_like_btn_wrapper > div:nth-child(2) {
    background-image: url('/images/innorix_homepage/new_image/share-blue.svg');
  }
  .view_like_btn_wrapper > div:nth-child(3) {
    background-image: url('/images/innorix_homepage/new_image/print_blue.svg');
  }
  .view_like_btn_wrapper > div:nth-child(4) {
    /* display: none !important; */
    background-image: url('/images/innorix_homepage/new_image/pdf-blue.svg');
  }
  .view_like_btn_wrapper > div:hover:first-child {
    background-image: url('/images/innorix_homepage/new_image/like-white.svg');
  }
  .view_like_btn_wrapper > div:hover:nth-child(2) {
    background-image: url('/images/innorix_homepage/new_image/share-white.svg');
  }
  .view_like_btn_wrapper > div:hover:nth-child(3) {
    background-image: url('/images/innorix_homepage/new_image/print_white.svg');
  }
  .view_like_btn_wrapper > div:hover:nth-child(4) {
    background-image: url('/images/innorix_homepage/new_image/pdf-white.svg');
  }
  .content_shear_btn_alert {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    color: var(--white-color);
    background-color: #006ABA;
    border-radius: 6px;
    font-size: 14px;
    display: none;
  }
  .industries_inner_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 24px;
  }
  .industries_text_title {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
    width: fit-content;
  }
  
  .industries_text_title.title_round_wrapper{
    padding: 0px 25px;
    width: fit-content;
    height: 42px;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: default;
    color: #000;
    line-height: 40px;
    transition: all 0.3s ease;
    font-size: 22px;
    font-weight: 300;
  }
  
.result_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
}
.result_content {
	width: 100%;
	height: auto;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	border-radius: 24px;
	border: 1px solid #D1D1D1;
	background-color: var(--white-color);
}
.result_text_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
}
.result_text_wrapper > p:first-child{
	color: #111;
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
}
.result_content_no_result {
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.result_content_no_result > p {
	color: #7F7F7F;
}
.result_category_wrapper {
	width: fit-content;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
}
.result_category_content {
    padding: 0px 15px;
    width: fit-content;
    height: 42px;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    line-height: 40px;
    transition: all 0.3s ease;
}
.result_category_content:hover {
    border: 1px solid #DADADA;
    background-color: #DADADA;
}


.resources_box {
	display: flex;
	width: 100%;
	height: auto;
	min-height: 424px;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	border-radius: 24px;
	background: var(--white-color);
  border: 1px solid #D1D1D1;
	color: #000;
  margin-top: 80px;
}
.resources_box_text_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.resources_box_text_wrapper p:first-child {
	width: 340px;
}
.resources_box_text_wrapper p:first-child > span{
	display: block;
}
.resources_box_search {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
}
.resources_box_search_top_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.resources_box_search_wrapper {
	position: relative;
	display: flex;
	width: 600px;
	height: 44px;
	padding: 20px;
	align-items: center;
	gap: 10px;
	border-radius: 24px;
	background: var(--white-color);
	color: #7F7F7F;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	border: 1px solid #D1D1D1;
	transition: all 0.3s ease;
}
.resources_box_search_wrapper > .error_alert {
    position: absolute;
    top: 50%;
    right: 16px;
    width: fit-content;
    height: 34px;
    transform: translateY(-50%);
    background-color: #ff7676;
    color: var(--white-color);
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 13px;
    z-index: 3;
    white-space: nowrap;
}
.resources_box_search_wrapper > input[type=text] {
	appearance: none;
	border: 0px !important;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	font-size: 18px;
}
.resources_box_keyword_wrapper {
	width: 840px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px 24px;
	flex-wrap: wrap;
}
.resources_box_keyword_wrapper > a {
	text-decoration: underline;
	font-size: 16px;
	transition: all 0.3s ease;
}
.resources_box_keyword_wrapper > a:hover {
	color: #006ABA;
}



  
  .usage_guide_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .usage_guide_card_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 360px;
    height: 317px;
    cursor: pointer;
  }
  .usage_guide_card_img {
    width: 100%;
    height: 220px;
    /* background: #C9C9C9; */
  }
  .return_to_content_top {
    position: fixed;
    right: 70px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: var(--white-color);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  }
  .return_to_content_top::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border: 2px solid #474747;
    border-left: 0px;
    border-bottom: 0px;
    transition: all 0.3s ease;
  }
  .return_to_content_top::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border: 2px solid #474747;
    border-left: 0px;
    border-bottom: 0px;
    transition: all 0.3s ease;
  }
  .return_to_content_top:hover::after {
    border-color: #006ABA;
  }
  .return_to_content_top:hover::before {
    border-color: #006ABA;
  }

  .new_features_title {
    width: fit-content;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
  }
  .new_features_wrapper {
    width: 1136px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    padding: 40px;
    background-color: var(--white-color);
    border-radius: 24px;
  }
  .new_features_content_title {
    width: fit-content;
    height: auto;
    font-size: 22px;
  }
  .new_features_content_type_1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding: 40px;
    background-color: #F2F2F2;
    border-radius: 24px;
    gap: 24px;
  }
  .new_features_content_type_1_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_type_1_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_padding1 {
    padding-left: 20px;
  }
  .new_features_content_type_2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    border-radius: 24px;
    gap: 24px;
  }
  .new_features_content_type_2_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_type_2_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_image_type_1_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_1_img_wrapper {
    width: 100%;
    height: auto;
  }
  .new_features_content_image_type_1_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_1_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_image_type_1_img_wrapper > img {
    width: 100%;
    height: auto;
  }

  
  .new_features_content_image_type_2_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_2_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_2_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_image_type_2_img_wrapper {
    width: 240px;
    min-width: 240px;
    height: auto;
  }
  .new_features_content_image_type_2_img_wrapper > img {
    width: 100%;
    height: auto;
  }
  .table_content_type1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .table_content_type1 > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
  }
  .table_content_type1 > div > p {
    width: 70%;
    padding: 10px;
    display: block;
  }
  .table_content_type1 > div > p:first-child {
    width: 30%;
    min-width: 154px;
    background-color: #F2F2F2;
    color: #000;
    font-size: 14px;
    line-height: normal;
  }
  .table_content_type2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .table_content_type2_title {
    height: 36px;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: normal;
    background-color: #F2F2F2;
      font-weight: bolder;
  }
  .table_content_type2 > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
  }
  .table_content_type2 > div > p {
    width: 90%;
    padding: 10px;
    display: block;
      font-weight: bolder;
  }
  .table_content_type2 > div > p:first-child {
    width: 10%;
    min-width: 100px;
    color: #000;
    font-size: 13px;
    line-height: normal;
  }
  .table_content_type3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .table_content_type3_title {
    height: 36px;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: normal;
    background-color: #F2F2F2;
      font-weight: bolder;
  }
  .table_content_type3 > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
    padding: 10px;
  }
  .table_content_type3 > div > pre {
    width: 100%;
    font-size: 14px;
      font-weight: bolder;
    line-height: normal;
  }
  

  .cando_wrapper {
    position: relative;
    width: 1136px;
    background-color: var(--white-color);
    min-height: auto;
    /* padding: 0px 50px 0px; */
    margin: 0px auto;
  }
  .cando_wrapper > h2 {
    font-size: 40px;
    margin: 0px;
  }
  .hidden_wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
  }
  .cando_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    /* margin-top: 40px; */
    width: max-content;
    gap: 24px;
    /* margin-left: -373px; */
    transition: all 0.3s ease;
    padding: 20px 0px;
  }
  .cando_flex_card {
    position: relative;
    width: 362px;
    height: auto;
    background-color: var(--white-color);
    cursor: pointer;
    border-radius: 24px;
    overflow: hidden;
    /* border: 2px solid transparent; */
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .cando_flex_card:hover {
    border: 1px solid #006ABA;
  }
  .cando_item_box {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .cando_image_box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .cando_item_box_wrapper {
    width: 100%;
    height: 100%;
  }
  .cando_text_wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 40px 40px;
    gap: 16px;
    width: 100%;
    height: auto;
    min-height: 244px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 70.31%); */
  }
  .cando_title {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    /* border: 1px solid #006ABA; */
    background-color: #E9E9E9;
    padding: 8px 16px 8px;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: auto;
  }
  .cando_text {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    /* margin-top: 24px; */
  }
  .cando_hashtag {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    /* margin-top: auto; */
  }
  /* .cando_hashtag::before {
    content: '#';
  } */
  .cando_flex_card > p:nth-child(2){
    padding: 28px 0px 0px;
    margin: 0px auto 24px;
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cando_flex_card > p:nth-child(3){
    padding: 0px 40px 40px;

  }
  .cando_flex_card:hover {
    /* border: 2px solid #006ABA; */
  }
  .cando_flex_card:hover .cando_item_box .cando_image_box {
    transform: scale(1.1);
  }
  .cando_bottom_wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
  }

  .move_btn {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .move_btn > div {
    width:auto;
    height:auto;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
    padding: 10px 6px;
  }
  .move_btn > div > div {
    width:24px;
    height:8px;
    background-color: #A6A6A6;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    transition: all 0.3s linear;
  }
  .move_btn > div > div:hover {
    background-color: #c9c9c9;
  }
  /* .move_btn > .active {
    width: 60px;
    background-color: #000000;
  } */
  .move_btn > .active > div {
    width: 40px;
    background-color: #000000;
  }
  .move_btn > .active > div:hover {
    background-color: #000000;
  }
  .cando_see_more_btn {
    position: absolute;
    left: 0px;
    bottom: 5px;
    /* transform: translateY(-50%);
    white-space: nowrap;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px; */
  }

  .move_container_slide_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }





  .slide_box_wrapper {
    position: relative;
    width: 100vw;
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .slide_box_wrapper:last-child {
    margin-bottom: 0px;
  }
  .slide_box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 2700px;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .slide_box > div {
    width: 320px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .from_left_slide_ent > div ,.from_right_slide_ent > div{
    background-size: contain;
    border: 0px solid #7F7F7F;
  }
  .slide_box > div:last-child {
    margin-right: 0px;
  }
  .slide_box_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.25turn, #F6F9FC, transparent,  #F6F9FC);
  }
  .thr_slide_wrapper {
    height: 200px;
  }
  .thr_slide > div{
    border-radius: 0px;
    border: none;
    overflow: hidden;
  }
  

  .from_right_slide_ent > div:nth-child(1) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aia.png');
  }
  .from_right_slide_ent > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/american_express.png');
  }
  .from_right_slide_ent > div:nth-child(3) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aramark.png');
  }
  .from_right_slide_ent > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bank_of_korea.png');
  }
  .from_right_slide_ent > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/belkin.png');
  }
  .from_right_slide_ent > div:nth-child(6) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bnp_paribas.png');
  }
  .from_right_slide_ent > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/carrefour.png');
  }
  .from_right_slide_ent > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/cgv.png');
  }
  .from_right_slide_ent > div:nth-child(9) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/cj.png');
  }
  .from_right_slide_ent > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/clinique.png');
  }
  .from_right_slide_ent > div:nth-child(11) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/daewoo.png');
  }
  .from_right_slide_ent > div:nth-child(12) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/dongbu.png');
  }
  .from_right_slide_ent > div:nth-child(13) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/doosan.png');
  }
  .from_right_slide_ent > div:nth-child(14) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/dun_bradstreet.png');
  }
  .from_right_slide_ent > div:nth-child(15) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ericsson.png');
  }
  .from_right_slide_ent > div:nth-child(16) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/exxonmobil.png');
  }
  .from_right_slide_ent > div:nth-child(17) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/food_for_thehungry.png');
  }
  .from_right_slide_ent > div:nth-child(18) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/fuji_xerox.png');
  }
  .from_right_slide_ent > div:nth-child(19) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ge.png');
  }
  .from_right_slide_ent > div:nth-child(20) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/gs_caltex.png');
  }
  .from_right_slide_ent > div:nth-child(21) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/halla.png');
  }
  .from_right_slide_ent > div:nth-child(22) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hankook.png');
  }
  .from_right_slide_ent > div:nth-child(23) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hanwha.png');
  }
  .from_right_slide_ent > div:nth-child(24) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hardrock_cafe.png');
  }
  .from_right_slide_ent > div:nth-child(25) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hp.png');
  }
  .from_right_slide_ent > div:nth-child(26) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hynix.png');
  }
  .from_right_slide_ent > div:nth-child(27) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyosung.png');
  }
  .from_right_slide_ent > div:nth-child(28) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai.png');
  }
  .from_right_slide_ent > div:nth-child(29) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai_group.png');
  }
  .from_right_slide_ent > div:nth-child(30) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai_capital.png');
  }
  .from_right_slide_ent > div:nth-child(31) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai_mobis.png');
  }
  .from_right_slide_ent > div:nth-child(32) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ibk.png');
  }
  .from_right_slide_ent > div:nth-child(33) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ibm.png');
  }
  .from_right_slide_ent > div:nth-child(34) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/incheon_airport.png');
  }
  .from_right_slide_ent > div:nth-child(35) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kb.png');
  }
  .from_right_slide_ent > div:nth-child(36) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kbs.png');
  }
  .from_right_slide_ent > div:nth-child(37) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aia.png');
  }
  .from_right_slide_ent > div:nth-child(38) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/american_express.png');
  }
  .from_right_slide_ent > div:nth-child(39) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aramark.png');
  }
  .from_right_slide_ent > div:nth-child(40) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bank_of_korea.png');
  }
  .from_right_slide_ent > div:nth-child(41) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/belkin.png');
  }
  .from_right_slide_ent > div:nth-child(42) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bnp_paribas.png');
  }
  .from_right_slide_ent > div:nth-child(43) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/carrefour.png');
  }
  .from_right_slide_ent > div:nth-child(44) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/cgv.png');
  }

  .from_left_slide_ent > div:nth-child(1) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kdb_bank.png');
  }
  .from_left_slide_ent > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kia.png');
  }
  .from_left_slide_ent > div:nth-child(3) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kolon.png');
  }
  .from_left_slide_ent > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kt.png');
  }
  .from_left_slide_ent > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg.png');
  }
  .from_left_slide_ent > div:nth-child(6) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg_chem.png');
  }
  .from_left_slide_ent > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lock&lock.png');
  }
  .from_left_slide_ent > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte.png');
  }
  .from_left_slide_ent > div:nth-child(9) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte_card.png');
  }
  .from_left_slide_ent> div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/mbc.png');
  }
  .from_left_slide_ent > div:nth-child(11) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/natioal_geographic.png');
  }
  .from_left_slide_ent > div:nth-child(12) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ncsoft.png');
  }
  .from_left_slide_ent > div:nth-child(13) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/nh.png');
  }
  /* .from_left_slide_ent > div:nth-child(14) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/dun_bradstreet.png');
  } */
  .from_left_slide_ent > div:nth-child(14) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ocn.png');
  }
  .from_left_slide_ent > div:nth-child(15) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/orion.png');
  }
  .from_left_slide_ent > div:nth-child(16) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/philips.png');
  }
  .from_left_slide_ent > div:nth-child(17) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/posco.png');
  }
  .from_left_slide_ent > div:nth-child(18) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/prudential.png');
  }
  .from_left_slide_ent > div:nth-child(19) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/redcross.png');
  }
  .from_left_slide_ent > div:nth-child(20) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/samsung.png');
  }
  .from_left_slide_ent > div:nth-child(21) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sbs.png');
  }
  .from_left_slide_ent > div:nth-child(22) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/shinhan.png');
  }
  .from_left_slide_ent > div:nth-child(23) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/siemens.png');
  }
  .from_left_slide_ent > div:nth-child(24) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sk.png');
  }
  .from_left_slide_ent > div:nth-child(25) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sk_telecom.png');
  }
  .from_left_slide_ent > div:nth-child(26) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/soil.png');
  }
  .from_left_slide_ent > div:nth-child(27) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sony.png');
  }
  .from_left_slide_ent > div:nth-child(28) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/standard_chartered.png');
  }
  .from_left_slide_ent > div:nth-child(29) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/stx.png');
  }
  .from_left_slide_ent > div:nth-child(30) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/theshilla.png');
  }
  .from_left_slide_ent > div:nth-child(31) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/total.png');
  }
  .from_left_slide_ent > div:nth-child(32) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/united_colors_of_benetton.png');
  }
  .from_left_slide_ent > div:nth-child(33) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/us_army.png');
  }
  .from_left_slide_ent > div:nth-child(34) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/vietnam_airlines.png');
  }
  .from_left_slide_ent > div:nth-child(35) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/volkswagen.png');
  }
  .from_left_slide_ent > div:nth-child(36) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/yokogawa.png');
  }
  .from_left_slide_ent > div:nth-child(37) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kdb_bank.png');
  }
  .from_left_slide_ent > div:nth-child(38) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kia.png');
  }
  .from_left_slide_ent > div:nth-child(39) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kolon.png');
  }
  .from_left_slide_ent > div:nth-child(40) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kt.png');
  }
  .from_left_slide_ent > div:nth-child(41) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg.png');
  }
  .from_left_slide_ent > div:nth-child(42) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg_chem.png');
  }
  .from_left_slide_ent > div:nth-child(43) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lock&lock.png');
  }
  .from_left_slide_ent > div:nth-child(44) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte.png');
  }
  .from_left_slide_ent > div:nth-child(45) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte_card.png');
  }





  .from_right_slide1 > div:first-child {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_1.jpg');
  }
  .from_right_slide1 > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_5.jpg');
  }
  .from_right_slide1 > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_7.jpg');
  }
  .from_right_slide1 > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_2.jpg');
  }
  .from_right_slide1 > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_1.jpg');
  }
  .from_right_slide1 > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_5.jpg');
  }
  .from_right_slide1 > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_7.jpg');
  }





  .from_left_slide1 > div:first-child {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_11.jpg');
  }
  .from_left_slide1 > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_3.jpg');
  }
  .from_left_slide1 > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_6.jpg');
  }
  .from_left_slide1 > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_8.jpg');
  }
  .from_left_slide1 > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_11.jpg');
  }
  .from_left_slide1 > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_3.jpg');
  }
  .from_left_slide1 > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_6.jpg');
  }




  .from_right_slide2 > div:first-child {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_10.jpg');
  }
  .from_right_slide2 > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_12.png');
  }
  .from_right_slide2 > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_4.jpg');
  }
  .from_right_slide2 > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_9.jpg');
  }
  .from_right_slide2 > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_10.jpg');
  }
  .from_right_slide2 > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_12.png');
  }
  .from_right_slide2 > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_4.jpg');
  }
  .ank {
    position: absolute;
    top: -120px;
    left: 0px;
  }
  .package_area_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
  }
  .package_area_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #D1D1D1;
    background: var(--white-color);
  }
  .package_area_content > p:first-child {
    color: #006ABA;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }
  .package_area_content > p:first-child > span {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }
  .package_area_content > p:nth-child(2) {
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  .package_area_content > p:nth-child(2) > span:first-child{
    color: #111;
    font-size: 16px;
  }
  .package_area_content > p:nth-child(2) > span:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .package_area_content_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .package_area_content_text_wrapper > p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  .package_area_content_text_wrapper > p > span:first-child {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #006ABA;
    border-radius: 100%;
  }
  .package_area_content_text_wrapper > p > span:nth-child(2) {
    color: #444;
    font-size: 13px;
  }
  .package_area_content_text_wrapper > p > span:nth-child(3) {
    color: #111;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
  }
}
@media all and (max-width:1224px) {
  .section_ex {
    padding-top: 100px !important;
  }
  .first_loading_dumy {
    width: 360px;
    height: 300px;
  }


  /* main */
  .main_exacool_section {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    min-height: auto;
    padding: 80px 0px 80px;
    margin: 0px;
    /* background-color: #F6F9FC; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .main_exacoola_container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
  }
  .title_main_page {
    width: 100% !important;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
  }

  .slide_start_animation {
    animation-name: slide_animationes;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .main_exacoola_main_text_wrapper {
    position: absolute;
    top: 150px;
    left: 0px;
    /* transform: translateY(-50%); */
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    padding: 0px 15px;
  }
  .main_exacoola_main_text_wrapper > p:first-child {
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: var(--white-color);
    max-width: 100%;
  }
  .main_exacoola_main_text_wrapper > p:nth-child(2) {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    max-width: 100%;
  }
  .main_exacoola_main_text_wrapper > .blueBtn {
  }
  .main_exacoola_video_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .main_exacoola_video_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: auto;
    height: auto;
  }
  .m_reverse_main_exacoola_video_wrapper {
    flex-direction: column-reverse;
  }
  .main_exacoola_video_text_wrapper > p:nth-child(1){
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
  }
  .main_exacoola_video_text_wrapper > p:nth-child(2){
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
  }
  .video_image {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-top: 56.25%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    border-radius: 24px;
    /* border: 2px solid transparent; */
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .video_image:hover {
    /* border: 2px solid #006ABA; */
    background-size: 110%;
  }
  .video_image:hover .playVideoBtn  {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
  .video_image:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .video_image:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #FB5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  }
  .main_exacoola_video_text_wrapper > .whiteBtn {
    margin-top: auto;
  }
  .vertical_text_box_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
  }
  .vertical_text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    width: 100%;
    height: auto;
    background: var(--white-color);
    border: 1px solid #d1d1d1;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .vertical_text_box_image {
    width: 80px;
    height: 80px;
    /* background: #E3E3E3; */
    border-radius: 10px;
    background-image: url('/images/main/230627_webicons.svg');
    background-repeat: no-repeat;
  }
  .vertical_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 100%;
    height: auto;
  }
  .vertical_text_wrapper > p:first-child {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
  }
  .vertical_text_wrapper > p:nth-child(2) {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.002em;
    color: #000000;
  }
  .scroll_bottom_animation {
    z-index: 4;
    position: absolute;
    bottom: 4.9vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    transition: opacity .85s cubic-bezier(.47,.42,0,.99);
  }
  .scroll_bottom_animation_center_wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .mouse_object {
    position: relative;
    width: 26px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid var(--white-color);
    display: none;
  }
  .mouse_object > div {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: var(--white-color);
    border-radius: 100%;
    transform: translateX(-50%);
  }
  .mouse_animation_arrow {
    display: block;
    animation: arrow_scroll_animation 2.4s forwards infinite;
  }
  .mouse_animation_arrow::after {
    content: '';
    display: block;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    transform-origin: center;
    transform: rotate(-135deg);
  }
  /* main */






  .exacoola_container {
    width: 100%;
    height: auto;
    margin: 0px auto 80px;
    padding: 0px 15px;
  }
  .exacoola_container:last-child {
    margin: 0px auto 0px;
  }
  .exacoola_container2 {
    width: 1060px;
    height: auto;
    margin: 0px auto 40px;
  }
  .exacoola_container2:last-child {
    margin: 0px auto 0px;
  }
  .page_benner_wrapper {
    width: 100%;
    height: auto;
    background: #F2F2F2;
  }
  .small_exacoola_contanier {
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
  }
  .banner_image_box {
    width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flex_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
  }
  .flex_align_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--white-color);
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .flex_align_box2 {
    width: 100% !important;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    background: var(--white-color);
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .flex_align_box2_reverse {
    /* flex-direction: row-reverse; */
  }
  .exacoola_flex_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
  .exacoola_flex_box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .os_section_wrapper {
    width: calc(100% - 30px);
    /* padding: 40px; */
    margin: 0px auto;
    border-radius: 24px;
    background: var(--white-color);
  }
  .os_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px;
    gap: 48px;
    width: 100%;
  }
  .exacoola_flex_box3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 210px;
  }
  .exacoola_flex_box3 > .text_wrapper2:first-child > p {
    width: fit-content;
    height: auto;
    font-weight: 300;
    font-size: 22px;
    color: #2575B1;
    text-align: left;
  }
  .exacoola_flex_box3 > .text_wrapper2:nth-child(2) > p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: fit-content;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: left;
  }
  /* .os_wrapper .exacoola_flex_box3:nth-child(1) {
    width: 100%;
  }
  .os_wrapper .exacoola_flex_box3:nth-child(2) {
    width: 100%;
  }
  .os_wrapper .exacoola_flex_box3:nth-child(3) {
    width: 100%;
  }
  .os_wrapper .exacoola_flex_box3:nth-child(4) {
    width: 100%;
  } */
  .text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .text_wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }


  .grayBtn {
    transition: all 0.1s;
    color: #A6A6A6;
    /* border-radius: 8px; */
    font-size: 18px;
    min-width: 0;
    padding: 10px 25px;
    border: 1px solid #F1F1F1;
    background-color: #F1F1F1;
    transition: all 0.3s;
    cursor: pointer;
  }

  .grayBtn:hover {
    border: 1px solid #A6A6A6 !important;
    color: #F1F1F1 !important;
    background-color: #A6A6A6;
  }


  .newMainVideo {
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    /* transform: translate(-50%,-50%); */
  }
  .newMainVideo_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .img_box_small {
    width: 100%;
    height: 295px;
    min-height: 295px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .img_box_big {
    width: 565px;
    height: 475px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .img_box_small_video {
    width: 100%;
    height:100%;
    background: var(--white-color);
    /* border: 1px solid #111111; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    overflow: hidden;
  }
  .img_box_big_video {
    width: 100%;
    height:100%;
    background: var(--white-color);
    /* border: 1px solid #111111; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    overflow: hidden;
  }
  



.resource_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
  width: 100%;
  background: #F6F9FC;
  border-radius: 40px;
}

.resource_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 50px;
}

.resource_content {
  box-sizing: border-box;
  width: 320px;
  height: 220px;
  background: var(--white-color);
  border: 1px solid #A6A6A6;
  cursor: pointer;
}
.more_resource_content {
  width: 100%;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more_resource_content > span {
  width: 60px;
  height: 60px;
  display: block;
  border-bottom: 2px solid #A6A6A6;
  border-right: 2px solid #A6A6A6;
  transform-origin: center;
  transform: rotate(45deg);
}














.download_package_table {
  width: 100%;
  height: auto;
}

.download_package_table thead {
  border-bottom: 1px solid #000;
}

.download_package_table thead th {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 400;
}

.download_package_table tbody td {
  font-size: 18px;
  padding-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.download_package_sub_table {
  width: 1100px;
  margin-left: 60px;
}

.download_package_sub_table tr {
  border-top: 1px solid #7F7F7F;
}

.download_package_sub_table tr td {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.download_package_sub_table tr td .help_text_hover {
  text-decoration: underline;
  cursor: help;
}

.download_package_sub_table tr td .help_text_hover .text_help_info {
  position: absolute;
  top: -180px;
  left: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  background-color: var(--white-color);
  border: 1px solid #A6A6A6;
  line-height: 30px;
  font-size: 16px;
  display: none;
  text-indent: 0em;
}















  .myprofile_section {
    width: 100%;
    min-height: calc(100vh - 760px);
    margin-top: 170px;
  }
  .myprofile_section_title {
    font-size: 35px;
    color: #000000;
    margin-bottom: 50px;
  }
  .myprofile_section_title2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
  }
  .myprofile_section_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
  }
  .myprofile_section_container {
    width: 1060px;
    height: 100%;
    margin: 0px auto;
  }
  .myprofile_input_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20;
  }
  .myprofile_view_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20;
  }
  .left_box,
  .right_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .input_guid_wrapper {
    width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .input_guid_wrapper > p {
    width: 200px;
    min-width: 200px;
    font-size: 14px;
    color: #A6A6A6;
  }
  .input_guid_wrapper > .inputOutBox{
    width: 100%;
    margin-bottom: 0px;
  }
  .input_guid_wrapper > .inputOutBox > input{
    padding: 10px !important;
  }
  .myprofile_view_section input{
    border: 0px !important;
    cursor: default !important;
  }
  .myprofile_info_btn_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 20px;
  }
  .myprofile_info_btn_wrapper > div {
    width: fit-content;
  }
  .boundary_line {
    width: 100%;
    /* height: 0px; */
    border-bottom: 1px solid #A6A6A6;
    margin: 30px 0px;
  }
  .myprofile_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6; */
  }
  .myprofile_table {
    width: 100%;
    height: auto;
  }
  .myprofile_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
  }
  .myprofile_table > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .myprofile_table > thead th:nth-child(1), .myprofile_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .myprofile_table > thead th:nth-child(2), .myprofile_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(460px + 20px);
    min-width: calc(460px + 20px);
  }
  .myprofile_table > thead th:nth-child(3), .myprofile_table > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(120px + 20px);
    min-width: calc(120px + 20px);
  }
  .myprofile_table > thead th:nth-child(4), .myprofile_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(50px + 20px);
    min-width: calc(50px + 20px);
  }
  .myprofile_table > tbody td:nth-child(4) {
    text-align: right;
  }
  .myprofile_table > thead th:nth-child(5), .myprofile_table > tbody td:nth-child(5) {
    text-align: right;
    padding-right: 20px;
    width: calc(80px + 20px);
    min-width: calc(80px + 20px);
  }
  .myprofile_table > thead th:nth-child(6), .myprofile_table > tbody td:nth-child(6) {
    text-align: left;
    padding-right: 0px;
    width: calc(100px + 0px);
    min-width: calc(100px + 0px);
  }
  
  .deactive {
    color: #A6A6A6 !important;
    background-color: #F1F1F1 !important;
  }
  .deactive > div {
    background-position-y: -43px !important;
  }
  .deactive > .inputWrapper_placeholder {
    font-size: 16px !important;
    padding: 10px !important;
    color: inherit !important;
  }
  .deactive:hover > div {
    background-position-y: -43px !important;
  }

  .myprofile_list_wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6; */
  }
  .myprofile_table2 {
    width: 100%;
    height: auto;
  }
  .myprofile_table2 > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
  }
  .myprofile_table2 > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .myprofile_table2 > thead th:nth-child(1), .myprofile_table2 > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(2), .myprofile_table2 > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(3), .myprofile_table2 > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(270px + 20px);
    min-width: calc(270px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(4), .myprofile_table2 > tbody td:nth-child(4) {
    text-align: right;
    padding-right: 20px;
    width: calc(120px + 20px);
    min-width: calc(120px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(5), .myprofile_table2 > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 20px;
    width: calc(180px + 20px);
    min-width: calc(180px + 20px);
  }
  .myprofile_table2 > thead th:nth-child(6), .myprofile_table2 > tbody td:nth-child(6) {
    text-align: right;
    padding-right: 0px;
    width: calc(120px + 0px);
    min-width: calc(120px + 0px);
  }
  .myprofile_table_total_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .myprofile_table_total_wrapper2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .myprofile_table_total_wrapper2 > p {
    font-size: 14px;
  }
  .myprofile_table2 > tbody > tr {
    border-bottom: 1px solid #A6A6A6;
  }
  .myprofile_table2 > tbody > tr:last-child {
    border-bottom: 0px solid #A6A6A6;
  }
  .myprofile_table2 > tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .myprofile_table2 > tbody > tr:first-child > td {
    padding-top: 5px;
  }




  

  .myprofile_list_wrapper3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6; */
  }
  .myprofile_table3 {
    width: 100%;
    height: auto;
  }
  .myprofile_table3 > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #A6A6A6;
  }
  .myprofile_table3 > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .myprofile_table3 > thead th:nth-child(1), .myprofile_table3 > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(2), .myprofile_table3 > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(60px + 20px);
    min-width: calc(60px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(3), .myprofile_table3 > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(4), .myprofile_table3 > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(270px + 20px);
    min-width: calc(270px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(5), .myprofile_table3 > tbody td:nth-child(5) {
    text-align: right;
    padding-right: 20px;
    width: calc(120px + 20px);
    min-width: calc(120px + 20px);
  }
  .myprofile_table3 > thead th:nth-child(6), .myprofile_table3 > tbody td:nth-child(6) {
    text-align: right;
    padding-right: 0px;
    width: calc(120px + 0px);
    min-width: calc(120px + 0px);
  }
  .myprofile_table3 > thead th:nth-child(7), .myprofile_table3 > tbody td:nth-child(7) {
    text-align: right;
    padding-right: 0px;
    width: calc(100px + 0px);
    min-width: calc(100px + 0px);
  }

  .myprofile_table3 > tbody > tr {
    border-bottom: 1px solid #A6A6A6;
  }
  .myprofile_table3 > tbody > tr:last-child {
    border-bottom: 0px solid #A6A6A6;
  }
  .myprofile_table3 > tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .myprofile_table3 > tbody > tr:first-child > td {
    padding-top: 5px;
  }

  .create_brochure {
    width: fit-content;
    margin-top: 20px;
  }


  .myprofile_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    gap: 10px;
    width: 100px;
    height: 23px;
    background: #F1F1F1;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    cursor: pointer;
  }


  .myprofile_costomi_level_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .myprofile_costomi_level_text_info {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .myprofile_costomi_level_text_info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .myprofile_costomi_level_text_info > p:last-child {
    color: #0496FE;
    margin-left: 20px;
  }
  .myprofile_costomi_level_gage_bar_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 110px;
  }
  .myprofile_costomi_level_gage_bar {
    position: relative;
    width: calc(100% - 40px);
    height: 20px;
    margin: 0px auto;
    background-color: #F1F1F1;
  }
  .myprofile_costomi_level_gage {
    width: 0%;
    height: 100%;
    background-color: #0496FE;
  }
  .active_point {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border: 2px solid #A6A6A6;
    border-radius: 20px;
    color: #A6A6A6;
    transition: transform 0.3s ease;
  }
  .active_point:nth-child(3) {
    left: 150px;
  }
  .active_point:nth-child(4) {
    left: 450px;
  }
  .active_point:nth-child(5) {
    left: unset;
    right: -10px;
  }
  .active_point:nth-child(2)::before {
    content: 'Level D';
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(3) {
    left: 150px;
  }
  .active_point:nth-child(3)::before {
    content: 'Level C';
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(3)::after {
    content: 'Order $10,000 \a 3% discount, 1% reward';
    position: absolute;
    top: calc(100% + 30px);
    left: 0px;
    font-size: 14px;
    white-space: pre;
  }
  .active_point:nth-child(4) {
    left: 450px;
  }
  .active_point:nth-child(4)::before {
    content: 'Level B';
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(4)::after {
    content: 'Order $50,000 \a 6% discount, 2% reward';
    position: absolute;
    top: calc(100% + 30px);
    left: 0px;
    font-size: 14px;
    white-space: pre;
  }
  .active_point:nth-child(5) {
    left: unset;
    right: -10px;
  }
  .active_point:nth-child(5)::before {
    content: 'Level A';
    position: absolute;
    top: calc(100% + 10px);
    right: 0px;
    color: #000;
    width: fit-content;
    white-space: nowrap;
  }
  .active_point:nth-child(5)::after {
    content: 'Order $500,000\a 9% discount, 3% reward';
    position: absolute;
    top: calc(100% + 30px);
    right: 0px;
    font-size: 14px;
    text-align: right;
    white-space: pre;
  }
  .active_point > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #A6A6A6;
    border-radius: 100%;
  }
  .active_point.active {
    border: 2px solid #0496FE;
    color: #0496FE;
  }
  .active_point.active > div {
    background-color: #0496FE;
  }
  /* .star_five {
    margin: 50px 0;
    position: relative;
    display: block;
    color: var(--white-color);
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid var(--white-color);
    border-left: 100px solid transparent;
    transform: rotate(35deg) scale(0.1);
  }
  .star_five:before {
    border-bottom: 80px solid var(--white-color);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -45px;
    left: -65px;
    display: block;
    content: '';
    transform: rotate(-35deg);
  }
  .star_five:after {
    position: absolute;
    display: block;
    color: var(--white-color);
    top: 3px;
    left: -105px;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid var(--white-color);
    border-left: 100px solid transparent;
    transform: rotate(-70deg);
    content: '';
  } */









  .pricing_title {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
  }
  .pricing_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .pricing_content_list_free,
  .pricing_content_list_commercial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    width: 100%;
    height: auto;
    background: var(--white-color);
    border-radius: 24px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .pricing_title_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0px;
    width: 170px;
    min-width: 170px;
    height: 808px;
    background: transparent;
    border-radius: 24px;
  }
  .pricing_title_list div {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
  }
  .pricing_content_list_free div:not(:last-child),
  .pricing_content_list_commercial div:not(:last-child) {
    margin-bottom: 24px;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
  .mobile_bottom_licene {
    margin-bottom: 24px !important;
    font-size: 18px !important;
  }
  .pricing_title_list div:nth-child(3) {
    /* margin-bottom: 32px; */
    /* height: 86px; */
  }
  .pricing_content_list_free div:nth-child(3),
  .pricing_content_list_commercial div:nth-child(3) {
    /* margin-bottom: 32px; */
    /* height: 86px; */
  }
  .pricing_title_list div:nth-child(4) {
    /* margin-bottom: 32px; */
    /* height: 112px; */
  }
  .pricing_content_list_free div:nth-child(4),
  .pricing_content_list_commercial div:nth-child(4) {
    /* margin-bottom: 32px; */
    /* height: 112px; */
  }
  .pricing_title_list div:first-child {
    height: 30px;
    margin-bottom: 40px;
  }
  .pricing_content_list_free div:first-child,
  .pricing_content_list_commercial div:first-child {
    height: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #006ABA;
    margin-bottom: 48px;
  }
  .pricing_title_list div > span {
    margin-bottom: 10px;
    display: block;
  }
  .pricing_content_list_free div > span,
  .pricing_content_list_commercial div > span {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }














  
  



  .membership_section {
    width: 1060px;
    margin: 170px auto 100px;
    position: relative;
  }
  .membership_section_title {
    font-size: 35px;
    color: #000000;
    margin-bottom: 50px;
  }
  .membership_section_title2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
  }
  .membership_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6;
  }
  .membership_table {
    width: 100%;
    height: auto;
  }
  .membership_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #A6A6A6;
  }
  .membership_table > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .membership_table > thead th:nth-child(1), .membership_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .membership_table > thead th:nth-child(2), .membership_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(250px + 20px);
    min-width: calc(250px + 20px);
  }
  .membership_table > thead th:nth-child(3), .membership_table > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .membership_table > thead th:nth-child(4), .membership_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(90px + 20px);
    min-width: calc(90px + 20px);
  }
  .membership_table > thead th:nth-child(5), .membership_table > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 20px;
    width: calc(260px + 20px);
    min-width: calc(260px + 20px);
  }
  .membership_table > thead th:nth-child(6), .membership_table > tbody td:nth-child(6) {
    text-align: left;
    padding-right: 0px;
    width: calc(100px);
    min-width: calc(100px);
  }
  .payment_wrapper_credit_card {
    position: relative;
    width: 550px;
    height: 266px;
  }



  .membership_history_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #A6A6A6;
  }
  .membership_history_table {
    width: 100%;
    height: auto;
  }
  .membership_history_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #A6A6A6;
  }
  .membership_history_table > tbody td {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
  }
  .membership_history_table > thead th:nth-child(1), .membership_history_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 20px;
    width: calc(260px + 20px);
    min-width: calc(260px + 20px);
  }
  .membership_history_table > thead th:nth-child(2), .membership_history_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    width: calc(150px + 20px);
    min-width: calc(150px + 20px);
  }
  .membership_history_table > thead th:nth-child(3), .membership_history_table > tbody td:nth-child(3) {
    text-align: left;
    padding-right: 20px;
    width: calc(250px + 20px);
    min-width: calc(250px + 20px);
  }
  .membership_history_table > thead th:nth-child(4), .membership_history_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 20px;
    width: calc(100px + 20px);
    min-width: calc(100px + 20px);
  }
  .membership_history_table > thead th:nth-child(5), .membership_history_table > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 0px;
    width: calc(100px + 0px);
    min-width: calc(100px + 0px);
  }
  .membership_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 5px 6px;
    gap: 10px;
    width: 100px;
    height: 23px;
    background: #A6A6A6;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    cursor: pointer;
  }
  .card_brand_logo {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 56px;
    height: 24px;
    background-color: #0496FE;
    display: inline-block;
  }
  .card_brand_text {
    padding-left: 66px !important;
  }

  .switch_object {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 3px;
    width: 50px;
    height: 20px;
    background-color: #A6A6A6;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  .switch_object > div {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: var(--white-color);
    border-radius: 15px;
    transition: left 0.3s ease;
  }
  .switch_object.active{
    background-color: #1B89FF;
  }
  .switch_object.active > div {
    left: 4px;
  }
  .change_payment_info {
    width: fit-content;
  }
  .save_payment_info {
    display: inline-block;
  }
  .cancel_payment_info {
    display: inline-block;
  }
  .save_info_wrapper {
    display: none;
  }
  .vender_section {
    width: 100%;
    min-height: calc(100vh - 760px);
    margin-top: 170px;
  }
  .vender_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 763px;
    height: auto;
    margin: 0px auto;
  }
  .vender_container_for_payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 631px;
    height: auto;
    margin: 0px auto;
    display: none;
  }
  .vender_title {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 20px;
  }
  .vender_sub_text {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
  }
  .notice_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px;
    gap: 30px;
    width: 763px;
    height: auto;
    background: var(--white-color);
    box-shadow: 0px 10px 50px rgba(75, 75, 75, 0.15);
    margin-bottom: 50px;
  }
  .notice_wrapper:last-child {
    margin-bottom: 0px;
  }
  .notice_wrapper_first_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice_wrapper_first_box > p {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
  }
  .notice_wrapper_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice_wrapper_second_box > p {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #000000;
  }
  .notice_wrapper_second_box > p:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
  }
  .notice_wrapper_third_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .notice_wrapper_third_box > p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .notice_wrapper_third_box > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .notice_wrapper_third_box > div > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .notice_wrapper_third_box > div > p:first-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .active_vender_btn {
    width: fit-content !important;
    margin-right: auto;
    cursor: pointer;
  }
  .trial_vender_btn {
    width: fit-content !important;
    margin-right: auto;
    cursor: pointer;
  }


  .notice_wrapper.active_payment {
    width: 100%;
  }
  .notice_wrapper.active_payment .notice_wrapper_third_box > div {
    width: 424px;
  }
  .notice_wrapper.active_payment .payment_wrapper_credit_card {
    position: relative;
    width: 100%;
  }
  .vender_container_for_payment_btn_wrapper {
    width: fit-content !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
    margin-right: auto !important;
  }



  .category_tag_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
  .category_tag_content {
    padding: 0px 15px;
    width: fit-content;
    height: 42px;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    line-height: 40px;
    transition: all 0.3s ease;
  }
  .category_tag_content.active {
    border: 1px solid #DADADA;
    background-color: #DADADA;
  }
  .category_tag_content:hover {
    border: 1px solid #DADADA;
    background-color: #DADADA;
  }
  .industries_title_text {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 50px;
    width: fit-content;
    margin-top: 80px;
  }
  .industries_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
  }
  .industries_card_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 100%;
    height: auto;
    cursor: pointer;
    background-color: var(--white-color);
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .industries_video_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 556px;
    height: auto;
    cursor: pointer;
    background-color: var(--white-color);
    border-radius: 24px;
  }
  .industries_card_img {
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* min-width: 100%; */
    height: 240px;
    min-height: 240px;
    overflow: hidden;
    /* border: 2px solid rgb(255 255 255 / 0%); */
    box-sizing: border-box;
    transition: all 0.3s ease;
    /* border-radius: 16px; */
}
  .industries_card_img_box {
    width: 100%;
    height: 100%;
    /* background: #C9C9C9; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .industries_card_text_wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 40px 40px;
    gap: 16px;
    width: 100%;
    height: 100%;
    min-height: 244px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 70.31%); */
  }
  .industries_card_info_text {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    /* margin-top: 24px; */
  }
  .industries_card_info_hash_text {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  /* .industries_card_info_hash_text::before {
    content: '#';
  } */
  .category_tag_text {
    margin-top: auto;
  }
  
  .industries_read_more_btn {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    gap: 14px;
    width: fit-content;
    height: 20px;
  }
  .industries_read_more_btn > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #006ABA;
  }
  .industries_card_video_info_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);
    /* height: 90px; */
    padding: 40px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .industries_card_content:hover{
    border: 1px solid #006ABA;
  }
  .industries_card_content:hover .industries_card_img .industries_card_img_box {
    transform: scale(1.1);
  }
  .industries_card_content .industries_read_more_btn .arrow {
    transition: all 0.3s ease;
    margin-top: 2px;
  }
  .industries_card_content:hover .industries_read_more_btn .arrow {
    margin-left: 10px;
  }
  .industries_card_content:hover .industries_read_more_btn .arrow::after{
    width: 20px;
  }
  .industries_card_content {

  }
  .industries_card_video {
    position: relative;
    width: 100%;
    /* height: 302px; */
    padding-top: 56.25%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    /* background: #C9C9C9; */
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s ease;
  }
  .industries_card_playBtn > div{
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #006ABA;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
    transition: all 0.3s ease;
  }

  .industries_video_content:hover .industries_card_video  {
    background-size: 110%;
    border: 2px solid #006ABA;
  }
  .industries_video_content:hover .playVideoBtn  {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
  /* .industries_video_content:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .industries_video_content:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 37px solid #FB5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  } */
  /* .industries_card_playBtn:hover{
  }
  .industries_card_playBtn:hover > div{
  } */
  .video_play_time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 40px;
    right: 40px;
    padding: 2px 5px;
    gap: 10px;
    position: absolute;
    width: 45px;
    height: 23px;
    background: #000000;
    color: #e1e1e1;
  }
  .industries_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .new_positions_for_container {
    margin-top: -150px !important;
  }
  
  .resources_detail_content_top {
    color: #777;
    font-size: 22px !important;
    font-weight: 300;
    line-height: normal !important;
    margin-bottom: 24px;
  }
  .resources_detail_content_bottom {
    margin-top: 80px;
  }
  
  
  .resources_detail_top_image_wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 80px;
  }
  .resources_detail_top_image_wrapper > img {
    width: 100%;
    display: block;
  }

  .resources_detail_top_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 80px;
  }
  .view_like_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .view_like_wrapper > span {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .view_like_btn_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .view_like_btn_wrapper > div {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background-color: #F2F2F2;
    transition: all 0.3s ease;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
  }
  .view_like_btn_wrapper > div:hover {
    background-color: #006ABA;
  }
  .view_like_btn_wrapper > div:first-child {
    background-image: url('/images/innorix_homepage/new_image/like-blue.svg');
  }
  .view_like_btn_wrapper > div:nth-child(2) {
    background-image: url('/images/innorix_homepage/new_image/share-blue.svg');
  }
  .view_like_btn_wrapper > div:nth-child(3) {
    background-image: url('/images/innorix_homepage/new_image/print_blue.svg');
  }
  .view_like_btn_wrapper > div:nth-child(4) {
    /* display: none !important; */
    background-image: url('/images/innorix_homepage/new_image/pdf-blue.svg');
  }
  .view_like_btn_wrapper > div:hover:first-child {
    background-image: url('/images/innorix_homepage/new_image/like-white.svg');
  }
  .view_like_btn_wrapper > div:hover:nth-child(2) {
    background-image: url('/images/innorix_homepage/new_image/share-white.svg');
  }
  .view_like_btn_wrapper > div:hover:nth-child(3) {
    background-image: url('/images/innorix_homepage/new_image/print_white.svg');
  }
  .view_like_btn_wrapper > div:hover:nth-child(4) {
    background-image: url('/images/innorix_homepage/new_image/pdf-white.svg');
  }

  .content_shear_btn_alert {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    color: var(--white-color);
    background-color: #006ABA;
    border-radius: 6px;
    font-size: 14px;
    display: none;
  }
  .industries_text_title {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
    width: fit-content;
  }
  
  .industries_text_title.title_round_wrapper{
    padding: 0px 25px;
    width: fit-content;
    height: 42px;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: default;
    color: #000;
    line-height: 40px;
    transition: all 0.3s ease;
    font-size: 22px;
    font-weight: 300;
  }

  
  .usage_guide_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .usage_guide_card_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 360px;
    height: 317px;
    cursor: pointer;
  }
  .usage_guide_card_img {
    width: 100%;
    height: 220px;
    /* background: #C9C9C9; */
  }
  .return_to_content_top {
    position: fixed;
    right: 70px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: var(--white-color);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  }
  .return_to_content_top::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border: 2px solid #474747;
    border-left: 0px;
    border-bottom: 0px;
    transition: all 0.3s ease;
  }
  .return_to_content_top::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border: 2px solid #474747;
    border-left: 0px;
    border-bottom: 0px;
    transition: all 0.3s ease;
  }
  .return_to_content_top:hover::after {
    border-color: #006ABA;
  }
  .return_to_content_top:hover::before {
    border-color: #006ABA;
  }

  .new_features_title {
    width: fit-content;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 48px;
  }
  .new_features_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 24px;
  }
  .new_features_content_title {
    width: fit-content;
    height: auto;
    font-size: 22px;
  }
  .new_features_content_type_1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding: 20px;
    background-color: #F2F2F2;
    border-radius: 24px;
    gap: 24px;
  }
  .new_features_content_type_1_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_type_1_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_padding1 {
    padding-left: 20px;
  }
  .new_features_content_type_2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    border-radius: 24px;
    gap: 24px;
  }
  .new_features_content_type_2_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_type_2_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_image_type_1_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_1_img_wrapper {
    width: 100%;
    height: auto;
  }
  .new_features_content_image_type_1_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_1_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_image_type_1_img_wrapper > img {
    width: 100%;
    height: auto;
  }

  
  .new_features_content_image_type_2_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_2_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .new_features_content_image_type_2_text_wrapper > p {
    font-size: 16px;
    line-height: 22px;
  }
  .new_features_content_image_type_2_img_wrapper {
    width: 240px;
    min-width: 240px;
    height: auto;
  }
  .new_features_content_image_type_2_img_wrapper > img {
    width: 100%;
    height: auto;
  }
  .table_content_type1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .table_content_type1 > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
  }
  .table_content_type1 > div > p {
    width: 70%;
    padding: 10px;
    display: block;
  }
  .table_content_type1 > div > p:first-child {
    width: 30%;
    min-width: 154px;
    background-color: #F2F2F2;
    color: #000;
    font-size: 14px;
    line-height: normal;
  }
  .table_content_type2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .table_content_type2_title {
    height: 36px;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: normal;
    background-color: #F2F2F2;
      font-weight: bolder;
  }
  .table_content_type2 > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
  }
  .table_content_type2 > div > p {
    width: 90%;
    padding: 10px;
    display: block;
      font-weight: bolder;
  }
  .table_content_type2 > div > p:first-child {
    width: 10%;
    min-width: 100px;
    color: #000;
    font-size: 13px;
    line-height: normal;
  }
  .table_content_type3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .table_content_type3_title {
    height: 36px;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: normal;
    background-color: #F2F2F2;
      font-weight: bolder;
  }
  .table_content_type3 > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
    padding: 10px;
  }
  .table_content_type3 > div > pre {
    width: 100%;
    font-size: 14px;
      font-weight: bolder;
    line-height: normal;
  }
  

  .cando_wrapper {
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    min-height: auto;
    padding: 0px 15px 0px;
    margin: 0px auto;
  }
  .cando_wrapper > h2 {
    font-size: 40px;
    margin: 0px;
  }
  .hidden_wrapper {
    width: calc(100%);
    overflow: hidden;
    /* margin: 0px auto; */
    height: auto;
  }
  .cando_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    /* margin-top: 40px; */
    width: 1800%;
    gap: 0px;
    /* margin-left: -373px; */
    transition: all 0.3s ease;
    padding: 20px 0px;
  }
  .cando_flex > a {
    width: 100%;
    display: block;
  }
  .cando_flex_card {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--white-color);
    cursor: pointer;
    border-radius: 24px;
    overflow: hidden;
    /* border: 2px solid transparent; */
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .cando_item_box {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .cando_image_box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .cando_item_box_wrapper {
    width: 100%;
    height: 100%;
  }
  .cando_text_wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 40px 40px;
    gap: 16px;
    width: 100%;
    height: auto;
    min-height: 244px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 70.31%); */
  }
  .cando_title {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    /* border: 1px solid #006ABA; */
    background-color: #E9E9E9;
    padding: 8px 16px 8px;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: auto;
  }
  .cando_text {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    /* margin-top: 24px; */
  }
  .cando_hashtag {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
  }
  /* .cando_hashtag::before {
    content: '#';
  } */
  .cando_flex_card > p:nth-child(2){
    padding: 28px 0px 0px;
    margin: 0px auto 24px;
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cando_flex_card > p:nth-child(3){
    padding: 0px 40px 40px;

  }
  .cando_flex_card:hover {
    /* border: 2px solid #006ABA; */
  }
  .cando_flex_card:hover .cando_item_box .cando_image_box {
    transform: scale(1.1);
  }
  .cando_bottom_wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 89px;
  }

  .move_btn {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .move_btn > div {
    width:auto;
    height:auto;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
    padding: 10px 6px;
  }
  .move_btn > div > div {
    width:24px;
    height:8px;
    background-color: #A6A6A6;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    transition: all 0.3s linear;
  }
  .move_btn > div > div:hover {
    background-color: #c9c9c9;
  }
  /* .move_btn > .active {
    width: 60px;
    background-color: #000000;
  } */
  .move_btn > .active > div {
    width: 40px;
    background-color: #000000;
  }
  .move_btn > .active > div:hover {
    background-color: #000000;
  }
  .cando_see_more_btn {
    position: absolute;
    left: 0px;
    bottom: 5px;
    /* transform: translateY(-50%);
    white-space: nowrap;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px; */
  }

  .move_container_slide_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }





  .slide_box_wrapper {
    position: relative;
    width: 100vw;
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .slide_box_wrapper:last-child {
    margin-bottom: 0px;
  }
  .slide_box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 2700px;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .slide_box > div {
    width: 320px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .from_left_slide_ent > div ,.from_right_slide_ent > div{
    background-size: contain;
    border: 0px solid #7F7F7F;
  }
  .slide_box > div:last-child {
    margin-right: 0px;
  }
  .slide_box_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.25turn, #F6F9FC, transparent,  #F6F9FC);
  }
  .thr_slide_wrapper {
    height: 200px;
  }
  .thr_slide > div{
    border-radius: 0px;
    border: none;
    overflow: hidden;
  }
  

  .from_right_slide_ent > div:nth-child(1) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aia.png');
  }
  .from_right_slide_ent > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/american_express.png');
  }
  .from_right_slide_ent > div:nth-child(3) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aramark.png');
  }
  .from_right_slide_ent > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bank_of_korea.png');
  }
  .from_right_slide_ent > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/belkin.png');
  }
  .from_right_slide_ent > div:nth-child(6) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bnp_paribas.png');
  }
  .from_right_slide_ent > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/carrefour.png');
  }
  .from_right_slide_ent > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/cgv.png');
  }
  .from_right_slide_ent > div:nth-child(9) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/cj.png');
  }
  .from_right_slide_ent > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/clinique.png');
  }
  .from_right_slide_ent > div:nth-child(11) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/daewoo.png');
  }
  .from_right_slide_ent > div:nth-child(12) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/dongbu.png');
  }
  .from_right_slide_ent > div:nth-child(13) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/doosan.png');
  }
  .from_right_slide_ent > div:nth-child(14) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/dun_bradstreet.png');
  }
  .from_right_slide_ent > div:nth-child(15) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ericsson.png');
  }
  .from_right_slide_ent > div:nth-child(16) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/exxonmobil.png');
  }
  .from_right_slide_ent > div:nth-child(17) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/food_for_thehungry.png');
  }
  .from_right_slide_ent > div:nth-child(18) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/fuji_xerox.png');
  }
  .from_right_slide_ent > div:nth-child(19) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ge.png');
  }
  .from_right_slide_ent > div:nth-child(20) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/gs_caltex.png');
  }
  .from_right_slide_ent > div:nth-child(21) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/halla.png');
  }
  .from_right_slide_ent > div:nth-child(22) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hankook.png');
  }
  .from_right_slide_ent > div:nth-child(23) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hanwha.png');
  }
  .from_right_slide_ent > div:nth-child(24) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hardrock_cafe.png');
  }
  .from_right_slide_ent > div:nth-child(25) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hp.png');
  }
  .from_right_slide_ent > div:nth-child(26) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hynix.png');
  }
  .from_right_slide_ent > div:nth-child(27) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyosung.png');
  }
  .from_right_slide_ent > div:nth-child(28) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai.png');
  }
  .from_right_slide_ent > div:nth-child(29) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai_group.png');
  }
  .from_right_slide_ent > div:nth-child(30) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai_capital.png');
  }
  .from_right_slide_ent > div:nth-child(31) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/hyundai_mobis.png');
  }
  .from_right_slide_ent > div:nth-child(32) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ibk.png');
  }
  .from_right_slide_ent > div:nth-child(33) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ibm.png');
  }
  .from_right_slide_ent > div:nth-child(34) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/incheon_airport.png');
  }
  .from_right_slide_ent > div:nth-child(35) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kb.png');
  }
  .from_right_slide_ent > div:nth-child(36) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kbs.png');
  }
  .from_right_slide_ent > div:nth-child(37) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aia.png');
  }
  .from_right_slide_ent > div:nth-child(38) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/american_express.png');
  }
  .from_right_slide_ent > div:nth-child(39) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/aramark.png');
  }
  .from_right_slide_ent > div:nth-child(40) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bank_of_korea.png');
  }
  .from_right_slide_ent > div:nth-child(41) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/belkin.png');
  }
  .from_right_slide_ent > div:nth-child(42) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/bnp_paribas.png');
  }
  .from_right_slide_ent > div:nth-child(43) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/carrefour.png');
  }
  .from_right_slide_ent > div:nth-child(44) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/cgv.png');
  }

  .from_left_slide_ent > div:nth-child(1) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kdb_bank.png');
  }
  .from_left_slide_ent > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kia.png');
  }
  .from_left_slide_ent > div:nth-child(3) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kolon.png');
  }
  .from_left_slide_ent > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kt.png');
  }
  .from_left_slide_ent > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg.png');
  }
  .from_left_slide_ent > div:nth-child(6) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg_chem.png');
  }
  .from_left_slide_ent > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lock&lock.png');
  }
  .from_left_slide_ent > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte.png');
  }
  .from_left_slide_ent > div:nth-child(9) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte_card.png');
  }
  .from_left_slide_ent> div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/mbc.png');
  }
  .from_left_slide_ent > div:nth-child(11) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/natioal_geographic.png');
  }
  .from_left_slide_ent > div:nth-child(12) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ncsoft.png');
  }
  .from_left_slide_ent > div:nth-child(13) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/nh.png');
  }
  /* .from_left_slide_ent > div:nth-child(14) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/dun_bradstreet.png');
  } */
  .from_left_slide_ent > div:nth-child(14) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/ocn.png');
  }
  .from_left_slide_ent > div:nth-child(15) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/orion.png');
  }
  .from_left_slide_ent > div:nth-child(16) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/philips.png');
  }
  .from_left_slide_ent > div:nth-child(17) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/posco.png');
  }
  .from_left_slide_ent > div:nth-child(18) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/prudential.png');
  }
  .from_left_slide_ent > div:nth-child(19) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/redcross.png');
  }
  .from_left_slide_ent > div:nth-child(20) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/samsung.png');
  }
  .from_left_slide_ent > div:nth-child(21) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sbs.png');
  }
  .from_left_slide_ent > div:nth-child(22) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/shinhan.png');
  }
  .from_left_slide_ent > div:nth-child(23) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/siemens.png');
  }
  .from_left_slide_ent > div:nth-child(24) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sk.png');
  }
  .from_left_slide_ent > div:nth-child(25) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sk_telecom.png');
  }
  .from_left_slide_ent > div:nth-child(26) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/soil.png');
  }
  .from_left_slide_ent > div:nth-child(27) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/sony.png');
  }
  .from_left_slide_ent > div:nth-child(28) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/standard_chartered.png');
  }
  .from_left_slide_ent > div:nth-child(29) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/stx.png');
  }
  .from_left_slide_ent > div:nth-child(30) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/theshilla.png');
  }
  .from_left_slide_ent > div:nth-child(31) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/total.png');
  }
  .from_left_slide_ent > div:nth-child(32) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/united_colors_of_benetton.png');
  }
  .from_left_slide_ent > div:nth-child(33) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/us_army.png');
  }
  .from_left_slide_ent > div:nth-child(34) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/vietnam_airlines.png');
  }
  .from_left_slide_ent > div:nth-child(35) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/volkswagen.png');
  }
  .from_left_slide_ent > div:nth-child(36) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/yokogawa.png');
  }
  .from_left_slide_ent > div:nth-child(37) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kdb_bank.png');
  }
  .from_left_slide_ent > div:nth-child(38) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kia.png');
  }
  .from_left_slide_ent > div:nth-child(39) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kolon.png');
  }
  .from_left_slide_ent > div:nth-child(40) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/kt.png');
  }
  .from_left_slide_ent > div:nth-child(41) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg.png');
  }
  .from_left_slide_ent > div:nth-child(42) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lg_chem.png');
  }
  .from_left_slide_ent > div:nth-child(43) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lock&lock.png');
  }
  .from_left_slide_ent > div:nth-child(44) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte.png');
  }
  .from_left_slide_ent > div:nth-child(45) {
    background-image: url('/images/innorix_exacoola/logo_new_comp/lotte_card.png');
  }





  .from_right_slide1 > div:first-child {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_1.jpg');
  }
  .from_right_slide1 > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_5.jpg');
  }
  .from_right_slide1 > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_7.jpg');
  }
  .from_right_slide1 > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_2.jpg');
  }
  .from_right_slide1 > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_1.jpg');
  }
  .from_right_slide1 > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_5.jpg');
  }
  .from_right_slide1 > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_7.jpg');
  }





  .from_left_slide1 > div:first-child {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_11.jpg');
  }
  .from_left_slide1 > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_3.jpg');
  }
  .from_left_slide1 > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_6.jpg');
  }
  .from_left_slide1 > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_8.jpg');
  }
  .from_left_slide1 > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_11.jpg');
  }
  .from_left_slide1 > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_3.jpg');
  }
  .from_left_slide1 > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_6.jpg');
  }




  .from_right_slide2 > div:first-child {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_10.jpg');
  }
  .from_right_slide2 > div:nth-child(2) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_12.png');
  }
  .from_right_slide2 > div:nth-child(4) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_4.jpg');
  }
  .from_right_slide2 > div:nth-child(5) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_9.jpg');
  }
  .from_right_slide2 > div:nth-child(7) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_10.jpg');
  }
  .from_right_slide2 > div:nth-child(8) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_12.png');
  }
  .from_right_slide2 > div:nth-child(10) {
    background-image: url('/images/innorix_exacoola/new_exacoola_img/roll_img_video/image_4.jpg');
  }
}