.biz_cate{
        cursor:pointer;
    }
    @media all and (max-width: 1920px) and (min-width:720px) {
        #bizf {
            width: calc(100% - 100px);
            max-width : 900px;
            margin: 50px;
        }
        .framettl {
            text-align:center;
        } 
        .framettl h2 {
            color:#222222;
        }
        .framettl span {
            color:#284566;
            display:block;
            text-align: right;
            font-size:12px;
        }

        #bizform {
            width:100%;
        }
        #biz_form {}
        h2{            
            color: #00BCD4
        }
        #biz_form label {
            width: 120px;
            color: #222222;
            margin: 0;
            display: block;
            float:left;
            font-size: 14px;
        }
        #biz_form input:FOCUS, #biz_form textarea:FOCUS { 
            border-color: #1646b4;
            outline: none;
            background-color: #edf2f8;
        }
        #biz_form input ,#biz_form textarea {
            width : calc(100% - 170px);
            max-width : 760px;
            outline: none;
            padding: 11px;
            border-radius: 5px;
            border: 1px solid #cccccc;
            background-color:white;
            margin: 0;
            font-size: 14px;
        }
        #biz_address {
            width: calc(100% - 470px);
            margin-right: 20px;
        }
        #addr-detail {
            width:310px !important;
        }
        .input_half {
            max-width : 290px !important;
        } 
        #cate1.biz_cate_select, #cate2.biz_cate_select, #cate3.biz_cate_select, #cate4.biz_cate_select, #cate5.biz_cate_select, #cate6.biz_cate_select {
            width: 90px !important;
            height: 29px;
            font-size: 14px;
            margin-right: 15px;
            color: white;
            border-color: #3b7def !important;
            font-weight:700;
            padding:9px 20px 0 20px;
            border-radius : 5px;
            border: 1px solid #3b7def;
            background-color: #3b7def !important;
            text-align:center;
            float:left;
        } 
        .biz_cate_select:before {
            color: white;
            content: url("assets/img/cate_marker.png");
        } 
        .col_last { 
            margin-right:0 !important;
        }
        #biz_form .formline {
            display: inline-block;
            width: 100%;
            margin-top: 20px;
        }
        #biz_form textarea {
            width: calc(100% - 150px ) !important
        }
        #biz_form .left50 {
            float: left;
            width: 50%;
        }
        #biz_form .right50 {
            float: right;
            width: 50%;
        }
        #biz_form .right50 label {
            margin: 0px 0px 0px 20px;
        }
        #cate1.biz_cate, #cate2.biz_cate, #cate3.biz_cate, #cate4.biz_cate, #cate5.biz_cate, #cate6.biz_cate  {
            width: 90px !important;
            height: 29px;
            font-size:14px;
            margin-right: 15px;
            color: #3b7def;
            border: 1px solid #3b7def !important;
            font-weight: 700;
            outline: none;
            padding: 9px 20px 0 20px;
            border-radius: 5px;
            /* background-color: #edf2f8; */
            text-align:center;
            float:left;
        }
        input:-internal-autofill, input:-internal-autofill-selected {
            background-color: #f6f6f6 !important;
        }
    }  



    @media only screen and (max-width: 720px) {
        .framettl {
            background-color: #00BCD4;
            color: white;
            padding: 5px;
        }
        .bizttl { 
            text-align: center;
            margin: 0 auto;
            color: #232323;
        }

        #bizform {
            width:90%;
            margin-left:5%;
        }
        #biz_form {            
        }
        #biz_form label {            
        }

        #biz_form input,#biz_form textarea {
            max-width: 260px;
            position: absolute;
            left: 120px;
            border-radius: 5px;
            padding: 5px;
            border: 2px solid #cdcdcd;
            margin-top: -5px;
            background-color: white;
        }
        #biz_form input:FOCUS, #biz_form textarea:FOCUS { 
            border-color: #00BCD4;
            outline: none;
            background-color: #edf2f8;
        }
        #biz_form .formline {
            margin-top: 20px;
        }
        
    }   
        #biz_form button {
            padding:10px 50px 0 50px; 
            border-radius:20px;
            font-weight:700;
            font-size:14px;
        } 
        div.btn-cancle {
            width: 190px;
            padding:16px 50px 0 50px;
            background-color: #444;
            border: 1px solid #444 !important;
            border-radius: 20px;
            font-size: 18px;
            font-weight: 500;
            float: left;
            color: white;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        }
        div.btn-cancle:hover {
        	color: #444;
        	background-color: white;
        }
        div a:hover {
        	color: #444;
        	
        }
        div.btn-submit {
        	 width: 190px;
        	 padding:16px 50px 0 50px;
        	 background-color: #3b7def;
        	 border: 1px solid #3b7def !important;
        	 border-radius: 20px;
        	 font-size: 18px;
            font-weight: 500;
            float: right;
            color: white;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        }
       div.btn-submit:hover {
        	color: #3b7def;
        	background-color :White;
        }
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal_content {
    background-color: #fff;
    margin: 10% auto;
    padding: 0px;
    border: 1px solid #333;
    width: 30%;
}
input#address { 
	width: 75%;
    height: 40px;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
    border: solid #3b7def;
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
    margin: 0;
}
button#searchBtn { 
	width: 140px;
    height: 40px;
    font-size: 14px;
    padding: 10px 50px;
    background-color: #3b7def;
    outline: none;
    border: 1px solid #3b7def;
    border-radius: 0 5px 5px 0;
    color: white;
    font-weight: 600;
    line-height: 1.2;
}
div#setaddr_btn { 
	width: 70px;
	height: 40px;
    padding: 16px 50px 0 50px;
    background-color: #3b7def;
    border: 1px solid #3b7def !important;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    color: white;
    display: block;
    text-align: center;
    cursor:pointer;
}
#rstaddr {
	padding: 10px;
	outline: none;
	border: none;
}
input.sel_rst {
background-color: #3b7def;
color: white;
font-weight: 700;
}
.btnG_default {
	width: 90px;
	background-color: #444;
	border: 1px solid #444;
	height: 20px;
	padding: 9px 20px;
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.btnG_default:hover {
	background-color: white;
}
.btnG_default:hover span {
	color: #444 !important;
}