.slick-dots li {
    display: none !important;
}

.sec4-info .notice {
    height: 772px !important;
}

.select-wrap select {
    font-size: 1rem;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    width: 102.5%;
    height: 48px;
    padding: 0 10px;
    margin-left: -20px;
}

#srvcInqMenu {
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 0 0;
}

.service_inq {
    display: block;
    border: 1px solid #fe9720;
    border-radius: 50px;
    line-height: 2.3;
    font-weight: 500;
    margin-top: 22px;
    background: #fff;
}

@media screen and (min-device-width: 360px) and (max-device-width: 479px) {
	.select-wrap select {
    font-size: 8px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    width: 110.5%;
    height:25px;
    padding: 0 10px;
    margin-left: -20px;
}
}