@charset "utf-8";

body.doctor-select .main-inner {
    width:88.8%; max-width:400px;
    margin:0 auto;
    padding:32px 0 40px;
}
body.doctor-select .main-inner .notice-t {
    position:absolute;
    bottom:20px; right:0;
    font-size:12px;
    color:#888;
}
body.doctor-select .main-inner .top-nav {
    font-size:0;
    margin-bottom: 40px;
}
body.doctor-select .main-inner .top-nav > li {
    display:inline-block;
    vertical-align:middle;
    font-size:14px; font-weight:500;
    color:#666;
    letter-spacing: -0.06em;
}
body.doctor-select .main-inner .top-nav .home a {
    width:14px; height:11px;
    background:url(../img/doctor/home_icon.svg) no-repeat;
    display:block;
    background-size:contain;
    text-indent:-9999px;
}
body.doctor-select .main-inner .top-nav .arrow {
    width:6px; height:10px;
    background:url(../img/doctor/arrow_right.svg) no-repeat;
    background-position:center;
    background-size:contain;
    margin:0 12px 0 13px;
}
body.doctor-select .main-inner .top-nav .s-menu {
    position:relative;
    padding-right:16px;
    min-width:60px;
    background:url(../img/doctor/slider_down_menu.svg) no-repeat;
    background-position:100% 50%;
    cursor:pointer;
    background-size:16px;
    line-height:16px;
}
body.doctor-select .main-inner .top-nav .s-menu ul {
    position:absolute; bottom:0; left:0;
    transform:translate(-13px,105%);
    width:150px;
    padding:10px 0 14px 14px;
    border-radius:5px;
    border:1px solid #EAEAEA;
    background:#fff;
    display:none;
    z-index:2;
}
body.doctor-select .main-inner .top-nav .s-menu ul li {
    line-height:280%;
    letter-spacing: -0.06em;
    font-size:14px; font-weight:500;
}
body.doctor-select .main-inner .top-nav .s-menu ul li:hover ,
body.doctor-select .main-inner .top-nav .s-menu ul li.on {
    font-weight:700;
    color:#623CE2;
}
body.doctor-select .main-inner h2 {
	font-size: 26px;
	color: #222;
	text-align: center;
}
body.doctor-select .main-inner p {
	font-size: 12px;
	color: #444;
	line-height: 150%;
	text-align: center;
	margin: 10px 0 0;
}
body.doctor-select .s-inner {
	width:88.8%; max-width:400px;
    margin:0 auto 50px;
}
body.doctor-select .se01 li {
	width: 100%; height: 230px;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
body.doctor-select .se01 li:hover {
	border: 1px solid #6045E2;
	box-shadow: 4px 4px 20px rgba(159, 168, 191, 0.2);
}
body.doctor-select .se01 .doctor-profile {
    position:relative;
}
body.doctor-select .se01 .doctor-profile a {
	display: block;
	width: 100%;
}
body.doctor-select .se01 .doctor-profile .img-profile {
    float:none;
    position:absolute; top:0; left:0;
}
body.doctor-select .se01 .doctor-profile .img-profile img {
	width: 72px; height: 72px;
	display: inline-block;
	float: left;
    overflow:hidden;
    border-radius:500px;
}
body.doctor-select .se01 .doctor-profile .txt-profile {
	float: left;
	padding-top:15px;
    margin-left:0;
}
body.doctor-select .se01 .doctor-profile .txt-profile h2 {
    font-size:17px;
    letter-spacing:-0.02em;
    padding-left:88px;
}
body.doctor-select .se01 .doctor-profile .txt-profile h2 em {
    font-weight:400;
    color:#888;
    font-size:13px;
    font-style:normal;
    letter-spacing:-0.04em;
}
body.doctor-select .se01 .doctor-profile .txt-profile h3 {
    font-size:13px; font-weight:400;
    margin-top:10px;
    padding-left:88px;
}
body.doctor-select .se01 h2 span {
    display:inline-block;
    padding-left:20px;
    background:url(../img/doctor/logo01.svg) no-repeat;
    background-size:16px;
    background-position:0 50%;
    font-size:12px;
    line-height:24px;
    color:#623CE2;
    letter-spacing: -0.06em;
}
body.doctor-select .se01 h3 {
	font-size: 20px;
	margin-top: 8px;
}
body.doctor-select .se01 h3 span {
	font-size: 14px; color: #666;
	font-weight: 400;
	display: block;
	margin: 8px 0 10px;
}
body.doctor-select .se01 .txt-profile p {
	position: absolute;
	width: 100%;
	left: 30px;

}
body.doctor-select .se01 .txt-profile p span {
    display:inline-block;
    padding:0 12px;
    line-height:28px;
    border-radius:100px;
    background:#fff;
    border:1px solid #EAEAEA;
    font-size:14px; font-weight:500;
    color:#42A5F5;
    text-align:center;
    margin-right:8px;
    letter-spacing: -0.04em;
}
body.doctor-select .se01 .txt-profile p span:last-child {
	margin-right: 0;
}
body.doctor-select .se01 .register-btn {
	padding-top:12px;
}
body.doctor-select .se01 button {
	width: 100%; height: 45px;
	border: 1px solid #6045E2;
	border-radius: 4px;
	font-size: 16px; font-weight: 700;
	color: #6045e2;
}
body.doctor-select .se01 .btn-default:hover, body.doctor-select .se01 .btn-default:active {
	background-color: #6045e2; color: #fff;
}
body.doctor-select .se01 button.btn-close {
	background-color: #EDEDED;
	color: #999;
	border: none;
	cursor: auto;
}
body.doctor-select .txt-profile .time-inner {
    margin-top:30px;
    font-size:0;
    color:#999;
}
body.doctor-select .txt-profile .time-inner .time {
    background:#F6F6F6;
    border-radius:100px;
    text-align:center;
    display:inline-block;
    padding:0 9px;
}
body.doctor-select .txt-profile .time-inner .time img {
    vertical-align:middle;
    margin-right:4px;
}
body.doctor-select .txt-profile .time-inner .time span {
    line-height:24px;
    font-size:12px; font-weight:500;
    vertical-align:middle;
    color:#666;
}
body.doctor-select .txt-profile .time-inner .lunch {
    font-size:12px;
    margin-left:8px;
    line-height:24px;
    height:24px;
    display:inline-block;
}
body.doctor-select .txt-profile .time-inner .line01 > *,
body.doctor-select .txt-profile .time-inner .line02 > * {vertical-align:top;}
body.doctor-select .txt-profile .time-inner .line02 {
    margin-top:10px;
    padding-left:8px;
}
body.doctor-select .txt-profile .time-inner .saturday {
    font-size:12px;
    display:inline-block;
    padding-right:17px;
    position:relative;
}
body.doctor-select .txt-profile .time-inner .saturday::after {
    display:inline-block; content:"";
    margin:0 8px;
    width:1px; height:10px;
    background:#D8D8D8;
    position:absolute; top:50%; right:0;
    transform:translateY(-50%);
}
body.doctor-select .txt-profile .time-inner .off {
    font-size:12px;
}
body.doctor-select .txt-profile .time-inner .off strong {
    font-weight:400;
    color:#42A5F5;
}

/* 가로 해상도 768 이상 */
@media screen and (min-width:768px){
    body.doctor-select .main-inner {
        width:668px; max-width:none;
        padding:30px 0 60px;
        position:relative;
    }
    body.doctor-select .main-inner .top-nav .home a {
        width:15px; height:12px;
    }
    body.doctor-select .main-inner .top-nav .arrow {
        width:8px; height:12px;
        margin:0 14px 0 14px;
    }
    body.doctor-select .main-inner .top-nav .s-menu {
        padding-right:17px;
        min-width:122px;
        background-size:17px;
        line-height:17px;
    }
    body.doctor-select .main-inner .top-nav .s-menu ul {
        position:absolute; bottom:auto; top:25px; left:0;
        transform:translate(-14px,0);
    }
    body.doctor-select .main-inner .top-nav {
    	margin-bottom: 64px;
    }
    body.doctor-select .main-inner h2 {
    	font-size: 32px;
    }
    body.doctor-select .main-inner p {
    	font-size: 14px;
    	margin-top: 16px;
    }
    body.doctor-select .s-inner {
    	width: 668px;
    	max-width: none;
    }
    body.doctor-select .se01 li {
    	height:160px;
        padding:0 30px;
    }
    body.doctor-select .se01 .doctor-profile {
    	display: inline-block;
    	width: 70%;
    	position:static;
    }
    body.doctor-select .se01 .doctor-profile .img-profile {
        top:50%; left:30px;
        transform:translateY(-50%);
    }
    body.doctor-select .se01 .doctor-profile .img-profile img {
    	width: 100px; height: 100px;
    }
    body.doctor-select .se01 .doctor-profile .txt-profile {
    	padding-top:22px;
        padding-left:130px;
    }
    body.doctor-select .se01 .doctor-profile .txt-profile h2 {
        font-size:26px;
        padding-left:0;
    }
    body.doctor-select .se01 .doctor-profile .txt-profile h2 em {
        font-size:16px;
    }
    body.doctor-select .se01 .doctor-profile .txt-profile h3 {
        font-size:14px;
        margin-top:12px;
        padding-left:0;
    }
    body.doctor-select .se01 h2 span {
    	font-size: 14px;
    	background-size: 18px;
    }
    body.doctor-select .se01 h3 {
    	font-size: 28px;
    }
    body.doctor-select .se01 h3 span {
    	font-size: 16px;
    	display: inline-block;
    	margin-left: 11px;
    }
    body.doctor-select .se01 .txt-profile p {
    	position: relative;
    	left: 0;
    	margin-top: 6px;
    }
    body.doctor-select .se01 .register-btn {
    	padding-top:0;
    	float: right;
    	position: relative;
    	top: 50%;
    	transform: translateY(-50%);
    }
    body.doctor-select .se01 button {
    	width: 180px; height: 52px;
    }
    body.doctor-select .txt-profile .time-inner {
        margin-top:13px;
    }
    body.doctor-select .txt-profile .time-inner .time {
        padding:0 9px;
    }
    body.doctor-select .txt-profile .time-inner .time img {
        margin-right:6px;
        width:18px;
    }
    body.doctor-select .txt-profile .time-inner .time span {
        line-height:28px;
        font-size:14px;
    }
    body.doctor-select .txt-profile .time-inner .lunch {
        font-size:14px;
        line-height:28px;
        height:28px;
    }
    body.doctor-select .txt-profile .time-inner .line02 {
        margin-top:8px;
        padding-left:8px;
    }
    body.doctor-select .txt-profile .time-inner .saturday {
        font-size:14px;
    }
    body.doctor-select .txt-profile .time-inner .saturday::after {
        height:11px;
    }
    body.doctor-select .txt-profile .time-inner .off {
        font-size:14px;
    }

}


/* 가로 해상도 1280 이상 */
@media screen and (min-width:1280px){
	body.doctor-select .s-inner, body.doctor-select .main-inner {
		width: 840px;
	}
}

body.doctor-select .main-inner {
    padding-bottom:55px;
    position:relative;
}
/* 가로 해상도 768 이상*/
@media screen and (min-width:768px){
    body.doctor-select .main-inner {
        padding-bottom:68px;
    }
}