.panel {
    background-color: #444;
    height: 34px;
    padding: 10px;
}
.panel a#login_pop, .panel a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: left;
    margin-left: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	font-family:'dotum';
}
a#login_pop:hover, a#join_pop:hover {
    border-color: #eee;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.patient02 {font-size:16px !important; color:#bf1e2e; margin-top:30px;}
.popup {
	height:70%;
	width:1000px;
	background-color: #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding:60px 20px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999;
	box-sizing:border-box;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	overflow:hidden;
}
.all_nav_tit {width:100%; height:100%; overflow:auto;  padding: 0 50px; box-sizing:border-box; font-size:14px;}
.all_nav_tit p {font-weight:600; font-size:24px;}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 40px;
    line-height: 40px;
    position: absolute !important;;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 40px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "×";
    font-size: 30px;
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p {
    margin-bottom: 5px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}

@media (max-width:1200px){

.popup {width:90% !important; padding: 60px 0px;}

}

@media (max-width:600px){

.popup {padding: 50px 0px 20px 0;}
.all_nav_tit p {font-size:18px}
.all_nav_tit {padding: 0 20px; font-size:12px;}
.patient02 {font-size:14px !important; margin-top:10px;}
.close {width:30px; height:30px;     line-height: 28px;}

}