
textarea {
    width: 320px;
    height: 112px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    resize: none;
    margin-top: 15px;
    padding: 15px 14px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55556rem; /* 155.556% */
    letter-spacing: -0.02778rem;
    background-color: transparent;
}


.widget_wrap {
    width: 400px;
    position: fixed;
    bottom: 70px;
    right: 174px;
    z-index: 9998;
    height: 707px;
    border-radius: 20px;
    backdrop-filter: blur(25px);
    background: rgba(255, 255, 255, 0.85);
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.widget_wrap >img {
    position: absolute;
    top: 18px;
    right: 19px;
    cursor: pointer;
}
.widget_in {
    margin: 0 auto;
    /* background-color: #333333; */
    width: 100%;
    /* height: 75px; */
    /* display: flex; */
    align-items: center;
    padding: 48px 40px;
}
.widget_form {
    width: 100%;
}
.widget_form > form {
    display: flex;
    flex-direction: column;
    /* height: 44px; */
    justify-content: center;
}

.widget_form > form >.ch_box {
    margin: 35px 0 20px;
    font-size: 0.88889rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02778rem;
}

.widget_form > form >.ch_box a {
    display: inline-block;
    margin-left: 6px;
    color: #103859;
    border-bottom: 1px solid #103859;
}

.form-control {
    height: 100%;
    width: 180px;
    /* border: none; */
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(33, 33, 33, 0.5); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding: 11px 0;
    margin: 15px 0 35px;
}
.cs_form_btn {
    height: 60px;
    background: #103859;
    width: 100%;
    color: #fff;
    display: inline-block;
    /* position: absolute; */
    /* right: 0px;
    top: 50%;
    transform: translateY(-50%); */
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.02778rem;
    cursor: pointer;
}

.form_title {
    color: #707070;
    font-family: Pretendard;
    font-size: 0.88889rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02778rem;
}

@media screen and (max-width: 1200px) {
    .widget_in > .logo {
        display: none;
    }
    .widget_form {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .form-control {
        width: 145px;
    }
}
@media screen and (max-width: 768px) {
    
    .widget_wrap {
        width: 90%;
        height: 562px;
        top: 50%;
        left: 50%;
        bottom: unset;
        right: unset;
        transform: translate(-50%, -50%);
        /* padding: 48px 20px 45px; */
    }

    .form_title {
        color: #707070;
        font-size: 0.88889rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.02778rem;


    }

    .form_title:not(:nth-of-type(1)) {
        margin-top: 35px;
    }


    .form-control {
        width: 180px;
        margin: 15px 2px 0;
    }
    .cs_form_btn {
        top: initial;
        bottom: 0px;
        transform: none;
        width: 100%;
        height: 60px;
        font-size: 20px;
    }

    .widget_form {
        height: 474px;
        overflow-y: scroll;

    }

    .widget_form::-webkit-scrollbar-button:start:decrement
     {
        height:50px;
        background: transparent;
        display: block;
    }    

    .widget_form::-webkit-scrollbar-button:end:increment {
        height:150px;
        background: transparent;
        display: block;
    }
    
    .widget_form::-webkit-scrollbar {
        width: 10px;
        height: 20px;
    }

    .widget_form::-webkit-scrollbar-thumb {
        background-color: #103859;
        border-radius: 10px;
        border: 2px solid transparent;
        background-clip: padding-box;

    }
    .widget_form::-webkit-scrollbar-track {
        background: rgba(16, 56, 89, 0.1);
        border-radius: 10px;
        
    }

    .widget_form > form {
        justify-content: center;
    }

    .widget_in {
        width: 100%;
        height: 572px;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding: 48px 20px 45px;
    }

    textarea {
        width: 100%;
        height: 112px;
    }

    .widget_form > form >.ch_box {
        margin: 35px 0 20px;
        
        font-size: 0.88889rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.02778rem;
    }

    .widget_form > form >.ch_box a {
        color: #103859;
    }
}
