/* Desktop enhancements */
@media (min-width: 981px) {

    .web-work .work-wrap {
        isolation: isolate;
    }

    .web-work .work-wrap .work-list {
        position: relative;
        padding: 30px 0;
        background-color: var(--bg);
    }

    .web-work .work-wrap .work-list .work-list-inner {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 4%;
        min-height: clamp(430px, 35vw, 540px);
        width: 100%;
    }

    .web-work .work-wrap .work-list .work-view,
    .web-work .work-wrap .work-list .work-card {
        align-self: stretch;
    }

    .web-work .work-wrap .work-list .work-view {
        display: flex;
    }

    .web-work .work-wrap .work-list .work-view .bg-img {
        height: 100%;
    }

    .web-work .work-wrap .work-list .work-view .bg-img img {
        height: 100%;
        object-fit: cover;
    }

    .web-work .work-wrap .work-list:nth-child(1) {
        z-index: 1;
    }

    .web-work .work-wrap .work-list:nth-child(2) {
        z-index: 2;
    }

    .web-work .work-wrap .work-list:nth-child(3) {
        z-index: 3;
    }

    .web-work .work-wrap .work-list:nth-child(4) {
        z-index: 4;
    }

    .app-work {
        background-attachment: fixed;
    }

}

/* wide pc */
@media (max-width: 1440px) {
    .container {
        width: 96%;
    }

    .header.on .container {
        width: calc(100% - 48px);
        padding: 0 26px;
    }

    .hero-bgimg {
        right: 4%;
        width: 55%;
    }

    .hero .hero-title>p {
        font-size: 8.8em;
    }

    .hero .hero-title .btm-title .total {
        font-size: 4.4em;
    }

    .about .about-box {
        gap: 30px;
    }

    .about .about-box .profile {
        padding: 50px;
    }

    .about .about-box .info .basic {
        padding: 42px 46px;
    }

    .web-work .work-wrap {
        gap: 150px;
    }

    .web-work .work-wrap .work-list .work-card {
        padding: 36px;
    }

    .web-work .work-wrap .work-list .work-card .tag li {
        margin-bottom: 15px;
    }

    .web-work .work-wrap .work-list .work-card .web-name {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info {
        margin-top: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools p {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .contribution p {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .web-work .work-wrap .work-list .work-view .number {
        font-size: 10.5em;
    }

    .app-work .app-list .app-card-wrap {
        width: 32%;
    }

    .app-work .app-list .app-mockup {
        width: 25%;
    }

    .design-work .design-wrap .four-grid .box {
        height: 320px;
    }
}

/* pc */
@media (max-width: 1280px) {
    section {
        padding: 56px 0;
    }

    .container {
        width: 96%;
    }

    .sub-title {
        font-size: 1.1em;
        letter-spacing: 8px;
    }

    .number {
        font-size: 8em;
        letter-spacing: 0;
    }

    .header.on .container {
        width: 96%;
        padding: 0 24px;
    }

    .header .logo {
        font-size: 1.5em;
    }

    .header nav ul {
        gap: 22px;
    }

    .header nav ul li a {
        font-size: 1.2em;
    }

    .hero-bgimg {
        top: 11%;
        right: 7%;
        width: 71%;
        height: 73%;
    }

    .hero-inner {
        min-height: 680px;
    }

    .hero .hero-title>p {
        font-size: 7.5em;
    }

    .hero .hero-title .btm-title .total {
        font-size: 3.8em;
    }

    .about .about-box .profile {
        padding: 40px;
    }

    .about .about-box .info .basic {
        padding: 35px 40px;
        border-radius: 30px 15px 30px 15px;
    }

    .about .about-box .info .details {
        gap: 28px;
    }

    .about .about-box .info .details .skills,
    .about .about-box .info .details .license {
        padding: 26px;
    }

    .web-work .work-wrap {
        margin-top: 60px;
        gap: 120px;
    }

    .web-work .work-wrap .work-list {
        gap: 28px;
    }

    .web-work .work-wrap .work-list .work-list-inner {
        align-items: stretch;
        gap: 28px;
    }

    .web-work .work-wrap .work-list .work-view,
    .web-work .work-wrap .work-list .work-card {
        width: auto;
    }

    .web-work .work-wrap .work-list .work-view {
        flex: 0 1 58%;
    }

    .web-work .work-wrap .work-list .work-view .web-img {
        width: 88%;
        aspect-ratio: 17 / 10;
    }

    .web-work .work-wrap .work-list .work-view .web-title h3 {
        font-size: 2em;
    }

    .web-work .work-wrap .work-list .work-card {
        flex: 0 1 38%;
    }

    .web-work .work-wrap .work-list .work-view .bg-img {
        height: 100%;
    }

    .web-work .work-wrap .work-list .work-view .bg-img img {
        height: 100%;
        object-fit: cover;
    }

    .web-work .work-wrap .work-list .work-view .number {
        top: -17%;
        font-size: 8.5em;
        letter-spacing: -4px;
    }

    .web-work .work-wrap .work-list .work-card {
        padding: 32px;
    }

    .web-work .work-wrap .work-list .work-card .web-name,
    .app-work .app-list .app-card .app-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        font-size: 18px;
    }

    .web-work .work-wrap .work-list .work-card .work-info {
        gap: 32px;
    }

    .app-work .app-list,
    .app-work .app-list:nth-child(odd) {
        margin-top: 80px;
    }

    .app-work .app-list:nth-child(3),
    .app-work .app-list:nth-child(4) {
        margin-top: 100px;
    }

    .app-work .app-list .app-mockup {
        width: 25%;
    }

    .app-work .app-list .app-mockup .mockup-screen {
        left: 2.5%;
        width: 95%;
        border-radius: 40px;
    }

    .app-work .app-list .app-card-wrap {
        width: 32%;
    }

    .app-work .app-list .app-card {
        padding: 24px;
    }

    .app-work .app-list .app-card-wrap>.number {
        top: -22%;
        font-size: 8em;
        letter-spacing: -4px;
    }

    .app-work .app-list .app-card .app-desc br {
        display: none;
    }

    .app-work .app-list .app-card .app-site {
        padding: 25px 0 30px 0;
    }

    .app-work .app-list .app-card .app-info {
        gap: 28px;
    }

    .design-work .design-wrap {
        margin-top: 56px;
    }

    .design-work .design-wrap .two-grid {
        flex-wrap: wrap;
    }

    .design-work .design-wrap .two-grid .left-img,
    .design-work .design-wrap .two-grid .right-img {
        width: calc(50% - 7.5px);
        height: 320px;
    }

    .design-work .design-wrap .four-grid .box {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc p,
    .design-work .design-wrap .two-grid .right-img .img-desc p,
    .design-work .design-wrap .four-grid .box .img-desc p {
        font-size: 28px;
    }

    .contact .content {
        align-items: flex-start;
        gap: 28px;
    }

    .contact .content .rabbit {
        width: min(380px, 50%);
        margin-left: 0;
    }

    .contact .content .contact-me {
        width: 60%;
    }

    .contact .content .contact-me .con-other p {
        font-size: 40px;
    }

    .contact .content .contact-me .con-info {
        margin-top: 20px;
    }

    .contact .content .contact-me .con-info .con-title p {
        font-size: 24px;
    }

    .contact .content .contact-me .con-info .con-desc p {
        font-size: 18px;
    }
}

/* tablet */
@media (max-width: 980px) {
    section {
        padding: 48px 0;
    }

    .container {
        width: 96%;
    }

    .sub-title {
        font-size: 1.1em;
        letter-spacing: 8px;
        padding-left: 25px;
    }

    .sub-title::before {
        width: 15px;
    }

    .big-title {
        font-size: 6em;
    }

    .number {
        font-size: 6em;
        letter-spacing: -3px;
    }

    .header {
        height: 64px;
    }

    .header .logo {
        font-size: 20px;
    }

    .header nav {
        min-width: 0;
    }

    .header nav ul {
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .header nav ul::-webkit-scrollbar {
        display: none;
    }

    .header nav ul li {
        flex: 0 0 auto;
    }

    .header nav ul li a {
        font-size: 18px;
    }

    .hero-bgimg {
        top: 100px;
        right: 5%;
        width: 68%;
        height: 68%;
        opacity: 0.9;
    }

    .hero-inner {
        min-height: 580px;
    }

    .hero .hero-title>p {
        font-size: 6.5em;
    }

    .hero .hero-title .btm-title {
        margin-top: 28px;
        padding-top: 28px;
    }

    .hero .hero-title .btm-title .total {
        font-size: 3em;
    }

    .hero .hero-title .btm-title .total-title {
        font-size: 1em;
    }

    .about .about-box {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-rows: auto;
        gap: 22px;
        align-items: stretch;
    }

    .about .about-box .profile {
        width: 100%;
        min-width: 0;
        padding: 35px;
        border-radius: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .about .about-box .info {
        display: contents;
    }

    .about .about-box .profile .profile-img {
        flex: 0 0 180px;
        width: 180px;
        height: 180px;
        min-width: 0;
        margin-inline: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .about .about-box .profile .profile-img img {
        width: 100%;
        height: 100%;
    }

    .about .about-box .profile .profile-info {
        display: block;
        min-width: 0;
    }

    .about .about-box .profile .profile-info .name {
        font-size: 1.5em;
        padding-bottom: 0;
        overflow: visible;
        text-align: left;
        text-overflow: clip;
        white-space: normal;
        word-break: keep-all;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .about .about-box .profile .profile-info .name::before {
        display: none;
    }

    .about .about-box .profile .profile-info .personal {
        margin-top: 20px;
        text-align: left;
    }

    .about .about-box .profile .profile-info .personal p {
        font-size: 1em;
        padding-bottom: 12px;
    }

    .about .about-box .info .basic {
        grid-column: 2 / 3;
        width: 100%;
        min-width: 0;
        padding: 35px;
        border-radius: 30px 15px 30px 15px;
    }

    .about .about-box .info .basic .top-txt {
        font-size: 1.7em;
        padding-bottom: 20px;
        line-height: 1.2;
    }

    .about .about-box .info .basic .btm-txt {
        margin-top: 20px;
        line-height: 1.8;
    }

    .about .about-box .info .details {
        grid-column: 1 / 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        height: 100%;
        align-items: stretch;
    }

    .about .about-box .info .details .skills,
    .about .about-box .info .details .license {
        width: 100%;
        height: 100%;
        padding: 30px;
        border-radius: 24px;
    }

    .web-work .work-wrap {
        margin-top: 80px;
        gap: 130px;
    }

    .web-work .work-wrap .work-list {
        flex-wrap: wrap;
        gap: 22px;
        opacity: 0;
        transform: translateY(70px);
        transition: opacity 0.8s ease, transform 0.8s ease;
        will-change: transform;
    }

    .web-work .work-wrap .work-list.on {
        opacity: 1;
        transform: translateY(0);
    }

    .web-work .work-wrap .work-list.no-animation {
        transition: none;
    }

    .web-work .work-wrap .work-list .work-list-inner {
        flex-wrap: wrap;
        gap: 22px;
        width: 100%;
    }

    .web-work .work-wrap .work-list .work-view,
    .web-work .work-wrap .work-list .work-card {
        flex: 0 0 100%;
        width: 100%;
    }

    .web-work .work-wrap .work-list .work-view .bg-img img {
        border-radius: 20px;
    }

    .web-work .work-wrap .work-list .work-view .number {
        font-size: 11em;
        letter-spacing: -2px;
        top: -17%;
    }

    .web-work .work-wrap .work-list .work-view .web-img {
        width: 85%;
        aspect-ratio: 17 / 10;
    }

    .web-work .work-wrap .work-list .work-view .web-img,
    .web-work .work-wrap .work-list .work-view .web-img img {
        border-radius: 14px;
    }

    .web-work .work-wrap .work-list .work-view .web-title {
        width: 88%;
    }

    .web-work .work-wrap .work-list .work-view .web-title h3 {
        font-size: 2em;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site {
        flex-wrap: wrap;
        gap: 10px;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site li a {
        font-size: 1em;
    }

    .web-work .work-wrap .work-list .work-card {
        padding: 30px;
        border-radius: 22px;
    }

    .web-work .work-wrap .work-list .work-card .tag li {
        margin-bottom: 10px;
        padding: 3px 10px;
        font-weight: normal;
        font-size: 10px;
    }

    .web-work .work-wrap .work-list .work-card .web-name {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        padding-bottom: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info {
        flex-direction: column;
        gap: 25px;
        margin-top: 26px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools p,
    .web-work .work-wrap .work-list .work-card .work-info .contribution p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools ul {
        gap: 8px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools ul li {
        font-size: 16px;
        padding: 5px 15px;
    }

    .app-work .app-list {
        flex-direction: row;
        align-items: flex-end;
        gap: 3%;
        margin-top: 96px;
    }

    .app-work .app-list:nth-child(3),
    .app-work .app-list:nth-child(4) {
        margin-top: 112px;
    }

    .app-work .app-list .app-mockup {
        width: 35%;
        z-index: 1;
    }

    .app-work .app-list .app-mockup .mockup-screen {
        border-radius: 39px;
    }

    .app-work .app-list .app-card-wrap {
        width: 37%;
        z-index: 2;
    }

    .app-work .app-list.no-animation .app-card-wrap {
        transition: none;
    }

    .app-work .app-list .app-card-wrap>.number,
    .app-work .app-list:nth-child(odd) .app-card-wrap>.number {
        top: -20%;
        font-size: 8em;
        letter-spacing: -2px;
    }

    .app-work .app-list .app-card-wrap>.number {
        right: auto;
    }

    .app-work .app-list:nth-child(odd) .app-card-wrap>.number {
        right: auto;
    }

    .app-work .app-list .app-card {
        padding: 30px;
        border-radius: 24px;
    }

    .app-work .app-list .app-card .app-title {
        font-size: 34px;
    }

    .app-work .app-list .app-card .app-desc {
        font-size: 16px;
        margin-bottom: 0;
    }

    .app-work .app-list .app-card .app-site {
        padding: 20px 0;
        gap: 12px;
    }

    .app-work .app-list .app-card .app-site li a {
        padding: 8px 15px;
        display: block;
    }

    .app-work .app-list .app-card .app-info {
        flex-direction: column;
        gap: 15px;
    }

    .app-work .app-list .app-card .app-info .tools p {
        margin-bottom: 8px;
    }

    .app-work .app-list .app-card .app-info .contribution p {
        font-family: var(--fontEn);
        margin-bottom: 8px;
    }

    .app-work .app-list .app-card .app-info .contribution span {
        display: inline-block;
        padding-right: 20px;
    }

    .app-work .app-list .app-card .app-info .contribution span:first-of-type {
        padding-bottom: 0;
    }

    .app-work .app-list .app-card .app-info .contribution span:last-child {
        padding-right: 0;
    }

    .design-work .title-wrap .design-tab ul {
        gap: 10px;
    }

    .design-work .title-wrap .design-tab ul li {
        padding: 7px 18px;
    }

    .design-work .design-wrap {
        margin-top: 40px;
    }

    .design-work .design-wrap .two-grid,
    .design-work .design-wrap .four-grid {
        gap: 14px;
    }

    .design-work .design-wrap .two-grid .left-img,
    .design-work .design-wrap .two-grid .right-img {
        width: 100%;
        height: 300px;
        border-radius: 22px;
    }

    .design-work .design-wrap .two-grid .left-img::after,
    .design-work .design-wrap .two-grid .right-img::after {
        width: 95%;
        height: 87%;
        border-radius: 14px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc ul li {
        padding: 4px 15px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc p {
        font-size: 34px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc a {
        padding: 8px 16px;
    }

    .design-work .design-wrap .four-grid .box {
        width: calc(50% - 7px);
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 22px;
    }

    .design-work .design-wrap .two-grid .left-img .img-box img,
    .design-work .design-wrap .two-grid .right-img .img-box img,
    .design-work .design-wrap .four-grid .box .img-box img {
        border-radius: 22px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc,
    .design-work .design-wrap .two-grid .right-img .img-desc {
        left: 5%;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc ul,
    .design-work .design-wrap .two-grid .right-img .img-desc ul,
    .design-work .design-wrap .four-grid .box .img-desc ul {
        flex-wrap: wrap;
    }

    .design-work .design-wrap .two-grid .right-img .img-desc p {
        font-size: 34px;
    }


    .design-work .design-wrap .four-grid .box .img-desc p {
        font-size: 24px;
    }

    .design-work .design-wrap .four-grid .box::after {
        width: 89%;
        height: 90%;
        border-radius: 20px;
    }

    .design-work .design-wrap .four-grid .box .img-desc ul li {
        padding: 3px 10px;
        border-radius: 15px;
    }

    .design-work .design-wrap .four-grid .box .img-desc a {
        margin-top: 18px;
    }

    .contact .content {
        flex-direction: column;
        gap: 50px;
        margin: 28px 0;
    }

    .contact .content .rabbit {
        width: min(300px, 77vw);
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }

    .contact .content .contact-me {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact .content .contact-me .con-other,
    .contact .content .contact-me .con-info {
        padding: 30px;
        border-radius: 24px;
    }

    .contact .content .contact-me .con-other p {
        letter-spacing: 0;
    }

    .contact .content .contact-me .con-info {
        margin-top: 20px;
    }

    .contact .content .contact-me .con-info .con-title p {
        font-size: 24px;
    }

    .contact .content .contact-me .con-info .con-desc p {
        font-size: 18px;
    }

    .design-modal {
        align-items: center;
        padding: 36px 0;
    }

    .design-modal-inner {
        width: min(88vw, 980px);
        max-width: none;
        max-height: calc(100vh - 72px);
        padding: 30px;
        border-radius: 26px;
    }

    .design-modal-content {
        padding: 0 48px 26px;
    }

    .design-modal-label {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .design-modal-title {
        margin-top: 18px;
        margin-bottom: 14px;
        font-size: 40px;
    }

    .design-modal-desc {
        max-width: 680px;
        font-size: 20px;
    }

    .design-modal-scroll {
        max-height: none;
        padding-top: 26px;
    }

    .design-modal-close {
        top: 14px;
        right: 14px;
        margin: 0;
        transform: none;
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        flex-basis: 40px;
        font-size: 26px;
    }

    .design-modal.process-modal .design-modal-inner {
        width: min(88vw, 980px);
    }

    .design-modal.process-modal .design-modal-scroll {
        max-height: none;
    }
}

/* Compact mobile */
@media (max-width: 680px) {
    section {
        padding: 42px 0;
    }

    .container {
        width: calc(100% - 28px);
    }

    .design-modal {
        align-items: flex-start;
        padding: 72px 0 20px;
    }

    .design-modal-inner {
        width: calc(100vw - 28px);
        max-height: calc(100vh - 92px);
        padding: 22px;
        border-radius: 20px;
    }

    .design-modal-content {
        padding: 0 0 20px;
    }

    .design-modal-label {
        margin-bottom: 8px;
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .design-modal-title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.22;
    }

    .design-modal-desc {
        line-height: 1.55;
    }

    .design-modal-scroll {
        padding-top: 20px;
    }

    .design-modal-close {
        top: 12px;
        right: 12px;
        margin: 0;
        transform: none;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        flex-basis: 38px;
        font-size: 24px;
    }

    .design-modal.process-modal .design-modal-inner {
        width: calc(100vw - 28px);
    }

    .design-modal.app-modal .design-modal-inner {
        width: calc(100vw - 28px);
    }

    .design-modal.app-modal .design-modal-scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .design-modal.app-modal .design-modal-frame {
        min-height: 520px;
        height: max(760px, 68vh);
        border-radius: 14px;
    }

    .design-modal.chatbot-modal .design-modal-inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .design-modal.chatbot-modal .design-modal-content {
        padding-bottom: 10px;
    }

    .design-modal.chatbot-modal .design-modal-scroll {
        padding-top: 10px;
    }

    .design-modal.chatbot-modal .design-modal-frame {
        width: 100%;
        height: 76vh;
        min-height: 540px;
        border-radius: 14px;
    }

    .sub-title {
        font-size: 0.95em;
        letter-spacing: 5px;
        padding-left: 20px;
    }

    .sub-title::before {
        width: 12px;
    }

    .big-title {
        font-size: 3.4em;
        line-height: 0.9;
    }

    .number {
        font-size: 5em;
        letter-spacing: -2px;
    }

    .header {
        height: 58px;
    }

    .header .container,
    .header.on .container {
        width: calc(100% - 20px);
        padding: 0 12px;
    }

    .header .logo {
        font-size: 18px;
    }

    .header .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        cursor: pointer;
        position: relative;
        z-index: 101;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .header .menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: #fff;
        transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    }

    .header.on .menu-toggle {
        background: rgba(13, 13, 13, 0.04);
    }

    .header.on .menu-toggle span {
        background: #0d0d0d;
    }

    .header.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .header.menu-open .menu-toggle {
        border: 1px solid rgba(255, 255, 255, 0.45);
    }

    .header.menu-open .menu-toggle span {
        width: 20px;
        height: 3px;
        background: #fff;
    }

    .header.menu-open .menu-toggle:hover {
        background: var(--yellow);
    }

    .header.menu-open .menu-toggle:hover span {
        background: #0d0d0d;
    }

    .header.menu-open {
        height: 100vh;
        height: 100dvh;
        transform: none;
    }

    .header.menu-open .container,
    .header.menu-open.on .container {
        width: 100%;
        max-width: none;
        height: 58px;
        margin-top: 0;
        padding: 0 20px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .header.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .header.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .header nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100vw;
        max-width: none;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 100px 28px 40px;
        border: 0;
        border-radius: 0;
        background: rgba(13, 13, 13, 0.96);
        box-shadow: none;
        backdrop-filter: blur(12px) saturate(140%);
        -webkit-backdrop-filter: blur(12px) saturate(140%);
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

    .header.menu-open nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .header nav ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        min-height: calc(100vh - 140px);
        min-height: calc(100dvh - 140px);
        overflow: visible;
    }

    .header nav ul li a {
        display: block;
        padding: 14px 24px;
        border-radius: 999px;
        font-size: 34px;
        font-weight: 800;
        color: #fff;
    }

    .header.on nav ul li a {
        color: #fff;
    }

    .header nav ul li.on a,
    .header nav ul li:hover a {
        background: var(--yellow);
        color: #0d0d0d;
    }

    .hero-bgimg {
        top: 111px;
        right: 6%;
        width: 80%;
        height: 57%;
        opacity: 0.82;
    }

    .hero-inner {
        min-height: 500px;
    }

    .hero .hero-title>p {
        font-size: 4em;
    }

    .hero .hero-title .btm-title {
        margin-top: 22px;
        padding-top: 22px;
    }

    .hero .hero-title .btm-title .total {
        font-size: 2.3em;
    }

    .hero .hero-title .btm-title .total-title {
        font-size: 0.9em;
    }

    .about .about-box {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .about .about-box .profile,
    .about .about-box .info .basic,
    .about .about-box .info .details {
        grid-column: 1 / 2;
    }

    .about .about-box .info .details {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .about .about-box .info .details .skills,
    .about .about-box .info .details .license {
        width: 100%;
        min-width: 0;
    }

    .about .about-box .profile {
        grid-template-columns: minmax(120px, 34%) minmax(0, 1fr);
        gap: 20px;
        padding: 26px;
    }

    .about .about-box .profile .profile-img img {
        width: 100%;
    }

    .about .about-box .profile .profile-info .name {
        font-size: 1.8em;
    }

    .about .about-box .profile .profile-info .personal p {
        font-size: 12px;
        padding-bottom: 12px;
    }

    .about .about-box .info .basic,
    .about .about-box .info .details .skills,
    .about .about-box .info .details .license {
        padding: 26px;
    }

    .about .about-box .info .basic .top-txt {
        font-size: 1.45em;
    }

    .about .about-box .info .basic .btm-txt {
        font-size: 0.95em;
        line-height: 1.7;
    }

    .web-work .work-wrap {
        margin-top: 36px;
        gap: 96px;
    }

    .web-work .work-wrap .work-list {
        transform: translateY(50px);
    }

    .web-work .work-wrap .work-list .work-view .number {
        top: -16%;
        font-size: 7em;
    }

    .web-work .work-wrap .work-list .work-view .web-title h3 {
        font-size: 1.45em;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site {
        gap: 8px;
        margin-top: 14px;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site li a {
        font-size: 0.75em;
    }

    .web-work .work-wrap .work-list .work-card {
        padding: 24px;
        border-radius: 24px;
    }

    .web-work .work-wrap .work-list .work-card .tag {
        flex-wrap: wrap;
        gap: 5px;
    }

    .web-work .work-wrap .work-list .work-card .tag li {
        margin-bottom: 0;
        padding: 3px 10px;
        font-weight: normal;
        font-size: 10px;
    }

    .web-work .work-wrap .work-list .work-card .web-name,
    .app-work .app-list .app-card .app-title {
        font-size: 26px;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        line-height: 1.5;
    }

    .app-work .app-list,
    .app-work .app-list:nth-child(odd) {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 4%;
        margin-top: 96px;
    }

    .app-work .app-list:nth-child(odd) .app-mockup {
        order: 1;
    }

    .app-work .app-list:nth-child(3),
    .app-work .app-list:nth-child(4) {
        margin-top: 128px;
    }

    .app-work .app-list .app-mockup {
        width: 38%;
        max-width: 220px;
        min-width: 150px;
    }

    .app-work .app-list .app-card-wrap {
        width: 56%;
        max-width: 360px;
    }

    .app-work .app-list .app-card-wrap>.number,
    .app-work .app-list:nth-child(odd) .app-card-wrap>.number {
        top: -48px;
        left: 0;
        right: auto;
        font-size: 5.8em;
        transform: translateY(48px);
        transition: transform 0.8s ease 0.35s;
    }

    .app-work .app-list.on .app-card-wrap>.number,
    .app-work .app-list:nth-child(odd).on .app-card-wrap>.number {
        transform: translateY(0);
    }

    .app-work .app-list.no-animation .app-card-wrap>.number {
        transition: none;
    }

    .app-work .app-list .app-card {
        padding: 22px;
    }

    .app-work .app-list .app-card .app-desc {
        font-size: 15px;
    }

    .app-work .app-list .app-card .app-info {
        flex-direction: column;
        gap: 15px;
    }

    .app-work .app-list .app-card .app-site {
        flex-wrap: wrap;
    }

    .design-work .title-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .design-work .title-wrap .design-tab {
        width: 100%;
        padding-bottom: 18px;
    }

    .design-work .title-wrap .design-tab ul {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .design-work .title-wrap .design-tab ul li {
        flex: 0 0 auto;
    }

    .design-work .design-wrap .two-grid .left-img,
    .design-work .design-wrap .two-grid .right-img {
        height: 320px;
    }

    .design-work .design-wrap .two-grid .right-img .img-desc,
    .design-work .design-wrap .two-grid .right-img.on .img-desc {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .design-work .design-wrap .four-grid {
        flex-wrap: wrap;
    }

    .design-work .design-wrap .four-grid .box {
        width: calc(50% - 7px);
    }

    .contact .content {
        gap: 34px;
    }

    .contact .content .rabbit {
        width: min(250px, 70vw);
    }

    .contact .content .contact-me {
        width: 100%;
    }

    .contact .content .contact-me .con-other,
    .contact .content .contact-me .con-info {
        padding: 24px;
    }

    .contact .content .contact-me .con-other p {
        font-size: 32px;
    }

    .contact .content .contact-me .con-info .con-title p {
        font-size: 22px;
    }

}

/* Small mobile */
@media (max-width: 480px) {
    .container {
        width: calc(100% - 24px);
    }

    .design-modal {
        padding: 0;
    }

    .design-modal-inner {
        width: 100vw;
        max-height: 100vh;
        min-height: 100vh;
        padding: 64px 18px 18px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .design-modal-title {
        font-size: 26px;
    }

    .design-modal-desc {
        font-size: 15px;
    }

    .design-modal-scroll {
        padding-top: 18px;
    }

    .design-modal-close {
        top: 14px;
        right: 14px;
        margin: 0;
        transform: none;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        flex-basis: 36px;
        font-size: 23px;
    }

    .design-modal.process-modal .design-modal-inner {
        width: 100vw;
    }

    .design-modal.app-modal .design-modal-inner {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
    }

    .design-modal.app-modal .design-modal-scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .design-modal.app-modal .design-modal-frame {
        min-height: 480px;
        height: max(760px, 72vh);
        border-radius: 10px;
    }

    .design-modal.chatbot-modal .design-modal-inner {
        padding-top: 52px;
        padding-bottom: 12px;
    }

    .design-modal.chatbot-modal .design-modal-content {
        padding-bottom: 8px;
    }

    .design-modal.chatbot-modal .design-modal-scroll {
        padding-top: 8px;
    }

    .design-modal.chatbot-modal .design-modal-frame {
        width: 100%;
        height: 78vh;
        min-height: 480px;
        border-radius: 10px;
    }

    .app-work .app-list {
        display: none;
    }

    .app-mobile-swiper {
        display: block;
        width: 100%;
        margin-top: 56px;
        overflow: hidden;
        position: relative;
    }

    .app-mobile-mockup {
        position: relative;
        width: min(150px, 64vw);
        margin: 0 auto;
        border-radius: 40px;
        box-shadow: 0 0 10px rgba(201, 201, 201, 0.3);
    }

    .app-mobile-mockup .mockup-frame {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        pointer-events: none;
    }

    .app-mobile-mockup .app-screen-swiper {
        position: absolute;
        top: 1%;
        left: 2%;
        z-index: 2;
        width: 96%;
        height: 98%;
        overflow: visible;
    }

    .app-mobile-mockup .app-screen-swiper .swiper-wrapper,
    .app-mobile-mockup .app-screen-swiper .swiper-slide {
        height: 100%;
    }

    .app-mobile-mockup .mockup-screen {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover;
        transform: scale(0.9);
        transform-origin: center;
        transition: border-radius 0.22s ease, transform 0.35s ease, opacity 0.35s ease;
    }

    .app-mobile-mockup .swiper-slide-active .mockup-screen {
        border-radius: 20px;
        transform: scale(1);
    }

    .app-mobile-mockup .swiper-slide:not(.swiper-slide-active) .mockup-screen {
        opacity: 0.72;
    }

    .app-mobile-mockup::after {
        content: "";
        position: absolute;
        z-index: 4;
        top: 2.1%;
        left: 50%;
        width: 25%;
        height: 4.6%;
        border-radius: 999px;
        background: #000;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .app-card-swiper {
        width: 88%;
        margin-top: 28px;
        padding-top: 34px;
        overflow: visible;
    }

    .app-card-swiper .swiper-slide {
        height: auto;
        pointer-events: none;
    }

    .app-card-swiper .swiper-slide-active {
        pointer-events: auto;
    }

    .app-card-swiper .app-card-wrap {
        width: 100%;
        max-width: none;
        position: relative;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .app-card-swiper .app-card-wrap>.number {
        position: absolute;
        top: -56px;
        left: 0;
        right: auto;
        color: #fff;
        z-index: 0;
        font-size: 4.3em;
        pointer-events: none;
        letter-spacing: -1px;
    }

    .app-card-swiper .app-card {
        width: 100%;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(5px) saturate(50%);
        -webkit-backdrop-filter: blur(6px) saturate(50%);
        border: 2px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 5px 10px rgba(100, 100, 100, 0.3);
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
        border-radius: 18px;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.28s ease, transform 0.28s ease;
    }

    .app-card-swiper .app-card::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        border-radius: inherit;
        background: rgba(0, 0, 0, 0.34);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .app-card-swiper.is-changing .swiper-slide-active .app-card::after {
        opacity: 1;
    }

    .app-card-swiper.is-changing .swiper-slide-active .app-card {
        opacity: 0;
        transform: translateY(10px);
    }

    .app-card-swiper .app-title {
        color: var(--yellow);
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        margin-bottom: 14px;
    }

    .app-card-swiper .app-desc {
        color: #fff;
        line-height: 1.4;
        text-align: center;
        font-size: 14px;
    }

    .app-card-swiper .app-site {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 20px;
        border-bottom: 0;
    }

    .app-card-swiper .app-site li a {
        display: block;
        color: #fff;
        border: 1px solid rgba(248, 248, 247, 0.2);
        border-radius: 20px;
        background-color: rgba(221, 221, 221, 0.02);
        padding: 8px 12px;
        font-family: var(--fontEn);
        font-weight: 500;
        font-size: 12px;
    }

    .app-card-swiper .app-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 20px;
    }

    .app-card-swiper .app-info .tools,
    .app-card-swiper .app-info .contribution {
        width: 100%;
    }

    .app-card-swiper .app-info .tools p,
    .app-card-swiper .app-info .contribution p {
        color: var(--yellow);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .app-card-swiper .app-info .tools ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .app-card-swiper .app-info .tools ul li {
        color: #fff;
        padding: 5px 15px;
        border: 1px solid #777;
        border-radius: 20px;
        font-size: 14px;
    }

    .app-card-swiper .app-info .contribution span {
        display: block;
        color: #fff;
        font-size: 14px;
        padding-bottom: 8px;
    }

    .app-card-swiper .app-info {
        display: none;
    }

    .app-swiper-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: min(152px, 64vw);
        left: 50%;
        z-index: 5;
        width: min(250px, 88vw);
        margin-top: 0;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .app-swiper-prev,
    .app-swiper-next {
        position: relative;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        cursor: pointer;
        pointer-events: auto;
    }

    .app-swiper-prev::before,
    .app-swiper-next::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 7px;
        height: 7px;
        border-top: 1px solid var(--yellow);
        border-right: 1px solid var(--yellow);
    }

    .app-swiper-prev::before {
        transform: translate(-35%, -50%) rotate(-135deg);
    }

    .app-swiper-next::before {
        transform: translate(-65%, -50%) rotate(45deg);
    }

    .design-work .design-wrap {
        margin-top: 20px;
    }

    .design-work .title-wrap .design-tab {
        padding-bottom: 10px;
    }

    .design-work .title-wrap .design-tab ul li {
        padding: 5px 15px;
    }

    .design-work .title-wrap .design-tab ul li a {
        font-size: 16px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc,
    .design-work .design-wrap .two-grid .right-img .img-desc {
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
    }

    .design-work .design-wrap .two-grid .left-img.on .img-desc,
    .design-work .design-wrap .two-grid .right-img.on .img-desc {
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc ul,
    .design-work .design-wrap .two-grid .right-img .img-desc ul {
        justify-content: center;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc p,
    .design-work .design-wrap .two-grid .right-img .img-desc p {
        font-size: 28px;
        white-space: nowrap;
    }

    .design-work .design-wrap .four-grid .box .img-desc p {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc ul li,
    .design-work .design-wrap .two-grid .right-img .img-desc ul li,
    .design-work .design-wrap .four-grid .box .img-desc ul li {
        font-size: 13px;
        padding: 3px 12px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc a,
    .design-work .design-wrap .two-grid .right-img .img-desc a,
    .design-work .design-wrap .four-grid .box .img-desc a {
        padding: 6px 16px;
        margin-top: 12px;

    }

    .web-work .work-wrap {
        gap: 82px;
    }

    .web-work .work-wrap .work-list .work-view .number {
        top: -17%;
        font-size: 6.1em;
    }

    .web-work .work-wrap .work-list .work-view .web-img {
        width: 87%;
        aspect-ratio: 19 / 10;
    }

    .web-work .work-wrap .work-list .work-view .web-title {
        width: 92%;
    }

    .web-work .work-wrap .work-list .work-view .web-title h3 {
        font-size: 1.25em;
        line-height: 1.35;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site {
        gap: 6px;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site li a {
        padding: 8px 12px;
        font-size: 0.7em;
    }

    .web-work .work-wrap .work-list .work-card {
        padding: 20px;
        border-radius: 18px;
    }

    .web-work .work-wrap .work-list .work-card .tag li {
        margin-bottom: 14px;
        padding: 4px 9px;
        font-size: 13px;
    }

    .web-work .work-wrap .work-list .work-card .web-name {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info {
        gap: 18px;
        margin-top: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools p,
    .web-work .work-wrap .work-list .work-card .work-info .contribution p {
        font-size: 18px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools ul li,
    .web-work .work-wrap .work-list .work-card .work-info .contribution span {
        font-size: 14px;
    }

    .about .about-box .profile {
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        justify-items: center;
        grid-template-columns: none;
        text-align: left;
    }

    .about .about-box .profile .profile-img {
        flex: 0 0 160px;
        width: 160px;
        height: 160px;
    }

    .about .about-box .profile .profile-img img {
        width: 100%;
    }

    .about .about-box .profile .profile-info,
    .about .about-box .profile .profile-info .name,
    .about .about-box .profile .profile-info .personal {
        text-align: left;
    }

    .about .about-box .profile .profile-info .name {
        white-space: normal;
        font-size: 18px;
    }

    .about .about-box .profile .profile-info .personal p {
        font-size: 14px;
    }

    .about .about-box .info .details {
        grid-template-columns: 1fr;
    }

    .about .about-box .info .basic .top-txt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .about .about-box .info .basic .btm-txt {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.4;
    }

    .about .about-box .info .details .skills h3 {
        font-size: 18px;
    }

    .about .about-box .info .details .skills .progress-area .progress {
        padding-bottom: 8px;
    }

    .about .about-box .info .details .skills .progress-area .progress p {
        font-size: 16px;
    }

    .about .about-box .info .details .license h3 {
        font-size: 18px;
    }

    .about .about-box .info .details .license .license-list p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .about .about-box .info .details .license .license-list p:last-child {
        padding-bottom: 0;
    }

    .design-work .design-wrap .two-grid .left-img,
    .design-work .design-wrap .two-grid .right-img {
        height: 220px;
    }

    .contact .content .contact-me .con-other p {
        font-size: 25px;
    }

    .contact .content .contact-me .con-info .con-title p {
        font-size: 19px;
    }

    .contact .content .contact-me .con-info .con-desc p {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer p {
        font-size: 12px;
    }
}

/* 390px mobile */
@media (max-width: 390px) {
    section {
        padding: 38px 0;
    }

    .container,
    .header .container,
    .header.on .container {
        width: calc(100% - 20px);
    }

    .title {
        padding: 14px 0;
    }

    .sub-title {
        font-size: 0.9em;
        letter-spacing: 4px;
        padding-left: 18px;
    }

    .sub-title::before {
        width: 11px;
    }

    .big-title {
        font-size: 3em;
    }

    .number {
        font-size: 4.5em;
        letter-spacing: -1px;
    }

    .header .logo {
        font-size: 17px;
    }

    .header.menu-open .container,
    .header.menu-open.on .container {
        padding: 0 18px;
    }

    .header nav {
        padding: 92px 22px 34px;
    }

    .header nav ul {
        min-height: calc(100vh - 126px);
        min-height: calc(100dvh - 126px);
    }

    .header nav ul li a {
        padding: 12px 21px;
        font-size: 31px;
    }

    .hero-bgimg {
        top: 92px;
        right: 10%;
        width: 74%;
        height: 66%;
    }

    .hero-inner {
        min-height: 430px;
    }

    .hero .hero-title>p {
        font-size: 3.55em;
    }

    .hero .hero-title .btm-title {
        margin-top: 19px;
        padding-top: 19px;
    }

    .hero .hero-title .btm-title .total {
        font-size: 2.1em;
    }

    .hero .hero-title .btm-title .total-title {
        font-size: 0.82em;
    }

    .about .about-box .profile,
    .about .about-box .info .basic,
    .about .about-box .info .details .skills,
    .about .about-box .info .details .license {
        padding: 22px;
        border-radius: 18px;
    }

    .about .about-box .profile .profile-img {
        flex: 0 0 160px;
        width: 160px;
        height: 160px;
    }

    .about .about-box .profile .profile-img img {
        width: 100%;
    }

    .about .about-box .profile .profile-info .name {
        font-size: 1.25em;
    }

    .about .about-box .profile .profile-info .personal {
        margin-top: 12px;
    }

    .about .about-box .profile .profile-info .personal p,
    .about .about-box .info .basic .btm-txt {
        font-size: 11px;
        line-height: 1.55;
    }

    .about .about-box .info .basic .top-txt {
        font-size: 1.18em;
        padding-bottom: 12px;
    }

    .web-work .work-wrap .work-list .work-card .tag li {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site li a {
        padding: 5px 12px;
    }

    .web-work .work-wrap .work-list .work-card .web-name {
        margin-bottom: 5px;
    }

    .web-work .work-wrap .work-list .work-view .number {
        top: -20%;
        font-size: 5em;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools p, .web-work .work-wrap .work-list .work-card .work-info .contribution p {
        font-size: 14px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .contribution p {
        margin-bottom: 0;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools ul li {
        padding: 4px 15px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools ul li, .web-work .work-wrap .work-list .work-card .work-info .contribution span {
        font-size: 10px;
    }

    .app-mobile-swiper {
        margin-top: 50px;
    }

    .app-mobile-mockup {
        width: min(145px, 62vw);
    }

    .app-card-swiper .app-card-wrap>.number {
        top: -58px;
        font-size: 4.3em;
    }

    .app-card-swiper .app-card {
        padding: 18px;
    }

    .app-swiper-controls {
        top: min(146px, 62vw);
        width: min(238px, 88vw);
    }

    .design-work .title-wrap {
        gap: 14px;
    }

    .design-work .title-wrap .design-tab ul li {
        min-height: 30px;
        padding: 0 14px;
    }

    .design-work .title-wrap .design-tab ul li a {
        font-size: 12px;
        line-height: 1;
    }

    .design-work .design-wrap {
        margin-top: 15px;
    }

    .design-work .design-wrap .two-grid,
    .design-work .design-wrap .four-grid {
        gap: 12px;
    }

    .design-work .design-wrap .four-grid {
        flex-wrap: wrap;
    }

    .design-work .design-wrap .two-grid .left-img,
    .design-work .design-wrap .two-grid .right-img {
        height: 180px;
        border-radius: 18px;
    }

    .design-work .design-wrap .four-grid .box {
        width: calc(50% - 6px);
        border-radius: 18px;
    }

    .design-work .design-wrap .two-grid .left-img .img-box img,
    .design-work .design-wrap .two-grid .right-img .img-box img,
    .design-work .design-wrap .four-grid .box .img-box img {
        border-radius: 18px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc p,
    .design-work .design-wrap .two-grid .right-img .img-desc p,
    .design-work .design-wrap .four-grid .box .img-desc p {
        font-size: 16px;
        margin-top: 8px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc ul li,
    .design-work .design-wrap .two-grid .right-img .img-desc ul li,
    .design-work .design-wrap .four-grid .box .img-desc ul li {
        padding: 2px 8px;
        font-size: 10px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc a {
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 10px;
    }

    .design-work .design-wrap .two-grid .right-img .img-desc a {
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 8px;
    }

    .design-work .design-wrap .four-grid .box .img-desc a {
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 8px;
    }

    .contact .content {
        gap: 28px;
        margin: 22px 0;
    }

    .contact .content .rabbit {
        width: min(220px, 68vw);
    }

    .contact .content .contact-me .con-other,
    .contact .content .contact-me .con-info {
        padding: 20px;
        border-radius: 18px;
    }

    .contact .content .contact-me .con-other p {
        font-size: 20px;
    }

    .contact .content .contact-me .con-info .con-title p {
        font-size: 19px;
    }

    .contact .content .contact-me .con-info .con-desc p {
        font-size: 12px;
    }
}

/* 360px mobile */
@media (max-width: 360px) {
    section {
        padding: 36px 0;
    }

    .container,
    .header .container,
    .header.on .container {
        width: calc(100% - 20px);
    }

    .title {
        padding: 12px 0;
    }

    .sub-title {
        font-size: 0.85em;
        letter-spacing: 3px;
    }

    .sub-title::before {
        width: 10px;
    }

    .big-title {
        font-size: 2.8em;
    }

    .number {
        font-size: 4.2em;
        letter-spacing: -1px;
    }

    .header nav {
        padding: 88px 20px 32px;
    }

    .header nav ul {
        min-height: calc(100vh - 120px);
        min-height: calc(100dvh - 120px);
    }

    .header nav ul li a {
        padding: 12px 20px;
        font-size: 30px;
    }

    .hero-bgimg {
        top: 85px;
        right: 12%;
        width: 70%;
        height: 70%;
    }

    .hero-inner {
        min-height: 400px;
    }

    .hero .hero-title>p {
        font-size: 3.35em;
    }

    .hero .hero-title .btm-title {
        margin-top: 18px;
        padding-top: 18px;
    }

    .hero .hero-title .btm-title .total {
        font-size: 2em;
    }

    .hero .hero-title .btm-title .total-title {
        font-size: 0.8em;
    }

    .about .about-box {
        gap: 15px;
    }

    .about .about-box .profile,
    .about .about-box .info .basic,
    .about .about-box .info .details .skills,
    .about .about-box .info .details .license {
        padding: 20px;
        border-radius: 18px;
    }

    .about .about-box .info .details {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about .about-box .profile .profile-info .name {
        font-size: 18px;
    }

    .about .about-box .profile .profile-info .personal p,
    .about .about-box .info .basic .btm-txt {
        font-size: 10px;
        line-height: 1.2;
        padding-bottom: 10px;
    }

    .about .about-box .info .basic .top-txt {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .about .about-box .info .details .skills h3 {
        font-size: 18px;
    }

    .about .about-box .info .details .skills .progress-area .progress {
        gap: 4px;
        padding-bottom: 5px;
    }

    .about .about-box .info .details .skills .progress-area .progress p {
        min-width: 52px;
        font-size: 10px;
    }

    .about .about-box .info .details .license h3 {
        font-size: 1.1em;
    }

    .about .about-box .info .details .license .license-list p {
        font-size: 10px;
        padding-bottom: 10px;
    }

    .about .about-box .info .details .license .license-list p:last-child {
        padding-bottom: 0;
    }

    .web-work .work-wrap {
        gap: 78px;
    }

    .web-work .work-wrap .work-list .work-view .number {
        top: -18%;
        font-size: 4.5em;
    }

    .web-work .work-wrap .work-list .work-view .web-title {
        width: 92%;
    }

    .web-work .work-wrap .work-list .work-view .web-title h3 {
        font-size: 16px;
        line-height: 1.1;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site {
        gap: 6px;
    }

    .web-work .work-wrap .work-list .work-view .web-title .web-site li a {
        padding: 2px 6px;
        font-size: 10px;
    }

    .web-work .work-wrap .work-list .work-card {
        padding: 20px;
        border-radius: 18px;
    }

    .web-work .work-wrap .work-list .work-card .tag li {
        margin-bottom: 14px;
        padding: 4px 9px;
        font-size: 13px;
    }

    .web-work .work-wrap .work-list .work-card .web-name,
    .app-work .app-list .app-card .app-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .web-work .work-wrap .work-list .work-card .work-desc {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info {
        gap: 18px;
        margin-top: 20px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools p,
    .web-work .work-wrap .work-list .work-card .work-info .contribution p,
    .app-work .app-list .app-card .app-info .tools p,
    .app-work .app-list .app-card .app-info .contribution p {
        font-size: 18px;
    }

    .web-work .work-wrap .work-list .work-card .work-info .tools ul li,
    .web-work .work-wrap .work-list .work-card .work-info .contribution span,
    .app-work .app-list .app-card .app-info .tools ul li,
    .app-work .app-list .app-card .app-info .contribution span {
        font-size: 14px;
    }

    .app-work .app-list,
    .app-work .app-list:nth-child(odd) {
        gap: 24px;
        margin-top: 62px;
    }

    .app-work .app-list:nth-child(3),
    .app-work .app-list:nth-child(4) {
        margin-top: 72px;
    }

    .app-work .app-list .app-mockup {
        width: min(220px, 64vw);
    }

    .app-work .app-list .app-card-wrap>.number,
    .app-work .app-list:nth-child(odd) .app-card-wrap>.number {
        top: -42px;
        font-size: 4.7em;
    }

    .app-work .app-list .app-card {
        padding: 20px;
        border-radius: 18px;
    }

    .app-work .app-list .app-card .app-desc {
        font-size: 14px;
    }

    .app-work .app-list .app-card .app-site {
        gap: 8px;
    }

    .app-work .app-list .app-card .app-site li a {
        padding: 8px 12px;
        font-size: 14px;
    }

    .design-work .title-wrap {
        gap: 14px;
    }

    .design-work .title-wrap .design-tab ul li {
        min-height: 30px;
        padding: 0 13px;
    }

    .design-work .title-wrap .design-tab ul li a {
        font-size: 14px;
        line-height: 1;
    }

    .design-work .design-wrap {
        margin-top: 15px;
    }

    .design-work .design-wrap .two-grid,
    .design-work .design-wrap .four-grid {
        gap: 12px;
    }

    .design-work .design-wrap .four-grid {
        flex-wrap: wrap;
    }

    .design-work .design-wrap .two-grid .left-img,
    .design-work .design-wrap .two-grid .right-img {
        height: 160px;
        border-radius: 18px;
    }

    .design-work .design-wrap .four-grid .box {
        width: calc(50% - 6px);
        border-radius: 18px;
    }

    .design-work .design-wrap .two-grid .left-img .img-box img,
    .design-work .design-wrap .two-grid .right-img .img-box img,
    .design-work .design-wrap .four-grid .box .img-box img {
        border-radius: 18px;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc p,
    .design-work .design-wrap .two-grid .right-img .img-desc p,
    .design-work .design-wrap .four-grid .box .img-desc p {
        font-size: 16px;
        white-space: normal;
    }

    .design-work .design-wrap .two-grid .left-img .img-desc ul li,
    .design-work .design-wrap .two-grid .right-img .img-desc ul li,
    .design-work .design-wrap .four-grid .box .img-desc ul li {
        padding: 2px 8px;
        font-size: 10px;
    }

    .contact .content {
        gap: 26px;
        margin: 20px 0;
    }

    .contact .content .rabbit {
        width: min(210px, 68vw);
    }

    .contact .content .contact-me .con-other,
    .contact .content .contact-me .con-info {
        padding: 20px;
        border-radius: 18px;
    }

    .contact .content .contact-me .con-other p {
        font-size: 20px;
    }

    .contact .content .contact-me .con-info .con-title {
        padding-bottom: 15px;
    }


    .contact .content .contact-me .con-info .con-title p {
        font-size: 16px;
    }

    .contact .content .contact-me .con-info .con-desc {
        margin-top: 15px;
    }

    .contact .content .contact-me .con-info .con-desc p {
        font-size: 12px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .hero-bgimg {
        animation: none;
    }

    .hero-bgimg img {
        transition: none;
    }

    .hero-bgimg.is-hovered img {
        transform: none;
    }

    .web-work .work-wrap .work-list {
        transition: none;
    }

    .contact .rabbit .rabbit-text {
        animation: none;
    }

}
