﻿
@media screen and (max-width: 767px) {
    .contact-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 70px;
    }
    
    .contact-container > .area1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-container > .area1 > .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-container > .area1 > .content > img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .contact-container > .area2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 40px 0px;
    }

    .contact-container > .area2 > .content {
        width: var(--page-width);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-container > .area2 > .content > .title-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-container > .area2 > .content > .title-box > .title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

    .contact-container > .area2 > .content > .title-box > .title > h4 {
        color: #666666;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .contact-container > .area2 > .content > .title-box > .title::after {
        content: "";
        width: 40px;
        height: 4px;
        background-color: #666666;
    }

    .contact-container > .area2 > .content > .title-box > p {
        color: #e50044;
        font-size: 36px;
        font-weight: 700;
        margin-top: 20px;
        letter-spacing: 2px;
    }

    .contact-container > .area2 > .content > .detail-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        margin-top: 40px;
    }

    .contact-container > .area2 > .content > .detail-box > .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .box > img {
        
    }

    .contact-container > .area2 > .content > .detail-box > .left > .box >  span {
        color: #666666;
        font-weight: 700;
        white-space: nowrap;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a {
        display: block;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a > img {
        width: 50px;
        height: 50px;
        pointer-events: none;
    }

    .contact-container > .area2 > .content > .detail-box > .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-container > .area2 > .content > .detail-box > .right > img {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .contact-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 90px;
    }
    
    .contact-container > .area1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-container > .area1 > .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-container > .area1 > .content > img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .contact-container > .area2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 50px 0px 100px 0px;
    }

    .contact-container > .area2 > .content {
        max-width: 1100px;
        width: var(--page-width);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-container > .area2 > .content > .title-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-container > .area2 > .content > .title-box > .title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

    .contact-container > .area2 > .content > .title-box > .title > h4 {
        color: #666666;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .contact-container > .area2 > .content > .title-box > .title::after {
        content: "";
        width: 40px;
        height: 4px;
        background-color: #666666;
    }

    .contact-container > .area2 > .content > .title-box > p {
        color: #e50044;
        font-size: 36px;
        font-weight: 700;
        margin-top: 20px;
        letter-spacing: 2px;
    }

    .contact-container > .area2 > .content > .detail-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 180px;
        margin-top: 80px;
    }

    .contact-container > .area2 > .content > .detail-box > .left {
        width: calc(50% - 90px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .box > img {
        
    }

    .contact-container > .area2 > .content > .detail-box > .left > .box >  span {
        color: #666666;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        white-space: nowrap;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box {
        width: 190px;
        height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a {
        display: block;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a:nth-child(1) {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a:nth-child(2) {
        position: absolute;
        top: 0px;
        left: 70px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a:nth-child(3) {
        position: absolute;
        top: 0px;
        left: 140px;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a > img {
        width: 50px;
        height: 50px;
        pointer-events: none;
        transition: all 0.5s;
    }

    .contact-container > .area2 > .content > .detail-box > .left > .link-box > a:hover > img {
        width: 60px;
        height: 60px;
    }

    .contact-container > .area2 > .content > .detail-box > .right {
        width: calc(50% - 90px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-container > .area2 > .content > .detail-box > .right > img {
        max-width: 100%;
    }
}