@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
.location_info tbody tr:first-child th,
		.location_info tbody tr:first-child td{ border-top:0; } 		 
		.location_info {
		    margin:20px 0;
		}
		.location_info iframe{
			width:100%;
		    height:300px;
		    margin-bottom: 30px;		   
		}
		.location_info table {
		    width:100%; 
		    border-top: 1px solid #333; 
		    border-bottom: 1px  solid #333;
		}
		.location_info th {
		    text-align:left;
		    width:100px;
		    padding:13px 10px 11px;
		    border-top:1px solid #eee;
		    white-space:normal;
		    word-break: break-all;
		    vertical-align:top;
		   
		    font-weight:bold;
		}
		.location_info th,
		.location_info td{
		    display:block;
		    width:100%;
             font-size:14px;
            color: #333;
            font-family: 'noto sans kr';
            font-weight:500;
		}		 
		.location_info td{
		    border-top:0;
		    padding: 2px 10px 11px;
            font-weight:400;
            color: #888;
		}
		.location_info td a{
        	color: blue;
        }
		.location_info img{
            padding-bottom: 29px;
        	margin: 0 auto;
            display: block;            
        }
		.c2 h4{
        	font-size: 17px;
            color: #555;
            line-height: 35px;
        }
		.c2 h4:before{
        	content: '';
            display:inline-block;
            width: 8px;
            height: 8px;
            background: url(/app/dubu_sourcecode/docs/imgs/1471852478_list_bul1.png) no-repeat;
            vertical-align:middle;
            padding-right: 8px;
        }
		.c2 p{
        	font-size: 14px;
            padding-bottom: 19px;
            padding-left: 15px;
        }
		.c2 table{
			margin-bottom: 29px; 
		    width: 100%;
		    border-spacing: 0;
		    border-collapse: collapse;
            text-align: center;
		    color: #888; 
            border: 1px solid #ddd;
		}   
		.c2 table th{
			border-bottom: 1px solid #e9e9e9;   
            border-right: 1px solid #ddd;  
            background:  #e6efef;
            padding: 15px;  
            font-size: 14px;
            font-family: 'noto sans kr';
			font-weight: 500; 
		} 
		.c2 table td{
			border-bottom: 1px solid #e9e9e9;   
            border-right: 1px solid #e9e9e9;  
            background:  #fff;
            padding: 15px;
            font-size: 14px;
            font-family: 'noto sans kr';
			font-weight: 400;
            color: #5b5b5b;
		}
		.c2 table th:last-child{ 
            border-right:none;   
		}
		.c2 table td:last-child{ 
            border-right:none;   
		}		

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    img{width:100%;}
}


.print {
	text-align: center;
    font-size: 16px;
    text-decoration: underline;
}