/** Swiper 8.0.7 Most modern mobile touch slider and framework with hardware accelerated transitions https://swiperjs.com Copyright 2014-2022 Vladimir Kharlampidi Released under the MIT License Released on: March 4, 2022 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.keypoint_page .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.keypoint_page .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.keypoint_page .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.keypoint_page [class*=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.keypoint_page .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.keypoint_page .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.keypoint_page .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.keypoint_page .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.keypoint_page .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.keypoint_page .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.keypoint_page .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.keypoint_page .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.keypoint_page .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.keypoint_page .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.keypoint_page .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.keypoint_page .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.keypoint_page .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.keypoint_page .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.keypoint_page .order-first {
  -ms-flex-order: -1;
  order: -1;
}

.keypoint_page .order-last {
  -ms-flex-order: 13;
  order: 13;
}

.keypoint_page .order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.keypoint_page .order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.keypoint_page .order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.keypoint_page .order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.keypoint_page .order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.keypoint_page .order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.keypoint_page .offset-1 {
  margin-left: 8.333333%;
}

.keypoint_page .offset-2 {
  margin-left: 16.666667%;
}

.keypoint_page .offset-3 {
  margin-left: 25%;
}

.keypoint_page .offset-4 {
  margin-left: 33.333333%;
}

.keypoint_page .offset-5 {
  margin-left: 41.666667%;
}

.keypoint_page .offset-6 {
  margin-left: 50%;
}

.keypoint_page .offset-7 {
  margin-left: 58.333333%;
}

.keypoint_page .offset-8 {
  margin-left: 66.666667%;
}

.keypoint_page .offset-9 {
  margin-left: 75%;
}

.keypoint_page .offset-10 {
  margin-left: 83.333333%;
}

.keypoint_page .offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .keypoint_page .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .keypoint_page .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .keypoint_page .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .keypoint_page .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .keypoint_page .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .keypoint_page .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .keypoint_page .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .keypoint_page .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .keypoint_page .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .keypoint_page .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .keypoint_page .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .keypoint_page .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .keypoint_page .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .keypoint_page .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .keypoint_page .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .keypoint_page .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .keypoint_page .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .keypoint_page .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .keypoint_page .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .keypoint_page .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .keypoint_page .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .keypoint_page .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .keypoint_page .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .keypoint_page .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .keypoint_page .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .keypoint_page .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .keypoint_page .offset-sm-0 {
    margin-left: 0;
  }

  .keypoint_page .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .keypoint_page .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .keypoint_page .offset-sm-3 {
    margin-left: 25%;
  }

  .keypoint_page .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .keypoint_page .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .keypoint_page .offset-sm-6 {
    margin-left: 50%;
  }

  .keypoint_page .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .keypoint_page .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .keypoint_page .offset-sm-9 {
    margin-left: 75%;
  }

  .keypoint_page .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .keypoint_page .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .keypoint_page .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .keypoint_page .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .keypoint_page .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .keypoint_page .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .keypoint_page .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .keypoint_page .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .keypoint_page .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .keypoint_page .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .keypoint_page .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .keypoint_page .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .keypoint_page .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .keypoint_page .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .keypoint_page .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .keypoint_page .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .keypoint_page .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .keypoint_page .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .keypoint_page .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .keypoint_page .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .keypoint_page .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .keypoint_page .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .keypoint_page .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .keypoint_page .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .keypoint_page .offset-md-0 {
    margin-left: 0;
  }

  .keypoint_page .offset-md-1 {
    margin-left: 8.333333%;
  }

  .keypoint_page .offset-md-2 {
    margin-left: 16.666667%;
  }

  .keypoint_page .offset-md-3 {
    margin-left: 25%;
  }

  .keypoint_page .offset-md-4 {
    margin-left: 33.333333%;
  }

  .keypoint_page .offset-md-5 {
    margin-left: 41.666667%;
  }

  .keypoint_page .offset-md-6 {
    margin-left: 50%;
  }

  .keypoint_page .offset-md-7 {
    margin-left: 58.333333%;
  }

  .keypoint_page .offset-md-8 {
    margin-left: 66.666667%;
  }

  .keypoint_page .offset-md-9 {
    margin-left: 75%;
  }

  .keypoint_page .offset-md-10 {
    margin-left: 83.333333%;
  }

  .keypoint_page .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .keypoint_page .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .keypoint_page .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .keypoint_page .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .keypoint_page .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .keypoint_page .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .keypoint_page .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .keypoint_page .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .keypoint_page .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .keypoint_page .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .keypoint_page .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .keypoint_page .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .keypoint_page .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .keypoint_page .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .keypoint_page .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .keypoint_page .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .keypoint_page .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .keypoint_page .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .keypoint_page .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .keypoint_page .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .keypoint_page .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .keypoint_page .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .keypoint_page .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .keypoint_page .offset-lg-0 {
    margin-left: 0;
  }

  .keypoint_page .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .keypoint_page .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .keypoint_page .offset-lg-3 {
    margin-left: 25%;
  }

  .keypoint_page .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .keypoint_page .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .keypoint_page .offset-lg-6 {
    margin-left: 50%;
  }

  .keypoint_page .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .keypoint_page .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .keypoint_page .offset-lg-9 {
    margin-left: 75%;
  }

  .keypoint_page .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .keypoint_page .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .keypoint_page .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .keypoint_page .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .keypoint_page .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .keypoint_page .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .keypoint_page .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .keypoint_page .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .keypoint_page .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .keypoint_page .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .keypoint_page .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .keypoint_page .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .keypoint_page .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .keypoint_page .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .keypoint_page .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .keypoint_page .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .keypoint_page .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .keypoint_page .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .keypoint_page .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .keypoint_page .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .keypoint_page .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .keypoint_page .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .keypoint_page .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .keypoint_page .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .keypoint_page .offset-xl-0 {
    margin-left: 0;
  }

  .keypoint_page .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .keypoint_page .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .keypoint_page .offset-xl-3 {
    margin-left: 25%;
  }

  .keypoint_page .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .keypoint_page .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .keypoint_page .offset-xl-6 {
    margin-left: 50%;
  }

  .keypoint_page .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .keypoint_page .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .keypoint_page .offset-xl-9 {
    margin-left: 75%;
  }

  .keypoint_page .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .keypoint_page .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (max-width: 575.98px) {
  .keypoint_page .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .keypoint_page .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .keypoint_page .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .keypoint_page .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .keypoint_page .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .keypoint_page .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .keypoint_page .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .keypoint_page .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.keypoint_page .align-items-center {
  align-items: center;
}

.keypoint_page .align-items-stretch {
  align-items: stretch;
}

.keypoint_page {
  overflow: hidden;
}

.keypoint_page .label {
  display: block;
}

.keypoint_page .post_content h3 {
  font-size: 3rem;
}

.keypoint_page .blog-details .blog-post-details .post_wrapper .post_content .row {
  margin-bottom: 0;
}

.keypoint_page .blog-details .blog-post-details .post_wrapper .post_content .gtut_keypoint_page_thumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .keypoint_page .blog-details .blog-post-details .post_wrapper .post_content .gtut_keypoint_page_thumb img {
    margin-bottom: 1rem;
  }
}

.keypoint_page .white_content {
  color: #fff;
}

.keypoint_page .white_content h3,
.keypoint_page .white_content h4,
.keypoint_page .white_content h5,
.keypoint_page .white_content h6,
.keypoint_page .white_content p,
.keypoint_page .white_content b,
.keypoint_page .white_content strong {
  color: #fff;
}

.keypoint_page .img_bleed img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.keypoint_page .gtut_keypoint_page_info01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info01 .image {
  text-align: center;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info01 .image {
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info02,
.keypoint_page .gtut_keypoint_page_info03 {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info02 .image,
.keypoint_page .gtut_keypoint_page_info03 .image {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info02 .content,
.keypoint_page .gtut_keypoint_page_info03 .content {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-self: center;
}

@media (min-width: 1200px) {

  .keypoint_page .gtut_keypoint_page_info02 .content,
  .keypoint_page .gtut_keypoint_page_info03 .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_info04,
.keypoint_page .gtut_keypoint_page_info05 {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info04>.row,
.keypoint_page .gtut_keypoint_page_info05>.row {
  align-items: center;
}

.keypoint_page .gtut_keypoint_page_info04 .image,
.keypoint_page .gtut_keypoint_page_info05 .image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media (max-width: 767px) {

  .keypoint_page .gtut_keypoint_page_info04 .little_image,
  .keypoint_page .gtut_keypoint_page_info05 .little_image {
    padding-top: 2rem;
  }
}

@media (max-width: 767px) {

  .keypoint_page .gtut_keypoint_page_info04 .content,
  .keypoint_page .gtut_keypoint_page_info05 .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_info06 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.keypoint_page .gtut_keypoint_page_info07 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_info07 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.keypoint_page .gtut_keypoint_page_info07>.row {
  align-items: stretch;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info07 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    opacity: 0.5;
  }
}

.keypoint_page .gtut_keypoint_page_info07 .content {
  padding: 3rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info07 .content {
    margin-left: -6rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.keypoint_page .gtut_keypoint_page_info08 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_info08 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.keypoint_page .gtut_keypoint_page_info08>.row {
  align-items: stretch;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info08 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    opacity: 0.5;
  }
}

.keypoint_page .gtut_keypoint_page_info08 .content {
  padding: 3rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info08 .content {
    padding-left: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_info09 {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info09>.row {
  align-items: stretch;
}

.keypoint_page .gtut_keypoint_page_info09 .image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_info09 .content .container {
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.keypoint_page .gtut_keypoint_page_info09 .content .container>.row {
  align-items: center;
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_info09 .content .container>.row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info09 .content .container .col-lg-9 {
  padding: 2rem;
}

@media (min-width: 576px) {
  .keypoint_page .gtut_keypoint_page_info09 .content .container .col-lg-9 {
    padding: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info09 .content .container .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.keypoint_page .gtut_keypoint_page_info09 .content {
  padding: 0;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_info09 .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_info10 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: calc(100% + 30px);
}

.keypoint_page .gtut_keypoint_page_info10 .bg {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
}

.keypoint_page .gtut_keypoint_page_info10>.row>.col-12 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_info10>.row>.col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info10 .content {
  padding-bottom: 3rem;
}

.keypoint_page .gtut_keypoint_page_info11 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info11>.row {
  align-items: flex-end;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info11 .image {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info11 .image {
    padding-bottom: 0;
    margin-left: -10%;
    z-index: 0;
    position: relative;
  }
}

.keypoint_page .gtut_keypoint_page_info11 .content {
  background: #fff;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info11 .content {
    padding: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info12>.row {
  align-items: baseline;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info12 .image {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info12 .image {
    padding-bottom: 0;
    z-index: 0;
    position: relative;
  }
}

.keypoint_page .gtut_keypoint_page_info12 .content {
  background: #fff;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info12 .content {
    padding: 3rem;
    margin-top: 3rem;
    margin-left: -10%;
  }
}

.keypoint_page .gtut_keypoint_page_info13 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info13 .l_container {
    padding-left: 0;
    padding-right: 0;
  }

  .keypoint_page .gtut_keypoint_page_info13 .l_container .image {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info13 .l_container {
    padding-right: 0;
  }

  .keypoint_page .gtut_keypoint_page_info13 .l_container .image {
    margin-top: 3rem;
  }
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info13 .r_container {
    padding-left: 0;
    padding-right: 0;
  }

  .keypoint_page .gtut_keypoint_page_info13 .r_container .image {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info13 .r_container {
    text-align: right;
    padding-left: 0;
  }

  .keypoint_page .gtut_keypoint_page_info13 .r_container .image {
    margin-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info14 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: calc(100% + 30px);
}

.keypoint_page .gtut_keypoint_page_info14 .bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 52%;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info14 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info14 .content {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info14 .content {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (max-width: 1199px) {
  .keypoint_page .gtut_keypoint_page_info14 .white_card_wrap {
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info14 .white_card_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info14 .white_card {
  background: #fff;
  padding: 2rem 1.5rem;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_info14 .white_card {
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info15,
.keypoint_page .gtut_keypoint_page_info16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.keypoint_page .gtut_keypoint_page_info15 .content,
.keypoint_page .gtut_keypoint_page_info16 .content {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info15 .card,
.keypoint_page .gtut_keypoint_page_info16 .card {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_info17 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info17>.row {
  align-items: stretch;
}

.keypoint_page .gtut_keypoint_page_info17 .content {
  padding: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info17 .content {
    padding: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info17 .image {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info18 {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info18 .image {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info19,
.keypoint_page .gtut_keypoint_page_info20,
.keypoint_page .gtut_keypoint_page_info21,
.keypoint_page .gtut_keypoint_page_info22 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {

  .keypoint_page .gtut_keypoint_page_info19,
  .keypoint_page .gtut_keypoint_page_info20,
  .keypoint_page .gtut_keypoint_page_info21,
  .keypoint_page .gtut_keypoint_page_info22 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info19 .content,
.keypoint_page .gtut_keypoint_page_info20 .content,
.keypoint_page .gtut_keypoint_page_info21 .content,
.keypoint_page .gtut_keypoint_page_info22 .content {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info19 .bg_img_block,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 2rem;
  color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.keypoint_page .gtut_keypoint_page_info19 .bg_img_block p,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block h3,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block h4,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block h5,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block h6,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block ul,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block li,
.keypoint_page .gtut_keypoint_page_info19 .bg_img_block a,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block p,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block h3,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block h4,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block h5,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block h6,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block ul,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block li,
.keypoint_page .gtut_keypoint_page_info20 .bg_img_block a,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block p,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block h3,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block h4,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block h5,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block h6,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block ul,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block li,
.keypoint_page .gtut_keypoint_page_info21 .bg_img_block a,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block p,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block h3,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block h4,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block h5,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block h6,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block ul,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block li,
.keypoint_page .gtut_keypoint_page_info22 .bg_img_block a {
  color: #FFF;
}

.keypoint_page .gtut_keypoint_page_info19 .overlay,
.keypoint_page .gtut_keypoint_page_info20 .overlay,
.keypoint_page .gtut_keypoint_page_info21 .overlay,
.keypoint_page .gtut_keypoint_page_info22 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.keypoint_page .gtut_keypoint_page_info19 .block_content,
.keypoint_page .gtut_keypoint_page_info20 .block_content,
.keypoint_page .gtut_keypoint_page_info21 .block_content,
.keypoint_page .gtut_keypoint_page_info22 .block_content {
  position: relative;
  z-index: 1;
}

.keypoint_page .gtut_keypoint_page_info19 .block_content ul,
.keypoint_page .gtut_keypoint_page_info20 .block_content ul,
.keypoint_page .gtut_keypoint_page_info21 .block_content ul,
.keypoint_page .gtut_keypoint_page_info22 .block_content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_info23,
.keypoint_page .gtut_keypoint_page_info24 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {

  .keypoint_page .gtut_keypoint_page_info23,
  .keypoint_page .gtut_keypoint_page_info24 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info23 .info_row,
.keypoint_page .gtut_keypoint_page_info24 .info_row {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

@media (min-width: 992px) {

  .keypoint_page .gtut_keypoint_page_info23 .info_row,
  .keypoint_page .gtut_keypoint_page_info24 .info_row {
    margin-top: 3rem;
  }

  .keypoint_page .gtut_keypoint_page_info23 .info_row .image img,
  .keypoint_page .gtut_keypoint_page_info24 .info_row .image img {
    transform: scale(1.1) translateX(-15px);
  }

  .keypoint_page .gtut_keypoint_page_info23 .info_row .image.order-xl-1 img,
  .keypoint_page .gtut_keypoint_page_info24 .info_row .image.order-xl-1 img {
    transform: scale(1.1) translateX(15px);
  }
}

@media (max-width: 991px) {

  .keypoint_page .gtut_keypoint_page_info23 .info_row .content,
  .keypoint_page .gtut_keypoint_page_info24 .info_row .content {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {

  .keypoint_page .gtut_keypoint_page_info23 .info_row .content,
  .keypoint_page .gtut_keypoint_page_info24 .info_row .content {
    padding: 4rem;
    position: relative;
    z-index: 1;
  }
}

.keypoint_page .gtut_keypoint_page_info25 {
  padding-top: 2rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info25 {
    padding-top: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info25 .content {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_info25 .image_item {
  padding: 0;
}

.keypoint_page .gtut_keypoint_page_info25 .image {
  padding-bottom: 100%;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info25 .bg_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info26 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info26 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info26 .content {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_info26 .image_item {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info26 .image {
  height: 100%;
  padding-bottom: 100%;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info26 .image.image_broad {
  padding-bottom: 50%;
}

.keypoint_page .gtut_keypoint_page_info26 .bg_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info27 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info27 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info27 .content {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_info27 .image_item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.keypoint_page .gtut_keypoint_page_info27 .image {
  height: 100%;
  padding-bottom: 100%;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info27 .image.image_tall {
  padding-top: 100%;
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_info27 .image.image_tall {
    padding-top: 0;
  }
}

.keypoint_page .gtut_keypoint_page_info27 .bg_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info28 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info28 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info28 .content {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_info28 .image_item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.keypoint_page .gtut_keypoint_page_info28 .image {
  height: 100%;
  padding-bottom: 100%;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info28 .image.image_broad {
  padding-bottom: 50%;
}

.keypoint_page .gtut_keypoint_page_info28 .bg_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info29 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info29 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info29 .content {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_info29 .image_item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.keypoint_page .gtut_keypoint_page_info29 .image {
  height: 100%;
  padding-bottom: 66%;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info29 .image.image_broad {
  padding-bottom: 53%;
}

.keypoint_page .gtut_keypoint_page_info29 .bg_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info30 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_info30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info30 .content {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_info30 .image_item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.keypoint_page .gtut_keypoint_page_info30 .image {
  padding-bottom: 100%;
  position: relative;
}

.keypoint_page .gtut_keypoint_page_info30 .image.image_tall {
  padding-top: 108%;
}

@media (min-width: 1200px) {
  .keypoint_page .gtut_keypoint_page_info30 .image.image_tall {
    padding-top: 106.6%;
  }
}

.keypoint_page .gtut_keypoint_page_info30 .image.image_broad {
  padding-bottom: 50%;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info30 .image.image_lg_broad {
    padding-top: 0;
    padding-bottom: 80%;
  }
}

.keypoint_page .gtut_keypoint_page_info30 .bg_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_info31 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: calc(100% + 30px);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .keypoint_page .gtut_keypoint_page_info31 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info31 .bg {
  position: absolute;
  width: 100%;
  height: 75%;
  top: 25%;
}

@media (max-width: 1366px) {
  .keypoint_page .gtut_keypoint_page_info31 .bg {
    height: 100% !important;
    top: 0% !important;
  }
}

.keypoint_page .gtut_keypoint_page_info31 .image {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info31 .content {
  background: #FFF;
  padding: 2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_info31>.row>.col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info32,
.keypoint_page .gtut_keypoint_page_info33 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: calc(100% + 30px);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {

  .keypoint_page .gtut_keypoint_page_info32,
  .keypoint_page .gtut_keypoint_page_info33 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info32 .bg,
.keypoint_page .gtut_keypoint_page_info33 .bg {
  position: absolute;
  width: 100%;
}

@media (max-width: 1366px) {

  .keypoint_page .gtut_keypoint_page_info32 .bg,
  .keypoint_page .gtut_keypoint_page_info33 .bg {
    height: 100% !important;
    top: 0% !important;
  }
}

.keypoint_page .gtut_keypoint_page_info32 .image,
.keypoint_page .gtut_keypoint_page_info33 .image {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info32>.row>.col-12,
.keypoint_page .gtut_keypoint_page_info33>.row>.col-12 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {

  .keypoint_page .gtut_keypoint_page_info32>.row>.col-12,
  .keypoint_page .gtut_keypoint_page_info33>.row>.col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info32 .content {
  padding-right: 3rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info32 .content {
    margin-bottom: 2rem;
    padding-right: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info33 .content {
  padding-left: 3rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info33 .content {
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info34,
.keypoint_page .gtut_keypoint_page_info35 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: calc(100% + 30px);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {

  .keypoint_page .gtut_keypoint_page_info34,
  .keypoint_page .gtut_keypoint_page_info35 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_info34 .image,
.keypoint_page .gtut_keypoint_page_info35 .image {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_info34>.row>.col-12,
.keypoint_page .gtut_keypoint_page_info35>.row>.col-12 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {

  .keypoint_page .gtut_keypoint_page_info34>.row>.col-12,
  .keypoint_page .gtut_keypoint_page_info35>.row>.col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_info34 .content,
.keypoint_page .gtut_keypoint_page_info35 .content {
  padding: 3rem;
}

@media (max-width: 991px) {

  .keypoint_page .gtut_keypoint_page_info34 .content,
  .keypoint_page .gtut_keypoint_page_info35 .content {
    padding: 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_info34 .bg {
  position: absolute;
  height: 100%;
  width: 120%;
  z-index: -1;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info34 .bg {
    width: 140%;
    height: 160%;
    left: -20%;
  }
}

.keypoint_page .gtut_keypoint_page_info35 .bg {
  position: absolute;
  height: 100%;
  width: 120%;
  z-index: -1;
  left: -20%;
  top: 0;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_info35 .bg {
    width: 140%;
    height: 160%;
    left: -20%;
  }
}

.keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_page_slide01_slide {
  margin-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_page_slide01_slide {
    margin-top: 3rem;
  }
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_page_slide01_slide {
    overflow: inherit;
  }
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-pagination-fraction {
  bottom: 0;
  width: 100%;
  color: #ffa800;
  text-align: center;
  margin: 0 auto;
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-slide {
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-slide .text {
  padding: 1rem;
  background: #FFF;
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-slide .text h5 {
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-slide .slide_inner {
  box-shadow: rgba(0, 0, 0, 0.16) 0 15px 30px 0;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .keypoint_page .gtut_keypoint_page_slide01 .swiper-slide:not(.swiper-slide-active) {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide01 .swiper-slide:not(.swiper-slide-active) {
    padding: 0 80px;
    opacity: 0.3;
  }
}

.keypoint_page .gtut_keypoint_page_slide01 .swiper-slide-active {
  opacity: 1;
}

.keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_slide_btn {
  z-index: 2;
  width: 40%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_slide_btn {
    width: 100%;
    top: auto;
    bottom: -0.5rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_slide_btn .swiper-button-prev,
.keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_slide_btn .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffa800;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 20px 24px;
  border-radius: 100%;
  display: block;
}

.keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_slide_btn .swiper-button-prev {
  top: 0;
  left: 0;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.keypoint_page .gtut_keypoint_page_slide01 .gtut_keypoint_slide_btn .swiper-button-next {
  right: 0;
}

.keypoint_page .gtut_keypoint_page_slide02>.row {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .keypoint_page .gtut_keypoint_page_slide02 {
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide02 .content {
  margin-bottom: 3rem;
}

.keypoint_page .gtut_keypoint_page_slide02 .image {
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_slide_btn {
  z-index: 2;
  width: 100%;
  height: 50px;
  position: relative;
  padding-top: 4rem;
  top: 0rem;
}

@media (min-width: 768px) {
  .keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_slide_btn {
    width: 115px;
    top: 2rem;
    padding-top: 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_slide_btn .swiper-button-prev,
.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_slide_btn .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffa800;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 20px 24px;
  border-radius: 100%;
  display: block;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_slide_btn .swiper-button-prev {
  top: 0;
  left: 0;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_slide_btn .swiper-button-next {
  margin-top: 0;
  right: 0;
  top: 0;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_page_slide02_slide_01 h6 {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_page_slide02_slide_01 .container {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_page_slide02_slide_01 .container .row {
  margin-left: 0;
  margin-right: 0;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_page_slide02_slide_01 .icon {
  padding-left: 0rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_page_slide02_slide_01 .icon_inner {
  padding: 1.25rem;
  border: 1px solid rgba(255, 168, 0, 0.4);
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_slide02 .gtut_keypoint_page_slide02_slide_01 p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_slide03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide03 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide03 .content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_slide03 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide03 .nav_wrap {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_slide03 .nav.nav_tabs {
  width: 100%;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide03 .nav.nav_tabs {
    display: block;
  }
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffa800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 45px;
  transform: rotate(45deg);
  background-color: transparent;
  z-index: -1;
  transition: 0.1s all ease-out;
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item.active,
.keypoint_page .gtut_keypoint_page_slide03 .nav-item:hover {
  background-color: #201f29;
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item.active:after,
.keypoint_page .gtut_keypoint_page_slide03 .nav-item:hover:after {
  transform: rotate(45deg);
  background-color: #201f29;
  right: -15px;
  z-index: 1;
  transition: 0.2s all ease-out 0.2s;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide03 .nav-item {
    flex: 0 0 33.3%;
    padding: 1.5rem;
  }

  .keypoint_page .gtut_keypoint_page_slide03 .nav-item:after {
    bottom: 0px;
    top: auto;
    right: auto;
    transform: rotate(45deg);
    margin: auto;
    transition: 0.1s all ease-out;
  }

  .keypoint_page .gtut_keypoint_page_slide03 .nav-item.active:after,
  .keypoint_page .gtut_keypoint_page_slide03 .nav-item:hover:after {
    transform: rotate(45deg);
    margin: auto;
    right: auto;
    top: auto;
    bottom: -15px;
    transition: 0.2s all ease-out 0.2s;
  }
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_slide03 .nav-item {
    padding: 1rem 1rem 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item p {
  color: #FFF;
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item .nav_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.keypoint_page .gtut_keypoint_page_slide03 .nav-item .nav_inner .nav_content {
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_slide03 .tab-content {
  min-height: 350px;
  background-color: #fff;
  padding: 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide03 .tab-content {
    padding: 3rem 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide04 {
  padding-left: 0;
  padding-right: 0;
}

.keypoint_page .gtut_keypoint_page_slide04 .bg_img {
  height: 100%;
  width: 78%;
  position: absolute;
  bottom: 0;
  padding: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide04 .bg_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_slide04 .bg_img {
    background-size: cover;
    background-position: top center;
    height: 56%;
    bottom: auto;
    top: 0;
  }
}

.keypoint_page .gtut_keypoint_page_slide04 .slide_side {
  padding: 4rem;
  background: #FFF;
  margin-top: 15rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide04 .slide_side {
    padding: 4rem 6rem;
    margin-top: 10rem;
  }
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_slide04 .slide_side {
    padding: 2rem 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide04 .slide_side .swiper {
  padding: 3rem 3rem 4rem 0rem;
  margin: 0;
  margin-right: auto;
}

.keypoint_page .gtut_keypoint_page_slide04 .slide_side .swiper .slide_inner {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_slide04 .slide_side .swiper .slide_inner img {
  padding-right: 1rem;
}

.keypoint_page .gtut_keypoint_page_slide04 .swiper-pagination-fraction {
  bottom: 0;
  width: 50px;
  text-align: left;
  color: #ffa800;
}

.keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn {
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 50px;
}

.keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn .swiper-button-prev,
.keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffa800;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 20px 24px;
  border-radius: 100%;
  position: relative;
  display: block;
}

.keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn .swiper-button-prev {
  top: 0;
  left: 0;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn .swiper-button-next {
  right: 0;
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn {
    width: 120px;
    display: flex;
    bottom: 0;
  }

  .keypoint_page .gtut_keypoint_page_slide04 .gtut_keypoint_slide_btn .swiper-button-next {
    margin-top: 0rem;
    margin-left: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide05 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide05 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide05 .content {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide05 .content {
    margin-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide05 .swiper-slide .row {
  margin-left: 0;
  margin-right: 0;
}

.keypoint_page .gtut_keypoint_page_slide05 .text {
  background: #FFF;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .keypoint_page .gtut_keypoint_page_slide05 .text {
    padding: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide05 .image {
  padding: 0;
}

.keypoint_page .gtut_keypoint_page_slide05 .image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.keypoint_page .gtut_keypoint_page_slide05 .swiper-pagination-fraction {
  bottom: -4.5rem;
  width: 100%;
  text-align: center;
  color: #ffa800;
}

.keypoint_page .gtut_keypoint_page_slide05 .gtut_keypoint_slide_btn {
  z-index: 2;
  height: 50px;
  position: relative;
  margin: 0 auto;
  width: 115px;
  top: 2rem;
  padding-top: 2rem;
}

.keypoint_page .gtut_keypoint_page_slide05 .gtut_keypoint_slide_btn .swiper-button-prev,
.keypoint_page .gtut_keypoint_page_slide05 .gtut_keypoint_slide_btn .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffa800;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 20px 24px;
  border-radius: 100%;
  display: block;
}

.keypoint_page .gtut_keypoint_page_slide05 .gtut_keypoint_slide_btn .swiper-button-prev {
  top: 0;
  left: 0;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.keypoint_page .gtut_keypoint_page_slide05 .gtut_keypoint_slide_btn .swiper-button-next {
  margin-top: 0;
  right: 0;
  top: 0;
}

.keypoint_page .gtut_keypoint_page_slide06 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide06 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide06 .bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .bg_img {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_slide06 .content {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide06 .swiper-slide {
  transition: 1s;
  transform: scale(0.85);
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .swiper-slide {
    transform: scale(1);
  }
}

.keypoint_page .gtut_keypoint_page_slide06 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.keypoint_page .gtut_keypoint_page_slide06 .swiper-slide .row {
  margin-left: 0;
  margin-right: 0;
}

.keypoint_page .gtut_keypoint_page_slide06 .text {
  background: #FFF;
  padding: 1rem;
}

.keypoint_page .gtut_keypoint_page_slide06 .image {
  padding: 0;
}

.keypoint_page .gtut_keypoint_page_slide06 .image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.keypoint_page .gtut_keypoint_page_slide06 .item {
  padding: 1.5rem 1rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .item {
    padding: 2rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide06 .card {
  box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.26);
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_page_slide06_slide {
    height: 100%;
    padding-bottom: 5rem;
  }
}

.keypoint_page .gtut_keypoint_page_slide06 .swiper-pagination-fraction {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  bottom: 0px;
  color: #ffa800;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .swiper-pagination-fraction {
    position: relative;
    justify-content: center;
    bottom: -4.5rem;
    padding-right: 0;
  }
}

.keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn {
  position: absolute;
  bottom: 4rem;
  width: 50px;
}

.keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-prev,
.keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffa800;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 20px 24px;
  border-radius: 100%;
  position: relative;
  display: block;
}

.keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-prev {
  top: 0;
  left: 0;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-next {
  right: 0;
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn {
    position: relative;
    bottom: 6rem;
    height: 1rem;
    width: 7rem;
    margin: 0 auto;
  }

  .keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-prev,
  .keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-next {
    position: absolute;
  }

  .keypoint_page .gtut_keypoint_page_slide06 .gtut_keypoint_slide_btn .swiper-button-next {
    margin-top: 0;
    top: 0;
  }
}

.keypoint_page .gtut_keypoint_page_table01,
.keypoint_page .gtut_keypoint_page_table02,
.keypoint_page .gtut_keypoint_page_table03,
.keypoint_page .gtut_keypoint_page_table04 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {

  .keypoint_page .gtut_keypoint_page_table01,
  .keypoint_page .gtut_keypoint_page_table02,
  .keypoint_page .gtut_keypoint_page_table03,
  .keypoint_page .gtut_keypoint_page_table04 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_table01 table,
.keypoint_page .gtut_keypoint_page_table02 table,
.keypoint_page .gtut_keypoint_page_table03 table,
.keypoint_page .gtut_keypoint_page_table04 table {
  margin-top: 3rem;
}

.keypoint_page .gtut_keypoint_page_table01 .table_center th,
.keypoint_page .gtut_keypoint_page_table02 .table_center th,
.keypoint_page .gtut_keypoint_page_table03 .table_center th,
.keypoint_page .gtut_keypoint_page_table04 .table_center th {
  min-width: 120px;
}

.keypoint_page .gtut_keypoint_page_table01 .table_center th,
.keypoint_page .gtut_keypoint_page_table01 .table_center td,
.keypoint_page .gtut_keypoint_page_table02 .table_center th,
.keypoint_page .gtut_keypoint_page_table02 .table_center td,
.keypoint_page .gtut_keypoint_page_table03 .table_center th,
.keypoint_page .gtut_keypoint_page_table03 .table_center td,
.keypoint_page .gtut_keypoint_page_table04 .table_center th,
.keypoint_page .gtut_keypoint_page_table04 .table_center td {
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_table01 table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 13px;
}

.keypoint_page .gtut_keypoint_page_table01 table tr {
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.keypoint_page .gtut_keypoint_page_table01 table td {
  border: none;
  padding: 1.12rem 1rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_table01 .table_mobile thead {
    display: none;
  }

  .keypoint_page .gtut_keypoint_page_table01 .table_mobile td {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #F5F5F5;
  }

  .keypoint_page .gtut_keypoint_page_table01 .table_mobile td:before {
    content: attr(data-th);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background: #535353;
    color: #fff;
    padding: 1rem;
    font-size: 0.9rem;
  }

  .keypoint_page .gtut_keypoint_page_table01 .table_mobile .td_content {
    display: block;
    width: 60%;
    padding: 0.5rem 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_table03 table {
  border: 0;
  min-width: 600px;
  overflow-x: auto;
}

.keypoint_page .gtut_keypoint_page_table03 table tr:nth-of-type(even) {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.keypoint_page .gtut_keypoint_page_table03 table th {
  background: transparent;
  color: #2f2f2f;
  border: 0;
  border-bottom: 3px solid #aaaaaa;
}

.keypoint_page .gtut_keypoint_page_table03 table td {
  padding: 1.25rem 0.35rem;
  border: 0;
}

.keypoint_page .gtut_keypoint_page_table04 .table td,
.keypoint_page .gtut_keypoint_page_table04 .table th {
  vertical-align: middle;
}

.keypoint_page .gtut_keypoint_page_table04 .table th:nth-child(2n) {
  background: #ffa800;
}

.keypoint_page .gtut_keypoint_page_table04 .table td:nth-child(2n) {
  background: rgba(255, 168, 0, 0.5);
}

.keypoint_page .gtut_keypoint_page_table04 .table img {
  margin-right: 1rem;
  display: inline-block;
}

.keypoint_page .gtut_keypoint_page_table04 .table p {
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_advantage01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage01 .icon_wrap {
  margin-top: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_advantage01 .icon_wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

.keypoint_page .gtut_keypoint_page_advantage01 .icon_wrap .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.keypoint_page .gtut_keypoint_page_advantage01 .icon {
  padding: 1.5rem 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.16);
}

.keypoint_page .gtut_keypoint_page_advantage01 .icon p {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_advantage02 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage02 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage02 .icon_wrap {
  margin-top: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_advantage02 .icon_wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

.keypoint_page .gtut_keypoint_page_advantage02 .icon_wrap .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.keypoint_page .gtut_keypoint_page_advantage02 .icon {
  padding: 1.5rem 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.16);
}

.keypoint_page .gtut_keypoint_page_advantage02 .icon p {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_advantage03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage03 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage03 .image {
  margin-top: 2rem;
}

.keypoint_page .gtut_keypoint_page_advantage03 .image .desk_img {
  display: none;
}

.keypoint_page .gtut_keypoint_page_advantage03 .image .mobile_img {
  display: block;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage03 .image {
    margin-top: 3rem;
  }

  .keypoint_page .gtut_keypoint_page_advantage03 .image .desk_img {
    display: block;
  }

  .keypoint_page .gtut_keypoint_page_advantage03 .image .mobile_img {
    display: none;
  }
}

.keypoint_page .gtut_keypoint_page_advantage04 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage04 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage04 .icon_wrap {
  margin-top: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_advantage04 .icon_wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

.keypoint_page .gtut_keypoint_page_advantage04 .icon_wrap .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.keypoint_page .gtut_keypoint_page_advantage04 .icon {
  padding: 1rem 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_advantage04 .icon p {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_advantage04 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
  }

  .keypoint_page .gtut_keypoint_page_advantage04 .icon p {
    max-width: 80%;
    flex: 0 0 80%;
  }

  .keypoint_page .gtut_keypoint_page_advantage04 .icon img {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_advantage04 .icon {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
  }

  .keypoint_page .gtut_keypoint_page_advantage04 .icon p {
    max-width: fit-content;
    flex: 1 0 80%;
    text-align: left;
  }

  .keypoint_page .gtut_keypoint_page_advantage04 .icon img {
    flex: 0 1 20%;
    padding-right: 0.5rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage05 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.keypoint_page .gtut_keypoint_page_advantage05 .bg {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_advantage05 .content_wrap {
  background: #FFF;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage05 .content_wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage05 .content_wrap .container-fluid {
  max-width: 1366px;
}

.keypoint_page .gtut_keypoint_page_advantage05 .content {
  position: relative;
  text-align: center;
  padding-left: 3rem;
}

.keypoint_page .gtut_keypoint_page_advantage05 .content:after {
  content: '';
  display: block;
  border-right: 1px solid #e2e2e2;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: -16%;
}

.keypoint_page .gtut_keypoint_page_advantage05 .content img {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage05 .content {
    text-align: right;
  }
}

.keypoint_page .gtut_keypoint_page_advantage05 .icon {
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_advantage05 .icon img {
  margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_advantage05 .icon {
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage06 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_advantage06 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage06 .content {
  text-align: center;
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_advantage06 .btn_group {
  text-align: center;
  margin-top: 3rem;
}

.keypoint_page .gtut_keypoint_page_advantage06 .card {
  background: #fff;
  padding: 0rem;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.16);
}

.keypoint_page .gtut_keypoint_page_advantage06 .card .card_content {
  padding: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_advantage06 .card .card_content h5 {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_advantage06 .card {
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_advantage07 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_advantage07 .content {
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  .keypoint_page .gtut_keypoint_page_advantage07 .title {
    text-align: center;
  }

  .keypoint_page .gtut_keypoint_page_advantage07 .image {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.keypoint_page .gtut_keypoint_page_service01 .item,
.keypoint_page .gtut_keypoint_page_service02 .item {
  position: relative;
}

.keypoint_page .gtut_keypoint_page_service01 .item:before,
.keypoint_page .gtut_keypoint_page_service02 .item:before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  right: -15px;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-color: #ffa800;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 17px 12px;
  border-radius: 100%;
}

.keypoint_page .gtut_keypoint_page_service01 .item:last-child::before,
.keypoint_page .gtut_keypoint_page_service02 .item:last-child::before {
  display: none;
}

.keypoint_page .gtut_keypoint_page_service01 .image,
.keypoint_page .gtut_keypoint_page_service02 .image {
  margin-bottom: 1rem;
}

.keypoint_page .gtut_keypoint_page_service01 .col-xl-5-1 {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_service01 .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.keypoint_page .gtut_keypoint_page_service01 .item {
  position: relative;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_service01 .item:before {
    top: 24%;
    bottom: inherit;
  }
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_service01 .item:nth-child(even)::before {
    display: none;
  }
}

.keypoint_page .gtut_keypoint_page_service01 .item .image {
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_service02 .item {
  margin-bottom: 2rem;
  padding: 0 1.3rem;
}

.keypoint_page .gtut_keypoint_page_service02 .item:before {
  right: -10px;
}

@media (max-width: 767px) {
  .keypoint_page .gtut_keypoint_page_service02 .item {
    margin-bottom: 2.8rem;
  }

  .keypoint_page .gtut_keypoint_page_service02 .item:before {
    right: 50%;
    bottom: -24px;
    top: auto;
    transform: rotate(90deg);
  }
}

.keypoint_page .gtut_keypoint_page_service02 .item .image {
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_service03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_service03 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_service03 .col-xl-5-1 {
  margin-bottom: 4rem;
}

@media (min-width: 1200px) {
  .keypoint_page .gtut_keypoint_page_service03 .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.keypoint_page .gtut_keypoint_page_service03 .item_wrap {
  margin-top: 3rem;
}

.keypoint_page .gtut_keypoint_page_service03 .item {
  padding: 15px;
  background-color: #FBFBFB;
  border: 1px solid #CCCCCC;
  height: 100%;
  text-align: center;
}

.keypoint_page .gtut_keypoint_page_service03 .label {
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  margin: auto;
  padding: 20px 0 30px;
  margin-top: -50px;
  margin-bottom: 15px;
  max-width: 128px;
}

.keypoint_page .gtut_keypoint_page_service03 .label .step {
  font-weight: bold;
}

.keypoint_page .gtut_keypoint_page_service03 .label .num {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
}

.keypoint_page .gtut_keypoint_page_logo01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_logo01 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_logo01 .content {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_logo01 .item {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_logo02 {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_logo02 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_logo02 #marquee_logo {
  padding: 30px 0;
  width: 100%;
  height: 25vh;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 576px) {
  .keypoint_page .gtut_keypoint_page_logo02 #marquee_logo {
    height: 30vh;
  }
}

.keypoint_page .gtut_keypoint_page_logo02 #marquee_logo .marquee_text_group {
  color: #f7f7f7;
  position: absolute;
  left: -100%;
  z-index: -1;
  font-size: 200px;
  font-family: "Philosopher", sans-serif;
  font-style: italic;
  white-space: nowrap;
  font-size: 0;
}

.keypoint_page .gtut_keypoint_page_logo02 #marquee_logo .marquee_text_group span {
  display: inline-block;
  font-size: 200px;
}

.keypoint_page .gtut_keypoint_page_logo02 #marquee_logo .marquee_logo_group {
  position: absolute;
  white-space: nowrap;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_logo02 #marquee_logo .marquee_logo_group .logo_group {
  display: inline;
  white-space: nowrap;
}

.keypoint_page .gtut_keypoint_page_logo02 #marquee_logo .marquee_logo_group span {
  display: inline-block;
  padding: 0 30px;
}

.keypoint_page .gtut_keypoint_page_logo03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_logo03 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_logo03 .content {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_logo03 .item_wrap {
  margin-top: 6rem;
}

.keypoint_page .gtut_keypoint_page_logo03 .item {
  margin-bottom: 6rem;
}

.keypoint_page .gtut_keypoint_page_logo03 .item_inner {
  box-shadow: none;
  border: 1px solid #DDDDDD;
  padding: 2rem 2rem;
  background: #fff;
}

.keypoint_page .gtut_keypoint_page_logo03 .image {
  text-align: center;
  height: 4.125rem;
  width: 100%;
}

.keypoint_page .gtut_keypoint_page_logo03 .image img {
  position: absolute;
  top: -4.5rem;
  left: 2.25rem;
  width: 13.75rem;
  background-color: #fff;
}

.keypoint_page .gtut_keypoint_page_logo03 .image:after {
  content: "";
  display: block;
  border: 1px solid #ffa800;
  width: 2.7rem;
  position: absolute;
  top: 5.6rem;
}

.keypoint_page .gtut_keypoint_page_logo03 .btn_group {
  margin-top: 1.5rem;
}

.keypoint_page .gtut_keypoint_page_video01,
.keypoint_page .gtut_keypoint_page_video02,
.keypoint_page .gtut_keypoint_page_video03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {

  .keypoint_page .gtut_keypoint_page_video01,
  .keypoint_page .gtut_keypoint_page_video02,
  .keypoint_page .gtut_keypoint_page_video03 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.keypoint_page .gtut_keypoint_page_video01 .image,
.keypoint_page .gtut_keypoint_page_video02 .image,
.keypoint_page .gtut_keypoint_page_video03 .image {
  position: relative;
  cursor: pointer;
}

.keypoint_page .gtut_keypoint_page_video01 .image:after,
.keypoint_page .gtut_keypoint_page_video02 .image:after,
.keypoint_page .gtut_keypoint_page_video03 .image:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  transition: 0.3s ease;
}

.keypoint_page .gtut_keypoint_page_video01 .image:hover:after,
.keypoint_page .gtut_keypoint_page_video02 .image:hover:after,
.keypoint_page .gtut_keypoint_page_video03 .image:hover:after {
  width: 0%;
}

.keypoint_page .gtut_keypoint_page_video01 .video_btn,
.keypoint_page .gtut_keypoint_page_video02 .video_btn,
.keypoint_page .gtut_keypoint_page_video03 .video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  animation: illuminate ease-out 2.2s infinite;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background-image: url(../images/slide_play_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.keypoint_page .gtut_keypoint_page_video01 .content {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_video01 .item_wrap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.keypoint_page .gtut_keypoint_page_video01 .item {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_video01 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.keypoint_page .gtut_keypoint_page_video01 .text {
  text-align: center;
  padding: 0.5rem 1rem;
}

.keypoint_page .gtut_keypoint_page_video01 .text h5 {
  margin-bottom: 0;
}

.keypoint_page .gtut_keypoint_page_video02 .item_wrap {
  margin-top: 2rem;
}

.keypoint_page .gtut_keypoint_page_video02 .item_list {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .keypoint_page .gtut_keypoint_page_video02 .item_list {
    height: 100%;
    display: flex;
    align-content: space-between;
    margin-top: 0;
  }
}

.keypoint_page .gtut_keypoint_page_video02 .item_list .thumb_image {
  cursor: pointer;
  border: 3px solid transparent;
}

.keypoint_page .gtut_keypoint_page_video02 .item_list .thumb_image.active {
  border: 3px solid #ffa800;
}

.keypoint_page .gtut_keypoint_page_video03 {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_video03 {
    padding-bottom: 6rem;
  }
}

.keypoint_page .gtut_keypoint_page_video03 .content {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_video03 .bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
}

.keypoint_page .gtut_keypoint_page_form01 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_form01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.keypoint_page .gtut_keypoint_page_form01 .gtut_keypoint_page_form01_content {
  background: #FFF;
  padding: 3rem 2rem;
}

@media (min-width: 992px) {
  .keypoint_page .gtut_keypoint_page_form01 .gtut_keypoint_page_form01_content {
    padding: 4rem;
  }
}

.keypoint_page .gtut_keypoint_page_form01 .title {
  margin-bottom: 2rem;
}

.keypoint_page .gtut_keypoint_page_form01 .image {
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .keypoint_page .gtut_keypoint_page_form01 .image img {
    width: 100%;
  }
}

.keypoint_page .gtut_keypoint_page_form01 .btn {
  margin-top: 1.5rem;
}

.video_box {
  background: rgba(0, 0, 0, 0.85);
  overflow-y: hidden !important;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9050;
  display: none;
}

.video_box.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_box .modal-body {
  max-width: 76%;
  margin: 0 auto;
  margin-top: 3rem;
}

.video_box .modal-body .swiper-wrapper {
  padding-bottom: 3rem;
}

@media (max-width: 1199px) {
  .video_box .modal-body {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .video_box .modal-body {
    max-width: 95%;
  }
}

.video_box .close {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1.2rem;
  opacity: 1;
  right: -60px;
  top: -40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 575px) {
  .video_box .close {
    right: 15px;
    top: -48px;
  }
}