@CHARSET "UTF-8";
    /*·¹½ÃÇÇ ÆäÀÌÁö*/
    .select_tag{
        margin-right: 10px;
        font-size: 15px;
        color: #6c5447;
        text-align: center;
        background-color: #f3ece6;
        padding: 0 15px;
        border-radius: 30px;
        cursor: pointer;
    }
    .select_recipe_01 option:hover, .select_recipe_02 option:hover{background-color:#ebdbce;}
    .select_recipe_01 option, .select_recipe_01 option{font-size:15px;}
    .select_recipe_01::-ms-expand {display:none}
    .select_recipe_02::-ms-expand {display:none}
    .btn_recipe_search{
        background-color: #6c5447;
        color: #fff;
        width: 60px;
        height: 50px;
        font-size: 15px;
        float: right;
        cursor: pointer;
    }
    .input_recipe_search{
        width: 360px;
        height: 50px;
        padding: 20px;
        font-size: 15px;
        color: #444;
        border: solid 1px #aaa;
    }
    .select_recipe_01{
        font-size: 15px;
        color: #444;
        width: 300px;
        height: 50px;
        padding-left: 20px;
        margin-right: 10px;
        border: solid 1px #aaa;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/img/recipe/200408_UI_PC_recipe_list_icon_arrow_open_10X5.png) no-repeat 92% 50%;
    }
    .select_recipe_02{
        font-size: 15px;
        width: 300px;
        margin-right: 20px;
        height: 50px;
        padding-left: 20px;
        color: #444;
        border: solid 1px #aaa;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/img/recipe/200408_UI_PC_recipe_list_icon_arrow_open_10X5.png) no-repeat 92% 50%;
    }