

.consulting_wrap {
    color: #111111;
    padding: 120px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
    word-break: keep-all;
}

    .consulting_wrap .consulting_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(/UploadFile/Sub/Information/partner.jpg);
        background-size: cover;
        background-position: 50% 90%;
        background-repeat: no-repeat;
        width: 100%;
        padding: 150px 0;
    }

    .consulting_wrap .required {
        color: red;
        font-size: 14px;
        text-align: right;
        width: 100%;
        max-width: 1140px;
        font-weight: 300;
    }

    .consulting_wrap .notice-title {
        margin-bottom: 25px;
    }

    .consulting_wrap .notice-title-wrap {
        width: 100%;
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .consulting_wrap .notice-title-wrap .notice-subtitle {
            letter-spacing: 10px;
        }
        .consulting_wrap .notice-title-wrap .notice-txt {
            letter-spacing: 10px;
        }

        .consulting_wrap .notice-title-wrap .txt {
            margin-bottom: 20px;
            display: inline-block;
            background: #061e35;
            color: #fff;
            padding: 3px 20px;
            border-radius: 30px;
            font-weight: 500;
        }


        .consulting_wrap .agree_wrap,
        .consulting_wrap form {
            width: 100%;
            max-width: 900px;
            margin-top: 60px;
            text-align: left;
        }


.consulting_wrap form
.agree_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1140px;
    margin-top: 70px;
    text-align: left;
}


.agree_wrap .tit {
    margin-bottom:10px;
}

.agree_wrap .txt {
    width: 100%;
    border-top: 0;
    box-sizing: border-box;
    font-size: 14px;
}

    .agree_wrap .txt .agree_txt {
        width: 100%;
        height: 180px;
        padding: 20px;
        box-sizing: border-box;
        font-size: 14px;
        overflow-y: auto;
        background: #f5f5f5;
        border-radius: 10px;
        scrollbar-width: none;
        margin-bottom: 30px;
    }


        .agree_wrap .txt .check2 {
            font-size: 1.1rem;
            margin-top: 20px;
            text-align: right;
        }

            .agree_wrap .txt .check2 input[type="checkbox"] {
                display: none;
            }

                .agree_wrap .txt .check2 input[type="checkbox"] + input + label {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    border: 2px solid #85bbbf;
                    position: relative;
                    vertical-align: middle;
                    margin-right: 5px;
                }

            .agree_wrap .txt .check2 input:checked + input + label::after {
                content: '';
                font-size: 25px;
                width: 20px;
                height: 20px;
                text-align: center;
                position: absolute;
                left: -2px;
                top: -2px;
                background: url(https://wonderfulps.s3.ap-northeast-2.amazonaws.com/main/check.jpg);
                /*background-color: #85bbbf;*/
                background-position: 50% 50%;
                background-size: 100%;
            }

            .agree_wrap .txt .check2 label {
                cursor: pointer;
                vertical-align: middle;
            }


.select_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

    .select_box select {
        width: 48%;
        height: 50px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        padding: 7px;
        font-size: 15px;
        background: #fafafa;
        color: #999;
    }

        .select_box select:focus {
            outline: none;
            box-shadow: 0px 0px 0px 1px #9fd4d8;
            background: #fff;
            transition: .3s;
        }

.input_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}

.input_wrap .input {
    width:48%;
}
    .input_wrap .input input {
        width: 100%;
        height: 50px;
        padding: 0 10px;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        border-radius: 7px;
        color: #444;
        font-size: 16px;
        background: #fafafa;
    }

        .input_wrap .input input:focus,
        .input_wrap .input.mobile input:focus {
            outline: none;
            box-shadow: 0px 0px 0px 1px #9fd4d8;
            background: #fff;
            transition: .3s;
        }

    .input_wrap .input,
    .input_wrap .input.mobile {
    }


        .input_wrap .input.mobile input {
            width: 30%;
            height: 50px;
            padding: 0 10px;
            border: 1px solid #eeeeee;
            box-sizing: border-box;
            border-radius: 7px;
            color: #444;
            font-size: 16px;
            background: #fafafa;
        }


        .input_wrap .input.mobile .number {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

.input_wrap .input .auto {
    width: 100%;
}

    .input_wrap .input .auto .captcha {
        display: flex;
        align-items: end;
    }

    .input_wrap .input .auto input {
        width: unset;
        margin-top: 10px;
    }

    .input_wrap .input .auto .captcha i {
        margin-left: 5px;
        border: 1px solid #ddd;
        padding: 7px;
        border-radius: 5px;
        cursor: pointer;
    }

    .input_wrap .input .auto .captcha img {
    }

    .input_wrap .input .auto .captcha i:hover {
        background: #f1f1f1;
    }

    .input_wrap label,
    .select_box label {
        width: 30%;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        font-size: 16px;
        color: #666;
    }

    .input_wrap .editor {
        width:100%;
    }

    .input_wrap textarea {
        width: calc(100% - 1%);
        height: 250px;
        resize: none;
    }


    .input_wrap.subject .input {
        width:100%;
    }

    .input_wrap.captcha {
        align-items: flex-start;
    }

        .input_wrap.subject .input label,
        .input_wrap.captcha .title,
        .file_box .file_tit {
            width: 20%;
        }

        .input_wrap.captcha .input,
        .file_box .file_list {
            width: 80%;
        }

    .confirm_btn {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 80px;
        justify-content: center;
    }

        .confirm_btn button {
            padding: 15px 30px;
            color: #fff;
            font-weight: 600;
            border: 0;
            font-size: 16px;
            cursor: pointer;
            border-radius: 25px;
        }


    .confirm_btn button.button {
       background:#999;
    }
            .confirm_btn button.submit {
                background: #65b6bc;
            }


.pass_wrap {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:250px 0 300px 0;
    text-align:center;
}

    .pass_wrap .tit {
        font-size:40px;
        font-weight:600;
    }
    .pass_wrap .sub {
        font-size: 18px;
        margin-top:10px;
    }


    .pass_wrap .required {
        color: red;
        font-size: 14px;
        text-align: right;
        width: 100%;
        max-width: 1140px;
        font-weight: 300;
    }
     
.pass_box {
    max-width: 400px;
    width: 100%;
    background : #f4f4f4;
    border-radius:10px;
    padding:20px;
    margin-top:50px;
}

    .pass_box .input {
        width: 80%;
        text-align: left;
    }
        .pass_box .input input {
            width: 100%;
            height: 42px;
            padding: 0 10px;
            border: 1px solid #eeeeee;
            box-sizing: border-box;
            border-radius: 7px;
            color: #444;
            font-size: 16px;
            background:#fff;
        }

            .pass_box .input input:focus {
                outline: none;
                box-shadow: 0px 0px 0px 1px #9fd4d8;
                background: #fff;
                transition: .3s;
            }


    .pass_box .confirm_btn {
        margin-top:20px;
    }


.consulting_wrap .tab_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    gap: 10px;
}

.consulting_wrap .tab_wrap input {
    display: none;
}

    .consulting_wrap .tab_wrap label {
        border: 1px solid #65b6bc;
        cursor: pointer;
        padding: 15px;
        width: 100%;
        text-align: center;
        max-width: 300px;
        color: #65b6bc;
        border-radius: 10px;
        font-size: 20px;
    }

    .consulting_wrap .tab_wrap input:checked + label {
        color: #fff;
        background: #65b6bc;
        font-weight: 700;
    }


.file_box {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.file_box .file_tit {
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
}

    .file_box .file_list .file_notice {
        font-size: 0.9rem;
        margin: 5px 0 20px 0;
        color: #bababa;
    }

.file_box .file_list .file_db {
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    flex-direction: column;
}

    .file_box .file_list .file_db .file_btn {
        display: flex;
        gap: 5px 10px;
        width: 100%;
        align-items: center;
    }

        .file_box .file_list .file_db .file_btn.multi {
            flex-direction: column;
            align-items: flex-start;
        }

            .file_box .file_list .file_db .file_btn.multi .file_name {
            }

                .file_box .file_list .file_db .file_btn.multi .file_name i {
                    font-size: 17px;
                    font-weight: bold;
                    position: relative;
                    top: 1px;
                }


        .file_box .file_list .file_db .file_btn .lab {
            font-weight: 700;
            width: 7%;
        }

        .file_box .file_list .file_db .file_btn .file_name {
            color: #909099;
            font-size: 0.9rem;
            width: 45%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .file_box .file_list .file_db .file_btn label {
            display: block;
            background: #333;
            border: 0;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            font-size: 0.9rem;
            outline: 0;
            padding: 7px 25px;
            margin: 5px 0;
            text-transform: uppercase;
            transition: background .3s ease
        }

        .file_box .file_list .file_db .file_btn input {
            display: none;
        }


.diagram_wrap {
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

    .diagram_wrap .diagram_detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }

        .diagram_wrap .diagram_detail .ctn {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            width: 35%;
            padding: 30px 50px;
            border-radius: 20px;
            border: 10px solid #f5f5f5;
        }

            .diagram_wrap .diagram_detail .ctn .no {
                padding: 5px;
                background: #061e35;
                color: #fff;
                font-weight: 500;
                line-height: 1.3;
                width: 30px;
                height: 30px;
                font-size: 17px;
                border-radius: 50%;
            }

            .diagram_wrap .diagram_detail .ctn .tit {
                font-size: 26px;
                color: #061e35;
                font-weight: 700;
            }

            .diagram_wrap .diagram_detail .ctn .txt {
                font-size: 18px;
            }


.step_wrap {
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

    .step_wrap .step_box {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

        .step_wrap .step_box .ctn {
            width: 20%;
            display: flex;
            flex-direction: column;
            gap: 0px;
            align-items: center;
            justify-content: space-between;
            padding: 30px 10px;
        }

            .step_wrap .step_box .ctn.step1 {
                background: #eaecee;
                border-radius: 20px 0 0 20px;
            }

            .step_wrap .step_box .ctn.step2 {
                background: #dadde1;
            }

            .step_wrap .step_box .ctn.step3 {
                background: #c8ced7;
            }

            .step_wrap .step_box .ctn.step4 {
                background: #b6bfcc;
                border-radius: 0 20px 20px 0;
            }


            .step_wrap .step_box .ctn .tit {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 10px;
            }
        .step_wrap .step_box .ctn .txt {
            font-size: 16px;
        }


    @media (min-width: 768px) and (max-width: 1024px) {
        .consulting_wrap {
        padding: 150px 20px;
    }

}


@media (max-width: 767px) {




    .consulting_wrap {
        padding:80px 20px;
    }
        .consulting_wrap .notice-title-wrap .txt {
            padding: 3px 15px;
            font-size: 16px;
        }

    .diagram_wrap {
        margin-top: 30px;
    }
        .diagram_wrap .diagram_detail {
            gap: 10px;
        }
            .diagram_wrap .diagram_detail .ctn {
                padding: 10px;
                width: 48%;
                border: 7px solid #f5f5f5;
            }
                .diagram_wrap .diagram_detail .ctn .no {
                    width: 25px;
                    height: 25px;
                    font-size: 12px;
                }
                .diagram_wrap .diagram_detail .ctn .tit {
                    font-size: 18px;
                }
        .diagram_wrap .diagram_detail .ctn .txt {
            font-size: 14px;
        }


    .consulting_wrap .consulting_title {
        padding: 50px 30px;
        width:110%;
    }
    .consulting_wrap .notice-title {
        margin-bottom: 10px;
    }

    .step_wrap {
        margin-bottom:0;
    }
        .step_wrap .step_box .ctn {
            width: 48%;
            padding: 20px 10px;
        }
        .step_wrap .step_box .ctn .tit {
            font-size: 16px;
        }
        .step_wrap .step_box .ctn .txt {
            font-size: 14px;
        }

        .step_wrap .step_box .ctn.step1 {
            border-radius: 20px 0 0 0;
        }
        .step_wrap .step_box .ctn.step2 {
            border-radius: 0 20px 0 0;
        }
        .step_wrap .step_box .ctn.step3 {
            border-radius: 0 0 0 20px;
        }
        .step_wrap .step_box .ctn.step4 {
            border-radius: 0 0 20px 0;
        }

        .select_box select, .input_wrap .input {
            width: 100%;
        }

    .input_wrap .input,
    .input_wrap .editor {
        margin-top: 10px;
    }

    .select_box {
        margin: 10px 0;
    }


        .input_wrap {
            flex-direction: column;
            margin: 0;
        }

            .input_wrap .input.mobile .number {
                gap: 3px;
            }
/*
            .input_wrap .input.mobile .number input {
                max-width: 100px;
            }*/

            .input_wrap.captcha {
                flex-direction:row;
                margin-top:30px;
            }


            .input_wrap.captcha .input {
                width: 80%;
            }

            .input_wrap.subject .input label,
            .input_wrap.captcha .title {
                width: 30%;
            }

    .file_box .file_tit {
        width: 30%;
    }
    .file_box .file_list .file_notice {
        font-size: 0.8rem;
    }
    .input_wrap textarea {
        width: calc(100% - 1%);
        height: 250px;
        resize: none;
    }
            .input_wrap.captcha .input {
                margin:0;
            }


    .consulting_wrap form .agree_wrap {
        margin-top: 50px;
    }

    .agree_wrap .txt .agree_txt {
        margin-bottom: 20px;
    }
    .agree_wrap .txt .check2 {
        font-size: 1rem;
    }
    .confirm_btn {
        margin-top: 40px;
    }

    .confirm_btn button {
        padding: 12px 25px;
    }


    .pass_wrap .tit {
        font-size: 30px;
    }

    .pass_wrap .sub {
        font-size: 16px;
    }

            #smart_editor2 .se2_text_tool .se2_multy {
                position: relative !important;
            }

    #smart_editor2 {
        width: 100% !important;
    }

    .pass_wrap {
        padding: 130px 20px;
    }




}
