@charset "utf-8";
@media(max-width:800px){
    body{
        font-family: 'Noto Sans KR', sans-serif;
    }
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 16px;
        box-sizing: border-box;
        
    }
    .top-title{
        font-size: 30px;
        max-width: 100%;
    }
    .top-subtitle{
        font-size: 13px;
        line-height: 1.4;
    }
    .top-text{
        font-size: 14px;
        color: ivory;
        line-height: 1.4;
    }
    .main-visual{
        width: 100%;
        height: auto;
        max-width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 60px 16px 60px;
        box-sizing: border-box;
    }
    .main-visual *{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .main{
        padding: 40px 0;
    }
    .main-image{
        width: 100%;
        max-width: 280px;
    }
    .main p{
        font-size: 1em;
        padding: 10px;
    }
    section h3{
        font-size: 18px;
    }
    .footer{
        width: 100%;
        background-color: #2f3a44;
        color: #e8e8e8;
        padding: 14px 16px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .footer-left{
        float: none;
        font-size: 13px;
    }
    .footer-right{
        float: none;
        padding-top: 20px;
        font-size: 12px;
    }
    .about{
        margin-top: 0;
    }
    .about .container {
        padding: 24px 16px 60px;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0;
        box-sizing: border-box;
    }
    .card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .info-card, .history-card {
        padding: 20px 16px;
        box-sizing: border-box;
    }
    .info-card ul, .history-card ul {
        margin-left: 0;
    }
    .about-extra {
        margin-top: 0;
        padding: 0 0 10px;
        font-size: 15px;
    }
    .page-title {
        font-size: 22px;
        padding-top: 20px;
    }
    .contact-text{
        font-size: 16px;
        width: 100%;
        padding: 0 0 10px;
        margin: 10px 0 20px;
        box-sizing: border-box;
    }
    .submit-button{
        width: 100%;
    }
    .contact-btn.standout {
        font-size: 16px;
    }
    .services {
        padding: 40px 0;
    }
    .service-list {
        gap: 1.2rem;
    }
    .service-card {
        width: 100%;
        max-width: 100%;
        padding: 1.6rem;
        box-sizing: border-box;
    }
    .contact .container{
        width: 100%;
        height: auto;
        min-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 24px 16px 60px;
        box-sizing: border-box;
    }
    .contact-form {
        margin-left: 0;
    }
    .access.container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    form, .contact{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    input, textarea, select{
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
    }
    label{
        display: block;
        margin-bottom: 8px;
    }
    input[type="submit"] {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }
    .about-extra {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 2;
    }
    .service-description {
        font-size: 14px;
        padding: 0 4px;
    }
    .footnote {
        font-size: 12px;
    }
    .image-box{
        padding: 0;
    }
    .image-box img{
        max-width: 100%;
        border-radius: 5px;
    }
    .page-header{
        margin-left: 0;
    }
    .process-flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    }
    .process-flow::before {
        display: none;
    }
    .process-step {
        display: flex;
        gap: 16px;
        position: relative;
        padding-bottom: 32px;
    }
    .process-step:last-child {
        padding-bottom: 0;
    }
    .process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 23px;
        top: 48px;
        bottom: 0;
        width: 1px;
        background: repeating-linear-gradient(180deg, var(--brass) 0 5px, transparent 5px 10px);
    }
    .process-badge {
        width: 48px;
        height: 48px;
        font-size: 15px;
        margin: 0;
        flex: none;
    }
    .process-card {
        text-align: left;
        flex: 1;
        min-height: 0;
    }
    .process-card h3 {
        text-align: left;
    }
    .process-card h3::after {
        margin: 8px 0 0;
    }
    .process-flow {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .process-flow::before {
        display: none;
    }

    .process-step {
        display: flex;
        gap: 16px;
        position: relative;
        padding-bottom: 32px;
    }

    .process-step:last-child {
        padding-bottom: 0;
    }

    .process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 23px;
        top: 48px;
        bottom: 0;
        width: 1px;
        background: repeating-linear-gradient(180deg, var(--brass) 0 5px, transparent 5px 10px);
    }

    .process-badge {
        width: 48px;
        height: 48px;
        font-size: 15px;
        margin: 0;
        flex: none;
    }

    .process-card {
        text-align: left;
        flex: 1;
        min-height: 0;
    }

    .process-card h3 {
        text-align: left;
    }

    .process-card h3::after {
        margin: 8px 0 0;
    }
    }
    .process-icon {
        margin: 0 0 10px;
        width: 32px;
        height: 32px;
    }
