  .select-wrapper{
    font-size: 14px;
    width: 230px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: inline-block;
	margin:0 10px;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #fff;
  }
  .select-wrapper.focus{
    border: 0px solid #61b988;
  }
  .select-button{
    font-size: 14px;
    width: 238px;
    height: 40px;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-down{
    position: absolute;
    top: 21px;
    right: 12px;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    border-color: #333;
    border-style: solid;
    border-width: 6px;
  }  
  .disabled{
    color: #cccccc;
  }
  .select-list{
    width: 238px;
    background: #fff;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 38px;
    overflow: hidden;
  }
  .select-list ul{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
  }
  .select-list ul li{
    width: auto;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-list ul li.selected,
  .select-list ul li:hover{
    color: #fff;
    background: #61b988;
  }
  .select-button-disable{
    color: #ccc;
    width: 238px;
    height: 34px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
  }
  .select-down-disable{
   color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
   line-height: 34px;
  }


  /*-------------------------------- 추가 ------------------------------------------*/

    #menu_box_01 {padding:20px 0;background-color:#eee; border:1px solid #ddd;}

    #menu_box_01 .select-wrapper{
    font-size: 14px;
    width: 228px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: inline-block;
	margin:20px 42px;

    background: #000;

  }
  #menu_box_01 .select-wrapper.focus{
    border: 0px solid #ddd;
  }
  #menu_box_01 .select-button{
    font-size: 14px;
    width: 228px;
    height: 40px;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
	border:1px solid #ddd;
  }
  #menu_box_01 .select-down{
    position: absolute;
    top: 21px;
    right: 12px;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    border-color: #333;
    border-style: solid;
    border-width: 6px;
  }  
  #menu_box_01 .disabled{
    color: #cccccc;
  }
  #menu_box_01 .select-list{
    width: 228px;
    background: #fff;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 38px;
    overflow: hidden;
	border:1px solid #ddd;
  }
  #menu_box_01 .select-list ul{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
  }
  #menu_box_01 .select-list ul li{
    width: auto;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  #menu_box_01 .select-list ul li.selected,
  #menu_box_01 .select-list ul li:hover{
    color: #fff;
    background: #61b988;
  }
  #menu_box_01 .select-button-disable{
    color: #ccc;
    width: 238px;
    height: 34px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
  }
  #menu_box_01 .select-down-disable{
   color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
   line-height: 34px;
  }

 .btn_01 {width:228px; height:40px; margin:20px 42px; background-color:#0072bc; border:none; border-radius:5px;font-weight:700; font-size:18px;color:#fff; }
 .btn_02 {width:748px; height:50px; margin:40px 8px; background-color:#459a01; border:none; border-radius:5px;font-weight:700; font-size:18px;color:#fff; cursor:pointer; }