@charset "utf-8";

/* TODO : [배경 이미지] */
.psr-intro-main-base {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('/static/images/intro/bg.png') no-repeat left center;
    background-size:cover;
}

/* TODO : [검색창 테두리 없애기] */
input:focus{
    outline: none;
}
input::placeholder {
    font-family: AppleSDGothicNeoM;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 10.93;
    letter-spacing: normal;
    text-align: left;
    color: #c5c5c5;
}