@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01_imgtext .swiper-slide .area > p {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  visibility: hidden;
}

#section01_imgtext .swiper-slide .area > p.is-show {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

#section01_imgtext .swiper-slide [data-aos] {
  opacity: 0;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

#section01_imgtext .swiper-slide.swiper-slide-active [data-aos].aos-animate {
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
}

.home-content-wrapper > section {
  padding: 150px 0 !important;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper > section {
    padding: 50px 0 !important;
  }
}
.home-content-wrapper .swiper-navigation-icon {
  display: none;
}
.home-content-wrapper .title-wrap {
  margin-bottom: 55px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.home-content-wrapper .title-wrap.center {
  text-align: center;
}
.home-content-wrapper .title-wrap h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper .title-wrap h2 {
    font-size: 24px;
  }
}
.home-content-wrapper .title-wrap .desc {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper .title-wrap .desc {
    font-size: 14px;
  }
}
.home-content-wrapper .btn-h.btn-g p {
  background-color: #f4f4f4;
}
.home-content-wrapper .btn-h.btn-left a {
  margin-left: 0;
}
.home-content-wrapper .btn-h a,
.home-content-wrapper .btn-h .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.home-content-wrapper .btn-h a:hover img,
.home-content-wrapper .btn-h .btn-inner:hover img {
  transform: translateX(10px);
}
.home-content-wrapper .btn-h a p,
.home-content-wrapper .btn-h .btn-inner p {
  font-size: 16px !important;
  padding: 12px 25px;
  background-color: #fff;
  border-radius: 20px;
  color: #000 !important;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper .btn-h a p,
  .home-content-wrapper .btn-h .btn-inner p {
    padding: 5px 18px;
    height: 24px;
    line-height: 1.24;
    font-size: 12px !important;
  }
}
.home-content-wrapper .btn-h a img,
.home-content-wrapper .btn-h .btn-inner img {
  width: 40px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper .btn-h a img,
  .home-content-wrapper .btn-h .btn-inner img {
    width: 24px;
  }
}
.home-content-wrapper #section01 {
  padding: 0 !important;
  width: 100%;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section01 {
    aspect-ratio: 1080/1920;
  }
}
.home-content-wrapper #section01 img,
.home-content-wrapper #section01 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-content-wrapper #section01_imgtext {
  position: relative;
  padding: 0 !important;
}
.home-content-wrapper #section01_imgtext .swiper-slide {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.home-content-wrapper #section01_imgtext .swiper-slide a {
  width: 100%;
  height: 100%;
}
.home-content-wrapper #section01_imgtext .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home-content-wrapper #section01_imgtext .swiper-slide .text-wrap {
  position: absolute;
  left: 0;
  bottom: 220px;
  width: 100%;
  z-index: 2;
}
.home-content-wrapper #section01_imgtext .swiper-slide .text-wrap .area {
  width: 100%;
  max-width: 1640px !important;
}
.home-content-wrapper #section01_imgtext .swiper-slide.slide1 .text-wrap .desc {
  margin-bottom: 15px;
  font-size: 25px;
  letter-spacing: -0.02em;
  color: #F37021;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.home-content-wrapper #section01_imgtext .swiper-slide.slide1 .text-wrap .title {
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 0 18px rgba(58, 34, 18, 0.9);
}
.home-content-wrapper #section01_imgtext .swiper-slide.slide1 .text-wrap .sub-title {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 0 18px rgb(58, 34, 18);
}
.home-content-wrapper #section01_imgtext .swiper-slide.slide2 .text-wrap .sub-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.home-content-wrapper #section01_imgtext .swiper-slide.slide2 .text-wrap .title {
  letter-spacing: -0.02em;
  font-size: 100px;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(58, 34, 18, 0.9);
  color: #fff;
}
.home-content-wrapper #section01_imgtext .swiper-slide.slide2 .text-wrap .title span {
  color: #F37021;
}
.home-content-wrapper #section01_imgtext .swiper-slide .txt1 {
  margin-bottom: 10px;
  font-size: 40px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section01_imgtext .swiper-slide .txt1 {
    font-size: 20px;
  }
}
.home-content-wrapper #section01_imgtext .swiper-slide .txt1.white {
  text-shadow: 0 0 18px rgba(58, 34, 18, 0.9);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .home-content-wrapper #section01_imgtext .swiper-slide .txt1.big {
    font-size: 50px;
  }
}
.home-content-wrapper #section01_imgtext .swiper-slide .txt2 {
  padding-left: 100px;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #F37021;
}
.home-content-wrapper #section01_imgtext .swiper-slide .txt2.white {
  color: #fff;
  text-shadow: 0 0 18px rgba(58, 34, 18, 0.9);
}
.home-content-wrapper #section01_imgtext .swiper-controls {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 100%;
  z-index: 3;
}
.home-content-wrapper #section01_imgtext .swiper-controls.ver-white .swiper-progress {
  background-color: #fff;
}
.home-content-wrapper #section01_imgtext .swiper-controls.ver-white .swiper-pagination {
  color: #fff;
}
.home-content-wrapper #section01_imgtext .swiper-controls.ver-white .swiper-button-prev::after,
.home-content-wrapper #section01_imgtext .swiper-controls.ver-white .swiper-button-next::after {
  color: #fff !important;
}
.home-content-wrapper #section01_imgtext .swiper-controls.ver-white .swiper-play-toggle:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-content-wrapper #section01_imgtext .swiper-controls .area {
  max-width: 1640px !important;
}
.home-content-wrapper #section01_imgtext .swiper-controls .inner-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-progress {
  position: relative;
  flex: 1;
  height: 2px;
  width: 264px;
  margin-right: 10px;
  background: #a4a4a4;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #F37021;
  transition: width 3s linear;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-pagination {
  position: relative;
  width: auto;
  inset: auto;
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-weight: 300;
  color: #838383;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-pagination [class*=swiper-pagination] {
  display: inline-block;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-pagination .swiper-pagination-current {
  font-weight: 900;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-buttons {
  display: flex;
  gap: 6px;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-buttons .swiper-button-prev,
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-buttons .swiper-button-next {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  inset: auto;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-buttons .swiper-button-prev::after,
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-buttons .swiper-button-next::after {
  font-size: 14px;
  color: #a4a4a4;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-play-toggle {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-play-toggle:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../tcrews_img/home/sec01_pause.png") no-repeat center/12px;
}
.home-content-wrapper #section01_imgtext .swiper-controls .swiper-play-toggle.is-paused:before {
  background-image: url("../../tcrews_img/home/sec01_play.png");
}
.home-content-wrapper #section01_image {
  padding: 0 !important;
  max-height: 100vh !important;
  overflow: hidden;
}
.home-content-wrapper #section01_image .swiper-slide {
  height: auto;
}
.home-content-wrapper #section01_image img {
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.home-content-wrapper #section02 {
  background: linear-gradient(to bottom, white 0%, white 50%, black 50%, black 100%);
  padding: 80px 0;
}
.home-content-wrapper #section02 .swiper {
  padding-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper {
    padding-bottom: 50px;
  }
}
.home-content-wrapper #section02 .swiper-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-slide {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section02 .swiper-slide > img {
    width: 100%;
    object-fit: cover;
  }
}
.home-content-wrapper #section02 .swiper-slide article {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section02 .swiper-slide article {
    width: 100%;
  }
}
.home-content-wrapper #section02 .swiper-slide article p {
  color: #F37021;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-slide article p {
    font-size: 12px;
  }
}
.home-content-wrapper #section02 .swiper-slide article h3 {
  margin: 15px 0 72px;
  font-size: 40px;
  font-weight: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section02 .swiper-slide article h3 {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-slide article h3 {
    margin-top: 13px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section02 .swiper-slide article h3 {
    font-size: 6.4171122995vw;
  }
}
.home-content-wrapper #section02 .swiper-slide article h3 span {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-slide article h3 span {
    font-size: 16px;
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section02 .swiper-slide article h3 span {
    font-size: 4.2780748663vw;
  }
}
.home-content-wrapper #section02 .swiper-slide article .desc {
  color: #dddddd;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin-bottom: 75px;
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section02 .swiper-slide article .desc {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-slide article .desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section02 .swiper-slide article .desc {
    font-size: 3.743315508vw;
  }
}
.home-content-wrapper #section02 .swiper-button-prev,
.home-content-wrapper #section02 .swiper-button-next {
  background: url("/tcrews_img/home/sec02-img5.png") no-repeat center;
  color: #fff;
  width: 28px;
  height: 51px;
  top: 42%;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-button-prev,
  .home-content-wrapper #section02 .swiper-button-next {
    width: 13px;
    height: 22px;
    background: url("/tcrews_img/home/sec02-img6.png") no-repeat center;
  }
}
.home-content-wrapper #section02 .swiper-button-prev::after,
.home-content-wrapper #section02 .swiper-button-next::after {
  content: "";
}
.home-content-wrapper #section02 .swiper-button-prev {
  position: absolute;
  left: 80px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section02 .swiper-button-prev {
    left: 12px;
  }
}
.home-content-wrapper #section02 .swiper-button-next {
  position: absolute;
  right: 80px;
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section02 .swiper-button-next {
    right: 12px;
  }
}
.home-content-wrapper #section02 .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-pagination {
    gap: 15px;
  }
}
.home-content-wrapper #section02 .swiper-pagination-bullet {
  font-size: 22px;
  color: #aeaeae;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
  background: none !important;
  opacity: 1 !important;
  width: 30px;
  height: 24px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-pagination-bullet {
    font-size: 12px;
    width: 13px;
    height: 15px;
  }
}
.home-content-wrapper #section02 .swiper-pagination-bullet-active {
  color: #fff;
}
.home-content-wrapper #section02 .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-48%);
  height: 1px;
  width: 30px;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section02 .swiper-pagination-bullet-active::after {
    width: 15px;
  }
}
.home-content-wrapper #section03 {
  padding: 120px 0 !important;
  background-image: url("/tcrews_img/home/sec03-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section03 {
    padding: 47px 0 !important;
    background-image: url("/tcrews_img/home/sec03-bg_m.png");
  }
}
.home-content-wrapper #section03 .main-text {
  padding: 0 190px;
}
@media screen and (max-width: 1300px) {
  .home-content-wrapper #section03 .main-text {
    padding: 0;
  }
}
.home-content-wrapper #section03 .main-text p {
  font-size: 90px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section03 .main-text p {
    font-size: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section03 .main-text p {
    font-size: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section03 .main-text p {
    font-size: 32px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section03 .main-text p {
    font-size: 8.5561497326vw;
  }
}
.home-content-wrapper #section03 .main-text p span {
  color: #F37021;
}
.home-content-wrapper #section03 .desc {
  color: #232323;
  font-size: 22px;
  line-height: 31px;
  display: table;
  margin: 75px auto 55px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section03 .desc {
    font-size: 14px;
    margin: 36px auto 15px;
    line-height: 18px;
    text-align: center;
  }
}
.home-content-wrapper #section03 .btn-h {
  margin-top: 55px;
  margin-left: -250px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section03 .btn-h {
    margin: 30px auto 0;
  }
}
.home-content-wrapper #section04 {
  background: url("/tcrews_img/home/sec04-bg.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 {
    background: url("/tcrews_img/home/sec04-bg_m.png") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section04 .area-h {
    padding: 0;
  }
}
.home-content-wrapper #section04 .swiper {
  position: relative;
}
.home-content-wrapper #section04 .swiper .gr-l {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  background: linear-gradient(to right, rgba(248, 248, 250, 0.8784313725) 80%, rgba(0, 0, 0, 0));
  z-index: 3;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper .gr-l {
    left: 0;
  }
}
.home-content-wrapper #section04 .swiper .gr-r {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100px;
  background: linear-gradient(to left, rgba(248, 248, 250, 0.8784313725) 80%, rgba(0, 0, 0, 0));
  z-index: 3;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper .gr-r {
    right: 0;
  }
}
.home-content-wrapper #section04 .swiper .wrap {
  margin: 0 220px;
  overflow: hidden;
  padding-bottom: 55px;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section04 .swiper .wrap {
    margin: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper .wrap {
    padding-bottom: 40px;
  }
}
.home-content-wrapper #section04 .swiper-slide {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  border-radius: 20px;
  padding: 33px;
  height: auto;
  opacity: 0.5;
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section04 .swiper-slide {
    padding: 2.2932592078vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-slide {
    border-radius: 20px;
    padding: 25px 20px;
  }
}
.home-content-wrapper #section04 .swiper-slide img {
  height: 144px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section04 .swiper-slide img {
    height: 10.0069492703vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-slide img {
    height: 70px;
  }
}
.home-content-wrapper #section04 .swiper-slide dl {
  margin: 35px 0;
  display: flex;
  gap: 11px;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section04 .swiper-slide dl {
    margin: 2.4322446143vw 0;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-slide dl {
    margin: 20px 0 10px;
  }
}
.home-content-wrapper #section04 .swiper-slide dl dt {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section04 .swiper-slide dl dt {
    font-size: 1.8068102849vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-slide dl dt {
    font-size: 16px;
  }
}
.home-content-wrapper #section04 .swiper-slide dl dd img {
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-slide dl dd img {
    width: 15px;
    height: 15px;
  }
}
.home-content-wrapper #section04 .swiper-slide p {
  color: #818080;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section04 .swiper-slide p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-slide p {
    font-size: 14px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section04 .swiper-slide p {
    font-size: 3.743315508vw;
  }
}
.home-content-wrapper #section04 .swiper-slide .slide-img {
  filter: grayscale(100%) brightness(0.85) sepia(0%) hue-rotate(0deg) saturate(0%) contrast(100%) drop-shadow(0 0 0 #d0d0d1);
  transition: filter 0.3s ease;
  opacity: 0.5;
}
.home-content-wrapper #section04 .swiper-slide-active,
.home-content-wrapper #section04 .swiper-slide-active .slide-img {
  filter: none;
  opacity: 1;
}
.home-content-wrapper #section04 .swiper-button-prev,
.home-content-wrapper #section04 .swiper-button-next {
  background: url("/tcrews_img/home/sec04-img10.png") no-repeat center;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section04 .swiper-button-prev,
  .home-content-wrapper #section04 .swiper-button-next {
    width: 22px;
    height: 22px;
    background-size: cover;
  }
}
.home-content-wrapper #section04 .swiper-button-prev::after,
.home-content-wrapper #section04 .swiper-button-next::after {
  content: "";
}
.home-content-wrapper #section04 .swiper-button-prev {
  transform: rotate(180deg);
}
.home-content-wrapper #section04 .swiper-pagination {
  height: 2px;
  width: 100%;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section04 .swiper-pagination {
    width: 90%;
  }
}
.home-content-wrapper #section04 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #F37021;
}
.home-content-wrapper #section05 {
  background: url("/tcrews_img/home/sec05-bg.png") no-repeat center/contain;
  background-size: cover;
}
.home-content-wrapper #section05 .area-h {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .home-content-wrapper #section05 .area-h {
    flex-direction: column;
    align-items: center;
  }
}
.home-content-wrapper #section05 .area-h .title-wrap h2 {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .home-content-wrapper #section05 .area-h .title-wrap h2 {
    text-align: center;
  }
}
.home-content-wrapper #section05 .area-h .con-area {
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  .home-content-wrapper #section05 .area-h .con-area {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area {
    margin-top: 0;
  }
}
.home-content-wrapper #section05 .area-h .con-area .input {
  position: relative;
  padding: 0;
  line-height: 1.3;
}
.home-content-wrapper #section05 .area-h .con-area .input input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ddd;
  border-radius: 35px;
  padding: 25px 30px;
  color: #fff;
  font-size: 18px;
  height: 70px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .input input {
    padding: 11px 25px;
    font-size: 12px;
    height: 50px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .input input::placeholder {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .input input::placeholder {
    font-size: 12px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .input button[type=submit] {
  position: absolute;
  right: 30px;
  top: 21px;
  width: 23px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .input button[type=submit] {
    top: 14px;
    width: 13px;
    right: 25px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .word {
  margin: 20px 0 50px;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 1100px) {
  .home-content-wrapper #section05 .area-h .con-area .word {
    gap: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word {
    gap: 22px;
    justify-content: flex-start;
    margin: 10px 0 35px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .word .word-title {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word .word-title {
    display: none;
  }
}
.home-content-wrapper #section05 .area-h .con-area .word .word-title img {
  width: 16px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word .word-title img {
    width: 11px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .word .word-title p {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word .word-title p {
    font-size: 12px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .word article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word article {
    gap: 9px;
    width: 100%;
    justify-content: center;
  }
}
.home-content-wrapper #section05 .area-h .con-area .word article a {
  background-color: #fff;
  color: #676767;
  font-size: 16px;
  padding: 7px 33px;
  border-radius: 18px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word article a {
    padding: 0 0 0 10px;
    font-size: 12px;
    border-radius: 11.5px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    gap: 7px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .word article a:after {
    content: "#";
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.home-content-wrapper #section05 .area-h .con-area .btn {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .btn {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .btn li {
  width: 188px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0;
  border: 2px solid #f4ede9;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .btn li {
    padding: 14px 0;
    border-radius: 10px;
    width: 101px;
  }
}
@media screen and (max-width: 360px) {
  .home-content-wrapper #section05 .area-h .con-area .btn li {
    width: 30%;
  }
}
.home-content-wrapper #section05 .area-h .con-area .btn li img {
  height: 60px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .btn li img {
    height: 30px;
  }
}
.home-content-wrapper #section05 .area-h .con-area .btn li p {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section05 .area-h .con-area .btn li p {
    font-size: 14px;
  }
}
.home-content-wrapper #section06 .swiper-container {
  padding-left: calc((100% - 1570px) / 2);
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper-container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .swiper-container {
    padding: 0 19px;
  }
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper {
    padding-bottom: 70px;
  }
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  transform-origin: top center;
  overflow: hidden;
  border-radius: 20px;
  transition: width 0.1s;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide {
    height: 150px !important;
    overflow: hidden;
    border-radius: 10px;
  }
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
}
@media screen and (max-width: 1919.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article {
    padding: 1.8238665972vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article {
    padding: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article {
    padding: 5.3475935829vw;
  }
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl {
    align-items: flex-end;
    gap: 9px;
  }
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dt {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1919.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dt {
    font-size: 1.3548723293vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dt {
    flex: 1;
  }
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dd {
  width: 30px;
  min-width: 30px;
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dd img {
  width: 23px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article dl dd img {
    width: 17px;
    margin-bottom: 1px;
  }
}
.home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article p {
  margin-top: 30px;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article p {
    font-size: 1.1257035647vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .swiper .swiper-wrapper .swiper-slide article p {
    display: none !important;
  }
}
.home-content-wrapper #section06 .swiper-button-prev,
.home-content-wrapper #section06 .swiper-button-next {
  background: url("/tcrews_img/home/sec04-img10.png") no-repeat center;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  top: auto;
  bottom: 30px;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper-button-prev,
  .home-content-wrapper #section06 .swiper-button-next {
    bottom: 17px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section06 .swiper-button-prev,
  .home-content-wrapper #section06 .swiper-button-next {
    width: 22px;
    height: 22px;
    background-size: cover;
  }
}
.home-content-wrapper #section06 .swiper-button-prev::after,
.home-content-wrapper #section06 .swiper-button-next::after {
  content: "";
}
.home-content-wrapper #section06 .swiper-button-next {
  left: 445px;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper-button-next {
    left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section06 .swiper-button-next {
    left: 30px;
  }
}
.home-content-wrapper #section06 .swiper-button-prev {
  left: 395px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper-button-prev {
    left: 0;
  }
}
.home-content-wrapper #section06 .swiper-pagination {
  height: 2px;
  top: auto;
  bottom: 0;
  width: 80%;
  left: 395px;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper-pagination {
    left: 0;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .swiper-pagination {
    width: 100%;
  }
}
.home-content-wrapper #section06 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #F37021;
}
.home-content-wrapper #section06 .slide-img {
  filter: grayscale(100%) brightness(0.85) sepia(0%) hue-rotate(0deg) saturate(0%) contrast(100%) drop-shadow(0 0 0 #d0d0d1);
  transition: filter 0.3s ease;
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .slide-img {
    opacity: 1;
    filter: none;
  }
}
.home-content-wrapper #section06 .swiper-slide-active {
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  .home-content-wrapper #section06 .swiper-slide-active {
    width: 380px !important;
    height: 447px !important;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section06 .swiper-slide-active {
    overflow: hidden;
    border-radius: 10px;
  }
}
.home-content-wrapper #section06 .swiper-slide-active .bg-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section06 .swiper-slide-active .bg-img {
    height: auto;
    width: auto;
  }
}
.home-content-wrapper #section06 .swiper-slide-active article {
  bottom: 35px !important;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section06 .swiper-slide-active article {
    bottom: 0 !important;
  }
}
.home-content-wrapper #section06 .swiper-slide-active article .slide-img {
  filter: none;
  opacity: 1;
}
.home-content-wrapper #section06 .swiper-slide-active article .desc {
  opacity: 1 !important;
  transform: translateY(0);
  pointer-events: auto;
  display: block !important;
  transition: all 0.5s;
}
.home-content-wrapper #section07 {
  background: #f1f1f1 url("/tcrews_img/home/doctor_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 1600px) {
  .home-content-wrapper #section07 {
    background-image: none;
  }
}
@media screen and (max-width: 1600px) {
  .home-content-wrapper #section07 .title-wrap {
    position: relative;
  }
}
.home-content-wrapper #section07 .content-wrapper {
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1930px) {
  .home-content-wrapper #section07 .content-wrapper {
    max-width: none;
  }
}
@media screen and (max-width: 1930px) {
  .home-content-wrapper #section07 .content-wrapper:before, .home-content-wrapper #section07 .content-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5.2110474205vw;
    height: 100%;
    z-index: 5;
    width: 5.1840331778vw;
  }
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section07 .content-wrapper:before, .home-content-wrapper #section07 .content-wrapper:after {
    width: 6.9492703266vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .content-wrapper:before, .home-content-wrapper #section07 .content-wrapper:after {
    display: none;
  }
}
.home-content-wrapper #section07 .content-wrapper:before {
  background: linear-gradient(90deg, rgb(241, 241, 241) 48%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section07 .content-wrapper:before {
    background: linear-gradient(90deg, rgb(241, 241, 241) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.home-content-wrapper #section07 .content-wrapper:after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgb(241, 241, 241) 48%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section07 .content-wrapper:after {
    background: linear-gradient(270deg, rgb(241, 241, 241) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .title-wrap {
    text-align: center;
  }
}
.home-content-wrapper #section07 .swiper {
  width: 100%;
  overflow: visible;
}
.home-content-wrapper #section07 .swiper-slide {
  width: 400px;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.3;
  transition: all 0.2s;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .swiper-slide {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section07 .swiper-slide {
    width: 270px;
    height: 350px;
  }
}
.home-content-wrapper #section07 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.home-content-wrapper #section07 .swiper-slide-shadow-coverflow {
  display: none;
}
.home-content-wrapper #section07 .doc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  background-color: #f1f1f1;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section07 .doc-card {
    padding: 15px 12px;
  }
}
.home-content-wrapper #section07 .doc-card:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .doc-card:before {
    height: 70%;
  }
}
.home-content-wrapper #section07 .doc-card .center-name {
  font-size: 22px;
  color: #4e4e4e;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .doc-card .center-name {
    font-size: 14px;
  }
}
.home-content-wrapper #section07 .doc-card .center-name + div {
  margin-top: 80px;
  z-index: 1;
}
.home-content-wrapper #section07 .doc-card .name {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .doc-card .name {
    font-size: 20px;
  }
}
.home-content-wrapper #section07 .doc-card .name span {
  font-size: 28px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .doc-card .name span {
    font-size: 14px;
  }
}
.home-content-wrapper #section07 .doc-card .desc {
  margin: 10px 0 15px;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section07 .doc-card .desc {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .home-content-wrapper #section07 .doc-card .desc {
    font-size: 12px;
  }
}
.home-content-wrapper #section07 .doc-card .btn-h p {
  background-color: #f4f4f4;
}
.home-content-wrapper #section07 .says {
  display: none !important;
}
.home-content-wrapper #section07 .swiper-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 15px;
}
.home-content-wrapper #section07 .swiper-btn [class*=swiper-button] {
  position: relative;
  width: 40px;
  height: 40px;
  left: auto;
  right: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #b6b6b6;
  z-index: 222;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section07 .swiper-btn [class*=swiper-button] {
    width: 20px;
    height: 20px;
    z-index: 5;
  }
}
.home-content-wrapper #section07 .swiper-btn [class*=swiper-button]:after {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section07 .swiper-btn [class*=swiper-button]:after {
    font-size: 8px;
  }
}
.home-content-wrapper #section07 .swiper-btn [class*=swiper-button].swiper-button-prev {
  left: 0;
}
.home-content-wrapper #section08 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .swiper {
    overflow: visible;
  }
}
.home-content-wrapper #section08 .list-wrap {
  display: flex;
  height: 560px;
}
@media screen and (max-width: 1919.98px) {
  .home-content-wrapper #section08 .list-wrap {
    height: 29.181865555vw;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section08 .list-wrap {
    height: 450px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .list-wrap {
    height: auto;
    flex-wrap: wrap;
  }
}
.home-content-wrapper #section08 .list {
  position: relative;
  width: 20%;
  height: 100%;
  transition: 0.5s;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .list {
    transition: none;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
.home-content-wrapper #section08 .list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 24%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .list:before {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
.home-content-wrapper #section08 .list:not(:first-child) {
  border-left: 1px solid #fff;
}
.home-content-wrapper #section08 .list:hover .hover-txt {
  opacity: 1;
}
.home-content-wrapper #section08 .list:hover .relative {
  height: 100%;
}
.home-content-wrapper #section08 .list:hover .text-wrap {
  top: 0;
  bottom: auto;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .list.none-m {
    display: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .list .selection-tv-mobile {
    width: 100%;
  }
}
.home-content-wrapper #section08 .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 74px 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1919.98px) {
  .home-content-wrapper #section08 .inner {
    padding: 3.8561750912vw 2.0844189682vw;
  }
}
@media screen and (max-width: 1439.98px) {
  .home-content-wrapper #section08 .inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .inner {
    background-color: transparent;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section08 .inner {
    padding-top: 25px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .inner .title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .home-content-wrapper #section08 .inner .title img {
    width: 20px;
  }
}
.home-content-wrapper #section08 .relative {
  position: relative;
  margin-top: auto;
  height: 40px;
  transition: 0.5s;
}
.home-content-wrapper #section08 h4 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: margin 0.5s;
}
@media screen and (max-width: 1599.98px) {
  .home-content-wrapper #section08 h4 {
    font-size: 2.3764853033vw;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section08 h4 {
    font-size: 16px;
  }
}
.home-content-wrapper #section08 .hover-txt {
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .hover-txt {
    opacity: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .hover-txt .btn-h {
    position: absolute;
    bottom: 15px;
  }
}
.home-content-wrapper #section08 .hover-txt .btn-h .btn-inner {
  margin-left: 0;
}
.home-content-wrapper #section08 .hover-txt .desc {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1199.98px) {
  .home-content-wrapper #section08 .hover-txt .desc {
    font-size: 2.1684737281vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .hover-txt .desc {
    white-space: initial;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section08 .hover-txt .desc {
    padding-top: 15px;
    padding-bottom: 9px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .selection-m .list-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .selection-m .list-wrap .list {
    width: 100% !important;
    min-height: 180px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section08 .selection-tv-mobile .list {
    height: 50vw;
    padding-top: 35px;
    margin-bottom: 12px;
    transition: none;
  }
}
.home-content-wrapper #section09 .title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 50px;
}
@media screen and (max-width: 767.98px) {
  .home-content-wrapper #section09 .title-wrap {
    justify-content: space-between;
  }
}
.home-content-wrapper #section09 .title-wrap .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.home-content-wrapper #section09 .title-wrap .swiper-pagination [class*=swiper-button] {
  position: relative;
  margin-top: 0;
  width: 40px;
  height: 40px;
  left: auto;
  right: 0;
  border-radius: 50%;
  background-color: #b6b6b6;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .title-wrap .swiper-pagination [class*=swiper-button] {
    width: 22px;
    height: 22px;
  }
}
.home-content-wrapper #section09 .title-wrap .swiper-pagination [class*=swiper-button]:after {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .title-wrap .swiper-pagination [class*=swiper-button]:after {
    font-size: 11px;
  }
}
.home-content-wrapper #section09 .title-wrap .swiper-pagination [class*=swiper-button].swiper-button-prev {
  left: 0;
  margin-right: 16px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .title-wrap .swiper-pagination [class*=swiper-button].swiper-button-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .bg {
    border-radius: 10px;
  }
}
.home-content-wrapper #section09 .swiper-slide {
  position: relative;
  margin-right: 25px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .swiper-slide {
    flex-direction: column-reverse;
    gap: 7px;
  }
}
.home-content-wrapper #section09 .swiper-slide .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 20px;
  padding-right: 35px;
  letter-spacing: -0.01em;
  background-color: #fff;
}
@media screen and (max-width: 1919.98px) {
  .home-content-wrapper #section09 .swiper-slide .title {
    padding-right: 1.8238665972vw;
  }
}
@media screen and (max-width: 1700px) {
  .home-content-wrapper #section09 .swiper-slide .title {
    padding-right: 10px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .swiper-slide .title {
    padding-right: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 1.35;
    justify-content: center;
  }
}
@media screen and (max-width: 349.98px) {
  .home-content-wrapper #section09 .swiper-slide .title {
    font-size: 11px;
  }
}
.home-content-wrapper #section09 .swiper-slide .title .number {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  text-align: left;
  position: relative;
  margin-right: 15px;
  column-gap: 13px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .swiper-slide .title .number {
    padding-left: 0;
    margin-right: 4px;
    column-gap: 4px;
  }
}
.home-content-wrapper #section09 .swiper-slide .title .number:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #F37021;
}
@media screen and (max-width: 1919.98px) {
  .home-content-wrapper #section09 .swiper-slide .title .number:after {
    width: 4.1688379364vw;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .swiper-slide .title .number:after {
    width: 20px;
  }
}
@media screen and (max-width: 360px) {
  .home-content-wrapper #section09 .swiper-slide .title .number:after {
    width: 10px;
  }
}
.home-content-wrapper #section09 .swiper-slide-active {
  opacity: 1 !important;
}
.home-content-wrapper #section09 .textbox {
  position: relative;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .textbox {
    margin: 0 19px;
  }
}
.home-content-wrapper #section09 .textbox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 992px) {
  .home-content-wrapper #section09 .textbox:hover {
    border-radius: 50%;
  }
  .home-content-wrapper #section09 .textbox:hover .box {
    transition: all 0.7s ease 0s;
    opacity: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .textbox .btn-mobile {
    position: absolute;
    bottom: 14px;
    right: 14px;
  }
  .home-content-wrapper #section09 .textbox .btn-mobile img {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
}
.home-content-wrapper #section09 .textbox .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home-content-wrapper #section09 .textbox .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.8s ease 0s;
  opacity: 0;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .textbox .box {
    display: none;
  }
}
.home-content-wrapper #section09 .textbox .box .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-align: center;
  color: #fff;
}
.home-content-wrapper #section09 .textbox .box .text strong {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .textbox .box .text strong {
    font-size: 18px;
  }
}
.home-content-wrapper #section09 .textbox .box .text .desc {
  margin: 30px 0 50px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section09 .textbox .box .text .desc {
    margin: 15px 0 25px;
    font-size: 14px;
  }
}
.home-content-wrapper #section10 {
  background-color: #f1f1f1;
  padding: 10px 0 25px !important;
}
.home-content-wrapper #section10 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section10 .content-wrap {
    align-items: center;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section10 .content-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.home-content-wrapper #section10 .left-wrap {
  text-align: left;
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section10 .left-wrap {
    width: 100%;
  }
}
.home-content-wrapper #section10 .title-wrap {
  margin-bottom: 20px;
}
.home-content-wrapper #section10 .list-wrap {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  width: 76%;
  flex-wrap: wrap;
  gap: 42px;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1666px) {
  .home-content-wrapper #section10 .list-wrap {
    gap: 21px;
    row-gap: 21px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section10 .list-wrap {
    padding-top: 0;
    width: 60%;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section10 .list-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section10 .list-wrap .grid-single {
    display: grid;
    grid-template-columns: 1fr;
    width: 200%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section10 .list-wrap .grid-single img {
    margin: 0 auto;
  }
}
.home-content-wrapper #section10 .list-wrap img {
  max-height: 44px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section10 .list-wrap img {
    max-height: 28px;
  }
}
.home-content-wrapper #section12 {
  background-color: #f1f1f1;
  padding: 100px 0 110px !important;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .title-wrap {
    text-align: center;
    margin-bottom: 27px;
  }
}
.home-content-wrapper #section12 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .content-wrap {
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section12 .content-wrap {
    flex-direction: column;
  }
}
.home-content-wrapper #section12 .left-wrap {
  text-align: left;
}
@media screen and (max-width: 543.98px) {
  .home-content-wrapper #section12 .left-wrap {
    width: 100%;
  }
}
.home-content-wrapper #section12 .title-wrap {
  margin-bottom: 20px;
}
.home-content-wrapper #section12 .list-wrap {
  display: flex;
  justify-content: center;
  width: 76%;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .list-wrap {
    width: 100%;
    gap: 10px;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-content-wrapper #section12 .list-wrap li:nth-child(1) a {
  background: url("/tcrews_img/home/sec12_bg1.png");
}
.home-content-wrapper #section12 .list-wrap li:nth-child(1) a::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-content-wrapper #section12 .list-wrap li:nth-child(1) a p {
  color: #fff;
}
.home-content-wrapper #section12 .list-wrap li:nth-child(2) a {
  background: url("/tcrews_img/home/sec12_bg2.png");
}
.home-content-wrapper #section12 .list-wrap li:nth-child(2) a::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-content-wrapper #section12 .list-wrap li:nth-child(2) a p {
  color: #fff;
}
.home-content-wrapper #section12 .list-wrap li:nth-child(3) a {
  background: url("/tcrews_img/home/sec12_bg3.png");
}
.home-content-wrapper #section12 .list-wrap li:nth-child(3) a::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-content-wrapper #section12 .list-wrap li:nth-child(3) a p {
  color: #fff;
}
.home-content-wrapper #section12 .list-wrap li:nth-child(4) a {
  background: url("/tcrews_img/home/sec12_bg4.png");
}
.home-content-wrapper #section12 .list-wrap li:nth-child(4) a::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-content-wrapper #section12 .list-wrap li:nth-child(4) a p {
  color: #fff;
}
.home-content-wrapper #section12 .list-wrap li a {
  width: 221px;
  background-color: #f9e000;
  border-radius: 39px;
  padding: 18px 0 18px 36px;
  display: block;
  position: relative;
  display: flex;
  gap: 9px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .list-wrap li a {
    width: 100%;
    padding: 11px 0 11px 13px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section12 .list-wrap li a {
    gap: 5px;
  }
}
.home-content-wrapper #section12 .list-wrap li a::after {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 14px;
  background: url("/tcrews_img/home/sec12_img1.png") no-repeat center;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .list-wrap li a::after {
    width: 8px;
    height: 11px;
    right: 17px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section12 .list-wrap li a::after {
    right: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .list-wrap li a img {
    width: 34px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section12 .list-wrap li a img {
    width: 27px;
  }
}
.home-content-wrapper #section12 .list-wrap li a p {
  font-size: 16px;
  line-height: 1.2;
  color: #371c1d;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section12 .list-wrap li a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 374.98px) {
  .home-content-wrapper #section12 .list-wrap li a p {
    font-size: 12px;
  }
}
.home-content-wrapper #section11 {
  padding: 117px 0 240px !important;
  background-color: #f1f1f1;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 {
    padding: 84px 0 140px !important;
  }
}
.home-content-wrapper #section11 .blogSwiper {
  cursor: default;
}
.home-content-wrapper #section11 .swiper {
  overflow: visible;
}
.home-content-wrapper #section11 .swiper img {
  border-radius: 10px;
  margin-bottom: 31px;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 .swiper img {
    margin-bottom: 16px;
  }
}
.home-content-wrapper #section11 .swiper p {
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 .swiper p {
    font-size: 14.5px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}
.home-content-wrapper #section11 .swiper-button-prev,
.home-content-wrapper #section11 .swiper-button-next {
  bottom: -100px !important;
  position: absolute;
  left: 0 !important;
  top: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #b6b6b6;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 .swiper-button-prev,
  .home-content-wrapper #section11 .swiper-button-next {
    width: 22px;
    height: 22px;
    bottom: -50px !important;
  }
}
.home-content-wrapper #section11 .swiper-button-prev::after,
.home-content-wrapper #section11 .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 .swiper-button-prev::after,
  .home-content-wrapper #section11 .swiper-button-next::after {
    font-size: 8px;
  }
}
.home-content-wrapper #section11 .swiper-button-next {
  left: 50px !important;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 .swiper-button-next {
    left: 30px !important;
  }
}
.home-content-wrapper #section11 .swiper-pagination {
  position: absolute;
  bottom: -140px;
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .home-content-wrapper #section11 .swiper-pagination {
    bottom: -40px;
    display: flex;
    width: 76%;
    right: 0;
    left: auto;
  }
}
.home-content-wrapper #section11 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F37021;
}
.home-content-wrapper #section11 .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin: 0;
}