﻿/* 반응형 웹을 구성하기 위한 CSS 파일 */
@media (max-width:1250px) {
    #pcms_search_form > input[name='search'] {
        width: 250px !important;
    }
}

@media (max-width:1115px) {
    #pcms_search_form > input[name='search'] {
        width: 170px !important;
    }
}

@media (max-width:1015px) {
    .nav-search {
        display: none !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 12.5px;
    }
}