.product_box_wrapper {
  max-width: 1080px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  margin: 0px auto;
  padding: 140px 40px 70px;
}
@media screen and (max-width: 800px) {
  .product_box_wrapper {
    padding: 100px 40px 70px;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .product_box_wrapper {
    padding: 80px 20px 70px;
  }
}

.product_box_wrapper * {
  color: var(--dark-black-color);
}

.product_box_inner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.product_box_inner_title {
  width: 100%;
  height: auto;
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}

.nav_for_menu {
  position: sticky;
  top: 140px;
  display: flex;
  width: 180px;
  min-width: 150px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 1px solid var(--light-grey-color);
}
@media screen and (max-width: 800px) {
  .nav_for_menu {
    display: none;
  }
}
.nav_for_menu .nav-title {
  padding-bottom: 1px;
}
@media screen and (max-width: 1225px) {
  .nav_for_menu {
  }
}
.nav_for_menu > div {
  color: var(--dark-black-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 10px;
}

.nav_for_menu > a {
  color: var(--light-black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
}

.nav_for_menu > a.active {
  color: var(--primary-color);
  border-left: 2px solid var(--primary-color);
}

.productDiv {
  /* width: 650px; */
  position: relative;
}

.trial2_section {
  margin: 0 auto;
  width: 1060px;
  padding: 0px 0px 20px 0px;
  position: relative;
}

.productInfoTextBox {
  /* float:left; */
}

.title-area {
  /* text-align: center; */
  text-align: left;
}

.title {
  font-size: 32px;
  font-weight: 900;
}

.subTitle {
  font-size: 20px;
  font-weight: 900;
}

.subTitle1 {
  font-size: 46px;
  padding-top: 80px;
}

.subTitle2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  clear: both;
}
.wrap.flex-row .subTitle2 {
  margin-bottom: 24px;
}

.container {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.framework {
  padding-right: 40px;
}

.productInfoTextBox .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.contents .wrap {
  position: relative;
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.contents .wrap.flex-row {
  flex-direction: row;
  flex-wrap: wrap;
}

.contents .info p,
.contents .info {
  font-size: 18px;
  line-height: 26px;
  color: var(--light-black-color);
}

.wrap.flex-row .info {
  padding-right: 24px;
}

.contents .info p {
  margin-top: 24px;
}

.contents .info2 {
  font-size: 18px;
  line-height: 26px;
  color: var(--light-black-color);
  clear: both;
}

.productInfoTextBox .contents .text-area {
  float: left;
  width: 72%;
}

.productInfoTextBox .contents .exacoola__transfers__capacity .text-area,
.productInfoTextBox .contents .exacoola__transfers__optimization .text-area {
  width: 100%;
}

.contents .exacoola__transfers__capacity .custom-img-area,
.contents .exacoola__transfers__optimization .custom-img-area {
  padding-top: 36px;
}

.contents .infoBox {
  overflow: hidden;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 12px;
}

.contents .infoBox .left-info {
  float: left;
  width: 50%;
}

.contents .infoBox .left-info p {
  display: inline-block;
  margin: 5px 10px;
}

.contents .infoBox .right-info {
  float: right;
  width: 50%;
}

.contents .infoBox .right-info p {
  display: inline-block;
  margin: 5px 10px;
}

.contents .custom-img-area {
  float: right;
  width: 28%;
  padding-top: 56px;
  text-align: right;
  padding-right: 15px;
  display: flex;
  align-items: start;
}

.contents .custom-img-area > img {
  max-width: 160px;
}

.contents .img-area {
  text-align: center;
  width: 100%;
}

.contents .img-area > img {
  width: 100%;
}

.contents td {
  text-align: center;
}

table.table_sytle_02 {
  margin: 15px 0;
  width: 100%;
  border-spacing: 0px;
}

table.table_sytle_02 thead {
  border: 1px solid #bbbbbb;
  background-color: #f5f5f5;
}

table.table_sytle_02 thead th {
  padding: 7px 5px;
  color: #27201a;
  border: 1px solid #bbbbbb;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  line-height: 23px;
}

table.table_sytle_02 thead th.lastTh {
  border-right: 1px solid #bbbbbb;
}

table.table_sytle_02 tbody th {
  padding: 3px 10px;
  font-weight: normal;
  color: #333333;
  background-color: #eff8ff;
  border: 1px solid #d1e5ee;
  vertical-align: middle;
  line-height: 30px;
}

table.table_sytle_02 tbody .noneTd {
  font-size: 1px;
  height: 3px;
  overflow: hidden;
  border: none;
}

table.table_sytle_02 tbody th.tACenter {
  text-align: center;
}

table.table_sytle_02 tbody th a {
  color: #333333;
  text-decoration: none;
}

table.table_sytle_010 {
  margin: 15px 0;
  width: 100%;
}

table.table_sytle_010 thead {
  border: 1px solid #bbbbbb;
  background-color: #f5f5f5;
}

table.table_sytle_010 thead th {
  padding: 7px 5px;
  color: #27201a;
  border: 1px solid #bbbbbb;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  line-height: 23px;
}

table.table_sytle_010 thead th.lastTh {
  border-right: 1px solid #bbbbbb;
}

table.table_sytle_010 tbody th {
  padding: 3px 10px;
  font-weight: normal;
  color: #333333;
  border: 1px solid #d1e5ee;
  vertical-align: middle;
  line-height: 30px;
}

table.table_sytle_010 tbody .noneTd {
  font-size: 1px;
  height: 3px;
  overflow: hidden;
  border: none;
}

table.table_sytle_010 tbody th.tACenter {
  text-align: center;
}

table.table_sytle_010 tbody th a {
  color: #333333;
  text-decoration: none;
}

table.table_sytle_02 tbody td a:visited {
  color: #2e5286;
  text-decoration: underline;
}

table.table_sytle_02 tbody td a:link {
  color: #2e5286;
  text-decoration: underline;
}

table.table_sytle_02 tbody td a:hover {
  color: #7296cf;
  text-decoration: underline;
}

table.table_sytle_02 tbody th span {
  color: #27201a;
}

table.table_sytle_02 tbody td {
  background: var(--white-color);
  color: #787878;
  border: 1px solid #d1e5ee;
  vertical-align: middle;
  text-align: center;
}

table.table_sytle_01 tbody td.tALeft {
  text-align: left;
  padding: 7px 0 7px 7px;
}

table.table_sytle_02 tbody td a {
  color: #224985;
}

table.table_sytle_02 tbody .bBlue {
  background-color: #eff8ff;
}

table.table_sytle_02 tbody .tcBlue {
  color: #2a7bcf;
}

table.table_sytle_02 tbody td.tALeft {
  text-align: left;
  padding: 7px 0 7px 7px;
}

table.table_sytle_02 tbody td.tARight {
  text-align: right;
  padding: 7px 7px 7px 7px;
}

table.table_sytle_02 tbody th.exLeft {
  padding: 10px 0 10px 7px;
}

table.table_sytle_02 tbody tr.last td {
  padding: 20px 0 20px 7px;
}

table.table_sytle_010 tbody th span {
  color: #27201a;
}

table.table_sytle_010 tbody td {
  background: var(--white-color);
  color: #787878;
  border: 1px solid #d1e5ee;
  vertical-align: middle;
  text-align: center;
}

table.table_sytle_010 tbody td a {
  color: #224985;
}

table.table_sytle_010 tbody .bBlue {
  background-color: #eff8ff;
}

table.table_sytle_010 tbody .tcBlue {
  color: #2a7bcf;
}

table.table_sytle_010 tbody td.tALeft {
  text-align: left;
  padding: 7px 0 7px 7px;
}

table.table_sytle_010 tbody td.tARight {
  text-align: right;
  padding: 7px 7px 7px 7px;
}

table.table_sytle_010 tbody th.exLeft {
  padding: 10px 0 10px 7px;
}

table.table_sytle_010 tbody tr.last td {
  padding: 20px 0 20px 7px;
}

table.table_sytle_03 {
  margin: 15px 0;
  width: 100%;
}

table.table_sytle_03 thead {
  border: 1px solid #bbbbbb;
  background-color: #f5f5f5;
}

table.table_sytle_03 thead th {
  padding: 7px 5px;
  color: #666;
  border: 1px solid #bbbbbb;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
}

table.table_sytle_03 thead th.lastTh {
  border-right: 1px solid #bbbbbb;
}

table.table_sytle_03 tbody th {
  padding: 3px 10px;
  font-weight: normal;
  color: #666;
  background-color: #eff8ff;
  border: 1px solid #d1e5ee;
  vertical-align: middle;
  text-align: center;
  line-height: 17px;
}

table.table_sytle_03 tbody .noneTd {
  font-size: 1px;
  height: 3px;
  overflow: hidden;
  border: none;
}

table.table_sytle_03 tbody th.tACenter {
  text-align: center;
}

table.table_sytle_03 tbody th a {
  color: #666;
  text-decoration: none;
}

table.table_sytle_03 tbody th span {
  color: #666;
}

table.table_sytle_03 tbody td {
  background: var(--white-color);
  color: #666;
  border: 1px solid #d1e5ee;
  vertical-align: middle;
  text-align: center;
}

table.table_sytle_03 tbody td a {
  text-decoration: none;
  text-decoration: none;
  color: #224985;
}

table.table_sytle_03 tbody td a:hover {
  text-decoration: underline;
}

table.table_sytle_03 tbody .bBlue {
  background-color: #eff8ff;
}

table.table_sytle_03 tbody .tcBlue {
  color: #666;
}

table.table_sytle_03 tbody td.tALeft {
  text-align: left;
  padding: 7px 0 7px 7px;
}

table.table_sytle_03 tbody td.tARight {
  text-align: right;
  padding: 7px 7px 7px 7px;
}

table.table_sytle_03 tbody th.exLeft {
  padding: 10px 0 10px 7px;
}

table.table_sytle_03 tbody tr.last td {
  padding: 20px 0 20px 7px;
}

.contents .wrap.firstTextBox {
  padding: 24px;
  background-color: #f2f2f2;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
}

.contents .wrap.rightImgBox {
}

.back_list_btn {
  position: relative;
  width: fit-content;
  /* padding: 10px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 18px;
  color: #1b89ff;
}

.back_list_btn::after {
  position: absolute;
  top: 21px;
  left: 0px;
  content: '';
  width: 0px;
  height: 2px;
  background-color: #1b89ff;
  transition: all 0.3s ease;
}

.back_list_btn:hover::after {
  width: 100%;
}

.back_list_btn > span {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #1b89ff;
  border-left: 1px solid #1b89ff;
  transform: rotate(-45deg);
}

.exacoola_exabyter_header {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 800px) {
  .exacoola_exabyter_header {
    display: block;
  }
}
.exacoola_exabyter_header .list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 40px;
  margin: 0 30px;
  scrollbar-width: none;
}
.exacoola_exabyter_header .list .item {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  white-space: nowrap;
}
.exacoola_exabyter_header .list .item.active {
  color: var(--primary-color);
}
.exacoola_exabyter_header .list .item:hover {
  cursor: pointer;
}
.exacoola_exabyter_header .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  width: 30px;
  border-radius: 999px;
  display: none;
}
.exacoola_exabyter_header .arrow.active {
  display: block;
}
.exacoola_exabyter_header .arrow.arrow-left {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
  left: 0;
}
.exacoola_exabyter_header .arrow.arrow-right {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
  right: 0;
}
.exacoola_exabyter_header .arrow:hover {
  cursor: pointer;
}
.exacoola_exabyter_header .arrow > svg {
  position: relative;
  z-index: 10;
}
