﻿        .spc_char
        {	
	        background-color:white;
	        display:inline-block;
	        color:Black;	        
	        border-color:Silver;
	        border-width:1px;
	        border-style:solid;
	        font-family:돋움;
	        font-size:Small;
        }
        span.spc_char:hover
        {
        	background-color:#e5e5e5;
        	cursor:pointer;
        }

        .button_phone
        {
            margin:2px;
            background:white;
            color: gray;
            border-radius:4px;
            border:solid;
            border-width: 1px;
            border-color:#4184e9;
        }

        .button_phone:hover
        {
            background: lightblue;
            color: red;
            cursor:pointer;
    
            border-radius:4px;
        }

        .box_phone
        {
            margin:0px;
            padding-top:10px;
            padding-bottom:10px;
            padding-left:5px;
            padding-right:5px;

            border-top-width:5px;
            border-bottom-width:5px;
            border-left-width:5px;
            border-right-width:5px;            

            border-top-style:solid;
            border-bottom-style:solid;
            border-left-style:solid;
            border-right-style:solid;

            border-top-color:Silver;
            border-bottom-color:Silver;
            border-left-color:Silver;
            border-right-color:Silver;

            font-family:돋움;
            font-size:14px;
            color:#333333;

            border-radius:30px;

            text-align:left;
        }

        .img_attach_image
        {
            border-style:solid;
            border-width:1px;
            border-color:lightgrey; 

            background: lightblue;
            border-radius:4px;
        }
        .img_attach_image:hover
        {               
             cursor: pointer;            
        }

        .send_sms_center_box
        {
            margin:2px;
            padding:5px;
            text-align:center; 
            width :93%;             
            background-color:#e5e5e5;            
            background-size:93%; 
            border-radius:5px
        }