@charset "euc-kr";
/* Reset */
body, figure {
  width: 100%;
  margin: 0;
  word-break: keep-all;
  letter-spacing: -.4px;
  font-family: 'Noto Sans KR', sans-serif;
}
span.h-hidden {
    display: none !important;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}
div {
  box-sizing: border-box;
}
a {
  color: #333;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-decoration: none;
}
ol, li, dl, dt, dd {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: unset;
  font-weight: 400
}
.font--primary {
  font-family: "NotoSansKR-Regular", sans-serif;
  font-weight: 400;
}
.font--secondary {
  font-family: "NotoSansKR-Medium", sans-serif;
  font-weight: 500;
}
.font--tertiary {
  font-family: "NotoSansKR-Bold", sans-serif;
  font-weight: 700;
}
.visual__image img {
  width: 100%;
}
.h-p3-2 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
.f-g-1 {
    color: #828282;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
/* flex */
.flex_column {
  -webkit-box-orient: vertical; /* -webkit-box-direction: reverse; */ display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.flex-pointer {
  cursor: pointer;
}
.flexauto {
  flex-basis: auto;
}
.flex-sa {
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-direction-column {
  flex-direction: column;
}

/*grid*/
.grid_m {
  overflow: hidden;
  /*width: 100%;*/
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_m span {
	line-height: 28px;
}
.grid_col_lg_1 {
  flex-basis: 8.33%;
  max-width: 8.33%;
}
.grid_col_lg_2 {
  flex-basis: 16.67%;
  max-width: 16.67%;
}
.grid_col_lg_3 {
  flex-basis: 25%;
  max-width: 25%;
}
.grid_col_lg_4 {
  flex-basis: 33.33%;
  max-width: 33.33%;
}
.grid_col_lg_5 {
  flex-basis: 41.67%;
  max-width: 41.67%;
}
.grid_col_lg_6 {
  flex-basis: 50%;
  max-width: 50%;
}
.grid_col_lg_7 {
  flex-basis: 58.33%;
  max-width: 58.33%;
}
.grid_col_lg_8 {
  flex-basis: 66.67%;
  max-width: 66.67%;
}
.grid_col_lg_9 {
  flex-basis: 75%;
  max-width: 75%;
}
.grid_col_lg_10 {
  flex-basis: 83.33%;
  max-width: 83.33%;
}
.grid_col_lg_11 {
  flex-basis: 91.67%;
  max-width: 91.67%;
}
.grid_col_lg_12 {
  flex-basis: 100%;
  max-width: 100%;
}
.grid_col_370 {
  flex-basis: 370px;
  max-width: 370px;
}
/*main*/
.M_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 660px;
  background: #fff;
  margin: 0 auto;
}
.M_Header_wrap {
  overflow: hidden;
  width: 100%;
  height: 54px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.M_Header {
  float: left;
  position: relative;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
}
.M_Header .M_logo {
  /* width: 107px; */
  margin: 0 auto;
}
.M_Header .M_menu {
  position: absolute;
  top: 16px;
  left: 16px;
}
.M_Header .S_menu {
  position: absolute;
  top: 16px;
  right: 16px;
}
.M_contents {
  width: 100%;
  margin-top: 103px;
  margin-bottom: 10px; /* z-index: 1;*/
}
.M_contents img {
  border-radius: 0px;
}
.MainTopNews {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
}
.MainTopNews .Photo {
  width: 100%;
}
.MainTopNews .Photo img {
  width: 100%;
}
.Photo {
  max-width: 100%;
  height: auto;
}
.MainTopNews .title {
  width: 100%;
  padding: 0px 0;
  text-align: left;
}
.MainTopNews .title h1 {
  width: 100%;
  line-height: 1.3;
  font-weight: 800;
  font-size: 23px;
  padding: 5px 0 8px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  letter-spacing: -0.7px;
}
/*Main Slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.MainTopNews .slick-slider:after {

}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.MainTopNews .slick-initialized .slick-slide {
  padding: 20px 20px;
}
.slick-slide-item {
  width: 100%;
  display: inline-block;
}
.slick-list .card {
  padding-top: 0;
  align-content: center;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_column {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.slick-list .card.flex_column .card_body {
  position: relative;
  text-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
	width: 100%;
}
.slick-list .card_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-list .card_image img {
  aspect-ratio: 353 / 353;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
  display: block;
	border: 1px solid rgba(126,126,126, 0.2);
	border-radius: 10px;

}
.slick-list .card_body .headline {
  margin-left: auto;
  margin-right: auto;
}
.slick-list .flex_column .headline .sm_hidden {
  display: inline-block;
  padding-top: 28px;
  min-height: 130px;
  align-items: center;
  justify-content: center;
	text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
	width: 100%;
}
/* badge */
.badge_style {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 9px;
  padding-right: 10px;
  height: 25px;
  background: #BB0842;
  border-radius: 8px 0 8px 0;
}
.badge_style2 {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 6px;
  padding-right: 8px;
  height: 20px;
  border-radius: 8px 0 8px 0;
  margin-right: 8px;
}
.badge_style3 {
  margin-left: 0px;
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 27px;
  background: #fff;
  border: 1px solid #BB0842;
  border-radius: 0px 0;
  margin-bottom: 12px;
}
.badge_style4 {
  margin-left: 0px;
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 27px;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 0px 0;
  margin-bottom: 12px;
}
.badge_style5 {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 23px;
  background: none;
  border: 1px solid #BB0842;
  border-radius: 8px 0 8px 0;
}
.badge_wrap {
  display: block;
  left: 50%;
  top: -18px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.badge_dailytop {
  z-index: 10;
  padding: 2px 16px;
  height: 25px;
  background: #BB0842;
  border-left: 0px solid #BB0842;
  border-radius: 10px 0px;
}
.badge_hidden {
  text-align: center;
  color: #FFFFFF;
}
[class*=badge_] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
/* swiper */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  /*height: 40px;*/
  bottom: 8px;
  top: auto;
  left: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  background: #828282;
  opacity: 1;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 8;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  height: 5px;
  background: #4294DA;
}



/* ¸ð¹ÙÀÏ ÇªÅÍ */
.M_footer {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  background: #111; 
}
.M_footer_section {
  width: 100%;
  background: #111;
  text-align: center;
  padding: 45px 0px;
  border-bottom: 1px solid #111;
}
.M_footer_section .health_logo {
  padding: 20px;
}
.M_footer_section .footer_list ul {
  overflow: hidden;
  width: 100%;
  padding: 0 5% 0 10%;
  box-sizing: border-box;
}
.M_footer_section .footer_list li {
  float: left;
  width: 33%;
  font-size: 15px;
  color: #fff;
  line-height: 1em;
  padding: 10px;
  box-sizing: border-box;
}
.M_footer_section a {
  color: #fff;
}
.M_footer_menu {
    overflow: hidden;
    width: 100%;
    background: #111;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.M_footer_menu .menu_list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 0px solid #111;
    border-bottom: 0px solid #111;
    padding: 2px 20px;
}
.M_footer_menu .menu_list li {
    line-height: 1em;
    border-right: 0px solid #fff;
}
.M_footer_menu a {
    color: #fff;
}
.M_footer_menu2 .menu_list2 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 0px solid #111;
  border-bottom: 0px solid #111;
  padding: 20px 20px;
}
.M_footer_menu2 .menu_list2 li {
  line-height: 1em;  
  border-right: 0px solid #fff;
}
.M_footer_menu2 .menu_list2 li:last-child {
  border-right: 0px solid #fff;
}
.M_footer_menu2 .menu_list2 li span { color: #fff;}
.M_footer_menu2 a {
  color: #fff;
}
.M_footer_copy {
  overflow: hidden;
  width: 100%;
  background: #111;
  text-align: center;
  padding: 30px 0;
  font-size: 11px !important;
  color: #989898;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.M_footer_copy .copy_list ul {
  width: 100%;
  text-align: center;
}
.M_footer_copy .copy_list li {
  display: inline;
  padding: 0 10px;
}
.M_footer_copy a {
  color: #b2b2b2;
}
.m_healthchosun {
  width: 100%;
}
.m_healthchosun img {
  aspect-ratio: 161 / 48;
  width: 161px;
}
.M_footer_sns {
  width: 100%;
  text-align: center;
  padding: 0px 20px 30px;
  box-sizing: border-box;
}
.M_footer_sns span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0px 0 15px 0;
}
.M_footer_sns .sns_list {
  border: 0px solid #fff;
}
.M_footer_sns .sns_list ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.M_footer_sns .sns_list li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
}
.M_footer_sns .sns_list li img {
  width: 40px;
  filter: grayscale(100%);
}
.M_footer_menu {
  overflow: hidden;
  width: 100%;
  background: #111;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 0 20px;
}
.M_footer_menu .menu_list ul {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 0px solid #111;
  border-bottom: 0px solid #111;  
}
.M_footer_menu .menu_list li {
  line-height: 1em;
  padding: 0px 10px;
  border-right: 0px solid #fff;
}
.M_footer_menu .menu_list li:last-child {
  border-right: 0px solid #fff;
}
.M_footer_menu .menu_list li span { color: #fff;}
.M_footer_menu a {
  color: #fff;
}
 
.txt_line {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.thumb {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.thumb_photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 63vw;
}
.thumb_photo .Bon {
  width: 100%;
}
.thumb_photo .Bon img {
  width: 100%;
}
.thumb_tit { /* float: left; */ width: 100%;
  text-align: left;
  font-size: 19px;
  padding: 10px 0% 0;
}
/*¸ÞÀÎ ¸Þ´º*/
.hc_main_menu {
  position: fixed;
  inset: 0px 0 auto;
  margin-top: 52px;
  z-index: 99; /*position: relative;*/ /*overflow: hidden;*/ width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
  border-bottom: 2px solid #BB0842;
  margin-bottom: 0px;
  background: #fff;
}
ul.hc_main {
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 0;
}
ul.hc_main li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 0;
}
ul.hc_main li a {
  display: block;
  height: 37px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 33px;
  text-decoration: none;
}
ul.health_main li:first-child a {
  padding: 0 0px 0 5px;
}
.health_main_menu a.h_menu_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 37px;
  padding-left: 13px;
  box-sizing: border-box;
  background: #fff;
  font-size: 15px;
  line-height: 50px;
  color: #003071;
  font-weight: bold;
}
.hc_main_menu nav {
  height: 48px;
  background-color: #fff;
  -webkit-transition: margin .2s;
  transition: margin .2s;
  z-index: 11;
}
.hc_main_menu nav > button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-indent: -9999px;
  background: url(https://m.health.chosun.com/img/2023/more.svg) no-repeat 50% 50% #fff;
}
.hc_main_menu nav::after, .hc_main_menu nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13px;
  z-index: 1;
  pointer-events: none;
}
.hc_main_menu nav::before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.hc_main_menu nav::after {
  right: 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0, #fff 100%);
}
.hc_main_menu nav ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 40px;
  padding: 0 7px;
  height: 48px;
  line-height: 1;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hc_main_menu nav li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.hc_main_menu nav li[data-visible] {
  display: inline-block;
}
.hc_main_menu nav li.on a {
  color: #BB0842;
  font-weight: 700;
}
.hc_main_menu nav a {
  display: block;
  padding: 10px 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #111;
}
.hc_main_menu nav a svg {
  margin-left: 4px;
}
.hc_main_menu .nav-bottom {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px 20px 0;
  padding: 12px 4px;
  border-top: 0px solid #eee;
}
button.link-close {
  font-size: 15px;
  color: #BB0842;
  background: #fff;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
}
.hc_main_menu nav[data-expand] {
  height: auto;
  max-width: 660px;
  margin: 0 auto;
}
.hc_main_menu nav[data-expand]::after, .hc_main_menu nav[data-expand]::before, .hc_main_menu nav[data-expand] > button {
  display: none;
}
.hc_main_menu nav[data-expand] ul {
  margin-right: 0;
  padding-bottom: 0;
  height: auto;
  white-space: normal;
  text-align: left;
}
.hc_main_menu nav[data-expand] ul li {
  width: 33.3%;
}
.hc_main_menu nav[data-expand] .nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.input_search[type="text"] {
    border-bottom: 2px solid #111;
    border-radius: 0px;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 0px;
    line-height: 27px;
    margin: 0px;
    padding: 1px 40px 0px 10px;
    vertical-align: middle;
    font-family: "NotoSansKR-Regular", sans-serif;
    width: 100%;
}
.innerlink {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.hc_footer_sns {
  width: 100%;
  background: #E7E7E7;
  text-align: center;
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.hc_footer_sns span {
  display: block;
  width: 100%;
  text-align: center;
  color: #111111;
  padding: 0px 0 15px 0;
}
.hc_footer_sns .sns_list {
  border: 0px solid #fff;
}
.hc_footer_sns .sns_list ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.hc_footer_sns .sns_list li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
}
.hc_footer_sns .sns_list li img {
  width: 40px;
  filter: grayscale(100%);
}
.hc_footer_sns .sns_list li svg path {
  filter: opacity(0.5);
}
.hc_footer_sns .sns_list li:hover svg path {
 filter: opacity(1);
}

#sub_container {
       margin-top: 103px;
    margin-bottom: 30px;
}
/* ¼­ºê Å¸ÀÌÆ², ¼­ºê ¸Þ´º */
.hc_list_menu {
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
	    padding: 0 20px;
}
.hc_list_menu .doc_select{
	display: flex;
	flex-direction: row;
	margin-left: 71px;	
	gap:4px;
}
.hc_list_menu .doc_select select{
	height: 44px;
	padding: 0 8px;
background: url(https://health.chosun.com/images/bestdoctor/sel_boxbg.jpg) no-repeat 100% 50%;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
	    appearance: none;
}
.hc_list_menu nav {
	position: relative;
    height: 69px;
    background-color: #fff;
	padding-top: 15px;
    /* border-bottom: 2px solid #2b9696; */
    -webkit-transition: margin .2s;
    transition: margin .2s;
    z-index: 11;
    overflow: hidden;	
    border-bottom: 3px solid #111111;
}

.hc_list_menu nav ul {
    margin-left: 71px;
}
.hc_list_menu nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.hc_list_menu nav a {
    display: block;
}
.hc_list_menu nav a.active {
    display: block;
    padding: 23px 0px 0 0;
    vertical-align: middle;
    color: #111;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hc_list_menu nav > .sub_news_title {
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;
    padding-left: 5px;
}
.sub_news_title a {
	font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;	
}
/*Å¾ ½½¶óÀÌµå */
.main_photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 60vw;
}
.main_photo .Bon {
  width: 100%;
}
.main_photo .Bon img {
  width: 100%;
}
.flex--align-items-center {
  align-items: center;
}
.flex--justify-space-between {
  justify-content: space-between;
}
.flex {
  display: flex;
}
.flex--wrap {
  flex-wrap: wrap;
}
.h3 {
  font-size: 18px;
  line-height: 1.44;
}
.font--size-sm-14 {
  font-size: 14px;
}
.font--primary {
  font-family: "NotoSansKR-Regular", sans-serif;
}
.font--size-sm-16 {
  font-size: 16px;
}
.font--primary b, .font--primary-bold {
  font-family: "NotoSansKR-Regular", sans-serif;
}
.text--black {
  color: #222;
}
.text--overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text--left {
  text-align: left;
}
.width--100 {
  width: 100%;
}
.box--position-relative {
  position: relative;
}
.box--pad-top-md {
  padding-top: 16px;
}
.box--margin-none {
  margin: 0;
}
.box--margin-top-md {
  margin-top: 16px;
}
.box--display-block {
  display: block;
}
.box--display-inline-flex {
  display: inline-flex;
}
.box--pad-left-md {
  padding-left: 16px;
}
.box--pad-bottom-md {
  padding-bottom: 16px;
}
.box--pad-right-md {
  padding-right: 16px;
}
.box--border {
  border: 1px;
  border-color: #222;
  border-style: solid;
}
.box--border-xs {
  border-width: 1px;
}
.box--border-grey-20 {
  border-color: #eaeaea;
}
.box--border-grey-40 {
  border-color: #d7d7d7;
}
.box--bg-white {
  background-color: #fff;
}
.box--border-horizontal-bottom {
  border-top: 0;
}
.box--border-horizontal {
  border-left: 0;
  border-right: 0;
}
/*¸Þ´º*/
.M_menu_div {
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  left: 0px;
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  width: 100%;
}
.M_health {
  display: inline-block;
  height: 0px;
  position: absolute;
  left: 20px;
  top: 24px;
}
.M_health_logo {
  display: block;
  height: 26px;
  margin: 13px auto 9px;
  width: 189px;
}
.css-l8ph0q {
  background-color: rgb(255, 255, 255);
}
.x-button button {
  background: #fff;
}
.css-1ps9vrl {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 11px 12px 8px;
  display: inline-block;
  transition: none 0s ease 0s;
}
.css-542elh {
  padding-top: 10px;
}
section {
  display: block;
}
.css-g3v8ab:first-of-type {
  border-top: 0px;
}
/*Çï½ºÁ¶¼± ¼­ºñ½º ¹Ù·Î°¡±â*/
.sp_menu {
  overflow: hidden;
  padding: 20px 0px;
  display: block;
}
.sp_menu .hc_direct {
  overflow: hidden;
  margin: -3px;
}
.sp_menu .hc_sbox {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
}
.sp_menu .hc_sbox:hover .hc_sa{  color: #BB0842; }

.sp_menu .hc_sa {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #efeff0;
  position: relative;
  display: block;
  padding: 0 7px;
  margin: 3px;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.5px;
  color: #333333;
}
.sp_direct .hc_sbox:first-child a {font-size: 14px;}
.menulist_title {
  border-bottom: 1px solid #D9D9D9;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0rem;
  line-height: 23px;
  padding: 10px 0px 10px 10px;
  text-transform: capitalize;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
.menulist_title:hover { 
  color: #BB0842;
}
.menulist_title:hover button svg path{ 
  fill: #BB0842;
}
.menulist_title button {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
.menulist_title .m_close {
  display: none;
  width: 42px;
  height: 16px;
  background-position: -166px -78px;
}
#menulist_news, #menulist_detail, #menulist_doctor, #menulist_dstory, #menulist_life {
  display: none;
}
.menulist_ul {
  columns: auto 2;
  margin: 0px;
  padding: 10px 0px 19px 10px;
  border-bottom: 0px solid #111111;
}
.menulist_li {
  list-style-type: none;
}
.menulist_li_a {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  text-transform: capitalize;
}
.menulist_li_h3 {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
  text-transform: capitalize;
}
.menulist_li:hover .menulist_li_h3 {
  color: #BB0842;
}
/*¸Þ´º ¾È °Ë»ö*/
.search_area {
  padding: 20px 0px 0 0;
}
.search_area_in {
  padding: 0px 20px;
}
.input_label_search {
  border-radius: 0px;
  display: inline-block;
  margin-right: 0px;
  padding: 0px 0px;
  position: relative;
  width: calc(100% - 37px);
  border: 0;
}
.search_area section {
  padding: 0px 20px;
}

/*¸Þ´º ¾È °Ë»ö _ ¹öÆ°*/
.search_button {
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  white-space: nowrap;
  background-color: #fff;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  height: 45px;
  border-bottom: 2px solid #111;
  margin: 0px;
  padding: 8px 9px 6px;
  vertical-align: middle;
  margin-left: -4px;
}
.search_button:disabled {
  cursor: default;
  opacity: 0.9;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
  text-rendering: auto;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  line-height: normal;
}
input[type='text'], input[type='password'], input[type='email'], textarea {
  border-radius: 3px;
  box-sizing: border-box;
  border: 0;
}
#myLinks {
  display: none;
}
.main_c_red {
  color: #c51917;
  font-weight: bold;
}
.sub_top_mar103 {
	margin-top: 103px;
}

/* ¸íÀÇ ¿ä¼Òµé */


/* 02¸íÀÇ ¸®½ºÆ® */
#list_select{
	display: flex;
	flex-direction: row;
	gap:4px;
	justify-content: space-between;
	padding: 0 20px;
}
.bestdoctor {
    padding-bottom: 15px;
    background: #fff;
    border-bottom: 0px solid #e5e5e5;
}