.serviceList .Txt .title, .serviceList .stepBox, .serviceList .slick-slide, .serviceListBox, .serviceClassBox .classLink .classTrigger, .catalogList .Txt .title, .catalogList .item > .Img img, .linkList .icon svg, .linkList .icon, .linkList .innerBox, .linkList .item::before, .articleMobileList .title, .articleMobileList .Img img, .articleList .title, .articleList .Img img, .articleArea .articleBox, .countryImgList .Img img, .countryImgList .Img::before, .countryArea .courseSearchBox .courseLink .text, .countryArea .courseSearchBox .courseTitleBox .icon, .countryArea .courseSearchBox, .bannerArea .topBox, .bannerArea .bannerItem .Txt .bannerLink svg, .bannerArea .bannerItem .Txt .bannerLink, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #5a5e89;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #5a5e89;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Img {
  height: 930px;
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .Img {
    height: 900px;
  }
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Img {
    height: 100dvh;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img {
    height: calc(100vh - 125px);
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    height: 500px;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1570px;
  padding: 155px 40px 100px;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt {
    padding: 155px 30px 60px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 200px 30px 60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 150px 20px 40px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt {
    padding: 120px 20px 40px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt {
    padding: 100px 15px 40px;
  }
}
.bannerArea .bannerItem .Txt .txtTitleBox {
  position: relative;
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
  max-width: 620px;
  margin-bottom: 1.875rem;
  opacity: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    margin-bottom: 1rem;
    max-width: 500px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
    margin-bottom: 0.625rem;
    max-width: 450px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
  }
}
.bannerArea .bannerItem .Txt .title {
  font-size: 89px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
  max-width: 960px;
  opacity: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 72px;
    max-width: 780px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 60px;
    max-width: 650px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 55px;
    max-width: 600px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 42px;
  }
}
.bannerArea .bannerItem .Txt .title span {
  color: #f19544;
}
.bannerArea .bannerItem .Txt .contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 24px;
  margin-top: 2rem;
  max-width: 550px;
  opacity: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .contentBox {
    margin-top: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .contentBox {
    margin-top: 1rem;
    max-width: 500px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .contentBox {
    max-width: 450px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .contentBox {
    max-width: 500px;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .contentBox {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.bannerArea .bannerItem .Txt .bannerLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .bannerLink {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .bannerLink {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerLink {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .bannerLink {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .Txt .bannerLink:hover {
    background-color: #fff;
  }
  .bannerArea .bannerItem .Txt .bannerLink:hover svg {
    color: #5a5e89;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.bannerArea .bannerItem .Txt .bannerLink svg {
  width: 24px;
  height: 15px;
  color: #fff;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .bannerLink svg {
    width: 20px;
    height: 12px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerLink svg {
    width: 18px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .bannerLink svg {
    width: 16px;
    height: 8px;
  }
}
.bannerArea .bannerItem .Txt .text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 0;
}
.bannerArea .slick-current .bannerItem .Img {
  -webkit-animation: zoomIn 0.8s ease-in-out both;
          animation: zoomIn 0.8s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .contentBox {
  -webkit-animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #5a5e89;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: auto;
  bottom: 60px;
  left: 116px;
}
@media (max-width: 1699px) {
  .bannerArea .slick-dots {
    left: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    left: 50%;
    bottom: 20px;
    translate: -50% 0;
  }
}
.bannerArea .topBox {
  position: absolute;
  top: 35px;
  right: 54px;
  bottom: auto;
  left: auto;
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
  z-index: 2;
}
@media (max-width: 1366px) {
  .bannerArea .topBox {
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .topBox {
    display: none;
  }
}
.bannerArea .topBox .btnBox {
  margin-top: 0;
}
.bannerArea .topBox .btnBox .btn {
  min-width: 195px;
}
@media (max-width: 1499px) {
  .bannerArea .topBox .btnBox .btn {
    min-width: 170px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .topBox .btnBox .btn {
    min-width: 150px;
    padding: 13px 15px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .topBox .btnBox .btn {
    max-width: 150px;
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  .bannerArea .topBox .btnBox .btn {
    display: none;
  }
}

.countryArea {
  position: relative;
  background-image: url("../images/deco/bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 105px 0 140px;
  overflow-x: clip;
}
.countryArea::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1280px) {
  .countryArea {
    padding: 80px 0 120px;
  }
}
@media (max-width: 1180px) {
  .countryArea {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .countryArea {
    padding: 80px 0;
  }
}
.countryArea .countryBox {
  position: relative;
}
.countryArea .countryTitleBox {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .countryArea .countryTitleBox {
    max-width: 760px;
  }
}
@media (max-width: 1180px) {
  .countryArea .countryTitleBox {
    max-width: 715px;
  }
}
.countryArea .countryTitleBox .decoTitle {
  position: absolute;
  top: 33px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 270px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(138, 143, 197, 0.1);
  pointer-events: none;
}
@media (max-width: 1366px) {
  .countryArea .countryTitleBox .decoTitle {
    font-size: 200px;
    top: 16px;
  }
}
@media (max-width: 1280px) {
  .countryArea .countryTitleBox .decoTitle {
    font-size: 180px;
    top: 10px;
  }
}
@media (max-width: 1180px) {
  .countryArea .countryTitleBox .decoTitle {
    font-size: 160px;
    top: 6px;
  }
}
@media (max-width: 991px) {
  .countryArea .countryTitleBox .decoTitle {
    font-size: 130px;
    top: 4px;
    left: 50%;
    translate: -50% 0;
  }
}
.countryArea .countryTitleBox .title {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #5a5e89;
}
@media (max-width: 1280px) {
  .countryArea .countryTitleBox .title {
    font-size: 46px;
  }
}
@media (max-width: 1180px) {
  .countryArea .countryTitleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .countryArea .countryTitleBox .title {
    font-size: 38px;
  }
}
@media (max-width: 375px) {
  .countryArea .countryTitleBox .title {
    font-size: 32px;
  }
}
.countryArea .countryTitleBox .subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #f19544;
  margin-top: 1rem;
}
@media (max-width: 1280px) {
  .countryArea .countryTitleBox .subtitle {
    font-size: 18px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1180px) {
  .countryArea .countryTitleBox .subtitle {
    font-size: 16px;
  }
}
.countryArea .countryTitleBox .text {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.75;
  color: #8a8fc5;
  margin-top: 3rem;
}
@media (max-width: 1280px) {
  .countryArea .countryTitleBox .text {
    font-size: 16px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .countryArea .countryTitleBox .text {
    font-size: 15px;
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .countryArea .countryTitleBox .text {
    font-size: 14px;
  }
}
.countryArea .courseSearchBox {
  position: relative;
  margin-top: 7rem;
  opacity: 0;
  top: -20px;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox {
    margin-top: 5rem;
  }
}
@media (max-width: 1180px) {
  .countryArea .courseSearchBox {
    margin-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .countryArea .courseSearchBox {
    margin-top: 2.5rem;
  }
}
.countryArea .courseSearchBox.aniStart {
  opacity: 1;
  top: 0;
}
.countryArea .courseSearchBox .courseSearchList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseSearchList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 715px;
    margin: 0 auto;
    border-radius: 35px;
    padding: 30px;
  }
}
.countryArea .courseSearchBox .courseSearchItem {
  position: relative;
  width: calc((100% - 400px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 56px;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseSearchItem {
    width: calc((100% - 360px) / 3);
    padding: 0 16px;
  }
}
@media (max-width: 1180px) {
  .countryArea .courseSearchBox .courseSearchItem {
    width: calc((100% - 330px) / 3);
    min-height: 50px;
  }
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseSearchItem {
    width: 100%;
    padding: 8px 0;
    min-height: 40px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.countryArea .courseSearchBox .courseSearchItem:not(:last-child)::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 45px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseSearchItem:not(:last-child)::before {
    display: none;
  }
}
.countryArea .courseSearchBox .courseSearchItem.class {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseSearchItem.class {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseSearchItem.class {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.countryArea .courseSearchBox .courseSearchItem.course::before {
  display: none;
}
.countryArea .courseSearchBox .courseSearchItem.course .courseLink .text {
  text-align: left;
  padding-left: 32px;
}
.countryArea .courseSearchBox .courseSearchItem.course .courseLink .text.selected::after {
  display: block;
}
@starting-style {
  .countryArea .courseSearchBox .courseSearchItem.course .courseLink .text.selected::after {
    opacity: 0;
  }
}
.countryArea .courseSearchBox .courseSearchItem.course .courseLink .text::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #5a5e89;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  translate: 0 -50%;
}
.countryArea .courseSearchBox .courseSearchItem.course .courseLink .text::after {
  content: "";
  display: block;
  pointer-events: none;
  display: none;
  border: 1px solid #f19544;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f19544;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  border-radius: 3px;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.countryArea .courseSearchBox .courseSearchItem.btn {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseSearchItem.btn {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  .countryArea .courseSearchBox .courseSearchItem.btn {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseSearchItem.btn {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 8px;
    margin-top: 24px;
    border: 0;
  }
}
.countryArea .courseSearchBox .courseTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
.countryArea .courseSearchBox .courseTitleBox .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #3f3a34;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseTitleBox .icon {
    width: 16px;
    height: 16px;
  }
}
.countryArea .courseSearchBox .courseTitleBox .title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #000;
  padding-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseTitleBox .title {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .countryArea .courseSearchBox .courseTitleBox .title {
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseTitleBox .title {
    line-height: 40px;
  }
}
.countryArea .courseSearchBox .courseTitleBox .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-bottom: 2px solid #231815;
  border-right: 2px solid #231815;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: calc(50% + 4px);
  left: auto;
  rotate: 45deg;
  translate: 0 50%;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseTitleBox .title::before {
    width: 8px;
    height: 8px;
    bottom: calc(50% + 2px);
  }
}
.countryArea .courseSearchBox .courseContentBox {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.countryArea .courseSearchBox .courseContentBox.open .courseLink {
  display: block;
}
@starting-style {
  .countryArea .courseSearchBox .courseContentBox.open .courseLink {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.countryArea .courseSearchBox .courseLink {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #ffffff;
  border-top: 2px solid #f19544;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  top: calc(100% + 6px);
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-behavior: allow-discrete;
  z-index: 1;
}
@media (max-width: 1024px) {
  .countryArea .courseSearchBox .courseLink {
    top: 100%;
  }
}
.countryArea .courseSearchBox .courseLink.open {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@starting-style {
  .countryArea .courseSearchBox .courseLink.open {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.countryArea .courseSearchBox .courseLink li + li {
  border-top: 1px solid #e4e5ee;
}
.countryArea .courseSearchBox .courseLink .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding: 10px 8px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .countryArea .courseSearchBox .courseLink .text {
    font-size: 15px;
  }
}
@media (min-width: 1181px) {
  .countryArea .courseSearchBox .courseLink .text:hover {
    color: #f19544;
  }
}
.countryArea .courseSearchBox .courseLink .text.selected {
  color: #f19544;
}
.countryArea .courseSearchBox .submitBtn {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  padding: 16px 20px;
  background-color: #000;
  border-radius: 50px;
}
@media (max-width: 1180px) {
  .countryArea .courseSearchBox .submitBtn {
    padding: 12px 16px;
  }
}

.countryImgBox {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 1280px) {
  .countryImgBox {
    margin-top: 140px;
  }
}
@media (max-width: 991px) {
  .countryImgBox {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .countryImgBox {
    margin-top: 90px;
  }
}
@media (max-width: 480px) {
  .countryImgBox {
    margin-top: 60px;
  }
}
.countryImgBox .decoImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.countryImgBox .decoImg .Img {
  position: absolute;
  bottom: 86px;
}
@media (max-width: 1699px) {
  .countryImgBox .decoImg .Img {
    bottom: 60px;
  }
}
.countryImgBox .decoImg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.countryImgBox .decoImg .Img.left {
  width: 338px;
  left: 45px;
}
@media (max-width: 1699px) {
  .countryImgBox .decoImg .Img.left {
    width: 270px;
    left: 60px;
  }
}
@media (max-width: 1499px) {
  .countryImgBox .decoImg .Img.left {
    width: 220px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .countryImgBox .decoImg .Img.left {
    display: none;
  }
}
.countryImgBox .decoImg .Img.central {
  width: 282px;
  right: 29%;
  bottom: 80px;
}
@media (max-width: 1699px) {
  .countryImgBox .decoImg .Img.central {
    width: 220px;
    right: 30.5%;
    bottom: 70px;
  }
}
@media (max-width: 1499px) {
  .countryImgBox .decoImg .Img.central {
    width: 200px;
    right: 28%;
  }
}
@media (max-width: 1280px) {
  .countryImgBox .decoImg .Img.central {
    right: 40%;
  }
}
@media (max-width: 991px) {
  .countryImgBox .decoImg .Img.central {
    right: 50%;
    translate: 50% 0;
  }
}
@media (max-width: 768px) {
  .countryImgBox .decoImg .Img.central {
    right: 5%;
    bottom: 50px;
    translate: 0 0;
  }
}
@media (max-width: 575px) {
  .countryImgBox .decoImg .Img.central {
    width: 180px;
    right: 20px;
    bottom: 60px;
  }
}
@media (max-width: 400px) {
  .countryImgBox .decoImg .Img.central {
    width: 150px;
    right: 10px;
    bottom: 30px;
  }
}
.countryImgBox .decoImg .Img.right {
  width: 109px;
  right: 9%;
  bottom: 90px;
}
@media (max-width: 1699px) {
  .countryImgBox .decoImg .Img.right {
    width: 90px;
    right: 10%;
    bottom: 80px;
  }
}
@media (max-width: 1499px) {
  .countryImgBox .decoImg .Img.right {
    width: 80px;
    right: 80px;
  }
}
@media (max-width: 991px) {
  .countryImgBox .decoImg .Img.right {
    display: none;
  }
}

.countryImgList {
  margin-bottom: 0;
}
.countryImgList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.countryImgList:not(.slick-slider) .countryImgItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 480px) {
  .countryImgList .slick-list {
    padding-right: 130px;
  }
}
@media (max-width: 400px) {
  .countryImgList .slick-list {
    padding-right: 80px;
  }
}
.countryImgList .countryImgItem {
  position: relative;
  padding: 0 27px;
}
@media (max-width: 1180px) {
  .countryImgList .countryImgItem {
    padding: 0 16px;
  }
}
.countryImgList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .countryImgList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .countryImgList .item:hover .Img::before {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
}
.countryImgList .decoBg {
  position: relative;
}
.countryImgList .decoBg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.countryImgList .Img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("../images/deco/albumBorderMask.jpg");
          mask-image: url("../images/deco/albumBorderMask.jpg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.countryImgList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  z-index: 1;
}
.countryImgList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.countryImgList .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  text-align: center;
  padding: 2rem 3rem 5rem;
}
@media (max-width: 1599px) {
  .countryImgList .Txt {
    padding: 2rem 3rem 3.75rem;
  }
}
@media (max-width: 991px) {
  .countryImgList .Txt {
    padding: 1.5rem 2rem 2.5rem;
  }
}
.countryImgList .Txt .title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1499px) {
  .countryImgList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .countryImgList .Txt .title {
    font-size: 18px;
  }
}
.countryImgList .Txt .engtitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1499px) {
  .countryImgList .Txt .engtitle {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .countryImgList .Txt .engtitle {
    font-size: 13px;
  }
}
.countryImgList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.countryImgDotsBox {
  position: relative;
  margin-top: 6.5rem;
}
@media (max-width: 400px) {
  .countryImgDotsBox {
    margin-top: 4rem;
  }
}
.countryImgDotsBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.countryImgDotsBox .text {
  display: block;
  width: 80px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1180px) {
  .countryImgDotsBox .text {
    font-size: 14px;
    width: 70px;
  }
}
@media (max-width: 991px) {
  .countryImgDotsBox .text {
    display: none;
  }
}
.countryImgDotsBox .text.textEnd {
  text-align: right;
}
.countryImgDotsBox .controlBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.countryImgDotsBox .slick-dots {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: unset;
}
.countryImgDotsBox .slick-dots::before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 2px);
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%, transparent 100%);
  background-size: 6px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
.countryImgDotsBox .slick-dots li.slick-active button::before {
  display: none;
}
.countryImgDotsBox .slick-dots li.slick-active button::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 28px;
  height: 25px;
  background-image: url("../images/deco/airplane.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1180px) {
  .countryImgDotsBox .slick-dots li.slick-active button::after {
    width: 24px;
    height: 21px;
  }
}
@starting-style {
  .countryImgDotsBox .slick-dots li.slick-active button::after {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.articleArea {
  position: relative;
  padding: 140px 0;
}
@media (max-width: 1180px) {
  .articleArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .articleArea {
    padding: 80px 0;
  }
}
.articleArea .articleBox {
  position: relative;
  opacity: 0;
  translate: 0 -20px;
}
.articleArea .articleBox.aniStart {
  opacity: 1;
  translate: 0 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.articleArea .classBox {
  margin: 0 0 60px;
}
@media (max-width: 1180px) {
  .articleArea .classBox {
    margin: 0 auto 48px;
  }
}
@media (max-width: 768px) {
  .articleArea .classBox {
    margin: 0 auto 36px;
  }
}

.articleList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 76px 24px;
}
@media (max-width: 1180px) {
  .articleList {
    gap: 40px 20px;
  }
}
@media (max-width: 991px) {
  .articleList {
    display: none;
  }
}
.articleList .articleItem {
  position: relative;
  width: calc(25% - 18px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .articleList .articleItem {
    width: calc(25% - 15px);
  }
}
.articleList .item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .articleList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .articleList .item:hover .title {
    color: #f19544;
  }
  .articleList .item:hover .title a {
    color: #f19544;
  }
  .articleList .item:hover .linkTxt {
    color: #f19544;
  }
}
.articleList .Img {
  border-radius: 15px;
  overflow: clip;
}
.articleList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.articleList .Txt {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .articleList .Txt {
    margin-top: 16px;
  }
}
.articleList .Txt .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 1180px) {
  .articleList .Txt .topBox {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    margin-bottom: 0.625rem;
  }
}
.articleList .classTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
  color: #fff;
  background-color: #8c90c5;
  border-radius: 30px;
  padding: 8px 10px;
}
@media (max-width: 1180px) {
  .articleList .classTitle {
    font-size: 13px;
  }
}
.articleList .newsInfoBox .dateBox .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 1180px) {
  .articleList .newsInfoBox .dateBox .date {
    font-size: 13px;
  }
}
.articleList .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .articleList .title {
    font-size: 18px;
  }
}
.articleList .title a {
  color: #000;
}
.articleList .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #666;
  margin-top: 0.75rem;
  height: 51px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .articleList .text {
    font-size: 14px;
    height: 47px;
    margin-top: 0.5rem;
  }
}
.articleList .linkTxt {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  margin-top: 2.5rem;
}
@media (max-width: 1180px) {
  .articleList .linkTxt {
    font-size: 15px;
    margin-top: 1.5rem;
  }
}
.articleList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .articleMobileList {
    display: none !important;
  }
}
.articleMobileList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.articleMobileList:not(.slick-slider) .articleItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.articleMobileList .slick-list {
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .articleMobileList .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .articleMobileList .slick-list {
    padding-right: 120px;
  }
}
@media (max-width: 375px) {
  .articleMobileList .slick-list {
    padding-right: 60px;
  }
}
.articleMobileList .articleItem {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .articleMobileList .articleItem {
    padding: 0 10px;
  }
}
.articleMobileList .item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .articleMobileList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .articleMobileList .item:hover .title {
    color: #f19544;
  }
  .articleMobileList .item:hover .linkTxt {
    color: #f19544;
  }
}
.articleMobileList .Img {
  border-radius: 15px;
  overflow: clip;
}
.articleMobileList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.articleMobileList .Txt {
  position: relative;
  margin-top: 16px;
}
.articleMobileList .Txt .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 0.625rem;
}
.articleMobileList .classTitle {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
  color: #fff;
  background-color: #8c90c5;
  border-radius: 30px;
  padding: 8px 10px;
}
@media (max-width: 375px) {
  .articleMobileList .classTitle {
    font-size: 12px;
  }
}
.articleMobileList .newsInfoBox .dateBox .date {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 375px) {
  .articleMobileList .newsInfoBox .dateBox .date {
    font-size: 12px;
  }
}
.articleMobileList .textBox {
  min-height: 85px;
}
@media (max-width: 575px) {
  .articleMobileList .textBox {
    min-height: 77px;
  }
}
.articleMobileList .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .articleMobileList .title {
    font-size: 16px;
  }
}
.articleMobileList .text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #666;
  margin-top: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 575px) {
  .articleMobileList .text {
    font-size: 13px;
  }
}
.articleMobileList .linkTxt {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .articleMobileList .linkTxt {
    font-size: 14px;
    margin-top: 1rem;
  }
}
.articleMobileList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.linkArea {
  position: relative;
  padding: 140px 0 80px;
  background-image: url("../images/deco/bg.jpg");
  background-size: cover;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 80px 0 60px;
  }
}
.linkArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .linkArea .decoBg {
    display: none;
  }
}
.linkArea .decoBg .innerBox {
  position: absolute;
  width: 165px;
  right: 3.2%;
  bottom: 17.5%;
  z-index: 1;
}
@media (max-width: 1799px) {
  .linkArea .decoBg .innerBox {
    right: 30px;
    bottom: 10%;
  }
}
@media (max-width: 1699px) {
  .linkArea .decoBg .innerBox {
    width: 140px;
  }
}
@media (max-width: 1599px) {
  .linkArea .decoBg .innerBox {
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .linkArea .decoBg .innerBox {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .linkArea .decoBg .innerBox {
    width: 100px;
    right: 20px;
  }
}
.linkArea .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .decoBg .Img.note {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: infiniteXY 3.5s ease-in-out infinite alternate;
          animation: infiniteXY 3.5s ease-in-out infinite alternate;
}
.linkArea .titleBox {
  margin-bottom: 56px;
}
@media (max-width: 1180px) {
  .linkArea .titleBox {
    margin-bottom: 40px;
  }
}

.linkBox {
  position: relative;
}
.linkBox .dotsBox {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .linkBox .dotsBox {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .linkBox .dotsBox {
    margin-top: 2rem;
  }
}
.linkBox .dotsBox .controlBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkBox .slick-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  width: auto;
  bottom: unset;
}
.linkBox .slick-dots::before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 2px);
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%, transparent 100%);
  background-size: 6px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
.linkBox .slick-dots li.slick-active button {
  background-color: #000;
}
.linkBox .slick-dots li.slick-active button::before {
  display: none;
}
.linkBox .arrowBox {
  width: 100%;
  height: calc(100% - 71px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: unset;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .linkBox .arrowBox {
    display: none;
  }
}
.linkBox .arrowBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.linkBox .arrowBox .arrow {
  top: 50%;
  translate: 0 -50%;
  pointer-events: auto;
}
.linkBox .arrowBox .arrow.prev {
  right: calc(100% + 30px);
}
@media (max-width: 1499px) {
  .linkBox .arrowBox .arrow.prev {
    right: unset;
    left: 0;
  }
}
.linkBox .arrowBox .arrow.next {
  left: calc(100% + 30px);
}
@media (max-width: 1499px) {
  .linkBox .arrowBox .arrow.next {
    left: unset;
    right: 0;
  }
}

@media (max-width: 1499px) {
  .linkList {
    padding: 0 100px;
  }
}
@media (max-width: 1280px) {
  .linkList {
    padding: 0 80px;
  }
}
@media (max-width: 1180px) {
  .linkList {
    padding: 0;
  }
}
.linkList .slick-list {
  margin: 0 -24px;
}
@media (max-width: 1280px) {
  .linkList .slick-list {
    margin: 0 -16px;
  }
}
@media (max-width: 768px) {
  .linkList .slick-list {
    padding-right: 180px;
  }
}
@media (max-width: 640px) {
  .linkList .slick-list {
    padding-right: 100px;
  }
}
@media (max-width: 480px) {
  .linkList .slick-list {
    padding-right: 50px;
  }
}
@media (max-width: 400px) {
  .linkList .slick-list {
    padding-right: 30px;
  }
}
.linkList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkList .slick-slide {
  height: inherit;
}
.linkList .slick-slide > div {
  height: 100%;
}
.linkList .linkItem {
  position: relative;
  height: 100%;
  padding: 0 24px 6px;
}
@media (max-width: 1280px) {
  .linkList .linkItem {
    padding: 0 16px 6px;
  }
}
.linkList .item {
  position: relative;
  height: 100%;
  padding-right: 6px;
  padding-bottom: 6px;
}
.linkList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5a5e89;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
  border-radius: 22px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .linkList .item:hover::before {
    background-color: #f19544;
  }
  .linkList .item:hover .innerBox {
    border: 1px solid #f19544;
  }
  .linkList .item:hover .icon {
    background-color: #fef0e4;
  }
  .linkList .item:hover .icon svg {
    color: #ec9243;
  }
  .linkList .item:hover .Txt .title {
    color: #f19544;
  }
  .linkList .item:hover .Txt .linkBtn {
    color: #f19544;
  }
}
.linkList .innerBox {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #5a5e89;
  border-radius: 22px;
  padding: 40px 50px;
}
@media (max-width: 1366px) {
  .linkList .innerBox {
    padding: 24px 36px;
  }
}
@media (max-width: 1280px) {
  .linkList .innerBox {
    padding: 24px 30px;
  }
}
@media (max-width: 480px) {
  .linkList .innerBox {
    padding: 20px 24px;
  }
}
.linkList .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-bottom: 1.875rem;
  background-color: #f0f0f6;
}
@media (max-width: 1366px) {
  .linkList .icon {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .linkList .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
}
.linkList .icon svg {
  width: 23px;
  height: 23px;
  color: #5a5e89;
}
@media (max-width: 1280px) {
  .linkList .icon svg {
    width: 20px;
    height: 20px;
  }
}
.linkList .Txt {
  position: relative;
}
.linkList .Txt .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .linkList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .linkList .Txt .title {
    font-size: 16px;
  }
}
.linkList .Txt .textEditorBox {
  position: relative;
  margin-top: 1.5rem;
  height: 130px;
}
@media (max-width: 1366px) {
  .linkList .Txt .textEditorBox {
    margin-top: 1rem;
  }
}
@media (max-width: 1280px) {
  .linkList .Txt .textEditorBox {
    height: 110px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 480px) {
  .linkList .Txt .textEditorBox {
    height: 95px;
    margin-top: 0.5rem;
  }
}
.linkList .Txt .textEditor {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.85;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #555555;
}
@media (max-width: 1280px) {
  .linkList .Txt .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .linkList .Txt .textEditor {
    font-size: 13px;
  }
}
.linkList .Txt .linkBtn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #000;
  margin-top: 1.875rem;
}
@media (max-width: 1366px) {
  .linkList .Txt .linkBtn {
    margin-top: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .linkList .Txt .linkBtn {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .linkList .Txt .linkBtn {
    font-size: 14px;
  }
}
.linkList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.catalogArea {
  position: relative;
  padding: 140px 0;
  background-color: #8c90c5;
}
@media (max-width: 1366px) {
  .catalogArea {
    padding: 120px 0;
  }
}
@media (max-width: 1180px) {
  .catalogArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 80px 0;
  }
}
.catalogArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: clip;
  pointer-events: none;
}
.catalogArea .decoBg > .left {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalogArea .decoBg > .left img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .decoBg > .right {
  position: absolute;
  width: 390px;
  bottom: 24.5%;
  right: 0;
}
@media (max-width: 1366px) {
  .catalogArea .decoBg > .right {
    width: 300px;
    top: 20%;
    bottom: unset;
  }
}
@media (max-width: 1180px) {
  .catalogArea .decoBg > .right {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .catalogArea .decoBg > .right {
    display: none;
  }
}
.catalogArea .decoBg > .right img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .starBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalogArea .starBox .rightTop {
  position: absolute;
  top: 44px;
  right: 38px;
  -webkit-animation: infiniteYSmall 1.5s linear infinite alternate;
          animation: infiniteYSmall 1.5s linear infinite alternate;
}
@media (max-width: 1366px) {
  .catalogArea .starBox .rightTop {
    top: 20px;
    right: 20px;
  }
  .catalogArea .starBox .rightTop img {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .catalogArea .starBox .rightTop {
    right: 10px;
  }
  .catalogArea .starBox .rightTop img {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .catalogArea .starBox .rightTop {
    right: -50px;
  }
}
@media (max-width: 575px) {
  .catalogArea .starBox .rightTop {
    right: -40px;
  }
  .catalogArea .starBox .rightTop img {
    width: 180px;
  }
}
@media (max-width: 375px) {
  .catalogArea .starBox .rightTop {
    display: none;
  }
}
.catalogArea .starBox .rightBtm {
  position: absolute;
  bottom: 20px;
  right: 7.2%;
}
@media (max-width: 1366px) {
  .catalogArea .starBox .rightBtm {
    bottom: 0;
    right: 0;
  }
  .catalogArea .starBox .rightBtm img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .catalogArea .starBox .rightBtm {
    bottom: 10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .catalogArea .starBox .rightBtm {
    right: -50px;
  }
  .catalogArea .starBox .rightBtm img {
    width: 150px;
  }
}
.catalogArea .starBox .left {
  position: absolute;
  top: 16.5%;
  left: 0;
  -webkit-animation: infiniteYSmall 1.5s linear infinite alternate;
          animation: infiniteYSmall 1.5s linear infinite alternate;
}
@media (max-width: 1366px) {
  .catalogArea .starBox .left {
    top: 80px;
  }
  .catalogArea .starBox .left img {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .catalogArea .starBox .left {
    top: 60px;
    left: -20px;
  }
  .catalogArea .starBox .left img {
    width: 80px;
  }
}
.catalogArea .titleBox .subtitle {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .catalogArea .titleBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .catalogArea .titleBox .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .catalogArea .titleBox .subtitle {
    font-size: 14px;
  }
}
.catalogArea .classNoneMobile {
  margin-bottom: 64px;
}
@media (max-width: 1180px) {
  .catalogArea .classNoneMobile {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .catalogArea .classNoneMobile .classLink li {
    width: calc((100% - 20px) / 3);
  }
}
.catalogArea .classNoneMobile .classLink a,
.catalogArea .classNoneMobile .classLink span {
  color: #fff;
  background-color: #7176b2;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.catalogArea .classNoneMobile .classLink a.current,
.catalogArea .classNoneMobile .classLink span.current {
  color: #f19544;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogArea .controlOuterBox {
  width: 100%;
  height: calc(100% - 44px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: unset;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .catalogArea .controlOuterBox {
    position: relative;
    height: auto;
    margin-top: 3rem;
  }
}
@media (max-width: 640px) {
  .catalogArea .controlOuterBox {
    margin-top: 2rem;
  }
}
.catalogArea .controlOuterBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .catalogArea .controlOuterBox .controlBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .catalogArea .controlOuterBox .controlBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.catalogArea .controlOuterBox .arrow {
  top: 50%;
  translate: 0 -50%;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .catalogArea .controlOuterBox .arrow {
    position: relative;
    top: unset;
    translate: unset;
  }
}
.catalogArea .controlOuterBox .arrow.prev {
  right: calc(100% + 30px);
}
@media (max-width: 1499px) {
  .catalogArea .controlOuterBox .arrow.prev {
    right: unset;
    left: 0;
  }
}
@media (max-width: 1180px) {
  .catalogArea .controlOuterBox .arrow.prev {
    left: unset;
  }
}
.catalogArea .controlOuterBox .arrow.next {
  left: calc(100% + 30px);
}
@media (max-width: 1499px) {
  .catalogArea .controlOuterBox .arrow.next {
    left: unset;
    right: 0;
  }
}
@media (max-width: 1180px) {
  .catalogArea .controlOuterBox .arrow.next {
    right: unset;
  }
}

.catalogList {
  position: relative;
  overflow: clip;
  padding: 0 20px;
  margin: 0 -20px -44px;
}
@media (max-width: 1499px) {
  .catalogList {
    margin-left: 0;
    margin-right: 0;
    padding: 0 80px;
  }
}
@media (max-width: 1366px) {
  .catalogList {
    padding: 0 60px;
  }
}
@media (max-width: 1280px) {
  .catalogList {
    margin: 0 -20px -36px;
  }
}
@media (max-width: 1180px) {
  .catalogList {
    padding: 0;
    margin: 0 0 -36px;
  }
}
.catalogList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .catalogList:not(.slick-slider) .catalogItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 800px) {
  .catalogList:not(.slick-slider) .catalogItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .catalogList:not(.slick-slider) .catalogItem {
    width: 100%;
  }
}
.catalogList .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1366px) {
  .catalogList .slick-list {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .catalogList .slick-list {
    padding-right: 150px;
  }
}
@media (max-width: 480px) {
  .catalogList .slick-list {
    padding-right: 100px;
  }
}
@media (max-width: 400px) {
  .catalogList .slick-list {
    padding-right: 60px;
  }
}
@media (max-width: 375px) {
  .catalogList .slick-list {
    padding-right: 30px;
  }
}
.catalogList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogList .slick-slide {
  height: inherit;
}
.catalogList .slick-slide > div {
  height: 100%;
}
.catalogList .catalogItem {
  position: relative;
  height: 100%;
  padding: 0 20px 44px;
}
@media (max-width: 1366px) {
  .catalogList .catalogItem {
    padding: 0 12px 44px;
  }
}
@media (max-width: 1280px) {
  .catalogList .catalogItem {
    padding: 0 10px 36px;
  }
}
.catalogList .item {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 44px;
}
@media (max-width: 1366px) {
  .catalogList .item {
    padding: 16px 16px 36px;
  }
}
@media (min-width: 1181px) {
  .catalogList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .catalogList .item:hover .title {
    color: #f19544;
  }
  .catalogList .item:hover .title a {
    color: #f19544;
  }
}
.catalogList .item > .Img {
  border-radius: 15px;
  overflow: clip;
}
.catalogList .item > .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  margin-top: 1.25rem;
}
.catalogList .Txt .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}
@media (max-width: 1366px) {
  .catalogList .Txt .title {
    font-size: 18px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .catalogList .Txt .title {
    font-size: 16px;
    height: 45px;
  }
}
.catalogList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 1366px) {
  .catalogList .Txt .title a {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .catalogList .Txt .title a {
    font-size: 16px;
  }
}
.catalogList .Txt .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.65;
  color: #555;
  margin-top: 0.875rem;
}
@media (max-width: 1366px) {
  .catalogList .Txt .text {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 400px) {
  .catalogList .Txt .text {
    font-size: 13px;
    margin-top: 0.375rem;
  }
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 400px) {
  .catalogList .Txt .text.ellipsis {
    height: 66px;
  }
}
.catalogList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalogList .classTitleList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 0.75rem;
}
.catalogList .classTitleList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #888888;
}
.catalogList .classTitleList li::before {
  content: "#";
  display: block;
  pointer-events: none;
  color: #f19544;
}
@media (max-width: 1366px) {
  .catalogList .classTitleList li {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .catalogList .classTitleList li {
    font-size: 12px;
  }
}
.catalogList .decoImg {
  position: absolute;
  bottom: 12px;
  left: -10px;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: infiniteYSmall 2s linear infinite alternate;
          animation: infiniteYSmall 2s linear infinite alternate;
}
@media (max-width: 1366px) {
  .catalogList .decoImg {
    bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg {
    left: -5px;
    bottom: 20px;
  }
}
.catalogList .decoImg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .decoImg .Img.num0 {
  width: 77px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num0 {
    width: 60px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num0 {
    width: 50px;
  }
}
.catalogList .decoImg .Img.num1 {
  width: 87px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num1 {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num1 {
    width: 65px;
  }
}
.catalogList .decoImg .Img.num2 {
  width: 87px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num2 {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num2 {
    width: 65px;
  }
}
.catalogList .decoImg .Img.num3 {
  width: 88px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num3 {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num3 {
    width: 65px;
  }
}

.serviceArea {
  position: relative;
  padding: 140px 0 0;
  background-image: url("../images/deco/bg.jpg");
  background-size: cover;
  overflow-x: clip;
}
@media (max-width: 1366px) {
  .serviceArea {
    padding: 120px 0 0;
  }
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 80px 0 0;
  }
}
.serviceArea .decoBalloon {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.serviceArea .decoBalloon .Img {
  position: absolute;
}
.serviceArea .decoBalloon .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceArea .decoBalloon .Img.leftRed {
  width: 112px;
  top: 6.5%;
  left: 4.8%;
  -webkit-animation: infiniteY 2s ease-in-out 0.2s infinite alternate;
          animation: infiniteY 2s ease-in-out 0.2s infinite alternate;
}
@media (max-width: 1499px) {
  .serviceArea .decoBalloon .Img.leftRed {
    width: 100px;
    top: 50px;
    left: 30px;
  }
}
@media (max-width: 1280px) {
  .serviceArea .decoBalloon .Img.leftRed {
    width: 85px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .serviceArea .decoBalloon .Img.leftRed {
    width: 75px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .serviceArea .decoBalloon .Img.leftRed {
    width: 60px;
    top: 5px;
    left: 15px;
  }
}
@media (max-width: 575px) {
  .serviceArea .decoBalloon .Img.leftRed {
    width: 50px;
    top: -10px;
  }
}
.serviceArea .decoBalloon .Img.leftYellow {
  width: 95px;
  top: 16%;
  left: 11.6%;
}
@media (max-width: 1499px) {
  .serviceArea .decoBalloon .Img.leftYellow {
    width: 85px;
    top: 15%;
    left: 10%;
  }
}
@media (max-width: 1280px) {
  .serviceArea .decoBalloon .Img.leftYellow {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .serviceArea .decoBalloon .Img.leftYellow {
    width: 60px;
    top: 13%;
    left: 85px;
  }
}
@media (max-width: 768px) {
  .serviceArea .decoBalloon .Img.leftYellow {
    display: none;
  }
}
.serviceArea .decoBalloon .Img.rightGreen {
  width: 75px;
  top: -15px;
  right: 6.8%;
}
@media (max-width: 1499px) {
  .serviceArea .decoBalloon .Img.rightGreen {
    width: 65px;
    top: -20px;
    right: 30px;
  }
}
@media (max-width: 1280px) {
  .serviceArea .decoBalloon .Img.rightGreen {
    width: 55px;
  }
}
@media (max-width: 991px) {
  .serviceArea .decoBalloon .Img.rightGreen {
    width: 45px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .serviceArea .decoBalloon .Img.rightGreen {
    width: 40px;
    top: -35px;
  }
}
.serviceArea .decoBalloon .Img.rightBlue {
  width: 130px;
  top: 12.6%;
  right: 15.45%;
  -webkit-animation: infiniteY 2s ease-in-out infinite alternate;
          animation: infiniteY 2s ease-in-out infinite alternate;
}
@media (max-width: 1499px) {
  .serviceArea .decoBalloon .Img.rightBlue {
    width: 110px;
    top: 150px;
    right: 10%;
  }
}
@media (max-width: 1366px) {
  .serviceArea .decoBalloon .Img.rightBlue {
    right: 8%;
  }
}
@media (max-width: 1280px) {
  .serviceArea .decoBalloon .Img.rightBlue {
    width: 90px;
    top: 100px;
    right: 5%;
  }
}
@media (max-width: 991px) {
  .serviceArea .decoBalloon .Img.rightBlue {
    width: 80px;
    top: 80px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .serviceArea .decoBalloon .Img.rightBlue {
    display: none;
  }
}
.serviceArea .decoBg {
  position: relative;
  margin-top: -210px;
  margin-bottom: -15px;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .serviceArea .decoBg {
    margin-top: -180px;
  }
}
@media (max-width: 1280px) {
  .serviceArea .decoBg {
    margin-top: -120px;
  }
}
@media (max-width: 991px) {
  .serviceArea .decoBg {
    margin-top: -150px;
    margin-bottom: -45px;
  }
}
@media (max-width: 575px) {
  .serviceArea .decoBg {
    margin-top: -120px;
  }
}
.serviceArea .decoBg .Img {
  height: 785px;
}
@media (max-width: 1499px) {
  .serviceArea .decoBg .Img {
    height: 700px;
  }
}
@media (max-width: 1280px) {
  .serviceArea .decoBg .Img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .serviceArea .decoBg .Img {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .serviceArea .decoBg .Img {
    height: 480px;
  }
}
.serviceArea .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceTitleBox {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 1180px) {
  .serviceTitleBox {
    margin-bottom: 2rem;
  }
}
.serviceTitleBox .title {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #5a5e89;
}
@media (max-width: 1180px) {
  .serviceTitleBox .title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .serviceTitleBox .title {
    font-size: 38px;
    max-width: 430px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .serviceTitleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .serviceTitleBox .title {
    font-size: 32px;
  }
}
.serviceTitleBox .subtitle {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #5a5e89;
  margin-top: 6px;
}
@media (max-width: 1180px) {
  .serviceTitleBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .serviceTitleBox .subtitle {
    font-size: 14px;
  }
}
.serviceTitleBox .text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #5a5e89;
}
@media (max-width: 1180px) {
  .serviceTitleBox .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .serviceTitleBox .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .serviceTitleBox .text {
    max-width: 300px;
    margin: 0 auto;
  }
}
.serviceTitleBox .decoTitle {
  position: absolute;
  font-size: 270px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  width: 100dvw;
  top: 40px;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 1499px) {
  .serviceTitleBox .decoTitle {
    font-size: 240px;
    top: 30px;
  }
}
@media (max-width: 1366px) {
  .serviceTitleBox .decoTitle {
    font-size: 200px;
    top: 20px;
  }
}
@media (max-width: 1180px) {
  .serviceTitleBox .decoTitle {
    font-size: 180px;
  }
}
@media (max-width: 991px) {
  .serviceTitleBox .decoTitle {
    font-size: 150px;
  }
}
@media (max-width: 768px) {
  .serviceTitleBox .decoTitle {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .serviceTitleBox .decoTitle {
    font-size: 100px;
    top: 10px;
  }
}

.serviceClassBox {
  position: relative;
  margin: 45px 0 50px;
}
@media (max-width: 1366px) {
  .serviceClassBox {
    margin: 24px 0 36px;
  }
}
@media (max-width: 1180px) {
  .serviceClassBox {
    margin: 20px 0 36px;
  }
}
@media (max-width: 575px) {
  .serviceClassBox {
    margin: 20px 0 24px;
  }
}
.serviceClassBox .classLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .serviceClassBox .classLink {
    padding: 4px;
  }
}
@media (max-width: 575px) {
  .serviceClassBox .classLink {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .serviceClassBox .classLink li {
    width: calc(50% - 0.25rem);
  }
}
.serviceClassBox .classLink .classTrigger {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  color: #5a5e89;
  min-width: 200px;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 30px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .serviceClassBox .classLink .classTrigger {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .serviceClassBox .classLink .classTrigger {
    font-size: 15px;
    min-width: 160px;
    padding: 12px 24px;
  }
}
@media (max-width: 575px) {
  .serviceClassBox .classLink .classTrigger {
    min-width: auto;
    font-size: 14px;
    width: 100%;
  }
}
.serviceClassBox .classLink .classTrigger.current {
  color: #fff;
  background-color: #f19544;
}
@media (min-width: 1181px) {
  .serviceClassBox .classLink .classTrigger:hover {
    color: #fff;
    background-color: #f19544;
  }
}

.serviceBox {
  position: relative;
  z-index: 1;
}
.serviceBox::before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100dvw - 17px);
  height: 88px;
  background-image: url("../images/deco/serviceLine.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + 10px);
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .serviceBox::before {
    width: 100dvw;
    height: 80px;
    top: 50%;
  }
}

.serviceListBox {
  position: relative;
  opacity: 0;
  translate: 0 20px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1499px) {
  .serviceListBox {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .serviceListBox {
    padding: 0;
  }
}
.serviceListBox.current {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
.serviceListBox:not(:first-child) {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serviceListBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .serviceListBox .controlBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-top: 3.75rem;
  }
}
@media (max-width: 768px) {
  .serviceListBox .controlBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin-top: 2rem;
  }
}
.serviceListBox .controlBox .arrow {
  position: absolute;
  top: calc(50% - 25px);
  translate: 0 -50%;
  pointer-events: auto;
}
@media (max-width: 1499px) {
  .serviceListBox .controlBox .arrow {
    top: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .serviceListBox .controlBox .arrow {
    position: relative;
    top: unset;
    translate: unset;
  }
}
.serviceListBox .controlBox .arrow.prev {
  right: calc(100% + 30px);
}
@media (max-width: 1499px) {
  .serviceListBox .controlBox .arrow.prev {
    right: unset;
    left: 0;
  }
}
@media (max-width: 991px) {
  .serviceListBox .controlBox .arrow.prev {
    left: unset;
  }
}
.serviceListBox .controlBox .arrow.next {
  left: calc(100% + 30px);
}
@media (max-width: 1499px) {
  .serviceListBox .controlBox .arrow.next {
    left: unset;
    right: 0;
  }
}
@media (max-width: 991px) {
  .serviceListBox .controlBox .arrow.next {
    right: unset;
  }
}

.serviceList {
  width: 100%;
  overflow: clip;
  margin-bottom: -64px;
}
.serviceList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.serviceList:not(.slick-slider) .serviceItem {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.serviceList .slick-list {
  padding-bottom: 64px;
}
@media (max-width: 1499px) {
  .serviceList .slick-list {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .serviceList .slick-list {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .serviceList .slick-list {
    padding-bottom: 54px;
  }
}
@media (max-width: 480px) {
  .serviceList .slick-list {
    padding-right: 100px;
  }
}
@media (max-width: 400px) {
  .serviceList .slick-list {
    padding-right: 60px;
  }
}
@media (max-width: 375px) {
  .serviceList .slick-list {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .serviceList .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .serviceList .slick-slide {
    height: inherit;
  }
  .serviceList .slick-slide > div {
    height: 100%;
  }
}
.serviceList .slick-slide.current:nth-child(even) {
  translate: 0 42px;
}
@media (max-width: 768px) {
  .serviceList .slick-slide.current:nth-child(even) {
    translate: none;
  }
}
.serviceList .serviceItem {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 1499px) {
  .serviceList .serviceItem {
    padding: 0 16px;
  }
}
@media (max-width: 1366px) {
  .serviceList .serviceItem {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .serviceList .serviceItem {
    height: 100%;
    padding: 0 10px;
  }
}
.serviceList .item {
  position: relative;
  padding-top: 2rem;
}
@media (max-width: 1499px) {
  .serviceList .item {
    padding-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .serviceList .item {
    height: 100%;
  }
}
.serviceList .stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #5a5e89;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 24px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .serviceList .stepBox {
    width: 56px;
    height: 56px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .serviceList .stepBox {
    width: 52px;
    height: 52px;
    left: 16px;
  }
}
@media (max-width: 768px) {
  .serviceList .stepBox {
    width: 50px;
    height: 50px;
    left: 12px;
  }
}
.serviceList .stepBox .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1499px) {
  .serviceList .stepBox .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .serviceList .stepBox .text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .serviceList .stepBox .text {
    font-size: 12px;
  }
}
.serviceList .stepBox .num {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1499px) {
  .serviceList .stepBox .num {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .serviceList .stepBox .num {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .serviceList .stepBox .num {
    font-size: 13px;
  }
}
.serviceList .Txt {
  position: relative;
  padding: 54px 32px 40px;
  border-radius: 28px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
  .serviceList .Txt {
    padding: 48px 24px 30px;
  }
}
@media (max-width: 991px) {
  .serviceList .Txt {
    padding: 36px 20px 24px;
  }
}
@media (max-width: 768px) {
  .serviceList .Txt {
    height: 100%;
    padding: 32px 16px 20px;
  }
}
@media (min-width: 1181px) {
  .serviceList .Txt:hover .title {
    color: #f19544;
  }
  .serviceList .Txt:hover + .stepBox {
    background-color: #f19544;
  }
}
.serviceList .Txt .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.65;
  color: #000;
}
@media (max-width: 1366px) {
  .serviceList .Txt .title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .serviceList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .serviceList .Txt .title {
    font-size: 15px;
  }
}
.serviceList .Txt .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.afterLoading .homeHeader .logo {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.afterLoading .homeHeader .homeMenu > .menuItem a {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.afterLoading .bannerArea .bannerBox .topBox {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.afterLoading .bannerArea .slick-current .bannerItem .Img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .bannerArea .slick-current .Txt .subtitle,
.afterLoading .bannerArea .slick-current .Txt .title,
.afterLoading .bannerArea .slick-current .Txt .contentBox {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
/*# sourceMappingURL=home.css.map */