/* font */
/* color */
/* font-size */
@media (max-width: 768px) {
  main {
    width: 100%;
    height: 100vh;
  }
  main header {
    padding: 32px 22px;
  }
  main header .img-wrap {
    pointer-events: none;
  }
  main header .hambuger .ham-menu li a {
    font-size: 1.5rem;
    font-weight: 800;
    padding: 7px 15px;
  }
  main header .hambuger .down {
    display: none;
  }
  main .text-content .swiper-title {
    font-size: 38px;
  }
  main .text-content a {
    font-size: 11px;
    width: 120px;
    text-align: center;
  }
  main .main-swiper .swiper-pagination {
    font-size: 19px;
    left: 35px;
    width: 60px;
  }
  main .main-swiper .main-btn-wrap {
    left: 90px;
  }
  main .main-swiper .main-btn-wrap .main-next i {
    font-size: 19px;
  }
  main .main-swiper .main-btn-wrap .main-prev i {
    font-size: 19px;
  }
  main .pause {
    left: 134px;
  }
  main .pause i {
    font-size: 19px;
  }
  section.welcome {
    width: 100%;
    padding: 178px 0 187px 23px;
  }
  section.welcome h1.welcome-title {
    font-size: 38px;
    padding: 0 0 20px 0;
  }
  section.welcome .welcome-slide {
    height: 400px;
  }
  section.welcome .welcome-slide .swiper-wrapper .swiper-slide {
    width: 234px !important;
    height: 333px;
  }
  section.welcome .welcome-slide .swiper-wrapper .swiper-slide .img-wrap {
    width: 234px;
    height: 333px;
  }
  section.welcome .welcome-slide .swiper-wrapper .swiper-slide .welcome-layer {
    display: none;
  }
  section.welcome .welcome-slide .swiper-wrapper .swiper-slide .hover-title {
    display: none;
  }
  section.welcome .welcome-slide .swiper-wrapper .swiper-slide .hover-txt {
    display: none;
  }
  section.welcome .welcome-slide .swiper-wrapper .swiper-slide .text-content p {
    font-size: 26px;
    font-weight: 700;
  }
  section.text-part {
    padding: 0 22px 114px 22px;
  }
  section.text-part p {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.3rem;
  }
  section.move-word {
    padding-bottom: 200px;
    width: 100%;
  }
  section.move-word .word-wrap:nth-child(1) {
    left: 20px;
  }
  section.move-word .word-wrap:nth-child(1) img {
    width: 115px;
    height: 53px;
  }
  section.move-word .word-wrap:nth-child(2) {
    left: 0;
  }
  section.move-word .word-wrap:nth-child(2) img {
    width: 212px;
    height: 53px;
  }
  section.move-word .word-wrap:nth-child(3) {
    left: 200px;
  }
  section.move-word .word-wrap:nth-child(3) img {
    width: 384px;
    height: 55px;
  }
  section.card-section {
    padding: 0 22px 160px;
  }
  section.card-section .inner {
    width: 100%;
  }
  section.card-section .inner .title-wrap .card-title {
    font-size: 45px;
  }
  section.card-section .inner .title-wrap .about {
    display: none;
  }
  section.card-section .inner .card-wrap {
    height: 100%;
    height: 500px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  section.card-section .inner .card-wrap .card {
    padding: 20px;
    gap: 50px;
  }
  section.card-section .inner .card-wrap .card h2 {
    font-size: 17px;
  }
  section.card-section .inner .card-wrap .card img {
    width: 57px;
  }
  section.card-section .inner .card-wrap .card:nth-child(2) {
    border-radius: 0 30px 0 0;
  }
  section.card-section .inner .card-wrap .card:nth-child(2) .hover-content {
    border-radius: 0 30px 0 0;
  }
  section.card-section .inner .card-wrap .card:nth-child(3) {
    border-radius: 0;
    border-left: 1px solid #0134FF;
    border-right: none;
  }
  section.card-section .inner .card-wrap .card:nth-child(3) .hover-content {
    border-radius: 0;
  }
  section.card-section .inner .card-wrap .card:nth-child(4) {
    border-radius: 0;
    border-bottom: none;
    border-right: 1px solid #0134FF;
  }
  section.card-section .inner .card-wrap .card:nth-child(4) .hover-content {
    border-radius: 0;
  }
  section.card-section .inner .card-wrap .card:nth-child(5) {
    border-radius: 0 0 0 30px;
    border-right: none;
  }
  section.card-section .inner .card-wrap .card:nth-child(5) .hover-content {
    border-radius: 0 0 0 30px;
  }
  section.card-section .inner .card-wrap .card:nth-child(6) {
    border-left: none;
    border-left: 1px solid #0134FF;
  }
  section.card-section .inner .card-wrap .card .hover-content {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
  section.card-section .inner .card-wrap .card .hover-content p {
    -webkit-transform: translate(-10px, 30px);
            transform: translate(-10px, 30px);
    padding: 0 10px 0 0;
    font-size: 11px;
    font-family: "Pretendard-Regular";
  }
  section.card-section .inner .about-bottom {
    margin: 40px auto;
    display: block;
    font-size: 26px;
    font-weight: 900;
    background-color: #0134FF;
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 13px 30px;
    border-radius: 40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  section.card-section .inner .about-bottom:hover {
    background-color: #F4E357;
    color: #3E35F4;
  }
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-content .footer-img {
    display: none;
  }
  footer .footer-content .footer-title {
    width: 300px;
    font-size: 45px;
    -webkit-transform: translateY(490px);
            transform: translateY(490px);
  }
  footer .footer-content .bottom-wrap a {
    display: none;
  }
  footer .footer-content .footer-text {
    display: none;
  }
  footer .footer-content .bottom-logo {
    display: none;
  }
  .space {
    height: 80vh;
  }
}