.askpublisher_input__16Awf {
    border-radius: 5px !important;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.askpublisher_cta__r5Fn-{    
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 10px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    background: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    transform-style: preserve-3d;}


.search_search__goto {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    padding: 12px 40px 12px 15px;
    border: 1px solid #909090;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    appearance: none;         
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.search_search__goto option {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
     width: 200px;
}
