@charset "UTF-8";


.img-logo {
  width: 14rem;
  height: 2.6rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url('/resources/track2/images/common/img-logo@2x.png') no-repeat center;
  background-size: 14rem;
}

.android-logo {
  background-image: url('/resources/track2/images/common/img-android-filled-24-white2x.png');
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.ios-logo {
  background-image: url('/resources/track2/images/common/img-ios-filled-24-white2x.png');
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.btn-area {
  position: relative;
  margin: 2.4rem 0 0;
  width: 100%;
  vertical-align: middle;
  flex-direction: row;
  display: flex;
  align-items: center;
}

.tab-header {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.tab-header::after {
  content: "";
  display: block;
  clear: both;
}
.tab-header .tab-type3 {
  display: inline-flex;
}
.tab-header::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: -3rem;
  right: -2rem;
  height: 0.1rem;
  background-color: #edeeef;
}
.tab-header .search,
.tab-header .sch-box {
  float: right;
  position: relative;
  width: 29.5rem;
}
.tab-right {
  margin-left: auto;
}
.tab-wrap {
  position: relative;
}
.tab-wrap + .input-wrap {
  position: relative;
  margin-top: 3.2rem;
  border-top: 0.1rem solid #edeeef;
}
.step-box .tab-wrap + .input-wrap {
  margin-top: 3.2rem;
}
.tab-wrap + .input-wrap::before {
  position: absolute;
  top: -1.6rem;
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #edeeef;
}
.app-wrap > .tab-wrap {
  margin-top: 0;
}
.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-nav li {
  margin-top: 0.8rem;
  flex-basis: 32%;
}
.tab-nav li:first-child {
  margin-left: 0;
}
.tab-nav li.active .tab {
  color: #050f1e;
  background-color: #fff;
  border: 0.1rem solid #ffcc00;
}
.tab-nav .tab {
  display: flex;
  padding: 0 0.7rem;
  width: 100%;
  height: 4rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "KBFGTextM";
  font-weight: normal;
  text-align: center;
  color: #79869a;
  background-color: #fff;
  border: 0.1rem solid #dfe1e5;
  border-radius: 0.6rem;
  cursor: pointer;
}
.tab-nav.tab-type li, .tab-nav.tab-type2 li {
  flex: 1;
  position: relative;
  margin-top: 0;
}
.tab-nav.tab-type li::before, .tab-nav.tab-type2 li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.1rem;
  height: 2.4rem;
  background-color: #edeeef;
  transform: translateY(-50%);
}
.tab-nav.tab-type li .tab, .tab-nav.tab-type2 li .tab {
  background-color: #f9f9f9;
  border-top: 0.1rem solid #f9f9f9;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.1rem solid #ffcc00;
  border-radius: 0;
}
.tab-nav.tab-type li.active::before, .tab-nav.tab-type2 li.active::before {
  display: none;
}
.tab-nav.tab-type li.active .tab, .tab-nav.tab-type2 li.active .tab {
  font-weight: 600;
  font-family: "KBFGTextB";
  background-color: #fff;
  border: 0.1rem solid #ffcc00;
  border-bottom: 0.1rem solid #fff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.tab-nav.tab-type li:first-child::before, .tab-nav.tab-type2 li:first-child::before {
  display: none;
}
.tab-nav.tab-type li .tab {
  height: 3.6rem;
  font-size: 1.2rem;
}
.tab-nav.tab-type2 {
  position: relative;
  justify-content: flex-start;
}
.tab-nav.tab-type2::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  border-bottom: 0.1rem solid #ffcc00;
  z-index: -1;
}
.tab-nav.tab-type2 li {
  flex: 0;
  flex-basis: 10%;
}
.tab-nav.tab-type2 li .tab {
  height: 4.8rem;
  font-size: 1.6rem;
}
.tab-nav.tab-type2 li.active .tab {
  color: #050f1e;
}
.tab-nav.tab-type2 li.active .tab::after {
  display: block;
  content: "";
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  bottom: -0.1rem;
  height: 0.2rem;
  background-color: #fff;
}
.tab-nav.tab-type4 li {
  position: relative;
  margin-top: 0;
  width: 50%;
  height: 4rem;
  flex-basis: 50%;
}
.tab-nav.tab-type4 li:nth-child(2) .tab {
  margin-left: -0.8rem;
  padding-left: 1.6rem;
}
.tab-nav.tab-type4 li .tab {
  position: absolute;
  padding-bottom: 1.2rem;
  width: calc(100% + 0.8rem);
  height: 5.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "KBFGTextB";
  color: #050f1e;
  border: 0;
  background-color: #ececec;
}
.tab-nav.tab-type4 li .tab em {
  padding-right: 0.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "KBFGTextB";
}
.tab-nav.tab-type4 li.active .tab {
  color: #050f1e;
  font-weight: bold;
  font-family: "KBFGTextB";
  background-color: #fff;
  z-index: 2;
}
.tab-nav.tab-type4 li.active .tab em {
  color: #ffcc00;
}
.tab-nav.tab-type5 {
  justify-content: start;
}
.tab-nav.tab-type5 li {
  margin-left: 0.8rem;
}
.tab-nav.tab-type5 li:first-child {
  margin-left: 0;
}
.tab-con.tab-type4 {
  position: relative;
  width: 72rem;
}
.tab-con.tab-type4 .app-box {
  width: 100%;
}
.tab-check-info {
  display: flex;
}
.tab-check-info li {
  position: relative;
  line-height: 4.8rem;
  min-width: 10.8rem;
  flex-shrink: 1;
  padding: 0 1.5rem;
  text-align: center;
  color: #777777;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "KBFGTextB";
  cursor: pointer;
  background-color: #f5f5f5;
}
.tab-check-info li:first-child {
  border-radius: 0.4rem 0 0 0;
}
.tab-check-info li:last-child {
  border-radius: 0 0.4rem 0 0;
}
.tab-check-info li::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.1rem;
  height: 3.2rem;
  line-height: inherit;
  content: "";
  background-color: #edeeef;
}
.tab-check-info li:first-child::before, .tab-check-info li.active::before, .tab-check-info li.active + li::before {
  display: none;
}
.tab-check-info li.active {
  color: #776d61;
  font-weight: bold;
  font-family: "KBFGTextB";
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: #fff;
}
.tab-check-info li.active span {
  font-weight: inherit;
}
.tab-check-info li .check-pdf {
  position: relative;
  padding-left: 1.9rem;
  line-height: 4.8rem;
}
.tab-check-info li .check-pdf::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  border-radius: 100%;
  background-image: url("../../assets/images/icon/btn-com-ovalcheck-16-blue-60@2x.png");
  background-size: 100%;
}
.tab-check-info li.active .check-pdf::before,
.tab-check-info li .check::before {
  background: url("../../assets/images/icon/btn-ovalcheck-16-yellow-100@2x.png") no-repeat;
  background-size: 100%;
}
.tab-con {
  display: none;
  position: relative;
}
.tab-con.active {
  display: block;
}
.h-97 .tab-con {
  height: 9.7rem;
}

.tab-type6 {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #d8d8d8;
}
.tab-type6 li {
  flex: 1;
  margin-top: 0;
}
.tab-type6 li:last-child {
  margin-right: 0;
}
.tab-type6 li .tab {
  display: block;
  height: auto;
  padding: 0;
  line-height: 4.8rem;
  color: #42526e;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  border: 0;
}
.tab-type6 li:active .tab {
  color: #222;
  font-weight: bold;
  font-family: "KBFGTextB";
  border-radius: 0.6rem;
}
.tab-type6 li.active .tab, .tab-type6 li:active.active .tab {
  color: #222;
  font-weight: bold;
  font-family: "KBFGTextB";
  border: 0;
  border-bottom: 0.3rem solid #ffcc00;
  border-radius: 0;
  background: none;
}

.tbl-header .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-type3 {
  justify-content: flex-start;
  width: 64rem;
}
.tab-type3 li {
  flex: 1;
  margin-top: 0;
}
.tab-type3 li:last-child {
  margin-right: 0;
}
.tab-type3 li .tab {
  display: block;
  height: auto;
  padding: 0;
  line-height: 4.8rem;
  color: #42526e;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  border: 0;
}
.tab-type3 li:active .tab {
  color: #222;
  font-weight: bold;
  font-family: "KBFGTextB";
  border-radius: 0.6rem;
}
.tab-type3 li.active .tab, .tab-type3 li:active.active .tab {
  color: #222;
  font-weight: bold;
  font-family: "KBFGTextB";
  border: 0;
  border-bottom: 0.3rem solid #ffcc00;
  border-radius: 0;
  background: none;
}



.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}




.download-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.download-wrapper::before {
  width: 100%;
  height: 27.7rem;
  background-color: #fff7d7;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  z-index: -1;
}
.download-wrapper h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  padding-top: 14.1rem;
}
.download-wrapper h1 span {
  font-weight: bold;
}
.download-wrapper h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  margin-top: 1.8rem;
}
.download-wrapper .kb-download-logobox {
  position: relative;
  width: 100%;
  height: 16rem;
}
.download-wrapper .kb-download-logobox .kb-download-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20.6rem;
  height: 20.6rem;
  background: url('/resources/track2/images/common/ic-kblife-download.png') no-repeat 50% 50%;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
}
.download-wrapper .tab-swipe-wrap {
  /* margin-top: 2rem; */
  max-width: 948px;
  margin: 2rem auto 0;
  overflow: hidden;
}
.download-wrapper .tab-swipe-wrap .tabContents {
  padding-bottom: 0;
}
.download-wrapper .tab-swipe-wrap .tab-nav {
  margin: 0 1.6rem;
}
.download-wrapper .tab-swipe-wrap .tab-nav::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: #ddd;
}
.download-wrapper .tab-swipe-wrap .tab-nav li {
  flex-basis: 30%;
}
.download-wrapper .tab-swipe-wrap .tab-con {
  height: auto;
  padding: 0;
}
.download-wrapper p {
  text-align: center;
  font-size: 1.5rem;
}
.download-wrapper .btn-area {
  display: flex;
  flex-direction: column;
}
.download-wrapper .btn-area button {
  width: 24rem;
  height: 5.2rem;
  border-radius: 3.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-wrapper .btn-area button span {
  letter-spacing: 0.15rem;
}
.download-wrapper .btn-area button + button {
  margin-top: 2rem;
}
.download-wrapper .btn-area button.android {
  background-color: #a5c53e;
}
.download-wrapper .btn-area button.ios {
  background-color: #231e20;
}
.download-wrapper .btn-area button.ios span + span {
  margin-top: 0.5rem;
}
.download-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-wrapper .mySwiper,
.download-wrapper .mySwiper2 {
  height: initial;
  position: relative;
}
.download-wrapper .mySwiper .swiper-button-next,
.download-wrapper .mySwiper .swiper-button-next2,
.download-wrapper .mySwiper2 .swiper-button-next,
.download-wrapper .mySwiper2 .swiper-button-next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  right: 0.8rem !important;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0;
  background-color: rgba(102, 102, 102, 0.1);
  border-radius: 0.4rem;
  background-image: none;
}
.download-wrapper .mySwiper .swiper-button-next::after,
.download-wrapper .mySwiper .swiper-button-next2::after,
.download-wrapper .mySwiper2 .swiper-button-next::after,
.download-wrapper .mySwiper2 .swiper-button-next2::after {
  font-size: 1.6rem;
  color: #222;
  font-weight: bold;
  z-index: 100;
  width: 10px;
  height: 10px;
  transform: translate(-70%, -50%) rotate(-135deg);
}
.download-wrapper .mySwiper .swiper-button-next.swiper-button-disabled,
.download-wrapper .mySwiper .swiper-button-next2.swiper-button-disabled,
.download-wrapper .mySwiper2 .swiper-button-next.swiper-button-disabled,
.download-wrapper .mySwiper2 .swiper-button-next2.swiper-button-disabled {
  opacity: 0.4;
}
.download-wrapper .mySwiper .swiper-button-prev,
.download-wrapper .mySwiper .swiper-button-prev2,
.download-wrapper .mySwiper2 .swiper-button-prev,
.download-wrapper .mySwiper2 .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  left: 0.8rem !important;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0;
  background-color: rgba(102, 102, 102, 0.1);
  border-radius: 0.4rem;
  background-image: none;
}
.download-wrapper .mySwiper .swiper-button-prev::after,
.download-wrapper .mySwiper .swiper-button-prev2::after,
.download-wrapper .mySwiper2 .swiper-button-prev::after,
.download-wrapper .mySwiper2 .swiper-button-prev2::after {
  font-size: 1.6rem;
  color: #222;
  font-weight: bold;
  z-index: 100;
  width: 10px;
  height: 10px;
  transform: translate(-30%, -50%) rotate(45deg);
}
.download-wrapper .mySwiper .swiper-button-prev.swiper-button-disabled,
.download-wrapper .mySwiper .swiper-button-prev2.swiper-button-disabled,
.download-wrapper .mySwiper2 .swiper-button-prev.swiper-button-disabled,
.download-wrapper .mySwiper2 .swiper-button-prev2.swiper-button-disabled {
  opacity: 0.4;
}
.download-wrapper .download-info {
  width: 100%;
  height: auto;
  margin: 1.6rem;
  border: 0.1rem solid #dddddd;
  background-color: #fcfcfc;
}
.download-wrapper .download-info .tit {
  width: 100%;
  height: 4.4rem;
  background-color: #dddddd;
  font-size: 1.5rem;
  line-height: 4.4rem;
  text-align: center;
  display: block;
  font-family: "KBFGTextB";
}
.download-wrapper .download-info .tit span {
  font-weight: bold;
}
.download-wrapper .download-info .download-con {
  margin: 3.6rem 30% 2.5rem;
}
.download-wrapper .download-footer .img-logo {
  margin: 1.4rem auto 3rem;
  width: 100%;
  position: relative;
  top: 0;
}




