.big{

}
.small{
    display: none
}
/* 진료안내 */
.top_con {
    position: relative;
}

.top_con>img {
    width: 100%;
}

.top_con .txtarea {
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 50%;
    height: auto;
    transform: translate(-50%);
    box-sizing: border-box;
    z-index: 100;
    padding: 40px 50px;
    min-width: 840px;
}

.top_con .txtarea>div {
    width: 49%;
    margin-right: 2%;
    float: left
}

.top_con .txtarea .tel {
    color: #fff;
    padding-bottom: 25px;
    font-size: 24px;
    margin-bottom: 30px
}

.top_con .txtarea .tel a {
    margin-top: 0px;
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #2ba0d7;
    text-align: center
}

.top_con .txtarea .time {
    margin-right: 0;
}

.top_con .txtarea h4 {
    color: #333;
    font-size: 28px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333;
    text-align: center;
    line-height: 2.5;
    font-weight: 600;
}

.top_con .txtarea h4 img{
    width: 38px;
    vertical-align: middle;
    margin-right: 20px;
}

.top_con .txtarea .time ul {padding-top: 10px;}

.top_con .txtarea .time ul li {
    color: #ff8282;
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
}

.top_con .txtarea .time ul li span:nth-child(1) {
    color: #2ba0d7;
    display: inline-block;
    margin-right: 10px
}

.top_con .txtarea .time ul li span:nth-child(2) {
    color: #2ba0d7;
    letter-spacing: 1px;
    font-weight: 600;
}

.mid_con .big {
    margin-top: 50px;
}

.section5 .map_area{
	margin-top: 50px;
}

@media all and (max-width:1100px) {
    .top_con{
        position: relative;
        height: 560px;
    }
    .top_con .txtarea .tel {
        font-size: 2vw;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .top_con .txtarea .tel B {
        font-size: 2.4vw;
        margin-top: 0.5vw
    }
    
    /*  */
    .top_con>img{
        min-height: 560px;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    .top_con .txtarea{
        min-width: 600px;
    }
    .top_con .txtarea h4{
        font-size: 20px;
    }
    .top_con .txtarea h4 img{
        width: 30px;
        margin-right: 10px;
    }
    .top_con .txtarea .time ul li{
        font-size: 16px;
    }
    .top_con .txtarea .tel a{
        font-size: 30px;
    }
}

@media all and (max-width:640px) {
    .big{
        display: none
    }
    .small{
        display: block;
    }
    .top_con{
        height: auto;
    }
    .top_con>img, .mid_con img{
        min-height: auto;
        width: 100%;
        position: relative;
    }
    .top_con .txtarea>div{
        width: 100%;
        margin-right: 0;
    }
    .top_con .txtarea{
        width: 100%;
        margin: auto;
        min-width: auto;
        padding: 20px 5%;
    }
    .top_con .txtarea h4{
        font-size: 18px;
        border-color: #33333340
    }
    .top_con .txtarea .tel{
        margin-bottom: 0
    }
    .top_con .txtarea .tel a{
        font-size: 24px
    }
    .top_con .txtarea .time ul li{
        font-size: 13px;
    }
    .mid_con img {
        margin-top: 5vw;
    }
}