@charset "euc-kr";
/* Á¶¼±¹Ìµð¾î °øÅë ½ºÅ¸ÀÏ ÆùÆ® Àû¿ë */
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://m.health.chosun.com/fonts/SpoqaHanSansNeo-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;	
	font-display: swap;
}
@import url("/css/2023/css_reset_2023.css");
/* Reset */
body, figure {
  width: 100%;
  margin: 0;
  word-break: keep-all;
  letter-spacing: -.4px;
  /*font-family: 'Spoqa Han Sans Neo', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic', sans-serif;*/
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}
blockquote, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, ol, p, pre, select, td, textarea, th {  
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}
dl, dt, dd, ol, ul, li {
  ffont-family: 'Spoqa Han Sans Neo', sans-serif;
}
div {
  box-sizing: border-box;
}
a {
  color: #333;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-decoration: none;
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}
:focus {
    outline: 3px dashed #BB0842;
}
:focus:not(:focus-visible) {
    outline: 0;
}
ol, li, dl, dt, dd {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: unset;
  font-weight: 400
}
.font--primary {
  font-family: 'Spoqa Han Sans Neo', sans-serif;
  font-weight: 400;
}
.font--secondary {
  font-family: 'Spoqa Han Sans Neo', sans-serif;
  font-weight: 500;
}
.font--tertiary {
  font-family: 'Spoqa Han Sans Neo', sans-serif;
  font-weight: 700;
}
.visual__image img {
  width: 100%;
}
img {
   width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;	
 
}
/* flex */
.flex_column {
  -webkit-box-orient: vertical; /* -webkit-box-direction: reverse; */ display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.flex-pointer {
  cursor: pointer;
}
.flexauto {
  flex-basis: auto;
}
.flex-sa {
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-direction-column {
  flex-direction: column;
}
.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;
}
.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-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;*/
	color: #747474;
}
.f-gold {
  color: #A3836A;
  /*color: #7F644E; /*contrast*/	
}
.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;
}
/*main*/

.M_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 660px;
  background: #fff;
  margin: 0 auto;
}
#common-navigator {
        /*position: relative;*/
        justify-content: space-between;
        padding: 0 16px;
        height: 36px;
	position: fixed !important;
	 top: 0px !important;
  left: 0 !important;
  right: 0 !important;
	background: #ffffff;
	z-index: 998;
    }
#navigator-links-mobile {
        flex-direction: column ;
        width: 122px;
        gap: 14px;
        position: absolute;
         top: 36px !important;
        right: 0px !important;
        border: 1px solid #DCDCDC;
        border-radius: 4px;
        padding: 14px;
        background: #fff;
        z-index: 999;
        align-items: start;
        box-sizing: border-box;    
}
.M_Header_wrap {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
}

.M_Header {
  position: relative;
  width: 100%;
  height: 71px;
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.M_Header .M_logo {
  /* width: 107px; */
  margin: 0 auto;
	aspect-ratio: 129/23;
}
.M_Header .M_logo a img{
	aspect-ratio: 129/23;
}
.M_Header .M_menu {
  position: absolute;
  left: 12px;
   aspect-ratio: 1/1;
}
.M_Header .M_menu a img{
   aspect-ratio: 1/1;
}
.M_Header .S_menu {
  position: absolute;
  right: 12px;
	aspect-ratio: 1/1;
}
.M_Header .S_menu a img{
   aspect-ratio: 1/1;
}
.M_contents {
  width: 100%;
  margin-top: 107px;
  margin-bottom: 30px; /* z-index: 1;*/
}
.M_contents img {
  border-radius: 0px;
}
.MainTopNews {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
}
.MainTopNews .Photo {
  width: 100%;
}
.MainTopNews .Photo img {
  width: 100%;
}
.Photo {
  max-width: 100%;
  height: auto;
}
.MainTopNews .title {
  width: 100%;
  padding: 0px 0;
  text-align: left;
}
.MainTopNews .title h1 {
  width: 100%;
  line-height: 1.3;
  font-weight: 800;
  font-size: 23px;
  padding: 5px 0 8px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  letter-spacing: -0.7px;
}
/* Ä«Å×°í¸® ¸Þ´º ½ºÅ¸ÀÏ */
.hc_menu {
    position: fixed;
    inset: 0px 0 auto;
    margin-top: 71px;
    z-index: 11;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #c81616;
    margin-bottom: 0px;
    background: #fff;
}
.category-menu {	
    white-space: nowrap;
    background-color: #ffffff;
	z-index: 11;
}

.category-menu ul {
    list-style: none;
	gap:26px;	
    margin: 0  0 0 0px;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 0px;
    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;	
}
.category-menu::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    z-index: 1;
    pointer-events: none;
}
.category-menu::after {
    right: 0px;
    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) 50%, #fff 100%);
}
.category-menu li {
	display: inline-block;
    line-height: 1;
    vertical-align: middle;	
    margin-right: 26px;	
}
.category-menu li:first-child {
    padding-left: 16px;
}
.category-menu li a {
    text-decoration: none;	
    color: #333;
    font-size: 16px;
    font-weight: 700;
}


/*Main Slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.MainTopNews .slick-slider:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: #f4f4f4;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 40px 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.MainTopNews .slick-initialized .slick-slide {
  padding: 20px 20px;
}
.slick-slide-item {
  width: 100%;
  display: inline-block;
}
.slick-list .card {
  padding-top: 0;
  align-content: center;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_column {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.slick-list .card.flex_column .card_body {
  position: relative;
  text-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
	width: 100%;
	
}
.slick-list .card_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-list .card_image img {
  aspect-ratio: 353/240;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
  display: block;
	border: 1px solid rgba(126,126,126, 0.2);
}
.slick-list .card_body .headline {
  margin-left: auto;
  margin-right: auto;
	
}
.slick-list .flex_column .headline .sm_hidden {
 padding-top: 8px;
  min-height: 142px;  
	text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
	width: 100%;
	display: inline-flex;
	flex-wrap : wrap;
	align-content: center;

}
/* badge */
.badge_style {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 9px;
  padding-right: 10px;
  height: 25px;
  background: #BB0842;
  border-radius: 8px 0 8px 0;
}
.badge_style2 {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 6px;
  padding-right: 8px;
  height: 20px;
  border-radius: 8px 0 8px 0;
  margin-right: 8px;
}
.badge_style3 {
  margin-left: 0px;
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 27px;
  background: #fff;
  border: 1px solid #BB0842;
  border-radius: 0px 0;
  margin-bottom: 12px;
}
.badge_style4 {
  margin-left: 0px;
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 27px;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 0px 0;
  margin-bottom: 12px;
}
.badge_style5 {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 8px;
  padding-right: 8px;
  height: 23px;
  background: none;
  border: 1px solid #BB0842;
  border-radius: 8px 0 8px 0;
}
.badge_wrap {
  display: block;
  left: 50%;
  top: -18px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.badge_dailytop {
  z-index: 10;
  padding: 2px 16px;
  height: 25px;
  background: #BB0842;
  border-left: 0px solid #BB0842;
  border-radius: 10px 0px;
}
.badge_hidden {
  text-align: center;
  color: #FFFFFF;
}
[class*=badge_] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
/* swiper */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  height: 24px;
  bottom: 8px;
  top: auto;
  left: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  background: #828282;
  opacity: 1;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 8;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  height: 5px;
  background: #BB0842;
}
/* ½æ³×ÀÏ Á¦¸ñ ¼³¸í1ÁÙ ¸®½ºÆ® 3°³ */
.story_items_all {
  padding: 0px 20px;
}
.story_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.story_item:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -20px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.story_item:last-child:before {
  border-bottom: 0px solid #d9d9d9;
}
.story_item .story_item_thumb {}
.story_item .story_item_content {
  position: relative;
}
.story_item .story_item_thumb img {
  aspect-ratio: 31/23; /*width: 124px; height: 92px;*/ object-fit: cover;
  margin-right: 15px;
  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 {
  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;
}
.story_item .scription a span {
  /*color: #828282;*/
  color: #747474; /*contrast À¥Á¢±Ù¼º ¾È¸Â¾Æ¼­ ÁøÇÏ°Ô º¯*/
  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: 0px;
}
.story_item_right {
  margin-right: auto;
  order: 2;
  padding-left: 20px;
}
.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;
}
.main_ad1 a img{
  aspect-ratio: 372/105;
}
.main_ad2 {
  width: 100%;
  text-align: center;
  margin: 40px 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_tour .ad_tour_banner {
	display: flex;
	flex-direction: row;
	gap: 19px;
	padding: 0 20px;
}
.at_banner {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap :12px;
}
.m_tour .ad_tour_banner .atb_img {
	position: relative;
	
	
}
.m_tour .ad_tour_banner .atb_img img {
	position: relative;
    white-space: nowrap;
    overflow: hidden;
    aspect-ratio: 1/1;
    object-fit: cover;
	border-radius: 15px;
	border: 1px solid rgba(217, 217, 217, 0.75);
}
.m_tour .ad_tour_banner .atb_img span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 23px;
	height: 15px; 	
	border-radius: 4px;
	border: 1px solid rgba(217, 217, 217, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	color: #D9D9D9;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}
.atb_t a {
	display: flex;
	flex-direction: column;
	gap:4px;	
}
.atb_t span.atb_title {
color: var(--black-2333333, #333);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 135% */
min-height: 81px;
	
}
.atb_t span.atb_tag {
color: #A5C720;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 153.846% */
}

.m_upNews .cs_community_list {
  padding: 0 20px 0px 1px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_upNews .cs_community_list .cs_community_item {
  width: 310px;
  margin-left: 19px;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_upNews .cs_community_list .cs_keyword_item {
  margin-left: 19px;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.m_upNews .cs_community_list .cs_link_community {
  position: relative;
  display: block;
  height: 100%;
}
.m_upNews .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_upNews .cs_community_list .cs_thumb_area {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
   aspect-ratio: 310/183;
	object-fit: cover;
}
.m_upNews .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_upNews .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_upNews .cs_community_list .cs_thumb_area::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  padding-top: 103px;
}
.m_upNews .cs_community_list .cs_info_area {
  padding: 15px 0px 20px;
}
.m_upNews .cs_community_list .cs_name {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
}
.m_upNews .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;
}
.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_upNews .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_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;
}
.today-tip .tip-card-component .tip-card-position .title a span {
      -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
/*¿À´ÃÀÇ °Ç°­ÆÁ ±â»ç3°³ */
.ToTipBd {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 20px 0;
  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: flex;
  justify-content: space-between;
}
.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;
}

/* ±âÈ¹ ½Ã¸®Áî_ Ä«µå ½ºÅ¸ÀÏ */
.m_Proj_list {
	
}
.m_Proj_list .cc_title_wrap {
    position: relative;
    margin: 0 20px;
}
.m_Proj_list .cc_title_wrap::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}
.m_Proj_list .cc_title {
    border-top: 3px solid #111;
	border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 16px 0 19px;
    display: block;
}
.pjs_list_wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.m_Proj_list .cs_community_list {
    padding: 0 20px 0px 1px;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m_Proj_list .cs_community_list .cs_community_item {
    width: 314px;
    margin-left: 20px;
	padding-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 0px;
    overflow: hidden;
}
.m_Proj_list .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;
}
.Pro_card {
    display: flex;
    background-color: #f6f6f6;
    border: 0px solid #e0e0e0;
    border-radius: 10px;
    padding: 0px 10px 0 0;
    margin: 0px;
    align-items: center;
}

.Pro_card_image {
    width: 100px;
    height: 125px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 0 0 10px;
    margin-right: 18px;
}

.Pro_card_content {
    text-align: left;
}

.Pro_card_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #222222;
	margin: 0 0 8px 0;
} 
.pct_18 {
	font-size: 18px;
	letter-spacing: -0.03em;
}

.Pro_card_description {
	font-weight: normal;
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: -0.03em;
	color: #808080;
}

/* ±âº» ³×ºñ°ÔÀÌ¼Ç ¹öÆ° ½ºÅ¸ÀÏ */
.project-series .swiper-button-prev,
.project-series .swiper-button-next {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    z-index: 10;
}

.project-series .swiper-button-prev:hover,
.project-series .swiper-button-next:hover {
     background-color: #f0f0f0;
}

/* Ä¿½ºÅÒ ³×ºñ°ÔÀÌ¼Ç */
.swiper-custom-navigation {
    display: flex;
    justify-content: flex-end;
	gap: 4px;
    font-size: 15px;
    font-weight: bold;
	align-items: center;
}
.swiper-page-info {
	display: flex;
    justify-content: flex-end;	
	align-items: center;
}

.swiper-current-index,
.swiper-total-slides {
    margin: 0 4px;
    font-size: 15px;
	font-weight: normal;
}
.swiper-current-index {
	font-weight: bold;
	color: #333333;
}
/* ±âÈ¹ ½Ã¸®Áî ³¡*/




/*¸íÀÇÀÎÅÍºä*/
.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: 1px solid #745136; contrast */
  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;
  /*background: #745136;	/*contrast*/
  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;*/
	color: #747474;
}
.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;
  aspect-ratio: 1/1;	
}
.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;
	aspect-ratio: 160/107;
}
.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;
	aspect-ratio: 160/107;
}
.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: 3px 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;*/
	color: #747474;
}
.m_serial .cs_community_list .cs_keyword_item:hover {
  border-bottom: 3px solid #00A757;
}
.m_serial .cs_community_list .cs_keyword_item:hover .cs_info_area svg path {
  fill: #fff;
}
.m_serial .cs_community_list .cs_keyword_item:hover .cs_info_area svg circle {
  stroke: #00A757;
  stroke-width: 1;
  fill: #00A757;
}
.m_serial .cs_community_list .cs_keyword_item:hover .badge_serial {
  font-weight: 700;
  color: #333333;
}
.m_serial .cs_community_list .current {
  border-bottom: 3px solid #00A757;
}
.m_serial .cs_community_list .current .cs_info_area svg path {
  fill: #fff;
}
.m_serial .cs_community_list .current .cs_info_area svg circle {
  stroke: #00A757;
  stroke-width: 1;
  fill: #00A757;
}
.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;
	
}
/*¿¬Àç ±â»ç 4°³ */
.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{  
 
}



.Htv_list_item ol > li {
  float: left;
  width: 48%;
  text-align: left;
  padding-bottom: 10px;
}
.Htv_list_item ol > li a {
  display: block;
	aspect-ratio: 160/107;
}
.Htv_list_item ol > li a img {
  aspect-ratio: 270/160;
  object-fit: cover;
  width: 100%;
  margin-bottom: 3px;
  border: 1px solid #D9D9D9;
}
.Htv_list_item ol > li .Htv_title {
  min-height: 81px;
  padding: 0 0%;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;	
}
.Htv_list_item ol > li:nth-child(even) {
  float: right;
  text-align: right;
}
.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: 20px 20px 24px;
}



/* µ¿¿µ»ó 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 {
	

	aspect-ratio: 3/2;
}
.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;
	aspect-ratio: 1/1;
}
.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 .h-mv-art-wrap .grid_col_lg_10 a span{
	color: #ffffff;
}
.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_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;
	aspect-ratio: 1/1;
}
.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;
	aspect-ratio: 1/1;
}
.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: 15px;
}
.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;
	aspect-ratio: 1/1;
}
.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;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.HFriends .opinion .col_tit .atit span:last-child {
  display: block;
  padding: 10px 0px 0 0;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}

/* ¿©Çà */
.id_tour {
  margin-top: 40px;
}
.m_tour {
  position: relative;
}
.m_tour .cs_community_list_wrap {
  position: relative;
  margin: 0 20px;
}
.m_tour .cs_community_list {
  padding: 0 0px 0px 1px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	position: relative;
}
.m_tour .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_tour .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_tour .cs_community_list .cs_thumb_area {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 15px 15px;
  padding: 0px 0px;
	 aspect-ratio: 353/412;
  border: 1px solid #D9D9D9;
}
.m_tour .cs_community_list .cs_thumb_area img {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 353/412;
  object-fit: cover;
}
.m_tour .cs_community_list .cs_info_area {
	position: absolute;
	bottom: 0;
	left: 0;
  padding: 0px 24px 28px 24px;
}
.m_tour .cs_community_list .cs_name {
	display: block;
	font-size: 28px;
	color:#fff;
	font-weight: 700;
  padding-bottom: 8px;
	line-height: 132%; 
}
.m_tour .cs_community_list .cs_subn {
	display: block;
	font-size: 20px;
	color:#DDFF58;
	font-weight: 500;
  padding-bottom: 24px;
}
.m_tour .cs_community_list p {
	display: block;
	font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px;  
	color: rgba(255, 255, 255, 0.80);
}
.m_tour .badge_style6 {
	position: absolute;
	top: 12px;
	right: 12px;
    margin-left: 0px;
    vertical-align: middle;
    z-index: 10;
    padding-left: 8px;
    padding-right: 8px;
	
	display: flex;
	gap: 5px;
	height: 28px;
	padding: 5px 11px;
	border-radius: 15px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #333333;
	
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px; /* 150% */
	
}
.m_tour .badge_style6 img { }

/* °Ç°­µµ¼­ */
.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;
	aspect-ratio: 145/198;
}
.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 .M_footer_copy span {
	color: #ffffff;
	
}
.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%;
	aspect-ratio: 161/48;
	
}
.m_healthchosun img {
  aspect-ratio: 161/48;
  width: 161px;
}
.M_footer_sns {
  width: 100%;
  text-align: center;
  padding: 0px 20px 0px;
  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;
	aspect-ratio: 1/1;
}
.M_footer_sns .sns_list li img {
  width: 40px;
  filter: grayscale(100%);
	aspect-ratio: 1/1;
}
.M_footer_menu {
  overflow: hidden;
  width: 100%;
  background: #111;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.M_footer_menu .menu_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 0px solid #111;
  border-bottom: 0px solid #111;
  padding: 2px 20px;
}
.M_footer_menu .menu_list li {
  line-height: 1em;  
  border-right: 0px solid #fff;
}
.M_footer_menu .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 {}
.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 {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.thumb_photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 63vw;
}
.thumb_photo .Bon {
  width: 100%;
}
.thumb_photo .Bon img {
  width: 100%;
}
.thumb_tit { /* float: left; */ width: 100%;
  text-align: left;
  font-size: 19px;
  padding: 10px 0% 0;
}
/*¸ÞÀÎ ¸Þ´º*/
.hc_main_menu {
  position: fixed;
  inset: 0px 0 auto;
  margin-top: 92px;
  z-index: 11; /*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 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-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;
}
.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
}
.innerlink {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.hc_footer_sns {
  width: 100%;
  background: #E7E7E7;
  text-align: center;
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.hc_footer_sns span {
  display: block;
  width: 100%;
  text-align: center;
  color: #111111;
  padding: 0px 0 15px 0;
}
.hc_footer_sns .sns_list {
  border: 0px solid #fff;
}
.hc_footer_sns .sns_list ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.hc_footer_sns .sns_list li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
}
.hc_footer_sns .sns_list li img {
  width: 40px;
  filter: grayscale(100%);
}
.hc_footer_sns .sns_list li svg path {
  filter: opacity(0.5);
}
.hc_footer_sns .sns_list li:hover svg path {
 filter: opacity(1);
}
/*Å¾ ½½¶óÀÌµå */
.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: 'Spoqa Han Sans Neo', sans-serif;
}
.font--size-sm-16 {
  font-size: 16px;
}
.font--primary b, .font--primary-bold {
   font-family: 'Spoqa Han Sans Neo', 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 { /* x ´Ý±â¹öÆ°*/
  display: inline-block;
  height: 0px;
  position: absolute;
  left: 20px;
  top: 28px;
}
.M_health_logo {
  display: block;
  margin: 26px auto 9px;
  width: 189px;
}
.css-l8ph0q {
  background-color: rgb(255, 255, 255);
}
.x-button button {
  background: #fff;
}
.css-1ps9vrl {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 11px 12px 8px;
  display: inline-block;
  transition: none 0s ease 0s;
}
.css-542elh {
  padding-top: 10px;
}
section {
  display: block;
}
.css-g3v8ab:first-of-type {
  border-top: 0px;
}
/*Çï½ºÁ¶¼± ¼­ºñ½º ¹Ù·Î°¡±â*/
.sp_menu {
  overflow: hidden;
  padding: 20px 0px;
  display: block;
}
.sp_menu .hc_direct {
  overflow: hidden;
  margin: -3px;
}
.sp_menu .hc_sbox {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
}
.sp_menu .hc_sbox:hover .hc_sa{  color: #BB0842; }

.sp_menu .hc_sa {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #efeff0;
  position: relative;
  display: block;
  padding: 0 7px;
  margin: 3px;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.5px;
  color: #333333;
}
.sp_direct .hc_sbox:first-child a {font-size: 14px;}
.menulist_title {
  border-bottom: 1px solid #D9D9D9;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0rem;
  line-height: 23px;
  padding: 10px 0px 10px 10px;
  text-transform: capitalize;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
.menulist_title:hover { 
  color: #BB0842;
}
.menulist_title:hover button svg path{ 
  fill: #BB0842;
}
.menulist_title button {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  -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 {
  margin: 0px 20px;
	border-bottom: 2px solid #111;
}
.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-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;
  width: 100%;
}
.input_search[type="text"]:focus {
	outline: 0;
}


/*¸Þ´º ¾È °Ë»ö _ ¹öÆ°*/
.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;
  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;
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}
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;
}

/* column_main */
.sub_column { position: relative;  }
.column_main {position: relative; margin: 111px 8px 8px; border:1px solid #ccd5dd;}
.column_main h3 {height:28px; background:#ebf0f4; border-bottom:1px solid #ccd5dd; line-height:28px; color:#30516e; font-weight:bold; padding:0 13px;}
.column_main div.clearfix {background:#fff; padding:15px;}
.leftView {width:20%; float:left;}
.leftView img {box-sizing:border-box; width:100%; border:1px solid #e5e5e5;}
.leftView figcaption { display: none; box-sizing:border-box; font-size:0.785em; text-align:center; margin-top:5px;}
.rightView {width:76%; float:right;}
.rightView dt {font-size:0.857em; font-weight:bold;}
.rightView dd {font-size:0.857em; margin-top:7.5px; color:#666; 
	    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.rightView ul {margin-top:7.5px;}
.shortTxt li {font-weight: bold; height: 22px;line-height: 22px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size:0.857em;}
.shortTxt dd {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.longTxt li {font-weight: bold; /*height: 22px;line-height: 22px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; */font-size:0.857em;}

.rightView li:after {content:'';display:block;clear:both;}
.rightView li span {float:left; padding-right:7.5px;}
.rightView li span img {max-width: 8px;vertical-align: middle; position:relative; top:-2px;}
.column_main_list {position: relative;}
.column_main_list.list {margin-top: 111px;}
.column_main_list h3 {height:38px; line-height:38px; border-top:1px solid #e5e5e5; padding:0 15px; background:#fff; color:#5565a9; font-weight:bold;}
.column_main_list h4 {height:30px; line-height:30px; padding:0 15px; background:#ebf0f4; font-size:0.857em;}
.column_main_list h4 a {line-height:30px; display:block; width:100%; height:100%;}
.column_main_list .column_list {padding:0 15px 15px 15px; background:#fff; border-top:3px solid #ebf0f4;}
.column_main_list .column_list figcaption {width:100%; box-sizing:border-box; height:28px; line-height:28px; background:#bcbcbc; border:1px solid #9f9f9f; color:#fff; font-size:0.8em; font-weight:bold; margin-top:5px;}

.column_main_list .column_list_btn {padding-top:15px; }

.column_main .clearfix a {display:block; width:100%; height:auto;}
.column_list .clearfix a {display:block; width:100%; height:auto;}

.column_list_btn a {display:block; height:42px; line-height:42px; box-sizing:border-box; text-align:center; border:1px solid #ccd5dd; color:#8fa3b4; font-size:0.92em; background:#fff;}
.column_list_btn a span {font-size:1em;}
.column_list_btn span img {width:9.5px; height:7px; padding-left:0.5em; border:0 !important; border:none !important;}

.column_list_clinic {background:#fff; margin-top:7.5px; border-top:1px solid #e5e5e5; box-sizing:border-box;}
.column_list_clinic h3 {height:32px; line-height:32px; font-size:0.857em; text-align:center; width:100%; box-sizing:border-box; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5; letter-spacing:0;}
.column_list_clinic ul {width:100%; box-sizing:border-box; border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}
.column_list_clinic ul li {height:33px; width:50%; float:left; box-sizing:border-box; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.column_list_clinic ul li a {display:block; width:100%; height:100%; text-align:center; line-height:33px;font-size:0.857em;}
.column_list_clinic .on {color:#e00101;}
.column_list_clinic .on span {color:#e00101;}
.column_list_clinic li a span{font-size:0.83em;}

.column_main_btn {margin:15px;}
.column_main_btn a {position:relative;}
.column_main_btn span {position:absolute; right:16px; bottom:0;}
.column_main_btn span img {width:7px; height:9.5px;}

.column_detail_btn {padding:20px 15px; background:#fff; border-bottom:1px solid #e5e5e5;}
.column_detail_btn a {position:relative;}
.column_detail_btn span {position:absolute; right:16px; bottom:0;}
.column_detail_btn span img {width:7px; height:9.5px;}

.column_detail_list {padding-bottom:20px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#fff;}
.column_detail {margin:15px 15px 0 15px; border:1px solid #ccd5dd;}
.column_detail h4 {padding:5px 15px; height:55px; line-height:25px; background:#ebf0f4; font-size:1em; color:#30516e;  border-bottom:1px solid #ccd5dd;}
.column_detail div.clearfix {padding:15px;}
.column_detail .float_l {width:22%;}
.column_detail .float_l img {width:100%; border:1px solid #e5e5e5;}
.column_detail .float_r {width:74%;}
.column_detail .float_r h5 {font-weight:bold;}
.column_detail .float_r dl dt {margin-top:15px; font-weight:bold; color:#666; font-size:0.857em;}
.column_detail .float_r dl dd {color:#666; font-size:0.857em;}
.column_detail p {padding:15px 0; margin:0 15px; border-top:1px dotted #ccd5dd; color:#30516e; font-size:0.92em;}

.column_detail_more {padding:0 15px;}
.column_detail_more li {height:45px; border-bottom:1px solid #e5e5e5;}
.column_detail_more li a {display:block; width:100%; height:100%; line-height:45px; position:relative; font-size:1.1em; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.column_detail_more li a span {position:absolute; right:0; top:0; color:#aaa; font-size:1.2em;}

.column_detail_list .column_list {padding:20px 15px;}
.column_list_form {padding:0 15px;}
.column_list_form form {position:relative;}
.column_list_form select {width:24%; height:29px; border:1px solid #e5e5e5; box-sizing:border-box; margin-right:3%;}
.column_list_form input[type='text'] {width:47%; height:29px; border:1px solid #e5e5e5; box-sizing:border-box;}
.column_list_form input[type='button'] {width:21%; height:29px; border:1px solid #c63e3e; background:#de5b5b; box-sizing:border-box; color:#fff; font-size:0.857em; font-weight:bold;
	position:absolute; right:0; top:0;
}

.article_view {
    padding: 15px 15px 0 15px;
	margin-top: 111px;
    font-size: 1.1em;
    line-height: 1.5em;
    background: #fff;
    letter-spacing: 0;
    text-align:left;
}
