* {
  letter-spacing: -0.06em;
}
.onContainer {
  max-width: 1320px;
  margin: 0px auto;
  position: relative;
}
.onRow {
  padding: 0px 28px;
}
.diagramBox {
  position: relative;
  z-index: -1;
}
#mainPage {
  overflow: hidden;
}
#mainPage .sectionTitle {
  font-size: 35px;
}
#mainPage .sectionTitle strong {
  font-weight: 600;
}
#mainPage .stretch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mainPage .titleStretch {
  margin-bottom: 32px;
}
#mainPage .mainBanner {
  padding-top: 170px;
  max-width: 1376px;
  margin: 0px auto;
}
.headerWrap.transparent .header {
  background: none;
}
.headerin .qrBtn {
  display: none;
}

@keyframes objChange01 {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes objChange02 {
  0% {
    transform: translateY(0px) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(20px) scale(0.96) rotate(10deg);
  }
  100% {
    transform: translateY(10px) scale(1.02) rotate(5deg);
  }
}
.diagram01 {
  animation: 10s cubic-bezier(0.62, 0.16, 0.13, 1.01) 0s infinite
    alternate-reverse none running objChange01;
  position: absolute;
  right: -28.32vw;
  top: -23.438vw;
  height: 72.656vw;
}
.diagram02 {
  animation: 8s cubic-bezier(0.62, 0.16, 0.13, 1.01) 0.5s infinite alternate
    none running objChange02;
  position: absolute;
  left: -17.09vw;
  top: 17.09vw;
  width: 55.625vw;
}
.diagram04 {
  animation: 12s cubic-bezier(0.62, 0.16, 0.13, 1.01) 0.7s infinite alternate
    none running objChange02;
}
.leftSection {
  width: 40%;
}
.leftSection .subText {
  color: rgb(0, 57, 148);
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 500;
  transition: 0.5s;
}
.leftSection .subText.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}
.leftSection .mainText {
  font-size: 45px;
  line-height: 1.5em;
  transition: 0.5s;
}
.leftSection .mainText.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}
.leftSection .mainText strong {
  font-size: 55px;
  font-weight: 700;
  display: block;
}
.slideIndicatorBox {
    margin-top: 120px;
    position: relative;
}
.slideIndicator {
  display: inline-flex;
  position: relative;
}
/* .slideIndicator::before {
  content: "";
  position: absolute;
  width: 81%;
  height: 3px;
  background: rgb(199, 199, 199);
  top: 33.5px;
  left: 42px;
}
.slideIndicator::after {
  content: "";
  position: absolute;
  height: 3px;
  background: rgb(19, 73, 157);
  top: 33.5px;
  left: 42px;
  transition: 0.3s;
} */
.slideIndicator.step0::after {
  width: 18%;
}
.slideIndicator.step1::after {
  width: 55%;
}
.slideIndicator.step2::after {
  width: 60%;
}
.slideIndicator li {
  position: relative;
  padding-right: 33px;
}
.slideIndicator li:last-child {
  padding-right: 0px;
}
.slideIndicator li:first-child {
  padding-left: 0px;
}
.slideIndicator li::before {
  width: 100px;
  left: 10px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 25px;
  z-index: 9;
}
.slideIndicator li:last-child::before {
  display: none;
}
.slideIndicator li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slideIndicator li div.indicatorCircle {
  position: relative;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 31;
}
.slideIndicator li.on div.indicatorCircle {
  background: rgb(182, 215, 239);
}
.slideIndicator li .iconCircle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideIndicator li .iconCircle1 {
  padding-left: 3px;
}
.slideIndicator li.on .iconCircle svg path {
  fill: #fff;
}
.slideIndicator li:hover .iconCircle svg path {
  fill: #fff;
}
.slideIndicatorBar {
  position: absolute;
  width: 200px;
  display: flex;
  top: 34px;
  left: 40px;
}
.slideIndicatorBar > div::before {
  content: "";
  background-color: #13499D;
  height: 3px;
  width: 0%;
  display: block;
  transition: all 4s;
}
.slideIndicatorBar .back1 {
  width: 50%;
  height: 3px;
  display: inline-block;
  background-color: #e1e1e1;
}
.slideIndicatorBar .back2 {
  width: 50%;
  height: 3px;
  display: inline-block;
  background-color: #e1e1e1;
}
/* .slideIndicatorBar .back3 {
  width: 50%;
  height: 3px;
  display: inline-block;
  background-color: #e1e1e1;
} */
.line0 .back1::before {
  width: 100%;
}
.line1 .back1::before {
  width: 100%;
}
.line1 .back2::before {
  width: 100%;
}
.line2 .back1::before {
  width: 0%;
  transition: all 2s 2s;
}
.line2 .back2::before {
  width: 0%;
  transition: all 2s;
}

.lineS0 .back1::before {
  width: 0%;
  transition: none;
}
.lineS0 .back2::before {
  width: 0%;
  transition: none;
}

.lineS1 .back1::before {
  width: 100%;
  transition: none;
}

.lineS1 .back2::before {
  width: 0%;
  transition: none;
}

.lineS2 .back1::before {
  width: 100%;
  transition: none;
}

.lineS2 .back2::before {
  width: 100%;
  transition: none;
}

/* .slideIndicator li .iconCircle::after {
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
}
.slideIndicator li .iconCircle0::after {
  content: "";
  background: url("/images/main/bannerIndicator01.svg") center center no-repeat;
  transition: 0.3s;
}
.slideIndicator li .iconCircle1::after {
  padding-left: 3px;
  content: "";
  background: url("/images/main/bannerIndicator02.svg") center center no-repeat;
  transition: 0.3s;
}
.slideIndicator li .iconCircle2::after {
  content: "";
  background: url("/images/main/bannerIndicator03.svg") center center no-repeat;
  transition: 0.3s;
}
.slideIndicator li.on .iconCircle0::after,
.slideIndicator li:hover .iconCircle0::after {
  content: "";
  background: url("/images/main/bannerIndicator01_on.svg") center center
    no-repeat;
}
.slideIndicator li.on .iconCircle1::after,
.slideIndicator li:hover .iconCircle1::after {
  content: "";
  background: url("/images/main/bannerIndicator02_on.svg") center center
    no-repeat;
}
.slideIndicator li.on .iconCircle2::after,
.slideIndicator li:hover .iconCircle2::after {
  content: "";
  background: url("/images/main/bannerIndicator03_on.svg") center center
    no-repeat;
} */
.slideIndicator li div.emptyCircle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: 0.3s;
  border: 2px solid #e8e8e8;
}
.slideIndicator li:hover div.emptyCircle {
  background-color: rgb(0, 57, 148);
}
.slideIndicator li div svg {
  position: relative;
  z-index: 20;
}
.slideIndicator li span {
  display: block;
  text-align: center;
  color: rgb(102, 102, 102);
  font-size: 18px;
  margin-top: 1em;
  font-weight: 500;
  transition: 0.3s;
}
.slideIndicator li.on .emptyCircle {
  background: rgb(0, 57, 148);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 4px 0px;
  border-color: rgb(0, 57, 148);
}
.slideIndicator li.on span,
.slideIndicator li:hover span {
  color: rgb(0, 57, 148);
  font-weight: 600;
}
.rightSection {
  position: absolute;
  top: 140px;
  height: 700px;
  padding-top: 100px;
  left: calc(50% - 700px);
  right: 0px;
  overflow: hidden;
}

.mainBannerSwiper {
  width: 2000px;
  margin-left: -180px;
}
.mainBanner .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
}
.mainBannerSwiper .swiper-slide {
  width: 460px;
  position: relative;
  z-index: 1;
}

.mainBannerSwiper .swiper-slide .slideBox {
  position: relative;
  transition: opacity 0.1s ease-in-out, transform 0.6s;
  opacity: 0;
  transform-origin: right center;
  padding-left: 195px;
}
.mainBannerSwiper .frontVisual {
  position: relative;
  border-radius: 34%;
  transition: all 0.3s;
  overflow: hidden;
}
.mainBannerSwiper .frontVisual::before {
  opacity: 0;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  border-radius: 34%;
  box-sizing: content-box;
  border: 7px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #2051c2 0%, #cd245d 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.mainBannerSwiper .frontVisual .txtBox {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  transition: all 0.6s 0s;
}
.mainBannerSwiper .frontVisual .subTxt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.mainBannerSwiper .frontVisual .mainTxt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 700;
  transform-origin: top center;
}
.mainBannerSwiper .frontVisual.frist .txtBox {
  opacity: 0;
  padding-top: 130px;
  transition: all 0.6s;
}
.mainBannerSwiper .frontVisual.frist .txtBox .subTxt {
  font-size: 25px;
  color: #fae100;
  margin-bottom: 14px;
  transform: scale(1.2);
  transition: all 0.6s 0s;
}
.mainBannerSwiper .frontVisual.frist .txtBox .mainTxt {
  font-size: 20px;
  font-weight: normal;
  line-height: 160%;
  transform: scale(1.2);
  transition: all 0.6s 0s;
}

.mainBannerSwiper .swiper-slide-active .frontVisual .txtBox {
  padding-top: 62px;
}
.mainBannerSwiper .swiper-slide-active .frontVisual.frist .txtBox {
  padding-top: 130px;
}
.mainBannerSwiper .swiper-slide-active .frontVisual .subTxt {
  font-size: 16px;
  margin-bottom: 10px;
}
.mainBannerSwiper .swiper-slide-active .frontVisual .mainTxt {
  color: rgb(255, 255, 255);
  transform: scale(1.6);
  transition: all 0.6s;
}
.mainBannerSwiper .swiper-slide.swiper-slide-prev .slideBox {
  opacity: 0;
}
.mainBannerSwiper .swiper-slide.swiper-slide-active .slideBox {
  opacity: 1;
  padding: 0px;
}
.mainBannerSwiper .swiper-slide.swiper-slide-next .slideBox {
  transform: translateY(-70px);
  opacity: 1;
}
.mainBannerSwiper .swiper-slide.swiper-slide-duplicate-prev .slideBox {
  opacity: 1;
}

.mainBannerSwiper .slideBox .hoverShadow {
  width: 550px;
  position: absolute;
  top: 0px;
  z-index: -1;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: linear;
  opacity: 0;
}
.mainBannerSwiper .swiper-slide-active .slideBox .hoverShadow {
  transform: translate(50px, 20px) rotate(21deg);
  opacity: 1;
}
.mainBannerSwiper .slideBox .hoverShadow img {
  width: 100%;
}
.mainBannerSwiper .visualImg {
  width: calc(100% - 12px);
  transition: 0.6s;
  margin: 6px;
  position: relative;
  overflow: hidden;
  border-radius: 34%;
}
.mainBannerSwiper .visualImg img {
  width: 100%;
  transition: 0.6s;
}
.mainBannerSwiper .graph {
  position: absolute;
  opacity: 0;
  top: 45%;
  margin-left: 18%;
  transition: all 0.6s 0s;
}
.mainBannerSwiper .requirement {
  position: absolute;
  max-width: 300px;
  opacity: 0;
  top: 45%;
  margin-left: 18%;
  transition: all 0.6s 0s;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
.mainBannerSwiper .requirement dt {
  float: left;
  clear: both;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
  padding: 4px 14px;
}
.mainBannerSwiper .requirement dd {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  float: left;
}
.mainBannerSwiper .notify {
  position: absolute;
  max-width: 300px;
  opacity: 0;
  top: 75%;
  margin-left: 18%;
  transition: all 0.6s 0s;
  color: #fff;
  font-size: 18px;
}
.mainBannerSwiper .moreViewLink {
  position: absolute;
  opacity: 0;
  bottom: 20px;
  left: 50%;
  margin-left: -65px;
  border: 1px solid rgb(85, 96, 114);
  border-radius: 20px;
  padding: 7px 31px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.6s;
}
.mainBannerSwiper .moreViewLink:hover {
  border: 1px solid rgb(255, 255, 255);
}
.mainBannerSwiper .moreViewLink svg {
  margin-right: 12px;
}

.mainBannerSwiper .swiper-slide-active {
  z-index: 2;
}

.mainBannerSwiper .swiper-slide .frontVisual:hover::before {
  opacity: 1;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .visualImg {
  background: #000;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .visualImg img {
  filter: blur(5px);
  transform: scale(1.1);
  opacity: 0.3;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .txtBox {
  padding-top: 62px;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .subTxt {
  font-size: 16px;
  transition: all 0.6s 0s;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .mainTxt {
  transform: scale(1.2);
}
.mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .txtBox {
  opacity: 1;
  padding-top: 130px;
}
.mainBannerSwiper
  .swiper-slide-active
  .frontVisual.frist:hover
  .txtBox
  .subTxt {
  font-size: 25px;
  transform: scale(1);
  transition: all 0.6s 0s;
}
.mainBannerSwiper
  .swiper-slide-active
  .frontVisual.frist:hover
  .txtBox
  .mainTxt {
  font-size: 20px;
  transform: scale(1);
  transition: all 0.6s 0.2s;
}
.mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .moreViewLink {
  bottom: 55px;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .graph {
  top: 40%;
  opacity: 1;
  transition: all 0.6s 0.2s;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .requirement {
  top: 40%;
  opacity: 1;
  transition: all 0.6s 0.2s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .notify {
  top: 69%;
  opacity: 1;
  transition: all 0.6s 0.2s;
}
.mainBannerSwiper .swiper-slide-active .frontVisual:hover .moreViewLink {
  transition: bottom 0.6s 0.5s, opacity 0.6s 0.4s;
  bottom: 45px;
  opacity: 1;
}

.userQuickMenu {
  margin-top: 210px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.userQuickMenu .userSelectBox {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.userQuickMenu .userSelectBox .selectCon {
  position: relative;
  margin-left: 40px;
  margin-right: 38px;
}
.userQuickMenu .userSelectBox .selectCon .selectedUser {
  border-bottom: 3px solid rgb(0, 0, 0);
  cursor: pointer;
}
.userQuickMenu .userSelectBox .selectCon .selectedUser span {
  font-size: 36px;
  font-weight: 700;
  padding-right: 14px;
}
.userQuickMenu .userSelectBox .selectCon .selectedUser .selectArrow {
  transition: 0.3s;
}
.userQuickMenu .userSelectBox .selectCon .selectedUser.on .selectArrow {
  transform: rotate(180deg);
}
.userQuickMenu .userSelectBox .selectCon .userLists {
  position: absolute;
  display: none;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 25px 0px;
  top: calc(100% + 12px);
  width: 100%;
  z-index: 10;
}
.userQuickMenu .userSelectBox .selectCon .userLists li {
  text-align: left;
}
.userQuickMenu .userSelectBox .selectCon .userLists li a {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 18px 0px 18px 15%;
  transition: 0.3s;
}
.userQuickMenu .userSelectBox .selectCon .userLists li a:hover {
  background: rgb(245, 246, 247);
  color: rgb(8, 70, 190);
}
.userQuickMenu .quickMenuIconLists {
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.userQuickMenu .quickMenuIconLists li {
  /* margin: 0 30px; */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
  display: none;
  width: 16.5%;
  padding: 0 5%;
}
.userQuickMenu .quickMenuIconLists li.on {
  /* width: auto; */
  height: auto;
  transform: translateY(0px);
  display: block;
}
.userQuickMenu .quickMenuIconLists li.on.fade {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
/* .userQuickMenu .quickMenuIconLists li:first-child,
.userQuickMenu .quickMenuIconLists li.firstQuickItem {
  margin-left: 30px;
} */
.userQuickMenu .quickMenuIconLists li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.userQuickMenu .quickMenuIconLists li a img {
  max-width: fit-content;
  transition: 0.3s;
  margin-bottom: 12px;
}
.userQuickMenu .quickMenuIconLists li a p {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: rgb(102, 102, 102);
  transition: color 0.3s;
}
.userQuickMenu .quickMenuIconLists li a p::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 11px;
  background: rgb(72, 124, 255);
  top: -24px;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: 0.3s;
  transform-origin: 25px 5.5px;
  z-index: -1;
}
.userQuickMenu .quickMenuIconLists li a:hover p {
  color: rgb(8, 70, 190);
  font-weight: 600;
}
.userQuickMenu .quickMenuIconLists li a:hover p::after {
  opacity: 0.4;
  transform: translateX(-50%) scale(1);
}
.userQuickMenu .quickMenuIconLists li a:hover img {
  transform: translateY(-10px);
}
.supportProject {
  margin-top: 180px;
}
.supportProject .tab {
  display: flex;
}
.supportProject .tab li a {
  color: rgb(102, 102, 102);
  font-size: 22px;
  font-weight: 500;
  margin-left: 42px;
  position: relative;
  transition: color 0.3s;
}
.supportProject .tab li a:hover {
  color: rgb(51, 51, 51);
  font-weight: 600;
}
.supportProject .tab li a::after {
  content: "";
  width: 5px;
  height: 5px;
  background: rgb(8, 70, 191);
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -9px;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-10px);
}
.supportProject .tab li:first-child a {
  margin-left: 0px;
}
.supportProject .tab li.on a {
  color: rgb(8, 70, 191);
  font-weight: 600;
}
.supportProject .tab li a::after {
  opacity: 0;
  transform: translateY(10px);
}
.supportProject .tab li.on a::after {
  opacity: 1;
  transform: translateY(0px);
}
.supportProject .supportProjectSwiper {
  overflow: hidden;
}
.supportProject .supportProjectSwiper .swiper-slide {
  display: flex;
  padding-bottom: 0px;
  flex-wrap: wrap;
}
.supportProject .supportProjectSwiper .swiper-slide div {
  border-radius: 20px;
  height: auto;
  padding: 36px 36px 27px;
  color: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  flex: 1 1 0%;
  min-height: 200px;
}
.supportProject .supportProjectSwiper .swiper-slide div + div {
  margin-left: 23px;
  margin-top: 0;
}
.supportProject .supportProjectSwiper .swiper-slide div:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 30px 0px;
}
.supportProject .supportProjectSwiper .category {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.supportProject .supportProjectSwiper .projectName {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.supportProject .supportProjectSwiper .projectName:hover {
  text-decoration: underline;
}
.supportProject .supportProjectSwiper .subInfo {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  min-height: 24px;
  position: relative;
  z-index: 1;
}
.supportProject .supportProjectSwiper .bookmark {
  position: absolute;
  top: 36px;
  right: 40px;
  cursor: pointer;
  z-index: 10;
}
.supportProject .supportProjectSwiper .bookmark.on {
  fill: rgb(255, 255, 255);
}
.supportProject .supportProjectSwiper .projectStatus {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: 36px;
  bottom: 32px;
  z-index: 19;
}
.supportProject .supportProjectSwiper .projectStatus.statusIng {
  color: rgb(239, 255, 9);
}
.supportProject .supportProjectSwiper .projectStatus.statusEnd {
  color: rgb(209, 209, 209);
}
.supportProject .supportProjectSwiper .projectTypeConnect {
  background: rgb(0, 152, 186);
}
.supportProject .supportProjectSwiper .projectTypeOther {
  background: rgb(30, 93, 194);
}
.supportProject .supportProjectSwiper .projectTypeNotice {
  background: #20A3EF;
}
.supportProject .supportProjectSwiper .projectTypeConnect .circleObj {
  background: rgb(41, 169, 197);
}
.supportProject .supportProjectSwiper .projectTypeOther .circleObj {
  background: rgb(66, 119, 204);
}
.supportProject .supportProjectSwiper .projectTypeNotice .circleObj {
  background: #44B2F2;
}
.supportProject .circleObj {
  position: absolute;
  right: -90px;
  bottom: -140px;
  width: 267px;
  height: 267px;
  border-radius: 50%;
}
.all-box {
  position: relative;
  width: 150px;
  color: rgb(0, 0, 0);
  margin: 30px auto 0px;
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.all-box .swiper-pagination {
  display: flex;
  color: rgb(0, 0, 0);
  justify-content: space-between;
  position: static;
  text-align: left;
  padding: 0px 27px;
}
.all-box .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
}
.all-box .swiper-button-next,
.all-box .swiper-button-prev {
  width: 12px;
  height: 100%;
  top: 0px;
  margin-top: 0px;
  left: 0px;
  cursor: pointer;
}
.all-box .swiper-button-next {
  right: 0px;
  left: auto;
}
.all-box .swiper-button-next::after,
.all-box .swiper-button-prev::after {
  font-size: 14px;
  color: rgb(195, 195, 195);
  left: 0px;
}
.all-box .swiper-button-next:hover::after,
.all-box .swiper-button-prev:hover::after {
  color: rgb(0, 0, 0);
}
.all-box .swiper-progress-bar {
  width: 60px;
  height: 3px;
  border-radius: 10px;
}
.all-box .swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 3px;
  background: rgb(195, 195, 195);
  width: 60px;
  clear: both;
  opacity: 0;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  right: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.all-box .swiper-progress-bar .slide_progress-bar::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  height: 100%;
  width: 0px;
  content: "";
  transition: width 0.1s linear;
}
.all-box .swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.all-box .swiper-progress-bar.animate .slide_progress-bar::after {
  transition-behavior: normal;
  transition-timing-function: linear;
  transition-property: width;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
.bestPractice {
  margin-top: 150px;
}
.bestPractice .onContainer {
  max-width: 1460px;
}
.bestPractice .onRow {
  padding: 0px 70px;
}
.bestPractice .diagram03 {
  position: absolute;
  left: -15%;
  top: -32%;
  z-index: -1;
}
.viewAll {
  font-size: 20px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  position: relative;
  background: url("/images/main/icon_cross.svg") right center no-repeat;
  padding-right: 24px;
}
.bestPractice .bestPracticeSwiperWrap {
  overflow: hidden;
}
.bestPractice .bestPracticeSwiper li {
  border-radius: 20px;
  border: 1px solid rgb(225, 225, 225);
  transition: box-shadow 0.3s, border 0.3s;
  padding-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.bestPractice .bestPracticeSwiper li:hover {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px 0px;
}
.bestPractice .bestPracticeSwiper li::after {
  border: 2px solid rgb(37, 77, 156);
  content: "";
  opacity: 0;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
.bestPractice .bestPracticeSwiper li:hover::after {
  opacity: 1;
}
.bestPractice .bestPracticeSwiper li:hover .infoBox {
  background: rgb(243, 249, 255);
}
.bestPractice .bestPracticeSwiper li .thumbnail {
  height: 0px;
  padding-bottom: 94%;
  position: relative;
  overflow: hidden;
}
.bestPractice .bestPracticeSwiper li .thumbnail img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.bestPractice .bestPracticeSwiper li:hover .thumbnail img {
  transform: scale(1.2);
}
.bestPractice .bestPracticeSwiper li .infoBox {
  border-radius: 0px 0px 20px 20px;
  background: rgb(255, 255, 255);
  padding: 26px;
  transition: 0.3s;
}
.bestPractice .bestPracticeSwiper li .infoBox .topBox {
  margin-bottom: 18px;
}
.bestPractice .bestPracticeSwiper li .infoBox .topBox .title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.bestPractice .bestPracticeSwiper li:hover .infoBox .topBox .title {
  color: rgb(1, 57, 148);
}
.bestPractice .bestPracticeSwiper li .infoBox .topBox span {
  color: rgb(1, 57, 148);
  font-weight: 600;
  font-size: 18px;
}
.bestPractice .bestPracticeSwiper li .infoBox .btmBox {
  display: flex;
  flex-wrap: wrap;
}
.bestPractice .bestPracticeSwiper li .infoBox .btmBox dl {
  display: flex;
  font-weight: 500;
  margin-right: 24px;
}
.bestPractice .bestPracticeSwiper li .infoBox .btmBox dt {
  margin-right: 5px;
  color: rgb(102, 102, 102);
}
.bestPractice .bestPracticeSwiper li .infoBox .btmBox dd {
  color: rgb(51, 51, 51);
}
.bestPractice .swiper-button-next,
.bestPractice .swiper-button-prev {
  color: rgb(153, 153, 153);
  top: 56%;
}
.bestPractice .swiper-button-next::after,
.bestPractice .swiper-button-prev::after {
  font-size: 24px;
}
.bestPractice .swiper-pagination {
  display: none;
}
.bottomContentsWrap {
  position: relative;
  padding-top: 150px;
}
.bottomContentsWrap .diagram04 {
  position: absolute;
  right: -10.156vw;
  width: 32.539vw;
  top: 0px;
  min-width: 470px;
}
.bottomContentsWrap .sectionTitle {
  font-size: 30px;
}
.halfContentBox {
  display: flex;
}
.designFactoryCon {
  width: 640px;
  margin-right: 40px;
}
.kakaoConsult {
  position: absolute;
  right: 0px;
  top: 0px;
}
.kakaoConsult .ballonWrap {
  position: relative;
  top: -19.5px;
  right: 68px;
  z-index: 1;
}
.kakaoConsult .ballonWrap span {
  position: absolute;
  z-index: 20;
  width: 166px;
  height: 33px;
  right: 0px;
  line-height: 33px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.kakaoConsult:hover .ballonWrap span {
  color: rgb(60, 30, 30);
}
.kakaoConsult .ballonWrap svg {
  position: absolute;
  right: 0px;
  z-index: 10;
}
.kakaoConsult .ballonWrap svg .ballonFill {
  transition: 0.3s;
}
.kakaoConsult:hover .ballonWrap svg .ballonFill {
  fill: rgb(250, 225, 0);
}
.kakaoConsult img {
  position: absolute;
  top: -33px;
  right: 0px;
}
.businessBox {
  border-radius: 20px;
  border: 1px solid rgb(204, 217, 230);
  position: relative;
  padding: 40px 31px 35px;
  max-height: 319px;
  transition: 0.3s;
}
.businessBox:hover {
  background: rgb(249, 252, 255);
  border: 1px solid rgb(204, 217, 230);
}
.businessBox .mainBusiness {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
  border-bottom: 1px dashed rgb(221, 221, 221);
}
.businessBox .mainBusiness a {
  position: relative;
  margin-right: 30px;
  width: 195px;
  flex: 0 0 auto;
}
.businessBox .mainBusiness a:hover .linkArrow {
  opacity: 1;
  transform: translateX(0px);
}
.businessBox .mainBusiness .logo {
  margin-right: 29px;
  width: 100%;
}
.businessBox .mainBusiness > div {
  padding-right: 9px;
}
.businessBox .mainBusiness > div .title {
  color: rgb(8, 70, 190);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.businessBox .mainBusiness > div .content {
  color: rgb(102, 102, 102);
  font-size: 18px;
  font-weight: 500;
}
.businessBox .otherBusinessLists {
  display: flex;
  padding: 30px 0px 0px;
  justify-content: space-between;
  overflow: auto hidden;
  white-space: nowrap;
  scrollbar-width: none;
  flex-wrap: nowrap;
}
.businessBox .otherBusinessLists li a {
  position: relative;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid transparent;
}
.businessBox .otherBusinessLists li a:hover {
  border: 1px solid rgb(8, 70, 190);
  border-radius: 15px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(56, 135, 188, 0.2) 0px 4px 14px 0px;
}
.businessBox .otherBusinessLists .linkArrow {
  right: 14px;
  top: -13px;
}
.businessBox .otherBusinessLists li a:hover .linkArrow {
  transform: translateX(0px);
  opacity: 1;
}
.recentNews {
  width: 640px;
}
.recentNews .newsBox {
  height: 319px;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  padding: 0px 30px;
}
.recentNews .newsBox .newsBoxTab {
  display: flex;
  height: 66px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(221, 221, 221);
  line-height: 66px;
}
.recentNews .newsBox .newsBoxTab ul {
  display: flex;
  width: 100%;
  margin-right: 0px;
}
.recentNews .newsBox .newsBoxTab ul li {
  margin-right: 30px;
  color: rgb(68, 68, 68);
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.recentNews .newsBox .newsBoxTab ul li:last-child {
  margin-right: 0px;
}
.recentNews .newsBox .newsBoxTab ul li:hover {
  color: rgb(215, 65, 128);
}
.recentNews .newsBox .newsBoxTab ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  transition: 0.3s;
}
.recentNews .newsBox .newsBoxTab ul li a {
  height: 100%;
  display: block;
}
.recentNews .newsBox .newsBoxTab ul li.on {
  color: rgb(215, 65, 128);
}
.recentNews .newsBox .newsBoxTab ul li.on::after {
  background-color: rgb(215, 65, 128);
}
.recentNews .newsBox .newsBoxTab .pc_moreLink {
  color: rgb(102, 102, 102);
  font-size: 20px;
  font-weight: 500;
}
.linkArrow {
  background: rgb(8, 70, 190);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  top: -9px;
  right: -9px;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-10px);
}
.recentNews .newsBox .newsBoxContent {
  padding-top: 30px;
}
.recentNews .newsBox .newsBoxContent ul li {
  margin-bottom: 20px;
}
.recentNews .newsBox .newsBoxContent ul li a {
  display: flex;
  justify-content: space-between;
  color: rgb(68, 68, 68);
  font-size: 17px;
  transition: 0.3s;
}
.recentNews .newsBox .newsBoxContent ul li a:hover {
  color: rgb(215, 65, 128);
}
.recentNews .newsBox .newsBoxContent ul li a .conTitle {
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirmationLists {
  margin-top: 64px;
  margin-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background: rgb(255, 249, 250);
  border: 1px solid rgb(239, 175, 201);
}
.confirmationLists li {
  flex: 1 1 0%;
  position: relative;
  display: flex;
  border-radius: 20px;
  transition: 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 14px 0;
}
.confirmationLists li:hover {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(215, 65, 128);
  box-shadow: rgba(215, 65, 128, 0.2) 0px 0px 15px 0px;
}
.confirmationLists li::after {
  content: "";
  border-right: 1px dashed rgb(206, 207, 216);
  position: absolute;
  width: 0px;
  height: 27px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.confirmationLists li:last-child::after {
  display: none;
}
.confirmationLists li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.confirmationLists li a p {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
  transition: 0.3s;
}
.confirmationLists li .linkIco {
  border-radius: 50%;
  background: url("/images/main/icon_croww_pink.svg") center center no-repeat
    rgb(255, 239, 242);
  transition: 0.3s;
  width: 28px;
  height: 28px;
  visibility: hidden;
  opacity: 0;
}
.confirmationLists li:hover .linkIco {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}
.confirmationLists li:hover a p {
  color: rgb(215, 65, 128);
}
.mo_ver {
  display: none;
}

.onlineEduWrap {
  margin-bottom: 110px;
}

.onlineEduWrap > li > a {
  display: flex;
  align-items: center;
  border: 1px solid #ccd9e6;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 5%;
  transition: all 0.3s;
}

.onlineEduWrap > li > a:hover {
  border: 1px solid #013994;
  box-shadow: 0px 4px 15px 0px rgba(56, 135, 188, 0.2);
}

.onlineEduWrap > li > a:hover .onlineEduTxt span,
.onlineEduWrap > li > a:hover .onlineEduTxt > p {
  color: #013994;
}

.onlineEduImg {
  border-right: 1px dashed rgba(206, 207, 216, 1);
  padding-right: 3%;
}

.onlineEduImg > img {
  width: 45px;
}

.onlineEduInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.onlineEduInfo > span {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #ececec;
  transition: all 0.3s;
  margin-left: 15px;
}
.onlineEduInfo > span > svg {
  transition: all 0.3s;
  margin-left: 1px;
}
.onlineEduWrap > li > a:hover .onlineEduInfo > span {
  background-color: #013994;
}
.onlineEduWrap > li > a:hover .onlineEduInfo > span > svg path {
  stroke: #fff;
}

.onlineEduTxt {
  padding-left: 3%;
}

.onlineEduTxt > span {
  display: inline-block;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.onlineEduTxt > p {
  color: #666;
  font-size: 16px;
  line-height: 17px;
  transition: all 0.3s;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .leftSection .subText {
    font-size: 18px;
  }
  .leftSection .mainText {
    font-size: 38px;
  }
  .leftSection .mainText strong {
    font-size: 44px;
  }
  #mainPage .diagram01 {
    right: -73vw;
    height: 91.656vw;
  }
  #mainPage .userQuickMenu .userSelectBox,
  #mainPage .userQuickMenu .userSelectBox .selectCon .selectedUser span {
    font-size: 32px;
  }
  #mainPage .userQuickMenu .userSelectBox .selectCon {
    margin-left: 32px;
    margin-right: 30px;
  }
  #mainPage .userQuickMenu .quickMenuIconLists li {
    /* margin-left: 5%; */
    padding: 0 3%;
  }
  #mainPage .userQuickMenu .quickMenuIconLists li:first-child,
  #mainPage .userQuickMenu .quickMenuIconLists li.firstQuickItem {
    margin-left: 0px;
  }
  #mainPage .userQuickMenu .userSelectBox .selectCon .userLists li a {
    font-size: 18px;
    padding: 14px 0px 14px 10%;
  }
  #mainPage .sectionTitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #mainPage .titleStretch {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .supportProject {
    margin-top: 130px;
  }
  .supportProject .tab {
    width: 100%;
    justify-content: flex-end;
  }
  .supportProject .tab li a {
    font-size: 20px;
  }
  .supportProject .supportProjectSwiper .bookmark {
    top: 24px;
    right: 24px;
  }
  .supportProject .supportProjectSwiper .category {
    font-size: 15px;
    margin-bottom: 8px;
    max-width: 100px;
  }
  .supportProject .supportProjectSwiper .projectName {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .supportProject .supportProjectSwiper .subInfo {
    font-size: 15px;
    margin-top: 10px;
  }
  .supportProject .supportProjectSwiper .projectStatus {
    font-size: 15px;
    bottom: 24px;
    right: 24px;
  }
  .supportProject .supportProjectSwiper .swiper-slide div {
    padding: 24px;
    min-height: 216px;
  }
  .bestPractice {
    margin-top: 130px;
  }
  .bestPractice .onRow {
    padding: 0px 45px;
  }
  .businessBox .mainBusiness .logo {
    margin-right: 15px;
  }
  .businessBox .mainBusiness a {
    width: 130px;
    margin-right: 20px;
  }
  .businessBox .mainBusiness > div .content {
    font-size: 16px;
  }
  .halfContentBox > div {
    width: 50%;
    min-height: 314px;
  }
  .businessBox {
    height: 294px;
    max-height: none;
    padding: 35px 10px 20px 26px;
  }
  .recentNews .newsBox {
    height: 294px;
    max-height: none;
  }
  .recentNews .newsBox .newsBoxTab ul li {
    font-size: 18px;
    margin-right: 1.8vw;
  }
  .recentNews .newsBox .newsBoxTab .pc_moreLink {
    font-size: 18px;
  }
  .recentNews .newsBox .newsBoxContent {
    padding-top: 20px;
  }
  .recentNews .newsBox .newsBoxContent ul li a {
    font-size: 15px;
  }
  .businessBox .otherBusinessLists {
    justify-content: normal;
    padding: 15px 0px 0px;
  }
  .businessBox .otherBusinessLists li a {
    padding: 8px;
  }
  .confirmationLists {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .bottomContentsWrap {
    padding-top: 130px;
  }
  #mainPage .designFactoryCon {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .recentNews .newsBox .newsBoxContent ul li a .conTitle {
    width: 75%;
  }
  .confirmationLists li {
    min-width: 33%;
    padding: 10px 0;
  }
  .confirmationLists li:nth-child(3n)::after {display: none;}
  .confirmationLists li a p {
    font-size: 15px;
  }
  .confirmationLists li .linkIco {
    width: 20px;
    height: 20px;
    background: url("/images/main/icon_croww_pink.svg") center center / 8px
      no-repeat rgb(255, 239, 242);
  }
  .rightSection {
    left: calc(50% - 650px);
  }
}
@media (max-width: 1000px) {
  .mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .txtBox {
    padding-top: 100px;
  }
  .businessBox .mainBusiness a {
    width: 160px;
  }
  .halfContentBox {
    flex-wrap: wrap;
  }
  #mainPage .designFactoryCon {
    width: 100%;
    margin-right: 0px;
  }
  .businessBox {
    height: auto;
    max-height: fit-content;
  }
  .halfContentBox > div.recentNews {
    width: 100%;
    margin-top: 56px;
  }
  .leftSection .mainText {
    font-size: 30px;
  }
  .leftSection .mainText strong {
    font-size: inherit;
  }
  .mainBannerSwiper .swiper-slide.swiper-slide-active .slideBox {
    padding: 0px 10% 0px 0px;
  }
  .mainBannerSwiper .hoverVisual {
    width: 90%;
  }
  .bottomContentsWrap .diagram04 {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .txtBox {
    padding-top: 120px;
  }
  .mainBannerSwiper
    .swiper-slide-active
    .frontVisual.frist:hover
    .moreViewLink {
    bottom: 80px;
  }
  #mainPage .diagram01 {
    right: -118px;
    height: 91.656vw;
    width: 275px;
    top: -60px;
    height: 329px;
  }
  .diagram02 {
    top: 80vw;
  }
  #mainPage .mainBanner {
    padding-top: 30px;
  }
  .mainBannerSwiper {
    width: 100%;
    margin: 0px;
  }
  .mainBanner .onRow {
    display: flex;
    flex-direction: column;
  }
  .leftSection {
    width: 100%;
    margin-bottom: 20px;
  }
  .leftSection .subText {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .leftSection .mainText {
    font-size: 26px;
    line-height: 34px;
  }
  .rightSection {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: visible;
    height: auto;
    padding-top: 0px;
  }
  .slideIndicatorBox {
    margin: 35px auto 0px;
  }
  .slideIndicatorBar {
    width: 190px;
    left: 0;
    top: 25px;
  }
  .slideIndicator {
    justify-content: center;
    max-width: 190px;
  }
  .mainBannerSwiper .swiper-slide {
    padding-bottom: 0px;
    width: 100%;
    opacity: 0;
  }
  .mainBannerSwiper .swiper-slide .slideBox {
    padding: 0px;
    max-width: 460px;
  }
  .mainBannerSwiper .swiper-slide.swiper-slide-prev .slideBox {
    opacity: 1;
  }
  .mainBannerSwiper .swiper-slide.swiper-slide-active .slideBox {
    padding: 0px;
  }
  .mainBannerSwiper .hoverVisual {
    width: 100%;
  }
  .mainBannerSwiper .slideBox .hoverShadow {
    width: 120%;
  }
  .mainBannerSwiper .swiper-slide.swiper-slide-next .slideBox {
    transform: translateY(0px);
  }
  .mainBannerSwiper .swiper-slide-active {
    opacity: 1;
    display: flex;
    justify-content: center;
  }
  .slideIndicator::before {
    width: 100%;
    max-width: 190px;
    left: 50%;
    transform: translateX(-50%);
    top: 26.5px;
  }
  .slideIndicator::after {
    width: 100%;
    max-width: 190px;
    left: 0px;
    top: 26.5px;
  }
  .slideIndicator.step0::after {
    width: 30%;
  }
  .slideIndicator.step1::after {
    width: 75%;
  }
  .slideIndicator.step2::after {
    width: 100%;
  }
  .slideIndicator li div.indicatorCircle {
    width: 52px;
    height: 52px;
  }
  .slideIndicator li div.emptyCircle {
    width: 37px;
    height: 37px;
  }
  .slideIndicator li div svg {
    width: 18px;
  }
  .slideIndicator li span {
    font-size: 14px;
    margin-top: 5px;
  }
  .slideIndicator li .iconCircle::after,
  .slideIndicator li.on .iconCircle::after,
  .slideIndicator li:hover .iconCircle::after {
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual .txtBox {
    padding-top: 30px;
  }
  .mainBannerSwiper .hoverContext .MainTitle {
    font-size: 20px;
    margin-bottom: 13px;
    padding-bottom: 12px;
  }
  .mainBannerSwiper .hoverContext .requirement {
    margin-bottom: 0px;
  }
  .mainBannerSwiper .hoverContext .requirement dt {
    font-size: 14px;
  }
  .mainBannerSwiper .hoverContext .requirement dd {
    font-size: 17px;
  }
  .mainBannerSwiper .hoverContext .notify {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .mainBannerSwiper .hoverContext .graph {
    margin-bottom: 15px;
  }
  #mainPage .userQuickMenu {
    margin-top: 56px;
  }
  #mainPage .userQuickMenu .userSelectBox {
    font-size: 22px;
    margin-bottom: 35px;
  }
  #mainPage .userQuickMenu .userSelectBox .selectCon {
    margin-left: 20px;
    margin-right: 10px;
  }
  #mainPage .userQuickMenu .userSelectBox .selectCon .selectedUser span {
    font-size: 22px;
  }
  #mainPage
    .userQuickMenu
    .userSelectBox
    .selectCon
    .selectedUser
    .selectArrow {
    width: 14px;
  }
  #mainPage .userQuickMenu .quickMenuIconLists {
    flex-wrap: wrap;
    justify-content: normal;
  }
  #mainPage .userQuickMenu .quickMenuIconLists li {
    margin: 0px 0px 30px;
    width: 33.3333%;
  }
  #mainPage .userQuickMenu .quickMenuIconLists li a p {
    font-size: 14px;
  }
  #mainPage .userQuickMenu .userSelectBox .selectCon .userLists li a {
    font-size: 17px;
    padding: 10px 0px 10px 10%;
  }
  #mainPage .userQuickMenu .quickMenuIconLists li a img {
    transform: scale(0.85);
  }
  .supportProject {
    margin-top: 56px;
  }
  #mainPage .stretch {
    flex-flow: column wrap;
    justify-content: center;
  }
  #mainPage .sectionTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #mainPage .designFactoryCon .sectionTitle {
    margin-bottom: 28px;
  }
  #mainPage .titleStretch {
    margin-bottom: 20px;
  }
  .supportProject .tab li a {
    font-size: 15px;
    margin-left: 16px;
  }
  .supportProject .supportProjectSwiper .swiper-slide div {
    border-radius: 10px;
    flex: 1 1 100%;
    padding: 18px;
    margin-bottom: 18px;
    min-height: 132px;
  }
  .supportProject .supportProjectSwiper .swiper-slide div:last-child {
    margin-bottom: 0;
  }
  .supportProject .supportProjectSwiper .swiper-slide div + div {
    margin-left: 0px;
    margin-top: 0;
  }
  .all-box .swiper-pagination > span {
    font-size: 14px;
  }
  .supportProject .supportProjectSwiper .category {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .supportProject .supportProjectSwiper .projectName {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .supportProject .supportProjectSwiper .subInfo {
    font-size: 13px;
    margin-top: 10px;
    min-height: 18px;
  }
  .supportProject .supportProjectSwiper .bookmark {
    top: 18px;
    right: 18px;
    width: 14px;
  }
  .supportProject .supportProjectSwiper .projectStatus {
    font-size: 14px;
    font-weight: 600;
    right: 18px;
    bottom: 18px;
  }
  .supportProject .circleObj {
    right: -52px;
    bottom: -77px;
    width: 152px;
    height: 152px;
  }
  .all-box .swiper-button-next, .all-box .swiper-button-prev {height: 20px;}
  .bestPractice .swiper-button-next,
  .bestPractice .swiper-button-prev {
    display: none;
  }
  .bestPractice .bestPracticeSwiperWrap {
    overflow: visible;
    padding-left: 28px;
  }
  #mainPage .bestPractice .bestPracticeSwiper li .infoBox .topBox {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 4px;
  }
  .bestPractice .onRow {
    padding: 0px;
  }
  .viewAll,
  .linkArrow {
    display: none;
  }
  .bestPractice {
    margin-top: 56px;
  }
  .bestPractice .bestPracticeSwiper li {
    width: 55%;
    border-radius: 10px;
  }
  .bestPractice .bestPracticeSwiper li::after {
    border-radius: 10px 10px 10px 10px;
  }
  .bestPractice .bestPracticeSwiper li .infoBox .topBox .title {
    font-size: 15px;
  }
  .bestPractice .bestPracticeSwiper li .infoBox .topBox span {
    font-size: 14px;
  }
  .bestPractice .bestPracticeSwiper li .infoBox {
    padding: 10px 12px;
    border-radius: 0px 0px 10px 10px;
  }
  .bestPractice .bestPracticeSwiper li .infoBox .btmBox {
    flex-direction: column;
  }
  .bestPractice .bestPracticeSwiper li .infoBox .btmBox dl {
    font-size: 13px;
  }
  .bestPractice .swiper-pagination {
    height: 2px;
    display: flex;
    bottom: -28px;
    width: calc(100% - 56px);
  }
  .bestPractice .swiper-pagination .swiper-pagination-bullet {
    margin: 0px;
    height: 2px;
    transition: background-color 0.3s;
    cursor: pointer;
    flex: 1 0 auto;
    width: auto;
    background: rgb(216, 216, 216);
    opacity: 1;
    border-radius: 0px;
  }
  .bestPractice .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: rgb(68, 68, 68);
  }
  .bestPractice .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
  }
  .recentNews .newsBox {
    height: auto;
    padding: 0px 18px;
    border-radius: 10px;
  }
  .bottomContentsWrap .diagram04 {
    right: -30vw;
  }
  .businessBox {
    padding: 30px 24px 23px;
    border-radius: 10px;
  }
  .businessBox .otherBusinessLists {
    padding: 20px 0px 0px;
  }
  .businessBox .mainBusiness {
    flex-direction: column;
    text-align: center;
  }
  .businessBox .mainBusiness > div .title {
    display: none;
  }
  .businessBox .mainBusiness > div .content {
    font-size: 15px;
  }
  .businessBox .mainBusiness .logo {
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .businessBox .mainBusiness a {
    margin-right: 0px;
  }
  .businessBox .otherBusinessLists li {
    margin-right: 24px;
  }
  .businessBox .otherBusinessLists li a {
    padding: 0px;
  }
  .businessBox .otherBusinessLists li a:hover {
    border: 1px solid transparent;
    box-shadow: none;
    background: none;
  }
  .recentNews .newsBox {
    border-radius: 10px;
  }
  .recentNews .newsBox .newsBoxTab {
    height: 52px;
    line-height: 1;
  }
  .recentNews .newsBox .newsBoxTab ul {
    align-items: center;
  }
  .recentNews .newsBox .newsBoxTab ul li {
    flex: 1 1 0%;
    margin-right: 0px;
    text-align: center;
    font-size: 15px;
  }
  .recentNews .newsBox .newsBoxContent {
    padding-top: 20px;
  }
  .recentNews .newsBox .newsBoxContent ul li a {
    font-size: 14px;
  }
  .recentNews .newsBox .newsBoxTab ul li.on::after {
    background: none;
  }
  .confirmationLists {
    position: relative;
    margin: 56px 0px;
    flex-wrap: wrap;
    height: auto;
    border-radius: 10px;
  }
  .recentNews .newsBox .newsBoxContent ul li a .conTitle {
    width: 75%;
  }
  .confirmationLists li {
    flex: 0 1 auto;
    width: 50%;
    height: auto;
  }
  .confirmationLists li:hover {
    border: 1px solid transparent;
    background: none;
    box-shadow: none;
  }
  .confirmationLists li .linkIco {
    display: none;
  }
  .confirmationLists li a p {
    font-size: 14px;
    margin-left: 8px;
  }
  .confirmationLists li::after {border-bottom: 1px dashed rgb(206, 207, 216); width: 100%; height: 100%; bottom: 0; }
  .confirmationLists li:nth-child(2n):after {border-right: none;}
  .confirmationLists li:last-child::after {display: block; border-bottom: none;}
  .bottomContentsWrap {
    padding-top: 86px;
  }
  .mo_ver {
    display: block;
  }
  .linkAll {
    justify-content: center;
    margin: 0px;
    display: flex;
    padding: 12px 0px;
    border-top: 1px dashed #ddd;
  }
  .linkAll span {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-left: 6px;
  }

  .onlineEduWrap > li > a {
    flex-direction: row;
    padding: 20px;
    border-radius: 10px;
  }
  .onlineEduImg {
    border-right: none;
    padding-right: 0;
  }
  .onlineEduImg > img {
    width: 28px;
  }
  .onlineEduTxt > span {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .onlineEduTxt > p {
    display: none;
  }
  .onlineEduInfo > span {
    width: 19px;
    height: 19px;
    margin-left: 0;
  }
  .onlineEduInfo > span > svg {
    width: 10px;
  }
}

@media (max-width: 500px) {
  .mainBannerSwiper .frontVisual .mainTxt {
    font-size: 16px;
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .txtBox {
    padding-top: 18vw;
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .moreViewLink,
  .mainBannerSwiper .swiper-slide-active .frontVisual:hover .moreViewLink {
    bottom: 9vw;
    font-size: 3.2vw;
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual .mainTxt {
    transform: scale(1.5);
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual:hover .txtBox {
    padding-top: 7px;
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual:hover .txtBox {
    padding-top: 8vw;
  }
  .mainBannerSwiper .swiper-slide-active .frontVisual:hover .requirement {
    padding-top: 4vw;
    margin-top: 10px;
  }
  .mainBannerSwiper .requirement {
    max-width: 60vw;
  }
  .mainBannerSwiper .requirement dt {
    font-size: 3.2vw;
  }
  .mainBannerSwiper .requirement dd {
    font-size: 4vw;
    margin-bottom: 8px;
  }
  .mainBannerSwiper .notify {
    font-size: 3.6vw;
    top: 60vw;
  }

  .mainBannerSwiper .swiper-slide-active .frontVisual:hover .graph {
    width: 58vw;
  }
}

@media (max-width: 400px) {
  .mainBannerSwiper .swiper-slide-active .frontVisual.frist:hover .txtBox {
    padding-top: 15vw;
  }
  .mainBannerSwiper
    .swiper-slide-active
    .frontVisual.frist:hover
    .txtBox
    .subTxt {
    transform: scale(0.8);
  }
  .mainBannerSwiper
    .swiper-slide-active
    .frontVisual.frist:hover
    .txtBox
    .mainTxt {
    transform: scale(0.8);
  }
}