@media print {
  /*---------- START LINK ----------*/
  .c-link {
    color: #00a3df;
    font-size: 14px;
  }
  /*---------- START CHAR ----------*/
  .c-char sup {
    font-size: 35%;
  }
  /*---------- START CHAR SHORT ----------*/
  .c-char--short sup {
    position: relative;
    top: 0.45em;
  }
  /*---------- START TITLE MAIN ----------*/
  .c-title-main {
    position: relative;
    max-width: 1130px;
    margin-inline: auto;
    padding-inline: 35px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .c-title-main__text {
    display: inline-block;
    padding: 8px 65px;
    border-radius: 20px;
    background-color: #00a3df;
    color: #ffffff;
  }
  .c-title-main::before {
    position: absolute;
    content: "";
    inset-block-start: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(0, 0, 62) 0%, rgb(0, 163, 223) 100%);
  }
  /*---------- START TEXT MAIN ----------*/
  .c-text-main {
    color: #00a3df;
    font-weight: 700;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .c-text-main__strong {
    display: inline;
    font-weight: 700;
    background: linear-gradient(0deg, #ffff00 30%, transparent 30%);
  }
  /*---------- START TEXT UNDERLINE ----------*/
  .c-text-underline {
    text-decoration: underline;
  }
  /*---------- START HEADING MAIN ----------*/
  .c-heading-main {
    font-size: 28px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .c-heading-main a {
    color: #ffffff;
  }
  .c-heading-main__wrap {
    display: inline-block;
    padding: 4px 20px;
    background-color: #00a3df;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 700;
  }
  .c-heading-main__strong {
    color: #f1f71f;
  }
  /*---------- START POST AI ----------*/
  .c-post-ai--v2 .c-post-ai__left {
    padding-inline-end: 25px;
  }
  .c-post-ai--v2 .c-post-ai__right {
    margin-block-start: -90px;
  }
  .c-post-ai--v2 .c-post-ai__right img {
    width: auto;
    height: 270px;
  }
  .c-post-ai .c-heading-main {
    margin-block-end: 30px;
  }
  .c-post-ai__desc {
    margin-block-start: -5px;
  }
  .c-post-ai__row {
    display: flex;
  }
  .c-post-ai__left {
    flex: 1;
    padding-inline-end: 30px;
  }
  .c-post-ai__right {
    width: 300px;
    text-align: center;
  }
  /*---------- START LIST POST AI ----------*/
  .c-list-post-ai .c-post-ai:not(:first-child) {
    margin-top: 60px;
  }
  /*---------- START LIST STAR ----------*/
  .c-list-star {
    font-size: 18px;
  }
  .c-list-star > li {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  .c-list-star > li span {
    color: #b64545;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  /*---------- START BOX AI ----------*/
  .c-box-ai {
    position: relative;
  }
  .c-box-ai::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    right: -170px;
    transform: translateY(-50%);
    width: 140px;
    height: 90px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background: url("./../ai/images/box-arrow.png") no-repeat center center/100% auto;
  }
  .c-box-ai__title {
    width: auto;
  }
  /*---------- START BOX MAIN ----------*/
  .c-box-main {
    border: 10px solid #00003e;
    padding: 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  /*---------- START TITLE CARD ----------*/
  .c-title-card {
    font-weight: 700;
  }
  .c-title-card__text {
    display: inline-block;
    padding: 3px 10px;
    background-color: #00003e;
    color: #ffff00;
    font-size: 26px;
  }
  /*---------- START CARD AI ----------*/
  .c-card-ai__list {
    display: flex;
    gap: 70px;
    margin-block-end: 20px;
  }
  .c-card-ai__item {
    text-align: center;
  }
  .c-card-ai__item:first-child {
    width: calc(46% - 35px);
  }
  .c-card-ai__item:last-child {
    width: calc(54% - 35px);
  }
  .c-card-ai__item .c-title-card {
    margin-block-end: 25px;
  }
  /*---------- START TITLE CHART ----------*/
  .c-title-chart {
    position: relative;
    padding-block-end: 90px;
    text-align: center;
  }
  .c-title-chart::before {
    position: absolute;
    content: "";
    inset-inline-start: 50%;
    inset-block-end: 0;
    transform: translateX(-50%);
    width: 37px;
    height: 65px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background: url("./../ai/images/title-arrow.png") no-repeat center center/100% auto;
  }
  /*---------- START ITEM AI ----------*/
  .c-item-ai__title {
    margin-block-end: 15px;
    color: #00013f;
    font-size: 18px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  /*---------- START LIST ITEM AI ----------*/
  .c-list-item-ai {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    gap: 40px 50px;
  }
  .c-list-item-ai .c-item-ai--v1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .c-list-item-ai .c-item-ai--v2 {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-block-start: 60px;
  }
  .c-list-item-ai .c-item-ai--v3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .c-list-item-ai .c-item-ai--v4 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .c-list-item-ai .c-item-ai--v5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .c-list-item-ai .c-item-ai__title {
    text-align: center;
  }
  /*---------- START SECTION PAGE AI ----------*/
  .p-ai {
    margin-block-end: 75px;
  }
  .p-ai .container {
    padding-inline: 15px;
  }
  .p-ai .c-title-main {
    margin-block-end: 40px;
  }
  .p-ai__note {
    color: #00003e;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .p-ai__box {
    display: flex;
    justify-content: center;
    margin-block-end: 50px;
  }
  .p-ai__box .c-box-main {
    max-width: 600px;
  }
  /*---------- START SECTION AI CONCEPT ----------*/
  .p-ai--concept .container {
    max-width: 1130px;
  }
  .p-ai--concept .c-title-main {
    margin-block-end: 22px;
  }
  .p-ai--concept .c-list-post-ai {
    margin-block-start: 20px;
  }
  /*---------- START SECTION AI VISUAL ----------*/
  .p-ai--visual .c-box-ai {
    margin-inline-end: 200px;
  }
  .p-ai--visual .p-ai__row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 60px;
  }
  /*---------- START SECTION AI DEVELOP ----------*/
  .p-ai--develop .c-title-chart {
    margin-block-end: -30px;
  }
  .p-ai--develop .p-ai__img {
    display: none;
  }
  /*---------- START SECTION AI APP ----------*/
  .p-ai--app .c-title-chart {
    margin-block-end: -35px;
  }
}