@charset "euc-kr";
/* Reset */
body, figure {
  width: 100%;
  margin: 0;
  word-break: keep-all;
  letter-spacing: -.4px;
  font-family: 'Noto Sans KR', sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}
:focus {
    outline: 3px dashed #BB0842;
}

:focus:not(:focus-visible) {
    outline: 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
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
/* flex */
.flex_column {
  -webkit-box-orient: vertical; 
  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;
}
.h1 {
  font-size: 27px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.h2-1 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 900;
}
.h2-2 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
}
.h3-1 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.h3-2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
.h4-1 {
  font-size: 19px;
  line-height: 27px;
  font-weight: 700;
}
.h4-2 {
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
}
.h5-1 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.h5-2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.h5-3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.h6 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
.h-p1-1 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
.h-p1-2 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.h-p1-3 {
  font-size: 16px;
  line-height: 23.68px;
  font-weight: 400;
}
.h-p2-1 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
.h-p2-2 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.h-p2-3 {
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
}
.h-p3-1 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.h-p3-2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.h-p4-1 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
}
.h-p4-2 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.height--100 {
  height: 100%;
}
.width--100 {
  width: 100%;
}
.text--left {
  text-align: left;
}
.text--overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bg-blk-1 {
  background: #111111 !important;
}
.bg-blk-2 {
  background: #333333 !important;
}
.f-c-1 {
  color: #BB0842;
}
.f-b-1 {
  color: #111111;
}
.f-b-2 {
  color: #333333;
}
.f-g-1 {
  color: #828282;
}
.f-gold {
  color: #A3836A;
}
.f-blue {
  color: #257ACD;
}
.f-main {
  color: #BB0842;
}
.f-wt {
  color: #ffffff;
}
/*grid*/
.grid_m {
  overflow: hidden;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
.bor_top_blk {
	border-top: 1px solid #111;
}
.mg_bt_30 {
  margin-bottom: 16px;
}
/*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%;
	position: relative;
  margin-top: 103px; /* z-index: 1;*/
  padding: 0 20px;
}
.Photo {
  max-width: 100%;
  height: auto;
}
.flex_column {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* 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;
	color: #BB0842;
}
.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_style6 {
  display: block;
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 27px;
  background: #000;
  color: #fff;
  border-radius: 0px 0 0px 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-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: #BB0842;
}
/* ½æ³×ÀÏ Á¦¸ñ ¼³¸í1ÁÙ ¸®½ºÆ® 3°³ */
.story_items_all {
  padding: 0px 20px;
	
	margin-bottom: 40px;
}
.story_item {
  	display: flex;
  	justify-content: center;
	align-content: flex-start;
  	flex-wrap: wrap;
  	position: relative;
	overflow: hidden;
    padding-bottom: 16px;
    padding-top: 16px;
}
.story_item:before {
    background-color: #d9d9d9;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.story_item.firstBorder:before {
    background-color: #111;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.story_item.threeBorder:before {
    background-color: #111;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.story_item:last-child::after {
 background-color: #d9d9d9;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.story_item .story_item_thumb {
	flex-basis: 41.67%;
    max-width: 41.67%;
}
.story_item .story_item_content {
  position: relative;
	    flex-basis: 58.33%;
    max-width: 58.33%;
	display: flex;
	flex-wrap: wrap;	
	align-content: space-between; 
	
}
.story_item .story_item_content.no-img {
  position: relative;
	flex-basis: 100%;
    max-width: 100%;
}
.story_item .story_item_thumb img {
	width: 200px;
  aspect-ratio: 200 / 135; /*width: 124px; height: 92px;*/ object-fit: cover;
  position: relative;
  border: 0.5px solid #E0E0E0;
  border-radius: 15px 0px;
}
.story_item .story_item_content .post-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.story_item .story_item_content .title {
	
    position: relative;
	width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
	color: #333;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.story_item .em_area {
    position: relative;
}
.story_item .cate {
    display: inline-block;
    position: relative;
    color: #BB0842;
    font-size: 12px;
	font-weight: 400;
    letter-spacing: -0px;
    padding-right: 17px;
}
.story_item .cate::after {
    position: absolute;
    top: 4px;
    width: 1px;
	height: 10px;
    background: #828282;
    content: '';
	right: 8px;
}
.story_item  .name {
	display: none;
    /*display: inline-block;*/
    color: #888;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.14px;
    padding-right: 10px;
}
 .story_item .date {
    margin-top: 22px;
    font-size: 12px;
    font-weight: 400;
    /*color: #828282;*/
	color: #595959;
}

.story_item .scription a span {
  color: #828282;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.story_item_left {
  order: 1;
  padding-right: 12px;
}
.story_item_right {
  margin-right: auto;
  order: 2;
}
.story_item_center {
  order: 3;
  margin-top: 0px;
  padding: 10px 0 0 0;
}
.main_ad1 {
  width: 100%;
  text-align: center;
  margin: 0 0px 40px 0px;
  padding: 0 20px;
}
/*ÃÖ½Å´º½º*/
.m_upNews {
  position: relative;
}
.m_common .cc_title_wrap {
  position: relative;
  margin: 0 20px;
}
.m_common .cc_title {
  border-top: 3px solid #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0 19px;
  display: block;
}
.m_common .cc_title_wrap::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.m_common .tip_title {
  border-top: 3px solid #111;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0 19px;
  display: block;
	color: #333;
}
.native_scroll {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.native_scroll .native_scroll_list {
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: top;
}
/*¿À´ÃÀÇ °Ç°­ÆÁ*/
.id_m_toTip {
  background: #F4F4F4;
  margin-top: 40px;
}
.m_tohTop {
  position: relative;
}
.m_tohTop .cs_community_list {
  padding: 0 0px 0px 1px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_tohTop .cs_community_list .cs_community_item {
  width: 310px;
  margin-left: 19px;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_tohTop .cs_community_list .cs_keyword_item {
  margin-left: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_tohTop .cs_community_list .cs_link_community {
  position: relative;
  display: block;
  height: 100%;
}
.m_tohTop .cs_community_list .cs_thumb_area {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.m_tohTop .cs_community_list .cs_thumb_area img {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 310 / 183;
}
.m_tohTop .cs_community_list .cs_thumb_area::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  padding-top: 103px;
}
.m_tohTop .cs_community_list .cs_info_area {
  padding: 15px 0px 15px;
}
.m_tohTop .cs_community_list .cs_name {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
}
.m_tohTop .cs_community_list .cs_desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -.5px;
  opacity: .7;
}
.m_tohTop .m_toTip_item .cs_keyword_item {
  width: 120px;
  margin-left: 19px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #000;
  overflow: hidden;
  padding: 8px 20px;
  word-break: break-all;
  text-align: center;
}
.badge_keyword {
  margin-left: 0px;
  vertical-align: middle;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  background: #E0E0E0;
  border: 0px solid #BB0842;
  border-radius: 60px;
}
.badge_list {
  margin-left: 0px;
  vertical-align: middle;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  background: #A3836A;
  border: 0px solid #BB0842;
  border-radius: 60px;
  color: #fff;
}
.key_scroll {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.key_scroll .key_scroll_list {
  display: -webkit-inline-box;
  vertical-align: top;
}
/*¿À´ÃÀÇ °Ç°­ÆÁ 1°³ */
.today-tip {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 20px;
  position: relative;
}
.today-tip .story-card-block {
  position: relative;
}
.today-tip .tip-img-wrapper img {
  aspect-ratio: 353 / 240;
  object-fit: cover;
}
.today-tip .tip-card-component {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin: 0 auto;
  min-height: 63px;
}
.today-tip .tip-card-component .badge_wrap_part {
  display: block;
  left: 50%;
  top: 0px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.badge_wrap_part .badge_part {
  z-index: 10;
  padding: 0 18px;
  height: 30px;
  background: #BB0842;
}
.today-tip .tip-card-component .tip-card-position {
  position: absolute;
  top: -35px;
  padding: 0px 34px;
  width: 100%;
}
.today-tip .tip-card-component .tip-card-position .title {
  margin: 0 30px;
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 35px 18px 25px 18px;
  border-radius: 15px 0px;
}
/*¿À´ÃÀÇ °Ç°­ÆÁ ±â»ç3°³ */
.ToTipBd {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 20px;
  margin-top: 25px;
}
.ToTipBd li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0px 0 0;
}
.ToTipBd li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
.ToTipBd li .opinion {
  display: table;
  width: 100%;
}
.ToTipBd li .opinion .Tthumb {
  display: table-cell;
  min-width:124px;  
  vertical-align: middle;
}
.ToTipBd li .opinion .Tthumb img {
  aspect-ratio: 200 / 137;
  object-fit: cover;
  width: 124px;
  border-radius: 15px 0;
  filter: grayscale(0%);
	
  border: 0.5px solid #E0E0E0
}
.ToTipBd li .opinion .col_tit {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top; /* padding: 8px 5px 8px 0; */
}
.ToTipBd li .opinion .col_tit .hosname {
  font-size: 13px;
  color: #C51A18;
  line-height: 5px;
  font-weight: 700;
}
.ToTipBd li .opinion .col_tit .atit {
  padding-top: 4px;
}
/*¸íÀÇÀÎÅÍºä*/
.id_m_docIntv {
  background: #Fff;
  margin-top: 0px;
}
.m_docIntv .tip_title {
  border-top: 3px solid #111;
  border-bottom: 0px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0 19px;
  display: block;
}
.m_docIntv {
  position: relative;
}
.badge_dorp {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 9px;
  padding-right: 10px;
  height: 22px;
  border: 1px solid #A3836A;
  border-radius: 8px 0 0px 0;
}
.badge_dor {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  padding-left: 9px;
  padding-right: 10px;
  height: 22px;
  background: #A3836A;
  border-radius: 0px 0 8px 0;
  margin-left: -4px;
}
.doctor_wrap {
  margin: 0 20px;
	border-bottom: 1px solid #D9D9D9;
}
.doctor {
  padding: 20px 0px;
  border-top: 1px solid #D9D9D9;
}
a.discription {
  color: #828282;
}
.h-doctor-left {
  order: 1;
}
.h-doctor-left .title {
  margin: 13px 0 20px 0;
}
.h-doctor-right {
  order: 2;
  padding-left: 20px;
  margin-right: auto;
  min-height: 90px;
}
.h-doctor-center {
  order: 3;
  margin-top: 0px;
  padding: 18px 0 0 0;
  border-top: 1px dashed #ccc;
}
.h-doctor-art-image {
  position: relative;
}
.h-doctor-art-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 45px;
  position: absolute;
  right: 0;
  text-align: right;
  border: 0.5px solid #e0e0e0;
}
/* ¹Ð´ç365 */
.id_mildang {
  margin-top: 40px;
}
.m_mildang {
  position: relative;
}
.m_mildang .cs_community_list_wrap {
  position: relative;
  margin: 0 20px;
}
.m_mildang .cs_community_list {
  padding: 0 0px 0px 1px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_mildang .cs_community_list .cs_community_item {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_mildang .cs_community_list .cs_link_community {
  position: relative;
  display: block;
  height: 100%;
}
.m_mildang .cs_community_list .cs_link_community::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.m_mildang .cs_community_list .cs_thumb_area {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.m_mildang .cs_community_list .cs_thumb_area img {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 160 / 107;
  object-fit: cover;
}
.m_mildang .cs_community_list .cs_info_area {
  padding: 15px 20px 30px 20px;
}
.m_mildang .cs_community_list .cs_name {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  padding-bottom: 25px;
}
.m_mildang .cs_community_list p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.m_mildang .cs_community_list .cs_desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -.5px;
  opacity: .7;
}
.m_common .tip_title {
  border-top: 3px solid #111;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0 19px;
  display: block;
}
/* ¾Æ¹Ì¶û */
.id_ami {
  margin-top: 40px;
}
.m_ami {
  position: relative;
}
.m_ami .cs_community_list_wrap {
  position: relative;
  margin: 0 20px;
}
.m_ami .cs_community_list {
  padding: 0 0px 0px 1px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_ami .cs_community_list .cs_community_item {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_ami .cs_community_list .cs_link_community {
  position: relative;
  display: block;
  height: 100%;
}
.m_ami .cs_community_list .cs_link_community::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.m_ami .cs_community_list .cs_thumb_area {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border: 0px solid #D9D9D9;
  border-radius: 20px 20px 0 0;
  padding: 9px 9px 0 9px;
}
.m_ami .cs_community_list .cs_thumb_area img {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 160 / 107;
  object-fit: cover;
border-radius: 20px 20px 0 0;
}
.m_ami .cs_community_list .cs_info_area {
  padding: 15px 20px 30px 20px;
}
.m_ami .cs_community_list .cs_name {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  padding-bottom: 25px;
}
.m_ami .cs_community_list p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.m_ami .cs_community_list .cs_desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -.5px;
  opacity: .7;
}
/* ¿¬Àç */
.id_serial {
  margin-top: 40px;
}
.m_serial {
  position: relative;
}
.m_serial .key_scroll {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.m_serial .cc_title_wrap {
  position: relative;
  margin: 0 20px 0 20px;
  border-top: 0px solid #111;
  border-bottom: 1px solid #D9D9D9;
}
.m_serial .cc_title {
  border-top: 3px solid #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0 19px;
  display: block;
}
.m_serial .cc_title_wrap::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.m_serial .cs_community_list_wrap {
  position: relative;
  margin: 20px 20px;
}
.m_serial .cs_community_list {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_serial .cs_community_list .cs_keyword_item {
  padding: 18px 0px 15px 1px;
  border-bottom: 3px solid #fff;
  margin-right: 20px;
}
.m_serial .cs_info_area svg {
  margin-top: 3px;
}
.badge_serial {
  margin-left: 0px;
  vertical-align: top;
  z-index: 10;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #828282;
}
.m_serial .cs_community_list .cs_keyword_item:first-child{
	margin-left: 71px;
}

.m_serial .cs_community_list .current .badge_serial {
  font-weight: 700;
  color: #333333;
}
.tab-content {
	display:none;		
  padding: 0px 0;
  border-top:0px solid #eee;
}
.tab-content.current {
	display: inherit;
	
}
/*Çì´õ ¸Þ´º */
.m_htv {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0px;
}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: none;
  color: #222;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current{  
 
}

.header_wrap {
    border-bottom: 0px solid #5641c5;
    position: relative;
    width: 100%;
}
.header_area {
	display: flex;
}
.section_title {
    color: #111;
	font-family: Noto Sans KR;
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	line-height: 29px; /* 138.095% */
	position: absolute;
    top: 18px;
    left: 0;
    bottom: 0;
    width: 40px;
	background: #ffffff;
}
.header_area::after {
    left: 40px;    
    background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.5) 100%);
}
.header_area::after, .header_area::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 13px;
    z-index: 1;
    pointer-events: none;
}
/* ´º½º ¸®½ºÆ® 3µª½º ¼­ºê ¸Þ´º */
.header_nav {
	
	display: block;
	border-top: 0px solid #fff;
	border-bottom: 3px solid #111;
	background: #ffffff;
	margin-top: -2px;
	z-index: 3;
	padding-bottom: 6px;
}

.header_nav[data-expand] {
  display: none;
}
.header_nav .nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_nav .nav-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0px 0px 0;
    padding: 0px 0px 12px 0;
    border-top: 0px solid #eee;
}
button.menu-close {
    font-size: 15px;
    color: #111111;
    background: #fff;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}
/*.header_nav [data-expand]::after, .header_nav [data-expand]::before, .header_nav [data-expand] > button {
  display: none;
}*/
.header_nav ul {	
	padding-top: 6px;
	padding-bottom: 10px;
}

.header_nav ul:nth-child(2) {
	border-top: 1px solid #d9d9d9;
	
}
.header_nav ul > li {  
	margin: 6px 3px;
	border-radius: 4px;
	background: #F2F4F8;
	display: inline-block;
}
.header_nav ul > li a {
  display: block;
}
.header_nav ul > li .ssub_menu {  
 	padding: 4px 8px;
  	text-align: center;	
	border-radius: 4px;
	background: #F2F4F8;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	}
.header_nav ul > li .ssub_menu:hover {  
	background: #BB0842;
	color: #fff;
	}
.header_nav ul > li .ssub_menu.ative {   	
	background: #BB0842;
	color: #fff;
	}
.cl_list_wrap {
  position: relative;
  margin: 0 0px;
}
.Htv_snap_list {
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
 overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.native_scroll {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.Htv_list_item {	
  display: none;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  white-space: initial;	
}
.Htv_list_item .cl_list.type_rank {
  padding: 12px 20px;
}



/* µ¿¿µ»ó 3°³ ·Ñ¸µ */
.id_mv {
  margin-top: 40px;
  background: #333333;
}
.m_mv {
  position: relative;
  padding-bottom: 40px;
}
.m_mv .cc_title {
  border-top: 0px solid #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 30px 0 30px;
  display: block;
}
.m_mv .cse_btn_add1 {
  position: absolute;
  top: 50%;
  right: 90px;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 26px;
}
.m_mv .cse_btn_add1::before {
  width: 45px;
  height: 45px;
  background: url(https://health.chosun.com/img/2023/movie_thum_its.jpg);
  background-size: 45px 45px;
  content: "";
  display: block;
  border-radius: 45px;
}
.m_mv .cse_btn_add2 {
  position: absolute;
  top: 50%;
  right: 45px;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 13px;
}
.m_mv .cse_btn_add2::before {
  width: 45px;
  height: 45px;
  background: url(https://health.chosun.com/img/2023/movie_thum_health.jpg);
  background-size: 45px 45px;
  content: "";
  display: block;
  border-radius: 45px;
}
.m_mv .cse_btn_add3 {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
.m_mv .cse_btn_add3::before {
  width: 45px;
  height: 45px;
  background: url(https://health.chosun.com/img/2023/movie_thum_hc.jpg);
  background-size: 45px 45px;
  content: "";
  display: block;
  border-radius: 45px;
}
.movie-list .card {
  padding-top: 0;
  align-content: center;
}
.movie-list .card.flex_column .card_body {
  position: relative;
  text-align: left;  
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  padding: 20px 20px 10px 20px;
}
.movie-list .card_body .headline {
  margin-left: auto;
  margin-right: auto;
}
.movie-list .card_image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
  display: block;
  border-radius: 20px 20px 0 0;
}
.movie-list .flex_column .headline .sm_hidden {
  display: inline-block;
  padding-top: 28px;
  min-height: 164px;
  align-items: center;
  justify-content: center;
}
.swiper-container2 .slick-slider:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: none;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 40px 0;
}
.movie-list .slick-slide-item {
  width: 100%;
  display: inline-block;
  background-color: #111111;
  border-radius: 20px 20px;
}
.h-mv-art-image {
  position: relative;
}
.h-mv-art-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 45px;
  text-align: right;
}
.movie-list .card_body {
  align-items: center;
  display: flex;
  justify-content: center;
}
.movie-list .card_body .h-mv-art-wrap {
  display: flex;
  justify-content: center;
}
.movie-list .card_body .h-mv-component {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.movie-list .card_body .mv_left {
  order: 1;
  padding-right: 0px;
}
.movie-list .card_body .mv_right {
  order: 2;
  padding-left: 20px;
  min-height: 81px;
}
.movie-list .card_body .mv_center svg {
 display : inline-flex;
align-items: center !important;
justify-content: center;
width : 15px;
height : 15px;	
}
.movie-list .card_body .mv_center .h-mv-art-wrap div a span.f-g-1::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 5px 5px;
    margin: 6px 1px;
    vertical-align: top;
	background: url(https://m.health.chosun.com/img/2023/check.svg) no-repeat;
	
}
.movie-list .card_body .mv_center {
  order: 3;
  margin-top: 14px;
  padding: 16px 0;
  border-top: 1px dashed #828282;
}
.m_mv .swiper-container2 .slick-initialized .slick-slider {
  padding: 20px 0px 0 20px;
}
.m_mv .swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}
.m_mv .swiper-pagination-bullet {
  background: #ffffff !important;
}
.m_mv .swiper-pagination-bullet-active {
  background: #A3836A !important;
}
/*Ä«µå´º½º*/
.m_upCard {
  position: relative;
  background: #DFD6C5;
  padding-bottom: 40px;
}
.m_upCard .cc_title_wrap {
  position: relative;
  margin: 0 20px;
}
.m_upCard .cc_title {
  border-top: 0px solid #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 20px;
  display: block;
}
.m_upCard .cc_title_wrap::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.m_upCard .cs_community_list {
  padding: 0 20px 0px 1px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_upCard .cs_community_list .cs_name {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
}
.m_upCard .cs_community_list .cs_community_item {
  position: relative;
  min-width: 143px;
  margin-left: 19px;
  -webkit-border-radius: 10px;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  background: #ffffff;
}
.m_upCard .cs_community_list .cs_keyword_item {
  margin-left: 19px;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_upCard .cs_community_list .cs_link_community {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.m_upCard .cs_community_list .cs_thumb_area {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.m_upCard .cs_community_list .cs_thumb_area img {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.m_upCard .cs_community_list .cs_thumb_area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .1);
}
.m_upCard .cs_community_list .cs_thumb_area::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  padding-top: 103px;
}
.m_upCard .cs_community_list .cs_info_area {
  padding: 15px 20px 25px;
}
.m_upCard .cs_community_list .cs_info_area strong {
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.m_upCard .cs_community_list .no-Cimg strong {
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.m_upCard .cs_community_list .no-Cimg .cs_link_community svg {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 20px auto;
}
.m_upCard .cs_community_list .cs_name {
  display: block;
}
.no-Cimg .cs_name {
  color: #A3836A;
}
span.h-hidden {
  display: none !important;
}
.native_scroll {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.native_scroll .native_scroll_list {
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: top;
}
.btn_add1 {
  position: absolute;
  bottom: -15px;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
/* °´¿ø Ä®·³*/
.id_hCol {
  margin-top: 40px;
}
.m_hCol {
  position: relative;
  padding-bottom: 40px;
}
.m_hCol .cc_title {
  border-top: 3px solid #111;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 19px;
  display: block;
}
.m_hCol .swiper-container2 .slick-initialized .slick-slider {
  padding: 20px 0px 0 20px;
}
.m_hCol .swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}
.m_hCol .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  background: #333333 !important;
}
.m_hCol .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #257ACD !important;
}
.m_hCol .hColmn-list .slick-slide-item {
  width: 100%;
  display: inline-block;
  border-radius: 0px 0px;
}
.m_hCol .hColmn-list .slick-slide-item:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: #f4f4f4;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 40px 0;
}
.m_hCol .hColmn-list .card {
  padding-top: 20px;
  align-content: center;
	
}
.m_hCol .hColmn-list .card.flex_column .card_body {
  position: relative;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  padding: 10px 15px 10px 15px;
}
.m_hCol .hColmn-list .card_body .headline {
  margin-left: auto;
  margin-right: auto;
}
.m_hCol .hColmn-list .card_image img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  max-width: 120px;
  min-width: 120px;
  margin: auto;
  display: block;
  border: 1px solid #E0E0E0;
}
.m_hCol .hColmn-list .flex_column .headline .sm_hidden {
  display: inline-block;
  padding-top: 28px;
  min-height: 164px;
  align-items: center;
  justify-content: center;
}
.m_hCol .hColmn-list .card_body .h-movie-headline span {
  display: block;
  padding: 10px 0px;
}
.m_hCol .hColmn-list .h-mv-art-image {
  position: relative;
}
.m_hCol .hColmn-list .h-mv-art-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 45px;
  text-align: right;
}
.m_hCol .hColmn-list .card_body {
  align-items: center;
  display: flex;
  justify-content: center;
}
.m_hCol .hColmn-list .card_body .h-mv-art-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}
.m_hCol .hColmn-list .card_body .h-movie-headline .m_hCol .hColmn-list .card_body .h-mv-component {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.m_hCol .hColmn-list .card_body .mv_left {
  order: 1;
  padding-right: 0px;
}
.m_hCol .hColmn-list .card_body .mv_right {
  order: 2;
  min-height: 81px;
  text-align: center;
}
.m_hCol .hColmn-list .card_body .mv_center svg {
  align-items: center;
}
.m_hCol .hColmn-list .card_body .mv_center {
  order: 3;
  margin-top: 14px;
  padding: 16px 0;
  border-top: 1px solid #E0E0E0;
}
/*ÇÁ·»Áî*/
.id_hFri {
  margin-top: 40px;
}
.m_hFri {
  position: relative;
  padding-bottom: 0px;
}
.m_hFri .cc_title {
  border-top: 3px solid #111;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 19px;
  display: block;
}
.m_hFri .swiper-container4 {
  margin: 0 20px;
}
.m_hFri .swiper-container4 .slick-initialized .slick-slider {
  padding: 20px 0px 0 20px;
}
.m_hFri .swiper-container4 .slick-slider:after {}
.m_hFri .swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}
.m_hFri .slick-initialized .slick-slide {
  padding: 0px 0px;
}
.m_hFri .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  background: #333333 !important;
}
.m_hFri .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #257ACD !important;
}
.m_hFri .hColmn-list .slick-slide-item {
  width: 100%;
  display: inline-block;
  border-radius: 0px 0px;
}
.m_hFri .hColmn-list .slick-slide-item:after {}
.HFriends {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.HFriends:before { /*position: absolute; content: ''; left: 0; top:0px; border-bottom: 0px solid #D9D9D9; width: 100%;*/
}
.HFriends .opinion {
  display: table;
  width: 100%;
}
.HFriends .opinion .Tthumb {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
}
.HFriends .opinion .Tthumb img {
  aspect-ratio: 1 / 1;
  width: 108px;
	height: 108px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(0%);
  border: 0.5px solid #E0E0E0
}
.HFriends .opinion .col_tit {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top; /* padding: 8px 5px 8px 0; */
}
.HFriends .opinion .col_tit .hosname {
  font-size: 13px;
  color: #C51A18;
  line-height: 5px;
  font-weight: 700;
}
.HFriends .opinion .col_tit .atit {
  padding-top: 4px;
}
.HFriends .opinion .col_tit .atit span {
  display: block;
  padding: 10px 0px 0 0;
}
/* °Ç°­µµ¼­ */
.id_hBook {
  margin-top: 40px;
}
.m_hBook {
  position: relative;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.m_hBook .cc_title {
  position: relative;
  border-top: 3px solid #111;
  border-bottom: 0px solid #D9D9D9;
  padding: 20px 0 19px;
  display: block;
}
.m_hBook .Thos_list {
  padding: 30px 25px;
  background: #F4F4F4;
  border-radius: 40px 0px;
}
.m_hBook .Thos_list ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.m_hBook .Thos_list ul > li {
  float: left;
  width: 50%;
  text-align: left;
  padding-bottom: 0px;
  position: relative;
}
.m_hBook .Thos_list ul > li a {
  display: block;
}
.m_hBook .Thos_list ul > li a img {
  width: 100%;
  aspect-ratio: 145 / 198;
  margin-bottom: 12px;
  filter: drop-shadow(3px 3px 4px #d9d9d9);
}
.m_hBook .Thos_list ul > li .Thos_title {
  height: 40px;
  padding: 0 0%;
  text-align: left;
  line-height: 1.2em;
  overflow: hidden;
}
.m_hBook .Thos_list ul > li .Hbook_title {
  position: relative;
  padding: 15px 20px 20px;
  height: 80px;
  padding: 0 0%;
  text-align: left;
  line-height: 1.3em;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
.m_hBook .Thos_list ul > li:first-child {
  padding-right: 24px;
}
.m_hBook .Thos_list ul > li:nth-child(even) {
  border-left: 1px dashed #D9D9D9;
  float: right;
  text-align: right;
  padding-left: 24px;
}
.btn_add3 {
  position: absolute;
  bottom: -15px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
/* ¸ð¹ÙÀÏ ÇªÅÍ */
.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_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;
}
.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;  
	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 {}
.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;
  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;
}
.txt_line {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.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: 13; /*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 {
  /* position: fixed;
    inset: 50px 0 auto;
    margin-top: -52px;*/
  height: 48px;
  background-color: #fff;
  /*border-bottom: 2px solid #2b9696;*/
  -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
}

/* ¸®½ºÆ® ¼­ºê ¸Þ´º */
.hc_list_menu {
  margin-top: 52px;
	width: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #111111;
	padding-left: 3px;	
  background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hc_list_menu.borderadd {  
  border-bottom: 1px solid #d9d9d9;
}
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_list_menu nav {
  height: 69px;
	width: 100%;
  background-color: #fff;
  border-left: 0px solid #fff;
  /*border-bottom: 2px solid #2b9696;*/
  -webkit-transition: margin .2s;
  transition: margin .2s;
  z-index: 11;
	overflow: hidden;	
	padding-left: 0px;
	padding-left: 0px;
}
.hc_list_menu nav > .sub_news_title {
  position: absolute;
  top: 20px;
  left: 0px;
  bottom: 0;
  width: 55px;  	
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	line-height: 29px;
	background-color: #fff;
	padding-left: 0px;
	
}
.hc_list_menu nav::after, .hc_list_menu nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  z-index: 1;
  pointer-events: none;
}
.hc_list_menu nav::before {
  left: 33px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(-90deg, #fff 100%, rgba(255, 255, 255, 0) 0);
}
.hc_list_menu nav::after {
  left: 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, #fff 80%, rgba(255, 255, 255, 0.5) 0);
}
.mcsg_main_menu { position: relative; }
ul.mcsg_main {white-space: nowrap; box-sizing: border-box; font-size: 0; 
  padding-left:0px;}
ul.mcsg_main li {position: relative; display: inline-block; padding: 0 2px; line-height: 0;}
ul.mcsg_main li:last-child{margin-right: 71px;}
.hc_list_menu nav ul {
 margin-left: 71px;
		/*
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 66px;
  padding: 0 7px;
  height: 69px;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; */
}
.hc_list_menu nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.hc_list_menu nav li.sub_add a::after {  
	    content: '';
    display: inline-block;
    width: 23px;
    height:20px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_down.svg) no-repeat;
    margin-top: 0px;
    margin-left: -2px;
    vertical-align: top;
}
.hc_list_menu nav li.sub_add a.active::after {  
	content: '';
    display: inline-block;
    width: 13px;
    height:8px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_up.svg) no-repeat;
	background-position: 0px 0px;
	margin-top: 7px;
    margin-left: 3px;
}
.hc_list_menu nav li[data-visible] {
  display: inline-block;
}
.hc_list_menu nav li.on a {
  color: #BB0842;
  font-weight: 700;
}
.hc_list_menu nav a {
  display: block;
  padding: 23px 0px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #828282;
	vertical-align: middle;
}
.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 a svg {
  margin-left: 0px;
}
.hc_list_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_list_menu nav[data-expand] {
  height: auto;
  max-width: 660px;
  margin: 0 auto;
}
.hc_list_menu nav[data-expand]::after, .hc_list_menu nav[data-expand]::before, .hc_list_menu nav[data-expand] > button {
  display: none;
}
.hc_list_menu nav[data-expand] ul {
  margin-right: 0;
  padding-bottom: 0;
  height: auto;
  white-space: normal;
  text-align: left;
}
.hc_list_menu nav[data-expand] ul li {
  width: 33.3%;
}
.hc_list_menu nav[data-expand] .nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}



/* ´º½º Çìµå¶óÀÎ */
.list_headline {
    margin-top: 16px;
}
.contents, section {
    width: 100%;
}
.list_headline figure {
	margin-bottom: 12px;
}
.list_headline img {
  border-radius: 0px;
 aspect-ratio: 353 / 250;
    object-fit: cover;
    width: 100%;
    margin: auto;
    display: block;
}
.list_headline .card_body .headline {
    color: #111111;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 12px;
}
.innerlink {
  width: 100%;
  height: 100%;
  display: inline-block;
}


/* ¸¹ÀÌ º» ´º½º */
.hranking {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 20px;
}
.ra_head {
    color: #111111;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-top: 3px solid #111;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}
.hranking .ranking_list {
    padding-top: 1px;
    margin-bottom: 40px;
}
.hranking .ranking_list .rl_item {
    /*display: table;*/
    width: 100%;
    table-layout: fixed;
    height: 85px;
    border-bottom: 1px solid #efeff0;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hranking .ranking_list .rl_link_end {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
	justify-content: flex-start;
}
.hranking .ranking_list .rl_ranking {
	-webkit-box-flex: 1;
    width: 26px;
    font-size: 42px;
    font-style: normal;
    color: #111111;
    font-weight: 500;
}
.hranking .ranking_list .rl_content {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    line-height: 0;
    padding-left: 16px;
}
.hranking .ranking_list .rl_txt {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	overflow: hidden;
}

/* ÀÇ·á°è ´º½º */
.hcaren {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 40px;
	margin-bottom: 40px;
    padding: 0 20px;
}

.hcaren .aside_list_thumb_sli {
    list-style: none;
    position: relative;
	display: flex;
	flex-direction: column;	
}
.hcaren dl {    
    margin: 0px 0px;
    padding: 16px 0;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
    border-bottom: solid 1px #eaeaea;
}
.hcaren dl:first-child {
    border-top: 0;
}
.hcaren dl dd.thumb {    
    overflow: hidden;
	order: 2;
	width: 100%;
	max-width: 85px; 
	align-items: flex-end;
	
}
.hcaren dl dd.thumb img {    
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
	aspect-ratio: 85 / 60;
    object-fit: cover;
    position: relative;
}
.hcaren dl dt {
    word-break: keep-all;
	order: 1;
	padding-right: 16px;
	margin-top: -4px;
}
.hcaren dl dt.no-img {
  
	padding-right: 0px;
}
.hcaren dl dt > span, .hcaren dl dt > a {
    vertical-align: middle;
}
.hcaren dl dt em {
    font-size: 12px;
    color: #888;
    line-height: 18px;
    font-style: normal;
}
.hcaren dl dt span > a {
    
    margin-top: 7px;
	font-size: 18px;
	line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ·Ñ¸µ ¹è³Ê 3°³ ½ºÅ¸ÀÏ */
.edit_b .swiper-container4 {
    margin: 0 20px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-slider a img {
    width: 100%;
    border: 1px solid #d9d9d9;
}
.edit_b .swiper-pagination {   
    position: relative !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
	margin-top: 20px;
	margin-bottom: 40px;
    z-index: 8;
	border:0px solid #000;
}

.edit_b .swiper-horizontal > .swiper-pagination-bullets, .edit_b .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 24px;
    width: 100%;
}
.edit_b .swiper-horizontal>.swiper-pagination-bullets, .edit_b .swiper-pagination-bullets.swiper-pagination-horizontal, .edit_b .swiper-pagination-custom, .edit_b .swiper-pagination-fraction{
	bottom: 0;
}

.edit_b .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    background: #333333 !important;
}
.edit_b .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #257ACD !important;
}


/* ´õº¸±â ¹öÆ° */
.secondary-button {
    display: inline-block;    
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #111;
	font-family: Noto Sans KR;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #fff;
}
.secondary-button::after {  
	content: '';
    display: inline-block;
    width: 23px;
    height:20px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_dw_blk.svg) no-repeat;
    margin-top: 2px;
    margin-left: 0px;
}

.loadmore {
    width: 100%;
	border-top: 1px solid #d9d9d9;
    margin: 0rem auto;
	padding-top: 20px;
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap!important;
}


/* ÇªÅÍ ½ºÅ¸ÀÏ */
.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);
}


.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;
}
/* ½ÉÃþ±âÈ¹ ¸®½ºÆ® ¸Þ´º */
.hc_depts_menu {
  margin-top: 52px;
	width: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #111111;
	padding-left: 3px;	
  background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hc_depts_menu.borderadd {  
  border-bottom: 1px solid #d9d9d9;
}

/* ÇÏÀ§ Ä«Å×°í¸® Ãß°¡
.hc_depts_menu {
  margin-top: 52px;
	width: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #111111;
	padding-left: 3px;
  margin-bottom: 0px;
  background: #fff;
	position: relative;
}
*/

.hc_depts_menu nav {
  height: 69px;
  background-color: #fff;
  /*border-bottom: 2px solid #2b9696;*/
  -webkit-transition: margin .2s;
  transition: margin .2s;
  /*z-index: 11;*/
	overflow: hidden;
}
.hc_depts_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;
	background: #fff;	
}
.sub_news_title {
  position: absolute;
  top: 20px;
  left: 0px;
  bottom: 0;
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	line-height: 29px;
	background: #fff;	
	z-index: 12;
}
.hc_depts_menu nav::after, .hc_depts_menu nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  z-index: 1;
  pointer-events: none;
}
.hc_depts_menu nav::before {
  left: 73px;
  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.5) 0, #fff 100%);
}
/*.hc_depts_menu nav::after {
  left: 78px;
  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_depts_menu nav ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 110px;
  height: 69px;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hc_depts_menu nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.hc_depts_menu nav li:last-child {
	margin-right: 110px;
}
.hc_depts_menu nav li.sub_add a::after {  
	    content: '';
    display: inline-block;
    width: 23px;
    height:20px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_down.svg) no-repeat;
    margin-top: 0px;
    margin-left: -2px;
    vertical-align: top;
}
.hc_depts_menu nav li.sub_add a.active::after {  
	content: '';
    display: inline-block;
    width: 13px;
    height:8px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_up.svg) no-repeat;
	background-position: 0px 0px;
	margin-top: 7px;
    margin-left: 3px;
}
.hc_depts_menu nav li[data-visible] {
  display: inline-block;
}
.hc_depts_menu nav li.on a {
  color: #BB0842;
  font-weight: 700;
}
.hc_depts_menu nav a {
  display: block;
  padding: 23px 0px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #828282;
	vertical-align: middle;
}
.hc_depts_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_depts_menu nav a svg {
  margin-left: 0px;
}
.hc_depts_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;
}
/* ½ÉÃþ±âÈ¹ ½º¿ÍÀÌÇÁ */
.DocView {
  position: relative;
  width: 100%;
  padding-bottom: 28px;
}
.DocView .Photo {
  width: 100%;
}
.DocView .Photo img {
  width: 100%;
}

.DocView .title {
  width: 100%;
  padding: 0px 0;
  text-align: left;
}
.DocView .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;
}
/*DocView Slider*/
.DocView .badge_wrap {
  display: block;
  left: 0px;
  top: 20px;
  position: absolute;
	height: 25px;
	transform: translateX(0%);
}
.DocView .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;
}
.DocView .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.DocView .slick-initialized .slick-slide {
  padding: 16px 20px 40px;
}
.DocView .slick-slide-item {
  width: 100%;
  display: inline-block;
}
.DocView .slick-list .card {
  padding-top: 0;
  align-content: center;
}
.DocView .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.DocView .slick-list .card.flex_column .card_body {
  position: relative;
  align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	width: 100%;
}
.DocView .slick-list .card_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.DocView .slick-list .card_image img {
  aspect-ratio: 353 / 250;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
  display: block;
	border: 1px solid rgba(126,126,126, 0.2);
}
.DocView .slick-list .card_body .headline {
  margin-left: 0;
}
.DocView .slick-list .flex_column .headline .sm_hidden {
  display: inline-block;
  padding-top: 52px;
  min-height: 70px;
	text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    color: #111;
    font-size: 24px;
    font-weight: 700;
}
.DocView .swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    height: 5px;
    background: #A3836A;
}
.DocView .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 8;
}

.DocView .swiper-horizontal > .swiper-pagination-bullets, .DocView .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 60px;
    bottom: 0px;
    left: 0;
    width: 100%;
	border: 0px solid #000;
}



/* 3°³ ½ºÅ©·Ñ ±âÈ¹*/
.id_m_upNews {
	margin-bottom: 40px;
}
.m_scNews .native_scroll .native_scroll_list {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: top;
}
.m_scNews .native_scroll .native_scroll_list {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: top;
}
.m_scNews .cs_community_list {
    padding: 0 20px 0px 1px;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m_scNews .cc_title {
    border-top: 3px solid #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 0 20px;
    display: block;
}
.m_scNews .cs_community_list .cs_community_item {
    width: 310px;
    margin-left: 19px;
    -webkit-border-radius: 10px;
    border-radius: 0px;
    overflow: hidden;
}
.m_scNews .cs_community_list .cs_link_community {
    position: relative;
    height: 100%;
	
	display: flex;
	flex-direction: column-reverse;
}
.m_scNews .cs_community_list .no-img .cs_link_community {
    position: relative;
    height: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.m_scNews .cs_community_list .cs_link_community::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0px solid rgba(0, 0, 0, .02);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.m_scNews .cs_community_list .cs_thumb_area {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    aspect-ratio: 310 / 183;
    object-fit: cover;
}
.m_scNews .cs_community_list .cs_thumb_area::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
}
.m_scNews .cs_community_list .cs_thumb_area img {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 310 / 183;
    object-fit: cover;
    border: 0.5px solid #E0E0E0;
}
.m_scNews .cs_community_list .cs_thumb_area::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    padding-top: 103px;
}
.m_scNews .cs_community_list .cs_info_area {
    padding: 0px 0px 16px;
}
.m_scNews .cs_community_list .quotation {
	padding: 0px 0 8px 0;
	width: 48px;
}
.m_scNews .cs_community_list .cs_name {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
	color: #111;
	padding-top: 16px;
	min-height: 70px;
}
.m_scNews .cs_community_list .cs_board {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
	color: #828282;
	padding-top: 12px;
	min-height: 48px;
}



/* ¶óÀÌÇÁ ¸®½ºÆ® ¸Þ´º */
.hc_life_menu {
  margin-top: 52px;
	width: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #111111;
  margin-bottom: 0px;
  background: #fff;
	position: relative;
	padding-left: 3px;
}

.hc_life_menu nav {
  height: 69px;
  background-color: #fff;
  /*border-bottom: 2px solid #2b9696;*/
  -webkit-transition: margin .2s;
  transition: margin .2s;
  /*z-index: 11;*/
	overflow: hidden;
}
.hc_life_menu nav > .sub_news_title {
   position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  /*width: 40px;  	*/
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	line-height: 29px;
	background: #fff;
	
}
.hc_life_menu nav::after, .hc_life_menu nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  z-index: 1;
  pointer-events: none;
}
.hc_life_menu nav::before {
  left: 53px;
  background: linear-gradient(-90deg, #fff 100%, rgba(255, 255, 255, 0.8) 0);
}
.hc_life_menu nav ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 90px;
 
  height: 69px;
  text-align: center;
  white-space: nowrap;
  
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hc_life_menu nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.hc_life_menu nav li:last-child {
	margin-right: 90px;
}
.hc_life_menu nav li.sub_add a::after {  
	content: '';
    display: inline-block;
    width: 23px;
    height:20px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_down.svg) no-repeat;
    margin-top: 0px;
    margin-left: -2px;
    vertical-align: top;
}
.hc_life_menu nav li.sub_add a.active::after {  
	content: '';
    display: inline-block;
    width: 13px;
    height:8px;    
	background: url(https://m.health.chosun.com/img/2023/stroke_up.svg) no-repeat;
	background-position: 0px 0px;
	margin-top: 7px;
    margin-left: 3px;
}
.hc_life_menu nav li[data-visible] {
  display: inline-block;
}
.hc_life_menu nav li.on a {
  color: #BB0842;
  font-weight: 700;
}
.hc_life_menu nav a {
  display: block;
  padding: 23px 0px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #828282;
	vertical-align: middle;
}
.hc_life_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_life_menu nav a svg {
  margin-left: 0px;
}
.hc_life_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;
}
/* ¶óÀÌÇÁ ÃßÃµ ºÏ */
.hcBook {
	margin: 0  20px 40px;
	border-top: 3px solid #111;
}
.hcBook .cs_info_area {
	margin-bottom: 16px;
}
.hcBook .story_item {
    display: flex;
	flex-wrap:nowrap;
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
    padding-top: 16px;
}
.hcBook .story_item.no-img .story_item_content {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-content:flex-start;
}
.hcBook .story_item .story_item_content {
    position: relative;
    flex-basis: 58.33%;
    max-width: 58.33%;
    display: flex;
    flex-wrap: wrap;
	align-content:flex-start;
	flex-direction: column;
}
.story_card_art_image {
	position: relative;
}
.book-wrapper {
    width: 100%;
    height: 159px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
	align-items: center;
    text-align: center;
    position: relative;
    background: url('https://health.chosun.com/img/2023/main_book_bg.jpg') bottom;
}
.book-wrapper img {
    width: 88px;
    height: 130px;
    text-align: center;
    /*position: absolute;
    left: 50%;
    top: 15px;*/
    filter: drop-shadow(0px 0px 3px #aaa);
}



.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;
}
.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%;
}
/*¸Þ´º ¾È °Ë»ö _ ¹öÆ°*/
.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;
}

/* ¸ð¹ÙÀÏ °Ç°­Ä®·³ */

	/* °Ç°­Ä®·³ ¸Þ´º */ 
	.M_column {
	  width: 100%;
	  position: relative;
	  margin-top: 103px; /* z-index: 1;*/
	  padding: 0 20px;
	  margin-bottom: 16px;
	}

/* °Ç°­Ä®·³ 3 °úº°¸®½ºÆ® */
.M_column {
  width: 100%;
  position: relative;
  margin-top: 103px; /* z-index: 1;*/
  padding: 0 20px;
  margin-bottom: 16px;
}
.cl_list_menu {
    margin-top: 52px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 3px solid #111111;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.cl_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;
    background-color: #fff;
}
.cl_list_menu.borderadd {
    border-bottom: 1px solid #d9d9d9;
}
.cl_list_menu nav {
    height: 69px;
    background-color: #fff;
    /* border-bottom: 2px solid #2b9696; */
    -webkit-transition: margin .2s;
    transition: margin .2s;
    z-index: 11;
    overflow: hidden;
}

.cl_list_menu nav::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    z-index: 1;
    pointer-events: none;
	left: 80px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(-90deg, #fff 100%, rgba(255, 255, 255, 0) 0);
}
.cl_list_menu nav ul {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 7px;
    height: 52px;
    line-height: 1;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
	margin-left: 116px;
}
.cl_list_menu nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.cl_list_menu nav li a {
    display: block;
    padding: 23px 0px 0 0;
    vertical-align: middle;
    color: #828282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cl_list_menu nav li 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;
}
.cl_list_menu nav li a span {
	position: relative;
}
.cl_list_menu nav li a span.icon_m {
	margin-right: 8px;
}
.cl_list_menu nav li a .ico_more {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: -15px;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #828282;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
.cl_list_menu nav li a.active .ico_more {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: -10px;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #111;
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
}

/* °Ç°­Ä®·³ :: 01 ¸ÞÀÎ */
.popular_top {
	
}
.popular_column {
    display: flex;
    flex-direction: column;
	
    border-radius: 20px;
    background: #FFF;
    margin: 12px 20px 40px;
    padding: 0px 0px;
}
.pop_badge {
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	gap:8px;
	margin-bottom: 12px;
}

.pop_badge .pb_style  {
	height: 23px;
}
.pop_badge .pb_style span{
	display: inline-flex;
	border-radius: 7px 0px;
	background: #BB0842;
	color: #FFF;
	line-height: normal;
	padding: 3px 16px;
}
.pop_badge .pb_txtstyle span {
	color: #BB0842;
	font-size: 16px;
	font-weight: 500;	
}
.pop_title {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	gap:16px;
	margin-bottom: 15px;
}
.pop_title h2  {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 148%; /* 35.52px */
}
.pop_title .pt_img img {
	max-width: 125px;
    max-height: 125px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 0px;
	border: 1px solid #E0E0E0;
}
.pop_txt {
	display: flex;
    flex-direction: column;
	gap:16px;
	margin-bottom: 16px;	
} 
.pop_txt .text-tag p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pop_txt .keyword-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.pop_btn {
	display: flex;
    flex-direction: row;
	justify-content: center;
    position: relative;
    text-align: center;
	border-radius: 8px;
	background: #919CBF;
}
/* ÀúÀÚÀÇ Ä®·³ LIST ¹öÆ° */
.pop_btn a {	
	
}
.pop_btn_list {
	font-family: 'Noto Sans KR', sans-serif;
	background: #919CBF;
    width: 100%;
    padding: 10px 27px;
    border-radius: 22px;
	color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
	height: 44px;
}
.pop_btn_list::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;    
	background-image: url(https://m.health.chosun.com/img/2023/ic_wlist.svg);
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 3px 0px 0 0;
}


/* °Ç°­Ä®·³ :: 03 °úº°Ä®·³ ¸®½ºÆ®*/
.colwriter_item_all{
    display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 20px;
}
.colwriter_item {
    display: flex;
	flex-direction: column;
	border-radius: 0px 30px 0px 0px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 20px 20px;
	gap: 20px;
}
.cw_item_top {
	width: 100%;
	padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.cw_item_top h2{
    color: #BB0842;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cw_item_title {
	display: flex;
	flex-direction: column;	
	gap: 12px;
}
.cw_item_title .t_img img {
    width: 36px;
    height: 24px;
}
.cw_item_title .t_txt {
   
}
.cw_item_title .t_txt h2{
  	color: #111;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 148%; /* 35.52px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.cw_item_rel {
	position: relative;
}
.cw_item_rel ul li {
    position: relative;
    padding-left: 8px;
	margin-top: 8px;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.cw_item_rel ul li a {	
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.cw_item_rel ul li a:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 2px #111;
    vertical-align: middle;
    background: #111;
}
.cw_item_bottom a {
	position: relative;
	border-radius: 8px;
	background: #919CBF;
	display: flex;
    flex-direction: row;
    align-items: center;
	padding: 12px 16px 12px 12px;
	justify-content: space-between;
}
.cw_item_bottom a .doc_wrap {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
}
.cw_item_bottom a .doc_img { }
.cw_item_bottom a .doc_info { flex-grow: 3; }
.cw_item_bottom a .doc_cinfo { flex-grow: 0; }

.cw_item_bottom a .doc_img{	    
    width: 55px;
    height: 55px;
    font-size: 0 !important;
    line-height: 0 !important;
    text-align: center;
    vertical-align: middle;
	 margin-right: 12px;	
}
.cw_item_bottom .doc_img img {
    vertical-align: middle;
    max-width: 55px;
    max-height: 55px;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 55px;
}
.cw_item_bottom .doc_info { 
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.cw_item_bottom .doc_info div{
	display: flex;		
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	gap:4px;
	
	/*max-width: 175px; */
}
.cw_item_bottom .doc_info span { 
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.cw_item_bottom .doc_info span.name { 
	position: relative;
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	padding-left: 8px;
}
.cw_item_bottom .doc_info span.name::before {
    position: absolute;
    top: 4px;
    width: 2px;
    left: 0px;
    height: 12px;
    background: #fff;
    content: '';
}
.cw_item_bottom .doc_cinfo {
	
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 28px;
}
.cw_item_bottom .doc_cinfo img{
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border: 0px;
	border-radius: 28px;
}
.cmore {
    width: 100%;
    border-top: 0px solid #d9d9d9; 
    margin: 0rem auto;
    padding-top:0px; 
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap!important;
}





/* °Ç°­Ä®·³ :: 02 ÀúÀÚÀÇ Ä®·³ ¸®½ºÆ® */
.writer_info {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	margin: 0 20px 40px;
	padding: 28px 20px;
}
.writer_info .wi_img{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.writer_info .wi_img .wi_img_img{
}
.writer_info .wi_img .wi_img_img img {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	border: 1px solid #D9D9D9;
}
.writer_info .wi_img .wi_img_name {
	margin-top: 10px;
}
.writer_info .wi_img .wi_img_name h2{
	color: #333;
	text-align: center;
	font-family: Noto Sans KR;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 148%; /* 32.56px */
}
.writer_info .wi_img .wi_img_info {
	border-radius: 20px;
	background: #919CBF;	
	padding: 2px 20px 4px 20px;
	margin-top: 7px;
}
.writer_info .wi_img .wi_img_info span {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans KR;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 148%; /* 22.2px */
}
.writer_info .keyword-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-top: 0px;
	
}
.writer_info .wi_title {
	margin-top: 28px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #d9d9d9;	
}
.writer_info .keyword-tag span {
    padding: 4px 8px;
    color: #919CBF;
	font-size: 13px;
	font-weight: 500;
	border-radius: 4px;
	background: #F8F8F8;
}
.writer_info h2.article-tit {
	margin-top: 12px;
    color: #6577B0;
	font-size: 24px;
	font-weight: 700;
	line-height: 144%; /* 34.56px */
}
.writer_info .wi_txt {
	padding-top: 16px;
}
.writer_info .wi_txt p {
  color: #6577B0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */		
    word-break: break-all;
}

.writer_history {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 20px 40px;
}
.writer_history .his_pxt {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}
.writer_history .wh_bottom{
	display: none;
	background: #919CBF;
	padding: 4px 10px 7px 13px;	
}
.writer_history .wh_bottom span{
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
}
.writer_history .tip_title {
  border-top: 3px solid #111;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0;
  display: block;
}

		.text-wrapper {
            display: flex;
			flex-direction: column;
			gap:8px;
        }
        .text {
            /* ¿ä¼ÒÀÇ ³»¿ëÀÌ ¿µ¿ªÀ» ¹þ¾î³¯ °æ¿ì ±× ºÎºÐÀº ¼û°ÜÁö°Ô Ã³¸® */ 
            overflow: hidden;
            /* ¿ä¼ÒÀÇ Ç¥½Ã ¹æ¹ýÀ» -webkit-box·Î Ç¥½Ã */
            display: -webkit-box;
            /* webkit-box·Î Ç¥½ÃµÈ ÀÚ½Ä ¿ä¼ÒµéÀÇ ¹èÄ¡ ¹æ¹ý °áÁ¤ (¿©±â¼­´Â ¼öÁ÷) */ 
            -webkit-box-orient: vertical;
            /* ¿ä¼Ò ³» ÅØ½ºÆ®¸¦ ÁöÁ¤ÇÑ ¶óÀÎ¼ö±îÁö¸¸ Ç¥½Ã */
            -webkit-line-clamp: 5;
            /* ÅØ½ºÆ® ¾çÂÊÁ¤·Ä */ 
            text-align :justify;
			word-break: break-all;
			color: #333;
			font-size: 18px;
			font-weight: 500;
			line-height: 28px;
        }   

        .more-text {
            /* ±Û¾¾ Å©±â,»ö»ó ÁöÁ¤ */ 
            font-size: 16px;
            color:#ffffff;
			font-weight: 400;
			text-align: center;
			border-top: 1px solid #D9D9D9;
			box-shadow: 0px -28px 15px 0px rgba(255, 255, 255, 1);
            /* ¸¶¿ì½º Æ÷ÀÎÆ®°¡ ¿Ã¶ó°¬À» ¶§ Ä¿¼­ ¸ð¾çÀ» Æ÷ÀÎÅÍ·Î º¯°æ */
            cursor: pointer;
			padding: 4px 0;
			background-color: #919CBF;
        }
		
        .less-text {
            /* ±Û¾¾ Å©±â,»ö»ó ÁöÁ¤ */
            font-size: 16px;            
            color:#919CBF;
            /* ¸¶¿ì½º Æ÷ÀÎÆ®°¡ ¿Ã¶ó°¬À» ¶§ Ä¿¼­ ¸ð¾çÀ» Æ÷ÀÎÅÍ·Î º¯°æ */ 
            cursor: pointer;
            /* ÁÙÀÌ±â ¹öÆ° (Ã³À½¿¡´Â ¾Èº¸ÀÌ°Ô) */
            display: none;    
			border-top: 1px solid #919CBF;			
			text-align: center;			
			padding: 8px;
        }

		



.grid_m {
    overflow: hidden;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m_colWriter {
    position: relative;
}
.m_colWriter .cc_title_wrap {
    position: relative;
    margin: 0 20px;
}
.m_colWriter .cc_title_wrap {
  position: relative;
  margin: 0 20px;
}
.m_colWriter  .cc_title {
  border-top: 3px solid #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0;
  display: block;
}
.m_colWriter .cc_title_wrap::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.m_colWriter .cs_community_list {
    padding: 0 20px 0px 1px;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.column_scroll {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	padding-left: 20px;
}
.column_scroll .native_scroll_list {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: top;
	gap:20px;	 
}

.col_writer_item {
	    width: 310px;
	position: relative;
    border: 0px solid #e5e5e5;  
    border-radius: 8px 35px 0px 0px;
    
	margin-bottom: 20px;
	
	}
.col_writer_item .letter-card {
    display: flex;
    flex-wrap: wrap;
}
.col_writer_item .letter-card-block {
    display: flex;
    flex-direction: column;
}
 .col_writer_item .img-area {
    position: absolute;
    right: 20px;
    bottom: 44px;
}
.col_writer_item .text-area .keyword-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}
.keyword-tag span {
    padding: 4px 8px;
	border-radius: 4px;
    background: #F1F1F1;
    color: #919CBF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.35px;
}
.text-area .col-contit {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 0px 0;
    line-height: 148%;
}
.text-area .col-contit span {
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #111;
    font-size: 24px;
    font-weight: 700;
	line-height: 148%;
	word-break: break-all;
}
.text-area.mrd .col-contit span {
   display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #111;
    font-size: 24px;
    font-weight: 700;
	line-height: 148%;
	word-break: break-all;
	min-height: 107px;
}
.text-area .m-col-txt {
    margin-top: 16px;
	margin-bottom: 24px;
}
.text-area .m-col-txt span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
	
	word-break: break-all;
}
.col_writer_item .img-area img {
    max-width: 79px;
    max-height: 79px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 80px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
 .bottom-img-area {
    border-radius: 0px 0px 8px 8px;
    background: #919CBF;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 14px 0 17px 16px;
}
 .bottom-area {
    height: 8px;
    border-radius: 0px 0px;
    background: #919CBF;
    color: #fff;
}
.m_colWriter .text-area {
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    background: #FFF;
    padding: 24px 16px 31px;
}
.m_colWriter .text-area.mrd {  
    padding: 24px 16px 24px;
}
.m_colWriter .text-area .t_img img {
    width: 36px;
    height: 24px;
}
.m_colWriter .text-area .col-contit {
    color: #111;
    font-size: 24px;
    font-weight: 700;   
    margin: 8px 0 0px 0;
	line-height: 148%;
}
.text-area .col-contit a { 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 108px;
}
.text-area.mrd .col-contit a { 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 108px;
}
.text-area .col-contit a span {
    border: 0px solid #000;
    max-height: 84px;
}
.text-area .col-text {
    margin-top: 16px;
}
.text-area .col-text span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #828282;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.bottom-area {
    height: 8px;
    border-radius: 0px 0px;
    background: #919CBF;
    color: #fff;
}


.cw_items_all {
    padding: 0px 20px;
    margin-bottom: 40px;
	margin-top: 20px;
}


.column_item_wrap {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
    padding-top: 16px;
}
.M_Column_wrap .column_item_wrap {
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
    padding-top: 16px;
}
.column_item_wrap:before {
    background-color: #d9d9d9;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.column_item_wrap .story_item_content {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.column_item_wrap .story_item_content .sic_title{
    display: flex;
    align-content: space-between;
}
.column_item_wrap .story_item_content .title a h5{
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.column_item_wrap .t_txt {
	 position: relative;
	margin-top: 12px;
}
.column_item_wrap .t_txt a {
	color: #828282;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 146.667% */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column_item_wrap .em_area {
    position: relative;
	margin-top: 12px;
	 color: #A3836A;
	font-size: 12px;
	font-weight: 400;
}
.column_item_wrap .em_area a{
    position: relative;
	margin-top: 16px;
	 color: #A3836A;
	font-size: 12px;
	font-weight: 400;
}
.column_item_wrap .date {
    color: #A3836A;
	font-size: 12px;
	font-weight: 400;
}

.column_item_wrap .story_item_content .sic_title .img_tit_box{    
    display: flex;
	flex-direction: row;
    align-content: space-between;
	
}
.img_tit_box .itb_img {
	margin-right: 12px;
}
.img_tit_box .itb_img img {
    vertical-align: middle;
    max-width: 79px;
    max-height: 79px;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 80px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.itb_txt a { 
	 display: flex;
	flex-direction: column;
	gap:4px;
    align-content: space-between;
}
.itb_txt a span {
	color: #BB0842;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 148%; /* 20.72px */
}
.column_item_wrap .t_txt span{
    color: #828282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column_item_wrap .em_area .docinfo {
	    display: inline-block;
		position: relative;
		margin-right: 8px;
}
.column_item_wrap .em_area .docinfo::after {
    position: absolute;
    top: 4px;
    width: 1px;
    right: -9px;
    height: 10px;
    background: #A3836A;
    content: '';
}
.column_item_wrap .em_area .name {
	    display: inline-block;
		position: relative;
		margin-left: 8px;
}



