@charset "UTF-8";

/* -------------------------------------------------
   헤더 상단 상태 (문의 페이지에서만 살짝 다르게)
------------------------------------------------- */
#xet_header {
    border-bottom: none;
}
ul.xet_nav > li > a {
    color: #1c1d1d !important;
}
ul.xet_nav > li:last-child a {
    color: #00489d !important;
}
.xet_logo a .logo_w {
    display: none;
}
.xet_logo a .scroll_logo {
    display: block;
}

/* -------------------------------------------------
   기본 레이아웃
------------------------------------------------- */
#xet-page {
    max-width: 1400px;
    margin: 120px auto 160px;
    font-size: 16px;
    color: #0a0909;
}
#xet-page * {
    box-sizing: border-box;
}
#xet-page ::placeholder {
    font-weight: 300;
    color: #bbb;
    opacity: 1;
}
#xet-page :-ms-input-placeholder {
    color: #bbb;
}
#xet-page ::-ms-input-placeholder {
    color: #bbb;
}
#xet-page p {
    margin: 0;
}
#xet-page a {
    text-decoration: none;
    color: inherit;
}
#xet-page img {
    max-width: 100%;
}
#xet-page .message {
    text-align: center;
    padding: 1rem;
}

/* -------------------------------------------------
   상단 타이틀
------------------------------------------------- */
#xet-page .page__title {
    text-align: center;
    margin-bottom: 1rem;
}
#xet-page .page__title > div + div {
    font-size: 20px;
    font-weight: 300;
    margin-top: 12px;
}
#xet-page .page__title .title {
    font-size: 62px;
    line-height: 1em;
    font-weight: 700;
    color: #1c1d1d;
}
#xet-page .page__title .subTitle {
    font-size: 1.25rem;
    font-weight: 500;
}

/* -------------------------------------------------
   상단 전화/메일 두 칸
------------------------------------------------- */
.another_con {
    width: 100%;
    margin: 70px auto 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.another_con div {
    width: 50%;
    padding: 24px 0;
    font-size: 32px;
    font-weight: 600;
    color: #1c1d1d;
    text-align: center;
}
.another_con div:first-child {
    border-right: 1px solid #cbcbcb;
}
.another_con div i {
    color: #00489d;
    margin-right: 8px;
}

/* -------------------------------------------------
   문의 폼 공통
------------------------------------------------- */
#xet-page .contact-form {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
#xet-page .contact-form .input-group {
    width: calc(50% - 14px);
}
#xet-page .contact-form .input-group label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    color: #1c1d1d;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
#xet-page .contact-form .input-group label span{
    font-size: 12px;
    color: #888;
    font-weight: normal;
    line-height: 18px;
    margin-left: 2px;
    margin-top: 4px;
}
#xet-page .contact-form .input-group label i {
    font-size: 8px;
    color: #00489d;
    margin-left: 2px;
}

/* 인풋, 셀렉트, 텍스트에어리어 */
#xet-page .contact-form input[type="text"],
#xet-page .contact-form input[type="email"],
#xet-page .contact-form textarea,
#xet-page .contact-form select {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    font-size: inherit;
    margin: 0;
    color: inherit;
    border-radius: 10px;
    appearance: none;
    box-shadow: none;
    border: 1px solid #cbcbcb;
    background-color: #f9f9f9;
}
#xet-page .contact-form .textarea_input {
    width: 100%;
}
#xet-page .contact-form textarea {
    height: 260px;
    padding: 10px;
    resize: vertical;
}

/* 포커스 / 값 입력된 상태 */
#xet-page .contact-form input[type="text"]:focus,
#xet-page .contact-form input[type="email"]:focus,
#xet-page .contact-form textarea:focus {
    border-color: #00489d;
    background-color: #fff;
}
#xet-page .contact-form input[type="text"]:not(:placeholder-shown),
#xet-page .contact-form input[type="email"]:not(:placeholder-shown),
#xet-page .contact-form textarea:not(:placeholder-shown) {
    border-color: #00489d;
    background: #fff;
}

/* 셀렉트박스 (상담시간) */
#xet-page .contact-form select {
    position: relative;
    padding-right: 40px;
    color: #ababab;
    background: url(./arrow_down_icon.svg) no-repeat #f9f9f9;
    background-position: calc(100% - 5px) 50%;
    background-size: 20px;
}
#xet-page .contact-form select.selected {
    color: #111;
}
#xet-page .contact-form select option[value=""][disabled] {
    display: none;
}

/* input 숨기기 */
#attachment {
    display: none;
}

/* 커스텀 버튼 */
.file-btn {
    display: inline-block !important;
    padding: 8px 16px;
    background: #888;
    color: #fff !important;
    border-radius: 80px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: normal !important;
}

/* 파일명 표시 */
.file-name {
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}

/* 삭제 버튼 */
.file-clear {
    margin-left: 10px;
    padding: 6px;
    background: #ddd;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    font-size: 12px;
}

/* -------------------------------------------------
   체크박스(개인정보 동의)
------------------------------------------------- */
#xet-page .contact-form input[type="checkbox"] {
    opacity: 0;
    vertical-align: top;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
#xet-page .contact-form input[type="checkbox"] + label {
    position: relative;
    padding-left: 24px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
#xet-page .contact-form input[type="checkbox"] + label::before,
#xet-page .contact-form input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #cbcbcb;
    background: transparent;
}
#xet-page .contact-form input[type="checkbox"] + label::after {
    opacity: 0;
    background: url("modules/page/skins/pvince_contact/check.svg") no-repeat center #00489d;
    background-size: 18px;
    border-color: #00489d !important;
}
#xet-page .contact-form input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/* -------------------------------------------------
   전송 버튼
------------------------------------------------- */
#xet-page .contact-form .input-submit {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}
#xet-page .contact-form .input-submit .submit {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 72px;
    font-weight: 600;
    border-radius: 40px;
    padding: 0;
    border: 0;
    background: #00489d !important;
    color: #fff !important;
}

/* -------------------------------------------------
   개인정보 약관 팝업 박스
------------------------------------------------- */
#xet-page .agree-privacy {
    display: none;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    background-color: #f5f5f5;
}

/* 팝업 닫기 버튼 (X) */
.close-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00489d;
    border: none;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    right: 30px;
}

/* -------------------------------------------------
   다크 모드 색상
------------------------------------------------- */
body.color_scheme_dark #xet-page {
    color: #fff;
}
body.color_scheme_dark #xet-page .contact-form input[type="text"],
body.color_scheme_dark #xet-page .contact-form input[type="email"],
body.color_scheme_dark #xet-page .contact-form textarea,
body.color_scheme_dark #xet-page .contact-form select {
    border-color: #3b3b3b;
    background-color: #1b1b1b;
}
body.color_scheme_dark #xet-page .contact-form input[type="text"]:focus,
body.color_scheme_dark #xet-page .contact-form input[type="email"]:focus,
body.color_scheme_dark #xet-page .contact-form textarea:focus {
    background-color: #000 !important;
}
body.color_scheme_dark #xet-page .contact-form select {
    color: #ababab;
    background-color: #1b1b1b;
}
body.color_scheme_dark #xet-page .contact-form select.selected {
    color: #fff;
}
body.color_scheme_dark #xet-page .contact-form input[type="checkbox"] + label::before,
body.color_scheme_dark #xet-page .contact-form input[type="checkbox"] + label::after {
    border-color: #3b3b3b;
}
body.color_scheme_dark #xet-page .agree-privacy {
    border-color: #3b3b3b;
    background-color: #1b1b1b;
    color: #ababab;
}

/* -------------------------------------------------
   반응형
------------------------------------------------- */

/* 992px 이상에서 폰트 살짝 줄임 + column 모드 지원 */
@media (min-width: 992px) {
    #xet-page {
        font-size: 14px;
    }
    #xet-page .page__container.column {
        display: flex;
        gap: 16px;
    }
    #xet-page .page__container.column > .item {
        flex: 1;
    }
    #xet-page .page__container.column .page__title {
        text-align: left;
    }
    #xet-page .page__title {
        margin-bottom: 2rem;
    }
}

/* max-width: 1280px - 일반 데스크탑 */
@media (max-width: 1280px) {
    .another_con {
        width: 96%;
        margin: 0 auto 100px;
    }
    #xet-page .contact-form {
        width: 96%;
        margin: 0 auto;
    }
}

/* max-width: 1080px - 작은 데스크탑 / 랩탑 */
@media (max-width: 1080px) {
    #xet-page .page__title .title {
        font-size: 56px;
    }
    #xet-page .page__title > div + div {
        font-size: 16px;
    }
    .another_con div {
        font-size: 28px;
    }
}

/* max-width: 768px - 태블릿 세로 */
@media (max-width: 768px) {
    #xet-page {
        margin: 120px auto;
    }
    .another_con {
        margin: 36px auto 56px;
    }
    .another_con div {
        font-size: 20px;
    }
    #xet-page .contact-form .input-group {
        width: 100%;
    }
}

/* max-width: 480px - 모바일 */
@media (max-width: 480px) {
    #xet-page {
        margin: 140px auto 100px;
    }
    #xet-page .page__title .title {
        font-size: 48px;
    }
    #xet-page .page__title > div + div {
        font-size: 14px;
    }

    .another_con {
        flex-wrap: wrap;
    }
    .another_con div {
        width: 100%;
        padding: 0;
    }
    .another_con div:first-child {
        border-right: none;
        padding: 0 0 16px;
    }

    #xet-page .contact-form {
        width: 90%;
        gap: 20px;
    }
    #xet-page .contact-form .input-group label {
        font-size: 14px;
    }
    #xet-page .contact-form input[type="text"],
    #xet-page .contact-form input[type="email"],
    #xet-page .contact-form textarea,
    #xet-page .contact-form select {
        height: 32px;
        font-size: 12px;
        border-radius: 5px;
    }
    #xet-page .contact-form textarea {
        height: 160px;
    }
    #xet-page ::placeholder {
        font-size: 12px;
        font-weight: 300;
    }
    #xet-page .contact-form input[type="checkbox"] + label::before,
    #xet-page .contact-form input[type="checkbox"] + label::after {
        width: 14px;
        height: 14px;
    }
    #xet-page .contact-form input[type="checkbox"] + label::after {
        background-size: 14px;
    }
    #xet-page .contact-form input[type="checkbox"] + label {
        padding-left: 20px;
    }
    #xet-page a {
        font-size: 12px;
    }
    #xet-page .contact-form .input-submit {
        margin-top: 12px;
    }
    #xet-page .contact-form .input-submit .submit {
        font-size: 16px;
        line-height: 46px;
    }

    .agree-privacy {
        width: 82% !important;
        padding: 30px 16px !important;
        font-size: 12px !important;
        line-height: 1.5em;
    }
    .agree-privacy b {
        font-size: 18px !important;
    }
    .agree-privacy p {
        font-size: 14px !important;
    }
    .close-popup {
        width: 28px;
        height: 28px;
        top: 10px;
        right: 10px;
        border-radius: 5px;
    }
}
