@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Contact ad Page
-------------------------------------------------------------------*/
@media screen and (min-width:1141px) {
    .content {
        width: 945px;
        min-height: 200px;
        padding-top: 50px;
        margin: 0 auto;
    }

    .content-body {
        width: 100%;
        min-height: 100px;
    }

    .title-area h2 {
        font-size: 48px;
        font-weight: 700;
        color: #323232;
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: -2.16px;
    }

    .title-area p {
        font-size: 21px;
        font-weight: 500;
        color: #323232;
        text-align: center;
        letter-spacing: -0.94px;
    }

    .tab-area {
        width: 492px;
        height: 55px;
        margin: 57px auto 66px;

    }

    .tab-area .tab1 {
        width: 246px;
        height: 55px;
        border: 1px solid #00B16A;
        border-radius: 28px;
        background-color: #FFF;
        position: relative;
        float: left;
        z-index: 15;

        margin-left: 123px;
    }

    .tab-area .tab1 .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: #00B16A;
        top: 17px;
        left: 27px;
    }

    .tab-area .tab1 .check {
        position: absolute;
        width: 10px;
        height: 10px;
        font-size: 16px;
        left: 33px;
        top: 13px;
        color: #FFF;
    }

    .tab-area .tab1 .tab-title {
        position: absolute;
        width: 160px;
        left: 55px;
        top: 13px;
        font-size: 16px;
        font-weight: 400;
        color: #00B16A;
        letter-spacing: -0.72px;
    }

    .tab-area .tab2 {
        float: left;
        width: 300px;
        height: 55px;
        background-color: #E1E1E1;
        margin-left: -54px;
        border: 1px solid #999999;
        border-radius: 28px;
        position: relative;
        z-index: 10;
    }

    .tab-area .tab2 .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 1px solid #999999;
        top: 17px;
        right: 199px;
    }

    .tab-area .tab2 .tab-title {
        position: absolute;
        width: 161px;
        right: 32px;
        top: 13px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        letter-spacing: -0.72px;
    }

    .content-area {
        width: 945px;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        margin: 0 auto 80px;
        padding: 55px 87px 60px;
    }

    .content-area .title {
        font-size: 16px;
        font-weight: 700;
        color: #2B2C31;
        letter-spacing: -0.72px;
    }

    .content-area .title span {
        font-size: 12px;
        font-weight: 400;
        color: #AAAAAA;
        letter-spacing: -0.54px;
    }

    .content-area ul {
        margin-top: 25px;
    }

    .content-area ul li {
        float: left;
        width: 175px;
        height: 40px;
        border: 1px solid #707070;
        border-radius: 5px;
        text-align: center;
        line-height: 36px;
        margin-right: 20px;
        margin-bottom: 17px;
        cursor: pointer;
        color: #2B2C31;
    }

    .content-area ul li:nth-child(4n) {
        margin-right: 0;
    }

    .content-area ul li.on {
        border: 1px solid #00B16A;
        background-color: #00B16A;
        color: #FFF;
    }

    .content-area .step2 {
        margin: 64px 0 62px;
    }

    .content-area .step-inner {
        width: 367px;
    }

    .content-area .step-inner.left {
        float: left;
    }

    .content-area .step-inner.right {
        float: right;
    }

    .content-area .step-inner .input-container {
        margin-top: 19px;
        width: 100%;
        height: 30px;
        position: relative;
    }

    .content-area .step-inner .input-container input {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        outline: none;
        text-align: right;
    }

    .content-area .step-inner .input-container input.pay {
        padding: 0 40px 0 30px;
    }

    .content-area .step-inner .input-container input.month {
        padding: 0 50px 0 30px;
    }

    .content-area .step2 .step-inner .input-container-pay::after {
        content: "원";
        position: absolute;
        right: 5px; /* 원하는 위치에 조절 */
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* 텍스트 때문에 입력창을 클릭할 수 없는 문제를 해결합니다. */
        font-size: 14px;
        font-weight: 400;
        color: #2B2C31;
        letter-spacing: -0.63px;
    }

    .content-area .step2 .step-inner .input-container-month::after {
        content: "개월";
        position: absolute;
        right: 5px; /* 원하는 위치에 조절 */
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* 텍스트 때문에 입력창을 클릭할 수 없는 문제를 해결합니다. */
        font-size: 14px;
        font-weight: 400;
        color: #2B2C31;
        letter-spacing: -0.63px;
    }

    .content-area .step3 textarea {
        margin: 15px 0 18px;
        min-width: 100%;
        max-width: 100%;
        min-height: 175px;
        border: 1px solid #DDDDDD;
        outline: none;
        padding: 20px 20px;
    }

    #file-attachments-wrap {
        width: 700px;
        float: left;
    }

    .file-upload-wrapper {
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fafafa;
        padding: 0 15px;
        display: block;
        width: 558px;
        pointer-events: none;
        z-index: 20;
        height: 40px;
        line-height: 40px;
        color: #999999;
        font-weight: 400;
        border: 1px solid #e9e9e9;
        box-sizing: border-box;
    }

    .file-upload-wrapper:before {
        content: '찾아보기';
        position: absolute;
        top: 0;
        left: 568px;
        display: inline-block;
        height: 40px;
        background: #999999;
        color: #fff;
        font-weight: 500;
        z-index: 25;
        font-size: 14px;
        letter-spacing: -0.63px;
        line-height: 40px;
        width: 126px;
        text-align: center;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 5px;
    }

    .file-upload-wrapper:hover:before {
        background: #999999;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    .file-attachments-add-wrap {
        width: 65px;
        height: 40px;
        float: right;
    }

    .file-attachments-add {
        text-align: center;
        display: block;
        width: 65px;
        height: 40px;
        border: 1px solid #DDDDDD;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        border-radius: 5px;
        line-height: 40px;
        color: #AAAAAA;
    }

    .file-attachments-add:hover {
        color: #00B16A;
        border: 1px solid #00B16A;
    }

    .step4 {
        margin: 62px 0 30px;
    }

    .step4 .step-inner {
        position: relative;
        margin-top: 30px;
    }

    .step4 .step-inner label {
        position: absolute;
        font-size: 14px;
        font-weight: 400;
        color: #2B2C31;
        letter-spacing: -0.63px;
        left: 5px;
    }

    .step4 .step-inner label span {
        color: #00B16A;
    }

    .step4 .step-inner input {
        width: 100%;
        height: 25px;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 30px;
        padding: 0 30px 10px 60px;
        outline: none;
    }

    .name-label {
        top: 3px;
    }

    .email-label {
        top: 64px;
    }

    .mobile-label {
        top: 3px;
    }

    .company-label {
        top: 64px;
    }

    .checkbox-container {
        position: relative;
    }

    .checkbox-container .text {
        position: absolute;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        letter-spacing: -0.72px;
        top: -2px;
        left: 25px;
        width: 300px;
        height: 30px;
        cursor: pointer;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .checkbox-container .custom-checkbox {
        position: relative;
        height: 17px;
        width: 17px;
        display: inline-block;
        border: 2px solid #999999;
        cursor: pointer;
    }

    .checkbox-container .custom-checkbox::after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbox-container input:checked ~ .custom-checkbox::after {
        display: block;
    }

    .checkbox-container .custom-checkbox::after {
        left: 3px;
        top: 0;
        width: 4px;
        height: 8px;
        border: solid #999999;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

    .btn-container {
        width: 100%;
        height: 60px;
        margin-top: 60px;
        text-align: center;
    }

    .btn-container button {
        width: 366px;
        height: 60px;
        border: 2px solid #00B16A;
        color: #00B16A;
        background-color: #FFF;
        border-radius: 5px;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: -0.94px;
        cursor: pointer;
    }

    .btn-container button:hover {
        background-color: #00B16A;
        color: #FFF;
    }

    .check-popup{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999;
    }
    .check-popup-inner{
        width: 500px;
        height: 270px;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
        background: #FFF;
        padding: 30px 30px;
    }
    .check-popup-inner p{
        font-weight: 700;
        font-size: 20px;
    }
    .check-popup-inner span{
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 30px;
    }
    .check-popup-inner button{
        width: 70px;
        height: 40px;
        border: none;
        background: #f2f2f2;
        margin: 30px auto 0;
        display: block;
        font-size: 15px;
        cursor: pointer;
    }
}

@media screen and (max-width:1140px) {
    .content {
        width: 100%;
        min-height: 200px;
        padding-top: 50px;
        margin: 0 auto;
    }

    .content-body {
        width: 100%;
        min-height: 100px;
        padding: 0 20px 30px;
    }

    .title-area h2 {
        font-size: 22px;
        font-weight: 700;
        color: #323232;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: -2.16px;
    }

    .title-area p {
        font-size: 14px;
        font-weight: 500;
        color: #323232;
        text-align: center;
        letter-spacing: -0.94px;
    }

    .tab-area {
        width: 100%;
        height: 40px;
        margin: 20px auto;
    }

    .tab-area .tab1 {
        width: 200px;
        height: 40px;
        border: 1px solid #00B16A;
        border-radius: 28px;
        background-color: #FFF;
        position: relative;
        float: left;
        z-index: 15;
        left: 50%;
        margin-left: -100px;
    }

    .tab-area .tab1 .circle {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        background-color: #00B16A;
        top: 12px;
        left: 18px;
    }

    .tab-area .tab1 .check {
        position: absolute;
        width: 8px;
        height: 6px;
        font-size: 14px;
        left: 23px;
        top: 8px;
        color: #FFF;
    }

    .tab-area .tab1 .tab-title {
        position: absolute;
        left: 44px;
        font-size: 13px;
        height: 40px;
        font-weight: 400;
        color: #00B16A;
        letter-spacing: -0.72px;
        line-height: 40px;
        box-sizing: border-box;
        top: -1px;
    }

    .tab-area .tab2 {
        float: left;
        width: 300px;
        height: 55px;
        background-color: #E1E1E1;
        margin-left: -54px;
        border: 1px solid #999999;
        border-radius: 28px;
        position: relative;
        z-index: 10;
    }

    .tab-area .tab2 .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 1px solid #999999;
        top: 17px;
        right: 199px;
    }

    .tab-area .tab2 .tab-title {
        position: absolute;
        width: 161px;
        right: 32px;
        top: 13px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        letter-spacing: -0.72px;
    }

    .content-area {
        width: 100%;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        padding: 20px 20px;
    }

    .content-area .title {
        font-size: 14px;
        font-weight: 700;
        color: #2B2C31;
        letter-spacing: -0.72px;
    }

    .content-area .title span {
        font-size: 12px;
        font-weight: 400;
        color: #AAAAAA;
        letter-spacing: -0.54px;
    }

    .content-area ul {
        margin-top: 10px;
    }

    .content-area ul li {
        float: left;
        width: calc(50% - 20px);
        height: 34px;
        border: 1px solid #707070;
        border-radius: 5px;
        text-align: center;
        line-height: 30px;
        margin: 10px 10px;
        cursor: pointer;
        color: #2B2C31;
        font-size: 13px;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* box-sizing: content-box; */
    }

    .content-area ul li.on {
        border: 1px solid #00B16A;
        background-color: #00B16A;
        color: #FFF;
    }

    .content-area .step2 {
        margin: 20px 0 0;
    }

    .content-area .step-inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-area .step-inner.left {
        /*float: left;*/
    }

    .content-area .step-inner.right {
        /*float: right;*/
    }

    .content-area .step-inner .input-container {
        margin-top: 19px;
        width: 100%;
        height: 30px;
        position: relative;
    }

    .content-area .step-inner .input-container input {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        outline: none;
        text-align: right;
        border-radius: 0;
    }

    .content-area .step-inner .input-container input.pay {
        padding: 0 40px 0 30px;
    }

    .content-area .step-inner .input-container input.month {
        padding: 0 50px 0 30px;
    }

    .content-area .step2 .step-inner .input-container-pay::after {
        content: "원";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 14px;
        font-weight: 400;
        color: #2B2C31;
        letter-spacing: -0.63px;
    }

    .content-area .step2 .step-inner .input-container-month::after {
        content: "개월";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 14px;
        font-weight: 400;
        color: #2B2C31;
        letter-spacing: -0.63px;
    }

    .content-area .step3 textarea {
        margin: 15px 0 18px;
        width: 100%;
        min-height: 175px;
        border: 1px solid #DDDDDD;
        outline: none;
        padding: 10px 10px;
    }

    #file-attachments-wrap {
        width: calc(100% - 50px);
        float: left;
    }

    .file-upload-wrapper {
        position: relative;
        width: calc(100% - 70px);
        height: 40px;
        margin-bottom: 10px;
    }

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fafafa;
        padding: 0 15px;
        display: block;
        width: 100%;
        pointer-events: none;
        z-index: 20;
        height: 40px;
        line-height: 40px;
        color: #999999;
        font-weight: 400;
        border: 1px solid #e9e9e9;
        box-sizing: border-box;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-upload-wrapper:before {
        content: '찾아보기';
        position: absolute;
        top: 0;
        right: -65px;
        display: inline-block;
        height: 40px;
        background: #999999;
        color: #fff;
        font-weight: 500;
        z-index: 25;
        font-size: 12px;
        letter-spacing: -0.63px;
        line-height: 40px;
        width: 60px;
        text-align: center;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 5px;
    }

    .file-upload-wrapper:hover:before {
        background: #999999;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    .file-attachments-add-wrap {
        width: 50px;
        height: 40px;
        float: right;
    }

    .file-attachments-add {
        text-align: center;
        display: block;
        width: 50px;
        height: 40px;
        border: 1px solid #DDDDDD;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        border-radius: 5px;
        line-height: 40px;
        color: #AAAAAA;
    }

    .file-attachments-add:hover {
        color: #00B16A;
        border: 1px solid #00B16A;
    }

    .step4 {
        margin: 20px 0 5px;
    }
    .step4 .title{
        margin-bottom: 20px;
    }

    .step4 .step-inner {
        position: relative;
        margin: 0;
    }

    .step4 .step-inner label {
        position: absolute;
        font-size: 14px;
        font-weight: 400;
        color: #2B2C31;
        letter-spacing: -0.63px;
        left: 5px;
    }

    .step4 .step-inner label span {
        color: #00B16A;
    }

    .step4 .step-inner input {
        width: 100%;
        height: 25px;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 10px;
        padding: 0 30px 10px 60px;
        outline: none;
        border-radius: 0;
    }

    .name-label {
        top: 3px;
    }

    .email-label {
        top: 45px;
    }

    .mobile-label {
        top: 3px;
    }

    .company-label {
        top: 45px;
    }

    .checkbox-container {
        position: relative;
    }

    .checkbox-container .text {
        position: absolute;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        letter-spacing: -0.72px;
        top: 2px;
        left: 20px;
        width: 300px;
        height: 30px;
        cursor: pointer;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .checkbox-container .custom-checkbox {
        position: relative;
        height: 15px;
        width: 15px;
        display: inline-block;
        border: 2px solid #999999;
        cursor: pointer;
    }

    .checkbox-container .custom-checkbox::after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbox-container input:checked ~ .custom-checkbox::after {
        display: block;
    }

    .checkbox-container .custom-checkbox::after {
        left: 3px;
        top: 0;
        width: 3px;
        height: 7px;
        border: solid #999999;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

    .btn-container {
        width: 100%;
        height: 40px;
        margin-top: 15px;
        text-align: center;
    }

    .btn-container button {
        width: 60%;
        height: 40px;
        border: 2px solid #00B16A;
        color: #00B16A;
        background-color: #FFF;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.94px;
        cursor: pointer;
    }

    .btn-container button:hover {
        background-color: #00B16A;
        color: #FFF;
    }

    .check-popup{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999;
    }
    .check-popup-inner{
        width: 80%;
        height: 330px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFF;
        padding: 30px 30px;
    }
    .check-popup-inner p{
        font-weight: 700;
        font-size: 20px;
    }
    .check-popup-inner span{
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 30px;
    }
    .check-popup-inner button{
        width: 70px;
        height: 40px;
        border: none;
        background: #f2f2f2;
        margin: 30px auto 0;
        display: block;
        font-size: 15px;
        cursor: pointer;
    }
}