.fixed-left{
    position : fixed;
    left : 66px;
    top : 325px;
    width : 316px;
}

.slogan{
    font-family: 'Nanum Myeongjo', 'Noto Sans SC', sans-serif;
    font-size : 30px;   
    font-weight : 700;
    line-height : 50px;
    letter-spacing: 10.5px;
}
.slogan font{
    word-break: keep-all;
    display: flex;
    flex-wrap: wrap;
}
.slogan-image{
    width: 210px;
    margin-bottom : 77px;
}

.input-search-wrap{
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 4px;
    height: 44px;
    padding: 0 14px 0 0;
    display : flex;
    align-items : center;
    justify-content : space-between;
    margin : 10px 0 20px;
}
.input-search-wrap input[type="text"]{
    border: none;
}

.fixed-left .search-wrap .title{
    font-size : 16px;
}

.input-search{
    border : 0;
    flex : 1;
    margin-right : 10px;
    background-color : transparent;
}

.input-search-wrap .search-gray{
    width : 20px;
    height : 20px;
}

.recent-keyword{
    display : flex;
    align-items : center;
    justify-content : flex-start;
    gap : 10px;
}

.recent-keyword > a{
    width : auto;
    font-size : 16px;
    font-weight : 300;
    color : #767676;
    text-decoration: underline;
}


/****** 반응형 *******/

@media screen and (max-width : 1800px){
    .fixed-left{
        display : none;
    }
}