body {
  background: #FCF8F9;
}
main {
  margin-bottom: 0;
}
#main_img_con {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: auto;
}
#main_img_con .top_main_img {
  width: auto;
  height: 80vh;
}
#main_img_con h2 {
  position: absolute;
  left: 10%;
  top:30%;
  font-size: 1.8em;
  color:#64443F;
  line-height: 45px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 0.5rem;
  text-align: center;
}
#sec_news {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin: 80px auto;
  position: relative;
  padding: 0.8rem;
  background: #fff;
  border: 2px solid #64443F;
}
#sec_news h3 {
  text-align: left;
}
#sec_news #art_news {
  padding: 1em;
  border: 1px solid #64443F;
}
#sec_news .news_wrap {
  height: 200px;
  overflow-y: scroll;
}
#sec_news .link_news {
  color: #fff;
  background: #EB9F95;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
#sec_news .link_news span {
  position: relative;
}
#sec_news .link_news span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 45px;
  height: 30px;
  background: url(../img/common/ic_class.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#sec_news .link_news:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
#sec_category #art_category{
  display: flex;
  justify-content: space-between;
}
#sec_category #art_category .category_wrap {
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
#sec_category #art_category .category_wrap:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
#sec_category #art_category .category_wrap:not(last-child) {
  margin-left: 1%;
}
.category_wrap .category_wrap_img,.category_wrap_text {
  height: 230px;
}
#art_category_obstetrics .category_wrap_img {
  background: url(../img/top/im_category_01.jpg) 80% / cover no-repeat;
}
#art_category_gynecology .category_wrap_img {
  background: url(../img/top/im_category_02.jpg) 80% / cover no-repeat;
}
#art_category_breastcare .category_wrap_img {
  background: url(../img/top/im_category_03.jpg) 80% / cover no-repeat;
}
.category_wrap_text {
  padding: 1em 1em 2em;
}
.category_wrap .link_category {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
#art_about {
  margin-top: -240px;
  padding-top: 240px;
  padding-bottom: 70px;
  background: url(../img/top/im_category_back.jpg) center center / cover no-repeat;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
}
#art_about h4 {
  position: relative;
  z-index: 10;
  font-size: 1.5em;
  margin: 60px auto 30px;
  text-align: center;
}
#art_about p {
  text-align: center;
}
#sec_concept .concept_wrap {
  display: flex;
  background: #fff;
  margin-bottom: 30PX;
}
#sec_concept h3,#sec_map h3 {
  margin-bottom: 30px;
}
#sec_concept .concept_wrap:nth-child(2n+1){
  flex-direction: row-reverse;
}
#sec_concept .concept_wrap div {
  flex: 1;
}
.concept_wrap .concept_wrap_img {
  position: relative;
  width: 50%;
}
#art_concept_doctor .concept_wrap_img {
  background: url(../img/top/im_concept_01.jpg) 80% / cover no-repeat;
}
#art_concept_room .concept_wrap_img {
  background: url(../img/top/im_concept_02.jpg) 80% / cover no-repeat;
}
#art_concept_meal .concept_wrap_img {
  background: url(../img/top/im_concept_03.jpg) 80% / cover no-repeat;
}
.concept_wrap .concept_wrap_img::after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}
#sec_concept .concept_wrap:nth-child(2n+1) .concept_wrap_img::after {
  left: -2px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}
#sec_concept .concept_wrap_text {
  padding: 2em;
}
#sec_concept .concept_wrap_text h4 {
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}
#sec_concept .concept_wrap_text h4::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 2em;
  background: #373434;
}
#art_map {
  position: relative;
}
#sec_map #map {
  width: 100%;
  height: 400px;
}
.map_link_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px) {
  #main_img_con .top_main_img {
    height: 400px;
  }
  #main_img_con h2 {
    font-size: 1.2em;
    line-height: 30px;
    left: 5%;
    top:65%;
  }
  #sec_news {
    margin: 60px auto;
  }
  #sec_news h3 span {
    margin-left: 0.5rem;
  }
  #sec_news .news_wrap {
    height: 200px;
  }
  #sec_news .link_news {
    position: absolute;
    width: 101%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 40px 15px 15px;
    font-size: 1em;
    text-align: center;
    background: #64443F;
  }
  #sec_news .link_news span::after {
    bottom: -3px;
  }
  #sec_category #art_category{
    display: block;
  }
  #sec_category #art_category .category_wrap:not(last-child) {
    margin-bottom: 15px;
  }
  .category_wrap_text {
    padding: 1.5em 1.5em 2em;
  }
  .category_wrap .category_wrap_img, .category_wrap_text {
    height: 220px;
  }
  #sec_category #art_category .category_wrap_text{
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec_category #art_category .category_wrap_img {
    background-color: rgb(227 227 227 / 70%);
    background-blend-mode: lighten;
  }
  #art_about {
    margin-top: -230px;
    padding-top: 190px;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    z-index: -1;
    background-color: rgb(250 250 242 / 80%);
  }
  #art_about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(360deg, transparent 0 30%, #FCF8F9 70% 100%);
  }
  #art_about h4 {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  #art_about p {
    text-align: left;
  }
  #sec_concept .concept_wrap {
    display: block;
  }
  .concept_wrap .concept_wrap_img {
    width: 100%;
    height: 230px;
  }
  #sec_concept .concept_wrap_text h4 {
    margin-top: 0;
  }
  .concept_wrap .concept_wrap_img::after,
  #sec_concept .concept_wrap:nth-child(2n+1) .concept_wrap_img::after {
    background: none;
  }
  #sec_map .map_link {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(235, 159, 149, 0.7);
    width: 100%;
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  #main_img_con .top_main_img {
  min-height:700px;
}
  #sec_news h3 {
    text-align: left;
    margin-bottom: 0;
    padding: 2px 5px 10px;
  }
  #sec_news .link_news {
    position: absolute;
    top: -20px;
    right: -1rem;
    padding: 17px 70px 17px 25px;
    font-size: 1.5em;
  }
  #sec_news .link_news::before {
    content: '';
    position: absolute;
    top: 104%;
    right: 0;
    border: none;
    border-bottom: solid 11px transparent;
    border-right: solid 13px #EB9F95;
    transform: rotateZ(270deg);
  }
  #sec_map .map_link {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(235, 159, 149, 0.7);
    width: 40%;
    min-width: 400px;
    height: 100%;
  }
}