
.kto-main a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.kto-main a::before, .kto-main a::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.kto-main .wrapper {
  padding-top: 0;
  margin: 0;
  /* main section 공통 */
}
.kto-main .wrapper header {
  color: #fff;
  background-color: transparent;
}
.kto-main .wrapper header .header-global {
  border-color: rgba(255, 255, 255, 0.5);
}
.kto-main .wrapper header .header-global .header-nav-foreign > ul > li::after {
  background-color: #fff;
}
.kto-main .wrapper header .header-theme {
  border-width: 0;
}
.kto-main .wrapper header .header-theme h1 {
  background-image: url(../image/logo-1.png);
  background-repeat: no-repeat;
  background-size: 142px 80px;
  background-position: left center;
  margin-left:160px;
}
.kto-main .wrapper header .header-theme h1 img {
  display: none;
}
.kto-main .wrapper header:not(.is-active) .header-btn-group .btn-view-search {
  background-image: url(../image/btn_header_search.svg);
}
.kto-main .wrapper header:not(.is-active) .header-btn-group .btn-view-menuall {
  background-image: url(../image/btn_header_menuall.svg);
}
.kto-main .wrapper header.is-active {
  background-color: #fff;
}
.kto-main .wrapper header.is-active .header-global {
  border-color: #ddd;
  border-width: 0 0 1px 0;
}
.kto-main .wrapper header.is-active h1 {
  background-image: url(../image/logo-2.png);
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper header.is-active {
    background-color: #fff;
    color: #222222;
  }
  .kto-main .wrapper header.is-active .header-theme {
    border-width: 0 0 1px 0;
  }
}
.kto-main .wrapper .inner.container {
  margin: 0;
}
.kto-main .wrapper .main-section {
  padding: 6rem 0;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section {
    height: 96.9rem;
  }
}
.kto-main .wrapper .main-section .inner {
  max-width: 1600px;
}
.kto-main .wrapper .main-section .section-head .section-subtitle {
  display: inline-block;
  color: #222;
  font-size: 2rem;
  font-weight: 600;
}
.kto-main .wrapper .main-section .section-head .section-subtitle::after {
  content: "";
  display: inline-block;
  margin-left: 1.6rem;
  width: 14.2rem;
  height: 1px;
  background-color: #222;
  vertical-align: middle;
}
.kto-main .wrapper .main-section .section-head .section-title {
  display: block;
  margin-top: 1.5rem;
  font-size: calc(2.8rem + 1vw);
  font-weight: 600;
  color: #787878;
  letter-spacing: -0.02em;
  /*br{ 
      display:none;
      @include respond-from('mobile-large'){
          display:inline;
      }
  }*/
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section .section-head .section-title {
    margin-top: 2.5rem;
    font-size: 5.6rem;
  }
}
.kto-main .wrapper .main-section .section-head .section-title strong {
  color: #222222;
}
.kto-main .wrapper .main-section a:hover {
  color: inherit;
}
.kto-main .wrapper .main-section.main-visual {
  position: relative;
  padding: 0;
  color: #fff;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 10;
}
@media only screen and (min-width: 90em) {
  .kto-main .wrapper .main-section.main-visual {
    height: 96.9rem;
    max-height: 96.9rem;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner {
  z-index: 10;
  max-width: 1600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  height: auto;
  top: 48%;
  bottom: auto;
}
@media only screen and (max-width: 22.5em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 120em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner {
    width: 100%;
    max-width: 160rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    height: auto;
    top: auto;
    bottom: 30rem;
    left: 10%;
    right: 10%;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-head {
  position: absolute;
  right: 0;
  bottom: 12rem;
}
@media only screen and (min-width: 120em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .visual-head {
    bottom: 12rem;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-head > ul > li {
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-head > ul > li.active {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-head > ul > li:nth-child(1) {
  margin-top: -10.2rem;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-head > ul > li img {
  width: 50%;
  max-width: 100%;
}
@media only screen and (min-width: 120em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .visual-head > ul > li img {
    width: auto;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .visual-head {
    padding-bottom: 4.6rem;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-body {
  display: block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 2vh 0;
  position: Relative;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-body .slide-control-group {
  position: Absolute;
  right: 0;
  top: 0;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-body .tour-tab-nav li .tour-tab-content {
  display: none;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-body .tour-tab-nav li.active .tour-tab-content {
  display: block;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .visual-body .tour-tab-nav li.active a:after {
  width: 0.8rem;
  height: 0.8rem;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .visual-body {
    padding: 2rem 0;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
.kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
  display: block;
  text-align: right;
  font-weight: 600;
  color: #fff;
  line-height: 130%;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: clamp(3.2rem, 3.2rem + 2vw, 5vw);
}
@media (orientation: landscape) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
  .kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
  .kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
    font-size: clamp(4.8rem, 4.8rem + 2vw, 5vw);
  }
}
@media only screen and (min-width: 48em) and (orientation: landscape) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
  .kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
  .kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
    font-size: clamp(6.4rem, 6.4rem + 2vw, 5vw);
  }
}
@media only screen and (min-width: 64em) and (orientation: landscape) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
  .kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
    font-size: 5.2rem;
  }
}
@media only screen and (min-width: 90em) and (hover: hover) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .main-visual-title,
  .kto-main .wrapper .main-section.main-visual .slide-inner .section-title {
    font-size: 7.2rem;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav {
  display: block;
  overflow: hidden;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li {
  float: left;
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.8;
  margin-right: 2rem;
  margin-right: 4rem;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li > a {
  display: inline-block;
  position: relative;
  padding: 0.8rem 0 2rem 0;
  font-size: 1.8rem;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% - 0.8rem);
  right: 0;
  width: 0;
  height: 0;
  background-color: #E1002A;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li:hover :after {
  width: 0.8rem;
  height: 0.8rem;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li {
    margin-right: 4rem;
  }
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li.swiper-pagination-bullet-active, .kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li.active {
  opacity: 1;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li.swiper-pagination-bullet-active span, .kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li.active span {
  font-weight: 600;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li.swiper-pagination-bullet-active span::after, .kto-main .wrapper .main-section.main-visual .slide-inner .tour-tab-nav > li.active span::after {
  width: 0.8rem;
  height: 0.8rem;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .slide-loading {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.2);
}
.kto-main .wrapper .main-section.main-visual .slide-inner .slide-loading .slide-loading-bar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 4px;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.kto-main .wrapper .main-section.main-visual .slide-inner .slide-loading .slide-loading-bar.active {
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kto-main .wrapper .main-section.main-visual .visual-slide {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kto-main .wrapper .main-section.main-visual .visual-slide::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../image/main_visual_gradient.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.kto-main .wrapper .main-section.main-visual .visual-slide .swiper-slide .visual-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateZ(0);
}
.kto-main .wrapper .main-section.main-visual .visual-slide .swiper-slide .visual-img img {
  width: auto;
  max-width: 1000%;
  min-width: 100%;
  height: 100%;
}
.kto-main .wrapper .main-section.main-visual .slide-control {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  margin-top: 3rem;
}
.kto-main .wrapper .main-section.main-visual .slide-control > div,
.kto-main .wrapper .main-section.main-visual .slide-control > button {
  margin: 0 0.2rem;
  vertical-align: middle;
}
.kto-main .wrapper .main-section.main-visual .slide-control .count {
  display: inline-block;
  width: auto;
  bottom: auto;
  left: auto;
  font-size: 1.8rem;
  color: #fff;
}
.kto-main .wrapper .main-section.main-visual .slide-control .count .swiper-pagination-current {
  color: #E1002A;
}
.kto-main .wrapper .main-section.main-visual .slide-control .btn-play {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  background-image: url(../image/btn_slide_control_stop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.kto-main .wrapper .main-section.main-visual .slide-control .btn-play.active {
  background-image: url(../image/btn_slide_control_play.svg);
}
.kto-main .wrapper .main-section.main-visual .slide-control .btn-play span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-news {
    padding: 16rem 0;
  }
}
.kto-main .wrapper .main-section.main-news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-news .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-news .section-head {
    width: 33%;
  }
}
.kto-main .wrapper .main-section.main-news .section-head .section-title strong br {
  display: none;
}
@media only screen and (min-width: 90em) {
  .kto-main .wrapper .main-section.main-news .section-head .section-title strong br {
    display: inline;
  }
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-news .section-body {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-news .section-body {
    width: 67%;
  }
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-news .section-body .main-news-box {
    max-width: 52.6rem;
  }
  .kto-main .wrapper .main-section.main-news .section-body .main-news-box:first-child {
    margin-top: 4rem;
  }
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide {
  position: relative;
  padding-bottom: 4rem;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide .swiper-wrapper {
    height: 28.6rem;
  }
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.8rem;
  overflow: hidden;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide .swiper-wrapper .swiper-slide > a {
  display: block;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide .swiper-wrapper .swiper-slide > a:hover, .kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .main-news-slide .swiper-wrapper .swiper-slide > a:focus {
  background: #FFFFFF;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.4rem 2rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 2rem 4rem rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px dotted #000;
  outline: 2px dotted yellow;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control > div,
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control > button {
  margin: 0 0.2rem;
  vertical-align: middle;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .count {
  display: inline-block;
  width: auto;
  bottom: auto;
  left: auto;
  font-size: 1.8rem;
  color: #444;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .count .swiper-pagination-current {
  color: #E1002A;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-prev {
  display: inline-block;
  width: 2.8rem;
  height: 2rem;
  background-color: transparent;
  background-image: url(../image/btn_slide_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem auto;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-prev span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-next {
  display: inline-block;
  width: 2.8rem;
  height: 2rem;
  background-color: transparent;
  background-image: url(../image/btn_slide_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem auto;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-next span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-play {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-image: url(../image/slide_btn_pause.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-play.active {
  background-image: url(../image/slide_btn_play.svg);
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box.has-slide .slide-control .btn-play span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news {
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
  padding: 2rem;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news {
    padding: 4rem;
  }
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news .category {
  display: block;
  color: #CA2C52;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  background-image: url(../image/btn_main_news_more.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem 2rem;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news .subject {
  display: block;
  margin-top: 2rem;
  color: #222;
  font-size: 2.4rem;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news .subject {
    height: 6.8rem;
  }
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news .desc {
  display: block;
  margin-top: 1.6rem;
  color: #444;
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box > a .main-news .date {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #444;
}
.kto-main .wrapper .main-section.main-news .section-body .main-news-box > a:focus .main-news, .kto-main .wrapper .main-section.main-news .section-body .main-news-box > a:hover .main-news {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0.4rem 2rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 2rem 4rem rgba(0, 0, 0, 0.15);
}
.kto-main .wrapper .main-section.main-business {
  background-color: #F8F8F8;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-business {
    padding: 13rem 0;
  }
}
.kto-main .wrapper .main-section.main-business .section-head {
  padding-bottom: 6rem;
}
.kto-main .wrapper .main-section.main-business .section-body .business-slide {
  overflow-x: auto;
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-business .section-body .business-slide {
    overflow: hidden;
    overflow-x: hidden;
  }
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  gap: 0.8rem;
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
  overflow: hidden;
  position: relative;
  width: 29.5rem;
  min-width: 29.5rem;
  height: 36rem;
  border-radius: 0.8rem;
  gap: 0.8rem;
  position: relative;
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .move-btn {
  display: none;
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .move-btn em {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: auto;
  max-width: 1000%;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8rem 2rem;
  text-align: left;
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap {
    padding: 5.6rem 4rem;
  }
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap strong {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap strong {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap strong {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    letter-spacing: -0.2em;
  }
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap p {
  font-size: 1.8rem;
  white-space: normal;
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .txt-wrap p {
    display: none;
  }
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .btn-go {
  display: inline-block;
  opacity: 1;
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  margin-top: 2.4rem;
  background-color: #E1002A;
  border-radius: 50%;
  background-image: url(../image/slide_btn_go_arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem 2.4rem;
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .btn-go em {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active .btn-go {
  display: inline-block;
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide {
    width: 12.6rem;
    min-width: 12.6rem;
    height: 44rem;
    margin-right: 0;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .move-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    z-index: 99;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .move-btn:focus {
    border: 2px dotted yellow;
    outline: 2px dotted #000;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .move-btn em {
    display: block;
    overflow: hidden;
    position: absolute;
    left: -99999999999999px;
    top: -100000000000000000px;
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: 1000000000000000000000px;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide .btn-go {
    opacity: 0;
    display: none;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: calc(100% - 40.2rem);
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active .txt-wrap {
    padding: 13.5rem 8rem;
    color: #fff;
    text-align: left;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active .txt-wrap strong {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: -0.1em;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active .txt-wrap p {
    display: block;
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active .txt-wrap .btn-go {
    opacity: 1;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active img {
    min-width: 100%;
  }
  .kto-main .wrapper .main-section.main-business .section-body .swiper-wrapper .slide.active .btn-go {
    opacity: 1;
    display: inline-block;
  }
}
.kto-main .wrapper .main-section.main-kto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url(../image/main_section03_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.kto-main .wrapper .main-section.main-kto .main-organ {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10rem 0;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-kto .main-organ {
    padding: 16rem 0 13rem 0;
  }
}
.kto-main .wrapper .main-section.main-kto .main-related {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.kto-main .wrapper .main-section.main-kto .main-organ .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-head {
    width: 33%;
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .section-subtitle {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .section-subtitle::after {
  background-color: #fff;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .section-title {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .section-title strong {
  color: #fff;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list {
  display: block;
  margin-top: 3rem;
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list {
    position: absolute;
    right: 0;
    top: -2rem;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 6rem;
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20.6rem;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2.8rem;
  margin-top: 2rem;
  padding: 1.6rem 2rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list a span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #fff;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list a::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../image/slide_btn_go_arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem 2.4rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list a:focus, .kto-main .wrapper .main-section.main-kto .main-organ .section-head .link-list a:hover {
  background-color: #4A63AD;
  border-color: #4A63AD;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8rem;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body {
    width: 67%;
  }
}
@media only screen and (min-width: 120em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  grid-gap: 0.8rem;
  gap: 0.8rem;
  grid-template-columns: repeat(1, 1fr);
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;  
  flex-wrap:wrap; 
  column-gap: 0.8rem;                       
  @include respond-from('desktop-small'){
      margin-top:15.0rem;
      flex-wrap:nowrap;
  }
  */
}
@media only screen and (min-width: 48em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0.8rem;
  padding: 4rem;
  color: #fff;
  background-color: #4A63AD;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (min-width: 120em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box {
    width: 39.4rem;
    height: 39.4rem;
    min-height: 39.4rem;
  }
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box {
    background-color: rgba(75, 86, 121, 0.65);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box:hover, .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box:focus {
  background-color: #4A63AD;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box .link-list {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box .link-list a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box .link-list a span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #fff;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box .link-list a::after {
  content: "";
  display: inline-block;
  margin-left: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../image/slide_btn_go_arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem 2.4rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .subject {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  font-size: 3.2rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .subject .smaller {
  font-size: 2rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-boxs-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 0.8rem;
  width: 100%;
}
@media only screen and (min-width: 120em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-boxs-group {
    width: 26rem;
    height: 26rem;
    margin-top: 0;
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #4A63AD;
  border-radius: 0.8rem;
  padding: 2rem;
  color: #fff;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a {
    background-color: rgba(75, 86, 121, 0.65);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a:hover, .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a:focus {
  background-color: #4A63AD;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  margin-top: -1.6rem;
  top: 50%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a::after {
    bottom: 2rem;
    top: auto;
    background-position: right bottom;
  }
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s a span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 120%;
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s.box-conversation a::after {
  background-image: url(../image/icon_main_organ_conversation.svg);
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s.box-proposal a::after {
  background-image: url(../image/icon_main_organ_feather.svg);
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s.box-alert a::after {
  background-image: url(../image/icon_main_organ_alert.svg);
}
.kto-main .wrapper .main-section.main-kto .main-organ .section-body .vision-box-s.box-edit a::after {
  background-image: url(../image/icon_main_organ_edit.svg);
}
.kto-main .wrapper .main-section.main-kto .main-related {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  padding: 4.2rem 0;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-related {
    padding: 5rem 0;
  }
}
.kto-main .wrapper .main-section.main-kto .main-related .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem;
}
.kto-main .wrapper .main-section.main-kto .main-related .inner .slide-control {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 80em) {
  .kto-main .wrapper .main-section.main-kto .main-related .inner {
    gap: 3.2rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .kto-main .wrapper .main-section.main-kto .main-related .inner .relate-site-title {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .kto-main .wrapper .main-section.main-kto .main-related .inner .related-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .kto-main .wrapper .main-section.main-kto .main-related .inner .slide-control {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    position: relative;
  }
}
.kto-main .wrapper .main-section.main-kto .main-related .relate-site-title {
  background-image: url(../image/related_site_monitor.svg);
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0 50%;
  color: #F49C00;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.4rem 0 0.4rem 3rem;
  text-align: left;
}
.kto-main .wrapper .main-section.main-kto .main-related .related-slide .swiper-slide {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.kto-main .wrapper .main-section.main-kto .main-related .related-slide .swiper-slide::after {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 2.4rem;
  background-image: url(../image/related_site_blt.svg);
  background-repeat: no-repeat;
  background-size: 0.6rem 0.6rem;
  background-position: center;
  vertical-align: middle;
}
.kto-main .wrapper .main-section.main-kto .main-related .related-slide .swiper-slide:nth-last-of-type(1)::after {
  display: none;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control {
  text-align: right;
  white-space: nowrap;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-prev {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  background-image: url(../image/slide_btn_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem 2.4rem;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-prev span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-next {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  background-image: url(../image/slide_btn_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem 2.4rem;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-next span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-play {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  background-image: url(../image/main_related_slide_btn_pause.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem 2.4rem;
  margin: 0 1.6rem;
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-play.active {
  background-image: url(../image/main_related_slide_btn_play.svg);
}
.kto-main .wrapper .main-section.main-kto .main-related .slide-control .btn-play span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}

/* transition */
.transition-all {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
} /* .js-smooth 보다 먼저 적는다 */
.transition-none {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

/* smooth */
.js-smooth {
  opacity: 0;
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, transform 1500ms ease;
  transition: opacity 1500ms ease, transform 1500ms ease, -webkit-transform 1500ms ease;
}
.js-smooth.js-smooth-end {
  opacity: 1;
}

.main-visual-title,
.js-top-to-bottom {
  opacity: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, transform 1500ms ease;
  transition: opacity 1500ms ease, transform 1500ms ease, -webkit-transform 1500ms ease;
}
.main-visual-title.js-smooth-end,
.js-top-to-bottom.js-smooth-end {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-scroll {
  position: absolute;
  left: 0;
  bottom: 8rem;
  display: inline-block;
  width: 11px;
  height: 90px;
  background-image: url(../image/btn_scroll_down.svg);
  background-repeat: no-repeat;
  background-size: 11px 90px;
  background-position: 0 0;
}
.btn-scroll.up {
  background-image: url(https://knto.or.kr/humanframe/theme/kto/assets/image/main/btn_scroll_up.svg);
}
.btn-scroll.invert {
  background-image: url(https://knto.or.kr/humanframe/theme/kto/assets/image/main/btn_scroll_white.svg);
}

.tour-tab-content {
  display: block;
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 5rem 0;
  z-index: 11;
}
@media (orientation: landscape) {
  .tour-tab-content {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 90em) {
  .tour-tab-content {
    bottom: -18rem;
  }
}
.tour-tab-content ul {
  /*@include respond-from('desktop-default'){                       
      justify-items: center;
  }*/
}
.tour-tab-content ul li {
  text-align: center;
}
.tour-tab-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.8rem;
  margin: 0 auto;
  height: 7rem;
}
@media only screen and (min-width: 80em) {
  .tour-tab-content ul li a {
    border-width: 0;
    height: auto;
  }
}
.tour-tab-content ul li a strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 130%;
}
@media only screen and (min-width: 64em) {
  .tour-tab-content ul li a strong {
    width: 12.6rem;
    height: 12.6rem;
    padding: 0;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 90em) {
  .tour-tab-content ul li a strong {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .tour-tab-content ul li a br {
    display: none;
  }
}
.tour-tab-content ul li a .tour-site-logo {
  display: none;
}
@media only screen and (min-width: 80em) {
  .tour-tab-content ul li a .tour-site-logo {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: -100%;
    width: 12.6rem;
    height: 12.6rem;
    margin-left: -6.3rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
}
.tour-tab-content ul li a:focus .tour-site-logo, .tour-tab-content ul li a:hover .tour-site-logo {
  bottom: 0;
  top: auto;
}
.tour-tab-content ul {
  overflow: hidden;
}
.tour-tab-content ul > li {
  float: left;
  width: 33.333%;
}
@media (min-width: 769px) {
  .tour-tab-content ul > li {
    width: 16.6666666667%;
  }
}
@supports (display: grid) {
  .tour-tab-content ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10em), 1fr));
  }
  @media only screen and (min-width: 90em) {
    .tour-tab-content ul {
      justify-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
  }
  .tour-tab-content ul > li {
    width: 100%;
  }
}

@-webkit-keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.bi-link {
  position: absolute;
  right: 5rem;
  bottom: -6rem;
  z-index: 1000;
}
.bi-link a {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 4px 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  width: 12rem;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}