﻿/*Font & 전체 설정*/

* { /*cursor:none;*/
    box-sizing: border-box
}

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');

@font-face {
    font-family: 'Edensor';
    src: url('/common/css/font/Edensor.otf') format('opentype');
}

body {
    background: white;
}

.top_counsel{
      display: none;
}

/**/
#buttonline {
    display: none;
}

.ball_box {
    display: none;
}

/* SVG 라인 설정*/
.red_line {
    width: 100%;
    position: absolute;
    top: -100px;
}

/*페이지 설정*/
.content_wrap {
    margin: 0 22%;
    position: relative;
}

.main_wrap {
    margin-top: 200px;
    height: 0px;
}

/*메인 영역 텍스트영역 설정*/
.title_wrap {
    position: relative;
    padding-top: 30px;
}

    .title_wrap h1 {
        display: inline-block;
    }
/*.title_wrap h1::selection{
    background:#fff;
}*/
.f_300 {
    font-family: 'Edensor';
    font-size: 15rem;
    font-weight: 100;
}

.f_400 {
    font-family: 'HYMyeongJo-Extra';
    font-size: 15rem;
    font-weight: 100;
}

.f_100 {
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1.5rem;
}

.f_200 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 3rem;
}

.f_150 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.5rem;
}

.star {
    animation-duration: 10s;
    animation-name: rotate;
    animation-iteration-count: infinite;
}

.us {
    position: absolute;
}

.italic {
    font-style: italic;
}

.text_wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

    .text_wrap h5:first-child {
        margin-left: 40%;
    }

    .text_wrap h5:nth-child(2) {
        margin: 250px 0 0 16%;
    }

    .text_wrap h5:last-child {
        margin: 175px 0 0 3%;
    }

/*메인 영역 이미지*/
.cont_img {
    width: 400px;
    display: inline-block;
    margin-left: 34%;
}


/*프로젝트 설명 타이틀 영역*/
.inquiry_wrap {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 5px solid #4390DD;
}

.red_dot {
    color: #4390DD;
}

.inquiry_wrap p {
    font-family: 'Pretendard';
    font-weight: 300;
    margin: 30px 0;
    line-height: 160%;
}

/*서비스 질문 영역*/

.service_wrap {
    padding: 100px 0 100px 0;
    border-bottom: 5px solid #000;
}

    .service_wrap input[type=radio] {
        display: none;
    }

.select-button label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
}

.red_txt {
    color: #4390DD;
}

.select-button span {
    font-family: 'Pretendard';
    font-weight: 200
}


.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

    .label-cbx input:checked + .checkbox {
        border-color: #4390DD;
    }

        .label-cbx input:checked + .checkbox svg path {
            fill: #4390DD;
        }

        .label-cbx input:checked + .checkbox svg polyline {
            stroke-dashoffset: 0;
        }

    .label-cbx:hover .checkbox svg path {
        stroke-dashoffset: 0;
    }

    .label-cbx .checkbox {
        position: relative;
        top: 2px;
        float: left;
        margin-right: 8px;
        width: 21px;
        height: 21px;
        border: 2px solid #C8CCD4;
        border-radius: 3px;
    }

        .label-cbx .checkbox svg {
            position: absolute;
            top: -3px;
            left: -3px;
        }

            .label-cbx .checkbox svg path {
                fill: none;
                stroke: #4390DD;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 71px;
                stroke-dashoffset: 71px;
                transition: all 0.6s ease;
            }

            .label-cbx .checkbox svg polyline {
                fill: none;
                stroke: #FFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 18px;
                stroke-dashoffset: 18px;
                transition: all 0.3s ease;
            }

    .label-cbx > span.answer {
        pointer-events: none;
        vertical-align: middle;
    }

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.inline {
    display: inline-block;
    margin: 30px 10px 0 0;
}

/*프로젝트 질문 영역*/
.input_prj {
    width: 100%;
    margin: 100px 0;
}

.project_wrap {
    width: 49%;
    float: left;
}

.client_wrap {
    width: 50%;
    float: right;
}
/*폼 디자인*/
.inp {
    position: relative;
    margin: 30px 0;
    max-width: 90% !important;
    width: 90% !important;
    height: 90px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Pretendard';
    padding-bottom: 10px;
    display: block !important;
}

    .inp .label {
        position: absolute;
        /*top: -5px;*/
        left: 0;
        font-size: 16px;
        color: #9098a9;
        font-weight: 300;
        transform-origin: 0 0;
        transition: all 0.2s ease;
        font-family: 'Pretendard';
        height: 50px;
    }

    .inp svg.form_input {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 26px;
        fill: none;
    }

        .inp svg.form_input path {
            stroke: #c8ccd4;
            stroke-width: 2;
        }

            .inp svg.form_input path d {
                transition: all 0.2s ease;
            }

    .inp .border {
        position: absolute;
        bottom: 0;
        left: 120px;
        height: 2px;
        right: 0;
        background: #c8ccd4;
    }

    .inp #txtPrjName, #txtBudget, #txtReqUrl, #txtReq, #txtCom_name, #txtMan_name, #txtMobile, #txtEmail {
        -webkit-appearance: none;
        width: 90%;
        height: 50px;
        border: 0;
        font-family: inherit;
        padding: 12px 0;
        height: 80px;
        font-size: 16px;
        font-weight: 500;
        background-color: transparent !important;
        border-radius: 0;
        color: #223254;
        transition: all 0.15s ease;
        margin: 20px 0;
        caret-color: #4390DD;
    }

    .inp input:not(:placeholder-shown) + span {
        color: #4390DD;
        transform: translateY(-1px) scale(0.75);
    }

    .inp input:focus {
        background: none;
        outline: none;
    }

        .inp input:focus + span {
            color: #000;
            transform: translateY(-1px) scale(0.75);
            transition-delay: 0.1s;
        }

            .inp input:focus + span + svg.form_input path {
                stroke: #4390DD;
                animation: elasticInput 0.4s ease forwards;
            }

            .inp input:focus + span + svg.form_input + .border {
                background: #4390DD;
            }

.dribbble {
    position: fixed;
    right: 20px;
    bottom: 15px;
    transition: all 0.2s ease;
}

    .dribbble span {
        font-size: 28px;
        color: #9098a9;
    }

@-moz-keyframes elasticInput {
    50% {
        d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
    }
}

@-webkit-keyframes elasticInput {
    50% {
        d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
    }
}

@-o-keyframes elasticInput {
    50% {
        d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
    }
}

@keyframes elasticInput {
    50% {
        d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
    }
}

.inp_lb .box_lb {
    position: absolute;
    /*top: -5px;*/
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 300;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    font-family: 'Pretendard';
    height: 50px;
}

.inp_lb textarea:not(:placeholder-shown) + .box_lb {
    color: #4390DD;
    transform: translateY(-1px) scale(0.75);
}

.inp_lb textarea:focus {
    background: none;
    outline: none;
}

    .inp_lb textarea:focus + .box_lb {
        color: #000;
        transform: translateY(-1px) scale(0.75);
        transition-delay: 0.1s;
    }

.inp_lb textarea {
    width: 90%;
    border: 2px solid #c8ccd4;
    height: 200px;
    outline: 0;
    padding: 3%;
    font-family: 'Pretendard';
    font-size: 20px;
    caret-color: #4390DD;
}

    .inp_lb textarea:focus {
        border: 2px solid #4390DD;
    }



.project_wrap .inp:last-child {
    margin: 0 !important;
}

    .project_wrap .inp:last-child input {
        margin: 0 !important;
    }

.border_box {
    width: 100%;
    border: 2px solid #c8ccd4;
    height: 200px !important;
    outline: 0;
    padding: 3%;
    font-family: 'Pretendard';
    font-size: 20px;
    caret-color: #4390DD;
    top: 30px;
    enable-background: new 0 0 1702.96 1029.91;
}

.box {
    fill: none;
    stroke: #D1D4DA;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

#txtReq {
    border: 2px solid #c8ccd4;
    height: 200px !important;
    outline: 0;
    padding: 3%;
    font-family: 'Pretendard';
    font-size: 20px;
    caret-color: #4390DD;
    top: 50px;
    position: inherit;
    width: 90%;
    word-wrap: break-word;
    overflow: auto;
    resize: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

    #txtReq:focus {
        border: 2px solid #4390DD;
    }

.input_prj p {
    margin-bottom: 50px;
}

/*개인정보처리방침 영역*/
.text_deco {
    border: none;
    border-bottom: 1px solid #9098a9;
    outline: none;
    font-family: 'Pretendard';
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.privacy {
    display: block;
    width: 100%;
    float: left;
    margin: 250px 0 50px 0;
}

/*문의버튼*/
.submit {
    width: 100%;
    padding-bottom: 100px;
    border-bottom: 5px solid #4390DD;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    color: #000;
}

.submit_btn {
    border: 1px solid #4390DD;
    padding: 10px 5px;
    background: #fff;
    height: 50px;
    width: 200px;
    font-family: 'Pretendard';
    font-size: 16px;
    color: #000;
    border-radius: 10px;
}

    .submit_btn:hover {
        color: #fff;
        background: #4390DD;
        box-shadow: none;
        transform: scale(1.05);
        transition: 0.4s ease;
        cursor: pointer;
    }



/*모달창*/
.button-close {
    padding: 10px;
    align-self: flex-end;
    background-color: transparent;
    box-shadow: none;
    text-align: right;
    color: rgb(131, 130, 130);
    margin-right: 10px;
}

.overone {
    width: 100vw;
    height: 100vh;
    z-index: 60;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    display: none;
}

    .overone.block {
        display: block;
    }

.dialog {
    padding: 0;
    border: none;
    border-radius: 6px;
    /*animation: appear .8s cubic-bezier(.77,0,.175,1) forwards;*/
    box-shadow: 0 25px 40px -20px #3c4a56;
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    display: none;
}


    .dialog.ein {
        animation: appear .8s cubic-bezier(.77,0,.175,1) forwards;
        display: block;
    }

    .dialog.animate-out {
        animation: dissappear .8s cubic-bezier(.77,0,.175,1) forwards;
    }

    .dialog .inner {
        display: flex;
        flex-direction: column;
        color: #838282;
        text-align: center;
    }

    .dialog .close-btn {
        align-self: flex-end;
    }

    .dialog .content {
        padding: 0 16px 16px 16px;
    }

    .dialog .footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

@keyframes appear {
    from {
        opacity: 0;
        transform: translate(-50%,-60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}

@keyframes dissappear {
    from {
        opacity: 1;
        transform: translate(-50%,-50%);
    }

    to {
        opacity: 0;
        transform: translate(-50%,-60%);
    }
}

.button {
    border: none;
    background-color: #4390DD;
    padding: 15px 18px 15px 18px;
    border-radius: 30px;
    font-size: 17px;
    font-family: 'Pretendard';
    color: #fff;
    box-shadow: 0 10px 25px rgba(60, 74, 86, 0.27);
    outline: none;
    cursor: pointer;
    width: 220px;
    height: 60px;
}

    .button::after {
        display: none;
    }

.dialog__content h3 {
    font-family: 'Pretendard';
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.dialog__content p {
    font-family: 'Pretendard';
    font-size: 16px;
    text-align: center;
}

.button-close {
    padding: 0 10px;
    align-self: flex-end;
    background-color: transparent;
    box-shadow: none;
    color: #838282;
    width: auto;
    height: auto;
}



/*svg 애니메이션*/

.line_pink {
    stroke-dasharray: 2220;
    stroke-dashoffset: 0;
    animation: dash 3s linear alternate;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1920;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.line_pink {
    fill: none;
    stroke: #4390DD;
    stroke-linecap: round;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*달력 커스텀*/
.container {
    margin-top: 0px;
    position: relative;
    left: 0;
    bottom: -27px;
}

.btn:hover {
    color: #fff;
}

.input-text:focus {
    box-shadow: 0px 0px 0px;
    border-color: #f8c146;
    outline: 0px;
}

.input-group {
    width: 204px;
}

.form-control {
    /*border: 1px solid #ed433e;*/
    border: none;
}

    .form-control[readonly] {
        background-color: #ffffff;
        opacity: 1;
        height: 60px;
        width: 100%;
        font-family: 'Pretendard';
        font-size: 1rem;
    }

.btn-outline-warning {
    color: #F44336 !important;
    background-color: #fff;
    background-image: none;
    border-color: #ed433e !important;
}

div.datedropper.primary {
    position: absolute;
    left: 285px;
    top: 800px;
}

div.datedropper:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 23px !important;
    left: 99%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    border-top-left-radius: 4px;
}

.dt_lb {
    position: absolute;
    /* top: -5px; */
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 300;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    font-family: 'Pretendard';
    height: 50px;
}

.active {
    color: #000;
    transform: translateY(-1px) scale(0.75);
    transition-delay: 0.1s;
}

.dt_lb.active {
    color: #4390DD;
    transform: translateY(-1px) scale(0.75);
    transition-delay: 0.1s;
}


/*이메일 폼*/
#autocomplete {
    position: relative;
    top: -30px;
}

    #autocomplete li {
        width: 90%;
        height: 50px;
        background: #f1f1f1;
        padding: 15px 5px 5px 5px;
        font-family: 'Pretendard';
        font-weight: 300;
    }

        #autocomplete li:hover {
            background: #9098a9;
            color: #fff;
        }

    #autocomplete .highlighted {
        background: #9098a9;
        color: #fff;
    }

/*모달*/

.css-tfymba {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: none;
    opacity: 0;
    z-index: 600;
    font-family: 'Pretendard';
    font-weight: 200;
}

    .css-tfymba.show {
        display: flex !important;
        opacity: 1 !important;
    }



    .css-tfymba .modal-wrap {
        word-break: keep-all;
        padding: 50px;
        width: 40vw;
        max-width: 780px;
        height: 50vh;
        max-height: 540px;
        border-radius: 34px;
        background: rgb(255, 255, 255);
    }

        .css-tfymba .modal-wrap .modal-title-wrap {
            display: flex;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            align-items: center;
            margin-bottom: 20px;
        }

            .css-tfymba .modal-wrap .modal-title-wrap .modal-title {
                font-size: 26px;
                line-height: 1.5;
                letter-spacing: -0.04em;
                font-weight: 700;
            }

            .css-tfymba .modal-wrap .modal-title-wrap .modal-close-wrap {
                height: 100%;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center;
                cursor: pointer;
                outline: none;
                border: none;
                background: none;
                padding: 10px;
            }

                .css-tfymba .modal-wrap .modal-title-wrap .modal-close-wrap .modal-close {
                    width: 19px;
                    height: 19px;
                    background: url(/common/img/contact/close-black.svg) center center no-repeat;
                    pointer-events: none;
                    background-size: cover;
                }

        .css-tfymba .modal-wrap .modal-content--container {
            padding-right: 60px;
            padding-top: 40px;
            width: 100%;
            height: calc(100% - 70px);
            overflow: auto;
        }

            .css-tfymba .modal-wrap .modal-content--container .modal-body-wrap .modal-body-item {
                margin-bottom: 50px;
            }

                .css-tfymba .modal-wrap .modal-content--container .modal-body-wrap .modal-body-item .modal-title-sub {
                    margin-bottom: 20px;
                    font-weight: 700;
                }

                .css-tfymba .modal-wrap .modal-content--container .modal-body-wrap .modal-body-item:nth-last-of-type(1) {
                    margin: 0px;
                }

#overlay0 {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 45%;
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    display: block;
    z-index: 10;
}

#overlay {
    position: absolute;
    /* top: 0px; */
    right: 0px;
    width: 50%;
    height: 32%;
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    display: block;
    z-index: 9;
}

#overlay2 {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 9%;
    bottom: 12px;
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    display: block;
    z-index: 9;
}


/*체크 후 모달창*/

.swal2-container.swal2-center > .swal2-popup { /*모달창*/
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    padding: 0;
    border: none;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    animation: appear .8s cubic-bezier(.77,0,.175,1) forwards;
    box-shadow: 0 25px 40px -20px #3c4a56;
    width: 400px;
}

.swal2-title { /*모달 타이틀*/
    font-family: 'Pretendard';
    font-size: 18px;
    text-align: center;
    padding: 16px 16px 0 16px;
}

.swal2-html-container { /*모달 서브텍스트*/
    font-family: 'Pretendard';
    font-size: 16px;
    text-align: center;
    padding: 16px;
}

.swal2-styled.swal2-confirm { /*모달 버튼*/
    border: none;
    background-color: #4390DD !important;
    padding: 15px 18px 15px 18px;
    border-radius: 30px;
    font-size: 15px !important;
    font-family: 'Pretendard';
    color: #fff;
    box-shadow: 0 10px 25px rgba(60, 74, 86, 0.27);
    outline: none;
    cursor: pointer;
    width: 150px;
}

.swal2-actions {
    display: flex;
    justify-content: center;
}




.swal2-icon.swal2-error { /*모달 아이콘*/
    display: none !important;
}

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
    grid-template-columns: auto minmax(0,1fr) auto;
}
/*.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.4);
}*/

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
    grid-template-rows: minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);
    grid-template-rows: minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);
    height: 100%;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.4);
}

    .swal2-container.swal2-center > .swal2-popup {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        justify-self: center;
        padding: 16px;
    }

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0,100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}








/*미디어 쿼리 적용 : 모바일 767px*/
@media (max-width: 768px) {

    .hamburger {
        margin-right: 5%;
        margin-top: 5%;
    }

    .content_wrap {
        margin: 0 5%;
        overflow: hidden;
    }



    .nav-but-wrap {
        z-index: 99;
    }
    /*메인*/
    .main_wrap {
        margin-top: 110px;
        /*height: 500px;*/
    }

    .title_wrap {
        padding-top: 0px;
    }

    .red_line {
        top: 185px;
    }

    .us {
        position: absolute;
        top: 120px;
        right: 80px;
    }

    .star {
        position: absolute;
        top: 72px;
        right: -18px;
    }

    .f_300 {
        font-size: 7rem;
        font-weight: 100;
    }

    .f_400 {
        font-size: 10rem;
    }

    .cont_img {
        margin-left: 0%;
        width: 200px;
    }

    .f_100 {
        font-size: 1rem;
    }

    .text_wrap h5:first-child {
        margin: 10px 0;
    }

    .text_wrap h5:nth-child(2) {
        margin: 250px 0 0 260px;
    }

    .text_wrap h5:last-child {
        margin: 15px 0;
    }

    /*컨택 문의 설명*/
    .f_200 {
        font-size: 2rem;
    }
    /*폼  한줄 만들기*/
    .project_wrap {
        width: 100%;
        display: block;
    }

    .client_wrap {
        width: 100%;
        display: block;
        margin-top: 300px;
    }

    .f_150 {
        font-size: 1.2rem;
    }

    #txtReq {
        width: 100%;
    }

    /*달력*/
    div.datedropper.primary {
        position: absolute;
        left: unset;
        top: 976px;
        right: -16%;
    }

    div.datedropper:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 23px !important;
        left: 1% !important;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
        border-top-left-radius: 4px;
    }

    /*개인정보문의 체크*/
    .privacy {
        margin: 0px 0 50px 0;
    }

    #overlay0 {
        bottom: 0;
        left: 0;
        right: 0px;
        width: 100% !important;
        height: 63%;
    }

    #overlay {
        bottom: 0;
        left: 0;
        right: 0px;
        width: 100% !important;
        height: 32%;
    }

    #overlay2 {
        bottom: 150px;
        left: 0;
        right: 0px;
        width: 100% !important;
        height: 6%;
    }
    /*모달*/
    .css-tfymba .modal-wrap {
        word-break: keep-all;
        padding: 50px;
        width: 100%;
        max-width: 100%;
        height: 50vh;
        max-height: 540px;
        border-radius: 34px;
        background: rgb(255, 255, 255);
    }

        .css-tfymba .modal-wrap .modal-content--container {
            padding-right: 0px;
        }

    .label-cbx .checkbox {
        margin-right: 16px;
    }

    .inp {
        max-width: 100% !important;
        width: 100% !important;
    }

    .submit_btn {
        width: 100%;
    }
}

/*미디어쿼리 pc버전 ~ 태블릿 */
@media (min-width: 769px) and (max-width: 1700px) {
    .content_wrap {
        margin: 0 15%;
    }
    /*메인*/
    .main_wrap {
        margin-top: 200px;
        height: 0;
    }

    .title_wrap {
        padding-top: 0px;
    }

    .red_line {
        top: 100px;
    }

    .us {
        position: absolute;
        top: 220px;
        right: 0px;
    }

    .star {
        position: absolute;
        top: 72px;
        right: -18px;
    }

    .f_300 {
        font-size: 10rem;
        font-weight: 100;
    }

    .f_400 {
        font-size: 10rem;
    }

    .cont_img {
        margin-left: 250px;
        width: 400px;
    }

    .f_100 {
        font-size: 1rem;
    }

    .text_wrap h5:first-child {
        margin: 10px 0px 0 40%;
    }

    .text_wrap h5:nth-child(2) {
        margin: 250px 0 0 60px;
    }

    .text_wrap h5:last-child {
        margin: 100px 0;
    }

    div.datedropper.primary {
        /*position: absolute;
        left: 9%;
        top: 1721px;*/
    }
}




/*삼성 모바일버전 412*/
@media (max-width: 413px) {
    .title_wrap {
        padding-top: 11px;
    }


    .text_wrap h5:last-child {
        margin: -36px 0;
    }

    .text_wrap h5:last-child {
        margin: -39px 0;
    }


    .text_wrap h5:nth-child(2) {
        display: none;
    }

    .text_wrap h5:nth-child(3) {
        display: block;
        margin: 213px 0 0 157px;
        text-indent: -15px;
    }

    .f_200 {
        font-size: 30px;
        text-align: center;
    }

    .inquiry_wrap p {
        font-size: 14px;
        text-align: center;
    }

    .label-cbx {
        font-size: 14px;
    }

        .label-cbx .checkbox svg {
            width: 18px;
            height: 18px;
        }

        .label-cbx .checkbox {
            top: 4px;
            margin-right: 5px;
            width: 18px;
            height: 18px;
        }

    .f_150 {
        font-size: 1.2rem;
    }
}

/*아이폰 모바일버전 375*/
@media (max-width: 376px) {
    .title_wrap {
        padding-top: 11px;
    }

    .text_wrap h5:nth-child(3) {
        display: block;
        margin: 213px 0 0 138px;
        text-indent: -15px;
    }

    #f_create {
        margin-left: 85px;
    }

    .f_300 {
        font-size: 6.5rem;
        font-weight: 100;
    }

    .h5_wrap {
        opacity: 0;
    }
}



/*삼성 모바일버전 360*/
@media (max-width: 361px) {

    .title_wrap {
        transform: scale(.9);
    }

        .title_wrap h1 {
            display: inline-block;
            text-indent: -19px;
        }

    .text_wrap h5:nth-child(3) {
        display: block;
        margin: 221px 0 0 100px;
        text-indent: -15px;
    }
}



/*갤럭시 폴드*/
@media (max-width: 280px) {
    div.datedropper.primary {
        left: 65% !important;
        top: 1681px !important;
    }

    #overlay {
        height: 29%;
    }
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
