.plant_hospital{
    width:100%;
    height:1000px;
    background-image: url(../img/sub01_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
    box-sizing: border-box;
    padding-top: 115px;
}
.plant_hospital_title{ 
    text-align: center;
    margin-bottom:90px;
}
h1{
    font-size:50px;
    font-weight:400;
    margin-bottom: 5px;
}
.plant_hospital_title p{
    font-family: 'Montserrat', sans-serif;
    font-size:24px;
    font-weight:400;
    letter-spacing: -1px;
    color:#857a6a;
    margin-bottom: 5px;
}
.plant_hospital_title .line{
    display: inline-block;
    width: 400px;
    height: 1px;
    background-color: #5b534e;
}

.hospital{
    box-sizing: border-box;
    padding: 0 37px;
    /* background-color: tomato; */
}
.hospital_btn{
    display: inline-block;
    margin:0 104px 40px 0;
    box-sizing: border-box;
    border-radius: 0 120px 0 120px;
    overflow: hidden;
}
.hospital .hospital_btn:nth-child(2n){margin-right:0;}
.hospital_thumb,.hospital_text{float:left;}
.hospital_text{
    width:266px;
    height:243px;
    background: #e8e8e8;
    padding: 40px 30px;
    box-sizing: border-box;
}
.hospital_text{text-align: left;}
.hospital_text .illness{
    font-size:26px;
    margin-bottom:20px; 
}
.hospital_text p:nth-child(2){
    font-weight: 300;
    font-size:17px;
    margin-bottom:42px;
}
.hospital_text p:last-child{
    font-size:16px;
}
.hospital_text p a:hover{
    color:#5091ad;
    transition: 0.3s;
}
.hospital span{
    float: right;
    font-size:18px;
}
.hospital span a:hover{
    color:#5091ad;
    transition: 0.3s;
}


.share{
    width: 100%;
    height:2300px;
    background: #f7eee2; 
    box-sizing: border-box;
}
.share_title{
    text-align:center;
    position: relative;
    padding-top: 150px;
    margin-bottom: 120px;
}
.share_title h2{
    font-size:50px;
    font-weight:400;
    margin-bottom: 5px;
}
.share_title p{
    font-size:24px;
    font-weight:400;
    color:#857a6a;
}
.share_title .line{
    display: inline-block;
    width: 400px;
    height: 2px;
    background:black;
    clear: both;
}
button{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 102px;
    height: 50px;
    font-size:18px;
    background: transparent;
    border: 2px solid black;
}
.share_contents{width: 100%;}
.share_articles_row1{
    float: left;
    position: relative;
    margin-bottom:80px;
}
.share_articles{   
    float: left;
    width: 360px;
    height: 500px;
    border-radius: 25px;
    margin-right:60px;
    overflow: hidden;
}
.share_articles_row1 article:last-of-type{margin-right:0;}
.share_thumb{ 
    width: 360px; 
    height: 270px; 
    overflow: hidden;
}
.share_thumb a{
    display: block;
    width: 360px; 
    height: 270px;
}

.share_thumb>.on_hover{
    position: absolute;
    top: 0;
    left: 0cm;
    width: 360px;   
    height:270px;
    background-color: rgba(000, 000, 000, 0.8);
    opacity: 0;
}
.share_thumb>.on_hover:hover{
    opacity:0.8;
    transition: 0.3s;
}

.share_text{
    width: 360px;
    height: 230px;
    padding: 30px;
    background: white;
    box-sizing: border-box;
}
.share_text p:first-child{
    font-size: 21px;
    font-weight: 500;
    margin-bottom:15px;
}
.share_text p:nth-child(2){
    font-size:17px;
    font-weight: 300;
    margin-bottom:40px;
}
.share_smalltext{
    font-size: 14px; 
}
.share_smalltext .comment{float: left;}
.share_smalltext .date{float: right; color: #857a6a;}

.page_numb{
    display: block;
    clear: both;    
    padding-top: 40px;
}
.numbbtn{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.numbbtn li{
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background:transparent;
    border: 3px solid #8c8c8c;
    color: #8c8c8c;
    margin-right: 20px;
}
.numbbtn li a{
    display:block;
    width: 40px; 
    height:40px;
}
.numbbtn li a:visited{color: #8c8c8c;}
.numbbtn li:nth-of-type(5){margin-right: 50px;}
