@charset "euc-kr";
/* Reset */
body, figure {
  width: 100%;
  margin: 0;
  word-break: keep-all;
  /*font-size: 18px;*/
  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
}
.font--primary {
  font-family: "NotoSansKR-Regular", sans-serif;
  font-weight: 400;
}
.font--secondary {
  font-family: "NotoSansKR-Medium", sans-serif;
  font-weight: 500;
}
.font--tertiary {
  font-family: "NotoSansKR-Bold", sans-serif;
  font-weight: 700;
}
.visual__image img {
  width: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
/* flex */
.flex_column {
  -webkit-box-orient: vertical; /* -webkit-box-direction: reverse; */ display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.flex-pointer {
  cursor: pointer;
}
.flexauto {
  flex-basis: auto;
}
.flex-sa {
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-direction-column {
  flex-direction: column;
}
.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;
}
.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;
}
/*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_wrap_sub {
  overflow: hidden;
  width: 100%;
  height: 105px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; 
  display: flex;	  
  -ms-flex-direction: column;
  flex-direction: column;
	
}
.M_Header {
  float: left;
  position: relative;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
}
.M_Header .M_logo {
  margin: 0 auto;
}
.M_Header .M_menu {
  position: absolute;
  top: 16px;
  left: 16px;
}
.M_Header .S_menu {
  position: absolute;
  top: 16px;
  right: 16px;
}
.M_sub_contents {
    width: 100%;
    margin-top: 103px;
    margin-bottom: 30px;
	}
.M_contents {
  width: 100%;
  margin-top: 103px;
  margin-bottom: 30px; 
}
aticle {
	margin-top: 28px;
}
aticle a:hover{
	color: #BB0842;
}
.first{
	margin-top: 0px;
}
aticle h2 {
	margin-top: 0px;
	border-radius: 12px 12px 0 0;    
	position: relative;
    padding: 0 54px 0 12px;
    background-color: #E7E7E7;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.0rem;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 0px;
    cursor: pointer;
}
.hc_list_menu {
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 0px;
}
.hc_list_menu nav {
    position: relative;
    height: 69px;
    background-color: #fff;
    padding-top: 15px;
    -webkit-transition: margin .2s;
    transition: margin .2s;
    z-index: 11;
    overflow: hidden;
    border-bottom: 0px solid #111111;
}
.hc_list_menu nav > .sub_news_title {
    position: relative;  
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;
	text-align: center;
}
.sub_news_title a {
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;
}
.M_sitemap {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
.newsMenu .linkArea .detailArea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
}
.newsMenu .linkArea .detailArea > ul{
	border: 0px solid #000;	
	flex: 1 1 0;
}
.newsMenu .linkArea .detailArea > ul li{
	padding: 4px 0px 4px 10px;
}
.linkIn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;	
}
.linkIn li {
	flex: 1 1 50%;
	border: 0px solid #000;	
	padding: 8px 0px 4px 10px;
	font-weight: 700;
}
.M_contents img {
  border-radius: 0px;
}

/* news view navigate */
.improve-header {
    position: relative;
    width: 100%;
    height: 54px;
    align-items: center;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.improve-header .actions, .improve-header .navigate  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.improve-header[data-type=sub] .top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transition: margin .1s;
    transition: margin .1s;
}
.improve-header .top-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
	
    border-bottom: 0px solid #D9D9D9;
    padding: 0 10px;
    background-color: #fff;
    z-index: 1;
}
.improve-header .top-bar .icon-btn-menu {
    position: relative;
}
.improve-header .hc-logo {
    padding: 0 8px;
}
.improve-header .hc-back {
    display: block;
    width: 10px;
    height: 18px;
	padding: 0 15px;
	text-indent: -9999px;
	background: url('https://m.health.chosun.com/img/2023/back_btn.svg') no-repeat 50% 50%;
}
.improve-header .hc-logo a {
    display: block;
    width: 97px;
    height: 20px;
	text-indent: -9999px;
	background: url('https://m.health.chosun.com/img/2023/health_sub.svg') no-repeat 50% 50%;
}

.improve-header .actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.improve-header .actions a{
	width: 40px;
    height: 40px;
}
.improve-header .actions .ic_scwrap{	
	text-indent: -9999px;
    background: url('https://m.health.chosun.com/img/2023/scwrap.svg') no-repeat 50% 50%;
}
.improve-header .actions .icon{	
	text-indent: -9999px;
    background: url('https://m.health.chosun.com/img/2023/shr_btn.svg') no-repeat 50% 50%;
}
.improve-header .actions .font_size_btn {
	font-family: Noto Sans KR;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	color:#111111;
	text-align:center;
}


/* ·¹ÀÌ¾î ÆË¾÷ ÆùÆ® Å©±â, °øÀ¯ÇÏ±â */
.lay_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	z-index: 9999;
}

.lay_wrap:before {
	opacity: .7;
}

.lay_wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	content: '';
	filter: alpha(opacity=50);
	opacity: .5;
	background-color: #000;
}

.lay_wrap:after {
	display: inline-block;
	overflow: hidden;
	height: 100%;
	vertical-align: middle;
	content: '';
}
.mhc_card.mhc_center {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important;
	display: block;
    top: 135px;
    outline: none;
}
.mhc_card {
    position: absolute;
    z-index: 20010 !important;
    width: 320px;
    padding-bottom: 20px !important;
    border-radius: 13px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 17px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -2px 6px rgba(87, 98, 104, 0.08), 0px 5px 10px rgba(87, 98, 104, 0.2);
    box-shadow: 0px -2px 6px rgba(87, 98, 104, 0.08), 0px 5px 10px rgba(87, 98, 104, 0.2);
}
.mhc_card .mhc_card_title {
    display: block !important;
    padding: 27px 0 18px !important;
    color: #111111 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    text-align: center !important;
    font-weight: 700 !important;
}
.mhc_card .mhc_swipe_area {
	display: flex;
	justify-content: space-around;
    position: relative !important;
    width: 320px;   
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mhc_card .mhc_close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px !important;
}
.mhc_card .mhc_close span {
	overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;

}
.mhc_card .mhc_close {
  background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
	background-position: -284px -18px;
}


.mhc_card .mhc_area .mhc_swipe_area a {
    float: left;
    margin: 0 20px 16px 0;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    text-align: center;
}
.mhc_card .mhc_area .mhc_swipe_area a:nth-child(3n){
	margin-right: 0px;
	
}
.mhc_card .mhc_area .mhc_swipe_area a:nth-child(3n + 1) {
    clear: both;
}
.mhc_card .mhc_area .mhc_swipe_area a span {
	overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;

}
.mhc_card .mhc_area .mhc_swipe_area .link_kakaotalk {	
	content: '';
	background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
   background-position: -55px -75px;
    width: 58px;
    height: 58px;
}

.mhc_swipe_area a.link_facebook {
	content: '';
	background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
    background-position: -131px -75px;
    width: 58px;
    height: 58px;
}
.mhc_swipe_area a.link_x {
	background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
    background-position: -206px -75px;
    width: 58px;
    height: 58px;
}
.mhc_swipe_area a.link_kakaostory {
	background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
    background-position: -55px -147px;
    width: 58px;
    height: 58px;
}
.mhc_swipe_area a.link_blog{
	background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
    background-position: -131px -147px;
    width: 58px;
    height: 58px;
}
.mhc_swipe_area a.link_link {
	background-image: url('https://m.health.chosun.com/img/2023/sharelink.svg');
    background-position: -206px -147px;
    width: 58px;
    height: 58px;
}
.mhc_blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.mhc_card_fixed_dimmed {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 20000 !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}
/* font size */
.media_end_head_fontsize_setlayer_select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 27px;
}
.media_end_head_fontsize_option1, .media_end_head_fontsize_option2, .media_end_head_fontsize_option3, .media_end_head_fontsize_option4, .media_end_head_fontsize_option5 {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #111;
    vertical-align: top;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    border: solid 1px rgba(0,0,0,0.07);
    border-radius: 4px;
    z-index: 1;
}
.media_end_head_fontsize_option1.on, .media_end_head_fontsize_option2.on, .media_end_head_fontsize_option3.on, .media_end_head_fontsize_option4.on, .media_end_head_fontsize_option5.on {
    color: #fff;
    background-color: #111111;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    border: solid 1px rgba(0,0,0,0.03);
}
.media_end_head_fontsize_option1.on a, .media_end_head_fontsize_option2.on a, .media_end_head_fontsize_option3.on a, .media_end_head_fontsize_option4.on a, .media_end_head_fontsize_option5.on a {
    color: #fff;
}
.media_end_head_fontsize_option1 {
    font-size: 14px;
}
.media_end_head_fontsize_option2 {
    font-size: 16px;
}
.media_end_head_fontsize_option3 {
    font-size: 18px;
}
.media_end_head_fontsize_option4 {
    font-size: 20px;
}
.media_end_head_fontsize_option5 {
    font-size: 22px;
}
.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

/* content start */
b, strong {
    font-weight: bolder;
}
.content {
    width: 100%;
}
.article_view {
    background: #fff;
    letter-spacing: -0px;
    color: #141414;
	color: #333;
		font-style: normal;
		font-weight: 400;
		line-height: 156%;
}
.article_wrap {
	display: block;
	position: relative;
    padding: 0 0px;
}
.article_view strong {
	font-size: 20px;
	font-weight: 700;
}

.article_view > div > div { height: auto !important; text-align: justify; letter-spacing: -0.02em; word-break: break-all; padding: 0 0px; }
.article_view > div > div:last-child {text-align: justify; letter-spacing: -0.02em; word-break: break-all; padding: 0 0px; }
.article_view > div { text-align: justify; letter-spacing: -0.02em; word-break: break-all; padding: 0 20px; }

.article_view .article_content {text-align: justify; letter-spacing: -0.02em; word-break: break-all; }
.article_view .article_view_cap {
	text-align: left;
    display: block;
    margin: 4px 0 0;
    color: #828282;
    font-size: 13px;
    line-height: 1.6;
	padding: 0 0px;
}
.article_view .article_view_mid {
	text-align: center;
    display: block;
    margin: 4px 0 0;
    color: #828282;
    font-size: 13px;
    line-height: 1.6;
	padding: 0 0px;
}
.article_view .editor-tit {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    color: inherit;
}
.article_view .editor-p {
    margin: 24px 0;
    /*font-size: 18px;*/
    line-height: 28px;
    word-break: break-all;
	color: #333;
	
}
.article_view .editor-copy {
    font-size: 16px;
    line-height: 28px;
    word-break: break-all;
	text-align: center;
	
	margin-top: 40px;
}
.article_view_top {
    position: relative;
	padding: 0 20px;
    border-bottom: solid 1px #eaeaea;    
}

.article_view h2.category {
	color: #BB0842;
	font-family: Noto Sans KR;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 28px;
	margin-bottom: 8px;
}
.article_view h2 span {
   color: #828282;
font-family: Noto Sans KR;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin-left: 5px;
}
.article_view .art_img {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px;
}
.article_view_img img{
	
}
.article_view h3.headline {
   color: #111;
	font-family: Noto Sans KR;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.content .sub_tit {
    position: relative;
    line-height: 28px;
    border-left: 3px solid #bc0943;
    font-weight: 500;
    color: #333333;
    height: 100%;	
	padding-bottom: 0;
	padding: 0 0px;
    padding-left: 12px;
	margin: 24px 0px;
}
.article_view_info {
    padding: 28px 0 5px 0;
    color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.article_date_box {
    padding: 0px 0px 16px;
    overflow: hidden;
   color:#828282;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* °ü·Ã±â»ç */
.edit_bottom {
	position: relative;
	display: block;
	margin-top: 40px;	
    background: #fff;
    padding-bottom: 17px;
	padding: 0 20px;
	border-top: 1px solid #d9d9d9;
}
.edit_bottom .cc_title {
    position: relative;	
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 20px;
    display: block;
}
/*
.edit_bottom .cc_title::before {
    content: '';
    position: absolute;
    /* z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #bfbfbf;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.edit_bottom .header > strong {
    color: #000;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0 5px 0 0px;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #fff;
}
.edit_bottom ul {
    clear: both;
    padding: 0px 0px;
}
.edit_bottom li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.edit_bottom li a {    
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
	color: #333;
	font-family: Noto Sans KR;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}
.edit_bottom li a i {    
	display: table-cell;
    width: 10px;
    vertical-align:top;    
    font-style: normal;
    color: #111111;
    font-weight: 500;
}
.edit_bottom .ed_content {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
    line-height: 0;
    margin-left: 16px;
}
.edit_bottom .ed_txt {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.edit_bottom li .li_ad:before {
    content: "";   
	display: inline-block;
    width: 20px;
    height: 16px;
	margin-right: 4px;
	background: url('https://m.health.chosun.com/img/2023/t_AD.svg');
    
}

/* ¹è³Ê ½½¶óÀÌµå */
.edit_b .swiper-container4 {
    margin: 0 20px;
}
.edit_b .swiper-pagination {
    position: relative !important;
    margin-top: 10px;
}
.edit_b .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 8;
}
.edit_b .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 30px;
    bottom: 8px;
    top: auto;
    left: 0;
    width: 100%;
}
.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;
}
.slick-slider a img{
	width: 100%;
	border: 1px solid #d9d9d9;
}
/* ±â»ç ÁÁ¾Æ¿ä */
ul.news_left_aside_sns {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-content: center;
}
ul.news_left_aside_sns li {
    position: relative;
    display: flex;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    float: left;
    justify-content: center;
    text-align: center;
}
ul.news_left_aside_sns > li {
    z-index: 9;
}
ul.news_left_aside_sns li a.count_like {
    width: 100px;
}
ul.news_left_aside_sns li a .count {
    position: absolute;
    left: 50px;
    font-size: 15px;
    text-indent: 0;
    color: #222;
}
ul.news_left_aside_sns li a:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    margin: auto;
    background: url(https://health.chosun.com/mildang365/img/icon_article.png) no-repeat;
}
ul.news_left_aside_sns li a.count_like:hover:before {
    background-position: -50px -50px;
}
ul.news_left_aside_sns li a.count_like:before {
    background-position: 0 -50px;
}

/* ¼­ºê ±¤°í */
.sub_ad1 {
    width: 100%;
    text-align: center;
    margin: 20px 0px 40px 0px;
    padding: 0 20px;
}
.sub_ad1 img{
    width: 100%;
}
.sub_ad2 {
    width: 100%;
	display: block;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 0 20px;	
	
}
.sub_ad2 div{
	width: 328px;
	height: 274px;
	text-align: center;
    margin: 0px auto;
	background: #dddddd;
}

/**/
._popIn_recommend_container {
	
    padding-left: 0px;
    padding-right: 0px;
}
._popIn_recommend_container {
    position: relative;
    background-color: white;
}
._popIn_recommend_header {
    padding: 20px 0 20px 20px !important;
	color: #111;
	font-size: 21px !important;
	font-style: normal;
	font-weight: 900 !important;
	border-top: 3px solid #111;
	border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
._popIn_recommend_articles {
	text-align: center;
    margin: 0px auto;
}

/* ¸¹ÀÌ º» ±â»ç */
.hranking {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 20px;
	padding: 0 0px;
	border-top: 3px solid #111;
}
.ra_head {    
    color: #111111;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;    	
    border-bottom: 1px solid #d9d9d9;
    padding: 18px 0  18px 20px;
}
.ranking_list {
    padding-top: 1px;
    margin-bottom: 35px;
}

.ranking_list .rl_item {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 85px;
    border-bottom: 1px solid #efeff0;
	padding: 0 20px;
}
.ranking_list .rl_link_end {
    display: table-row;
}
.ranking_list .rl_ranking {
    display: table-cell;
    width: 26px;
	height: 56px;
    vertical-align: middle;
    font-size: 42px;
    font-style: normal;
    line-height: 26px;
    color: #111111;
    font-weight: 500;
}
.ranking_list .rl_content {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    line-height: 0;	
    padding-left:16px;
}
.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;
		
}
.ranking_list .four, .ranking_list .five {
    color: #A0A0A0;
}

/* ¸ð¹ÙÀÏ ÇªÅÍ */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
span.h-hidden {
    display: none !important;
}
.M_footer {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  background: #111;
}
.contents_foot {
    overflow: hidden;
    background: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 20px;
	border-top:3px solid #111;

}
.contents_foot li {
    float: left;
    width: 32%;
	height: 49px;
	margin: 0 2% 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    text-align: center;
	display: flex;
    justify-content: center;
	 align-items: center; 
}
.contents_foot h3 {
    color: #111111;
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	padding: 20px 0px;
}
.contents_foot li:nth-last-child( 3n+1 ) {        
	margin: 0 0 8px 0;
}
.contents_foot li a img {
    margin: auto;
    display: block;
}

.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;  
  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_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: 50px;
  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 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;
	    word-break: keep-all;
    letter-spacing: -.4px;
    font-family: 'Noto Sans KR', sans-serif;
}
.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
}
.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: "NotoSansKR-Regular", sans-serif;
}
.font--size-sm-16 {
  font-size: 16px;
}
.font--primary b, .font--primary-bold {
  font-family: "NotoSansKR-Regular", sans-serif;
}
.text--black {
  color: #222;
}
.text--overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text--left {
  text-align: left;
}
.width--100 {
  width: 100%;
}
.box--position-relative {
  position: relative;
}
.box--pad-top-md {
  padding-top: 16px;
}
.box--margin-none {
  margin: 0;
}
.box--margin-top-md {
  margin-top: 16px;
}
.box--display-block {
  display: block;
}
.box--display-inline-flex {
  display: inline-flex;
}
.box--pad-left-md {
  padding-left: 16px;
}
.box--pad-bottom-md {
  padding-bottom: 16px;
}
.box--pad-right-md {
  padding-right: 16px;
}
.box--border {
  border: 1px;
  border-color: #222;
  border-style: solid;
}
.box--border-xs {
  border-width: 1px;
}
.box--border-grey-20 {
  border-color: #eaeaea;
}
.box--border-grey-40 {
  border-color: #d7d7d7;
}
.box--bg-white {
  background-color: #fff;
}
.box--border-horizontal-bottom {
  border-top: 0;
}
.box--border-horizontal {
  border-left: 0;
  border-right: 0;
}
/*¸Þ´º*/
.M_menu_div {
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  left: 0px;
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  width: 100%;
}
.M_health {
  display: inline-block;
  height: 0px;
  position: absolute;
  left: 20px;
  top: 24px;
}
.M_health_logo {
  display: block;
  height: 26px;
  margin: 13px auto 9px;
  width: 189px;
}
.css-l8ph0q {
  background-color: rgb(255, 255, 255);
}
.x-button button {
  background: #fff;
}
.css-1ps9vrl {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 11px 12px 8px;
  display: inline-block;
  transition: none 0s ease 0s;
}
.css-542elh {
  padding-top: 10px;
}
section {
  display: block;
}
.css-g3v8ab:first-of-type {
  border-top: 0px;
}
/*Çï½ºÁ¶¼± ¼­ºñ½º ¹Ù·Î°¡±â*/
.sp_menu {
  overflow: hidden;
  padding: 20px 0px;
  display: block;
}
.sp_menu .hc_direct {
  overflow: hidden;
  margin: -3px;
}
.sp_menu .hc_sbox {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
}
.sp_menu .hc_sbox:hover .hc_sa{  color: #BB0842; }

.sp_menu .hc_sa {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #efeff0;
  position: relative;
  display: block;
  padding: 0 7px;
  margin: 3px;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.5px;
  color: #333333;
}
.sp_direct .hc_sbox:first-child a {font-size: 14px;}
.menulist_title {
  border-bottom: 1px solid #D9D9D9;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0rem;
  line-height: 23px;
  padding: 10px 0px 10px 10px;
  text-transform: capitalize;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
.menulist_title:hover { 
  color: #BB0842;
}
.menulist_title:hover button svg path{ 
  fill: #BB0842;
}
.menulist_title button {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
.menulist_title .m_close {
  display: none;
  width: 42px;
  height: 16px;
  background-position: -166px -78px;
}
#menulist_news, #menulist_detail, #menulist_doctor, #menulist_dstory, #menulist_life {
  display: none;
}
.menulist_ul {
  columns: auto 2;
  margin: 0px;
  padding: 10px 0px 19px 10px;
  border-bottom: 0px solid #111111;
}
.menulist_li {
  list-style-type: none;
}
.menulist_li_a {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  text-transform: capitalize;
}
.menulist_li_h3 {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
  text-transform: capitalize;
}
.menulist_li:hover .menulist_li_h3 {
  color: #BB0842;
}
/*¸Þ´º ¾È °Ë»ö*/
.search_area {
  padding: 20px 0px 0 0;
}
.search_area_in {
  padding: 0px 20px;
}
.input_label_search {
  border-radius: 0px;
  display: inline-block;
  margin-right: 0px;
  padding: 0px 0px;
  position: relative;
  width: calc(100% - 37px);
  border: 0;
}
.search_area section {
  padding: 0px 20px;
}
.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_col_ct {
    width: 100%;
    margin-top: 103px;
    margin-bottom: 30px;
}
.column_wrap {
    position: relative;
    padding: 0 20px;
	display: flex;
	flex-direction: column;
}
.column_wrap .column_view_top {
    position: relative;
	padding: 0 0px;
    border-bottom: solid 1px #eaeaea;   	
}
.column_view_top h2.sub_head {
    color: #BB0842;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 28px;
    margin-bottom: 8px;
}
.column_view_top h3.headline {
   color: #111;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.column_view_top .art_column_info {
    padding: 28px 0 4px 0;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.column_view_top .art_column_name{	
	position: relative;
    padding: 0px 0px 16px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 8px;
}
.column_view_top .art_column_name::before{
	 position: absolute;
    top: 5px;
    width: 1px;
    left: 0px;
    height: 12px;
    background: #333;
    content: '';
}
.column_view_contents {
	color: #333;
	/*font-size: 18px;*/
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	text-align: justify;
    letter-spacing: 0.0em;
    word-break: break-all;
    padding: 24px 0 0px;
}
.column_view_contents > .column-edit {
	color: #828282;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 40px;
}
.column_wrap .article_view_date {
    position: relative;
	padding-top: 16px;
    border-bottom: solid 0px #eaeaea;    
    overflow: hidden;
    color: #828282;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.column_wrap .article_view_date .article_date_box {
    position: relative;
    margin-right: 9px;	
}

.column_wrap .article_view_date .article_date_box::after {
    position: absolute;
    top: 5px;
    width: 1px;
    right: -9px;
    height: 11px;
    background: #828282;
    content: '';
}

.column_view_contents p {
	padding-bottom: 0em;
}
.column_view_contents p.editor_s1_stb{
	color: #333;
	font-family: Noto Sans KR;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 24px 0;
}
.column_view_contents .art_img {
	padding: 20px 0;
}
.column_view_contents p.sub_tit {
    position: relative;
    line-height: 28px;
    border-left: 3px solid #bc0943;
    font-weight: 500;
    color: #333333;
    height: 100%;
    padding-bottom: 0;
    padding: 0 0px;
    padding-left: 12px;
    margin: 0px 0px 24px;
}
.M_col_ct .article_view_date .article_date_box2{
    position: relative;
    margin-left: 6px;	
}

.M_col_ct .cloumn_img_cap {
    text-align: left;
    display: block;
    margin: 4px 0 0;
    color: #828282;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0px;
}
.column-view-bottom {
	margin: 40px 0 20px 0;
	display: flex;
	flex-direction: column;
	gap:16px;
	border-top: 3px solid #111;
	padding-top: 16px;
}
.column-view-bottom .cvb-img-area{
	display: flex;
	flex-direction: row;
	gap:20px;
	justify-content:flex-start;
	align-content: center;
}
.column-view-bottom .cvb-img-area .img-box {
}

.column-view-bottom .cvb-img-area .img-box 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);
}
.column-view-bottom .cvb-img-area .txt-box {
	
}
.column-view-bottom .cvb-img-area .txt-box {
	display: flex;
	flex-direction: column;
	gap:4px;
	justify-content: center;
	align-content: center;	
}
.column-view-bottom .cvb-img-area .txt-box .tb_name {
	color: #333333;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.column-view-bottom .cvb-img-area .txt-box .tb_info {
	position: relative;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 8px;
}
.column-view-bottom .cvb-img-area .txt-box .tb_info::before {
    position: absolute;
    top: 5px;
    width: 2px;
    left: 0px;
    height: 12px;
    background: #6577B0;
    content: '';
}
.column-view-bottom .cvb-sub-txt span{
	color: #6577B0;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.column-view-bottom .cvb-sub-src {	
	padding: 12px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background: #F8F8F8;
}
.column-view-bottom .cvb-sub-src p{
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 23.68px */
}

/* ÀúÀÚÀÇ Ä®·³ LIST ¹öÆ° */
.pop_btn_list {
	font-family: 'Noto Sans KR', sans-serif;
	background: #919CBF;
    width: 100%;
    padding: 0 27px;border-radius: 8px;
	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;
}

/*±â»ç ºä °ñÇÁ¿©Çà*/
.id_tour {
    margin-top: 40px;
}
.grid_m {
    overflow: hidden;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m_tour {
    position: relative;
}
.m_common .cc_title_wrap {
    position: relative;
    margin: 0 20px;
}
.m_common .cc_title_wrap::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}
.m_common .cc_title {
    border-top: 3px solid #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 16px 0 19px;
    display: block;
}
.m_tour .ad_tour_banner {
    display: flex;
    flex-direction: row;
    gap: 19px;
    padding: 0 20px;
}
.m_tour .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-family: Noto Sans KR;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    min-height: 81px;
}
.atb_t span.atb_tag {
    color: #A5C720;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}