#content.wide .about-page .about-con-06 {
    position: relative;
    width: 100%;
    padding: 110px 0 130px;
     background: #fff;	 
    overflow: hidden;
}

#content.wide .about-page .about-con-06 > .area {
    width: calc(100% - 80px);
    max-width: 1400px;
    margin: 0 auto;
}

/* CONTACT LAYOUT */
#content.wide .about-page .about-contact-box {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}

/* LEFT */
#content.wide .about-page .contact-left-box {
    position: relative;
    padding-top: 15px;
}

#content.wide .about-page .contact-left-box::before {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin-bottom: 28px;
    background: #1769d5;
}

#content.wide .about-page .contact-left-box .txt-box {
    position: relative;
}

#content.wide .about-page .contact-left-box .tit {
    margin: 0;
    color: #071633;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.045em;
}

#content.wide .about-page .contact-left-box .tit::after {
    content: "GSF SOLUTION";
    display: block;
    margin-top: 16px;
    color: #8b96a8;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .16em;
}

/* RIGHT FORM */
#content.wide .about-page .contact-right-box {
    min-width: 0;
    padding: 42px 45px 45px;
    border: 1px solid #e0e6ef;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13,36,72,.08);
}

#content.wide .about-page .contact-right-box form {
    width: 100%;
    margin: 0;
}

/* FORM */
#content.wide .about-page .about-inquiry-form {
    width: 100%;
}

#content.wide .about-page .about-inquiry-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content.wide .about-page .about-inquiry-form li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 66px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dfe5ed;
}

#content.wide .about-page .about-inquiry-form li:last-child {
    align-items: flex-start;
    min-height: 170px;
}

/* ICON */
#content.wide .about-page .about-inquiry-form li > .tit {
    flex: 0 0 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    color: #0b62ca;
    font-size: 20px;
    line-height: 1;
}

#content.wide .about-page .about-inquiry-form li > .tit sup {
    position: absolute;
    top: 20px;
    left: -1px;
    z-index: 2;
    color: #e33d49;
    font-size: 10px;
    line-height: 1;
}

#content.wide .about-page .about-inquiry-form li > .tit i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5ff;
    color: #1264d8;
    font-size: 17px;
    font-style: normal;
}

/* INPUT / TEXTAREA */
#content.wide .about-page .about-inquiry-form input,
#content.wide .about-page .about-inquiry-form textarea {
    flex: 1;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: transparent;
    color: #182235;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
}

#content.wide .about-page .about-inquiry-form input {
    height: 65px;
}

#content.wide .about-page .about-inquiry-form textarea {
    height: 165px;
    padding-top: 20px;
    resize: vertical;
}

#content.wide .about-page .about-inquiry-form input::placeholder,
#content.wide .about-page .about-inquiry-form textarea::placeholder {
    color: #a3adba;
    opacity: 1;
}

/* AGREE */
#content.wide .about-page .about-inquiry-agree {
    min-height: 18px;
    margin-top: 16px;
}

#content.wide .about-page .agree-check-box {
    min-height: 1px;
}

/* SEND */
#content.wide .about-page .inquiry-submit-btn {
    position: relative;
    display: flex;
    width: 100%;
    height: 62px;
    margin: 25px 0 0;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 0;
    outline: none;
    background: #0a1c3d;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

#content.wide .about-page .inquiry-submit-btn::after {
    content: "\\f061";
    display: inline-block;
    margin-left: 4px;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

#content.wide .about-page .inquiry-submit-btn:hover {
    background: #1264d8;
    box-shadow: 0 12px 30px rgba(18,100,216,.24);
    transform: translateY(-2px);
}

#content.wide .about-page .inquiry-submit-btn:active {
    transform: translateY(0);
}

/* 기존 상단 영역은 최소 보정만 */
#content.wide .about-page .about-top-con {
    position: relative;
    z-index: 2;
	background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.80) 0%,
            rgba(239, 246, 251, 0.90) 18%,
            rgba(225, 237, 246, 0.94) 35%,
            rgba(210, 226, 239, 0.96) 50%,
            rgba(225, 237, 246, 0.94) 65%,
            rgba(239, 246, 251, 0.90) 82%,
            rgba(255, 255, 255, 0.80) 100%
        );
}

#content.wide .about-page .about-top-con .location {
    position: relative;
    z-index: 3;
}

/* TABLET */
@media (max-width: 1200px) {
    #content.wide .about-page .about-con-06 {
        padding: 90px 0 100px;
    }

    #content.wide .about-page .about-contact-box {
        grid-template-columns: 280px minmax(0,1fr);
        gap: 55px;
    }

    #content.wide .about-page .contact-left-box .tit {
        font-size: 40px;
    }

    #content.wide .about-page .contact-right-box {
        padding: 35px 32px 38px;
    }
}

/* SMALL TABLET */
@media (max-width: 900px) {
    #content.wide .about-page .about-con-06 > .area {
        width: calc(100% - 50px);
    }

    #content.wide .about-page .about-contact-box {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    #content.wide .about-page .contact-left-box {
        padding-top: 0;
    }

    #content.wide .about-page .contact-left-box::before {
        margin-bottom: 22px;
    }

    #content.wide .about-page .contact-left-box .tit {
        font-size: 38px;
    }

    #content.wide .about-page .contact-right-box {
        padding: 35px;
    }
}

/* MOBILE */
@media (max-width: 640px) {
    #content.wide .about-page .about-con-06 {
        padding: 65px 0 75px;
    }

    #content.wide .about-page .about-con-06 > .area {
        width: calc(100% - 36px);
    }

    #content.wide .about-page .about-contact-box {
        gap: 30px;
    }

    #content.wide .about-page .contact-left-box .tit {
        font-size: 32px;
    }

    #content.wide .about-page .contact-left-box .tit::after {
        margin-top: 12px;
        font-size: 9px;
    }

    #content.wide .about-page .contact-right-box {
        padding: 25px 20px 28px;
    }

    #content.wide .about-page .about-inquiry-form li {
        min-height: 58px;
    }

    #content.wide .about-page .about-inquiry-form li:last-child {
        min-height: 150px;
    }

    #content.wide .about-page .about-inquiry-form li > .tit {
        flex: 0 0 45px;
        width: 45px;
    }

    #content.wide .about-page .about-inquiry-form li > .tit sup {
        top: 17px;
    }

    #content.wide .about-page .about-inquiry-form li > .tit i {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #content.wide .about-page .about-inquiry-form input,
    #content.wide .about-page .about-inquiry-form textarea {
        font-size: 14px;
    }

    #content.wide .about-page .about-inquiry-form input {
        height: 58px;
    }

    #content.wide .about-page .about-inquiry-form textarea {
        height: 145px;
        padding-top: 17px;
    }

    #content.wide .about-page .inquiry-submit-btn {
        height: 56px;
        margin-top: 20px;
        font-size: 11px;
    }
}

/* SMALL MOBILE */
@media (max-width: 380px) {
    #content.wide .about-page .about-con-06 > .area {
        width: calc(100% - 28px);
    }

    #content.wide .about-page .contact-right-box {
        padding: 22px 15px 25px;
    }

    #content.wide .about-page .contact-left-box .tit {
        font-size: 29px;
    }

    #content.wide .about-page .about-inquiry-form li > .tit {
        flex-basis: 40px;
        width: 40px;
    }
}

#content.wide .about-page .inquiry-submit-btn:focus-visible {
    outline: 3px solid rgba(18,100,216,.3);
    outline-offset: 3px;
}

/* Footer는 절대 수정하지 않음 */
