/*조선미디어 공통 스타일 적용에 필요한 폰트*/
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://health.chosun.com/fonts/SpoqaHanSansNeo-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://health.chosun.com/fonts/SpoqaHanSansNeo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://health.chosun.com/fonts/SpoqaHanSansNeo-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@import url("/https/health.chosun.com/css/2023/css_reset_2023.css");

/*기존 폰트
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body, button, input, select, table, textarea {
  font-size: 12px;
  line-height: 16px;
  color: #202020;
  font-family: 'Spoqa Han Sans Neo', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic', sans-serif;  
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, figure, form, input, legend, ol, p, pre, select, td, textarea, th {
  color: #2e2a26;
  width: 100%;
  margin: 0;
  word-break: keep-all;
  letter-spacing: -.6px;
  font-family: 'Spoqa Han Sans Neo', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic', sans-serif;   
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none;
}
strong {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
a, a:hover, a:visited {
  color :#17222B;
  text-decoration: none;
}
button {
  display: inline-block;
  background-color: transparent;
  border-color: inherit;
  border-style: inherit;
  padding: inherit;
  cursor: pointer;
}
img { /*max-width: 100%;*/ vertical-align: middle;
  border-style: none;
}
img.border {
  border: 1px solid;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Spoqa Han Sans Neo', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic', sans-serif;  
  font-weight: 700;
  color: #222;
  margin: 0px 0 15px;
  line-height: normal;
}
header {
  position: relative;
  min-width: 1260px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -.2px;
}
nav {
  max-width: 1200px;
  padding: 0px 0px;
  margin: 0 auto;
}
#container {
  position: relative;
  overflow: hidden;
  min-width: 1260px;
  margin: 0 auto;
  
  letter-spacing: -.2px;
}
#layout-main {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  border: 0px solid #000;
  height: 600px;
  padding-top: 40px;
}
#layout-container {
  max-width: 1280px;  
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  border: 0px solid #3B21E5;
}
#layout-movie {
  position: relative;
  margin: auto;
  width: 100%;
  letter-spacing: -.2px;
  border: 0px solid #3B21E5;
  background: linear-gradient(to left, #717171 30%, #333333 30%);
}
#layout-bottom {
  max-width: 1280px;
  margin: auto;
  position: relative;
  width: 1200px;
  letter-spacing: -.2px;
  border: 0px solid #3B21E5;
}
.layout-free {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  border: 0px solid #000;
  height: 370px;
  margin-bottom: 50px;
}
/* 2024 new header */
.nav_container {
	display: flex;	
	flex-direction: column;		
}
.nav_logo_wrap {
	display: flex;	
	height: 120px;
	min-height: 48px;
	border-bottom: 1px solid #eaeaea;
	justify-content: space-between;
	align-items: flex-end;
}
.nav_logo_wrap .nlw_left {
	flex-basis: 25%;
        max-width: 25%;
	padding: 12px 0;
}
.nav_logo_wrap .nlw_left span{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #777777;
}
.nav_logo_wrap .nlw_center {
	flex-basis: 50%;
    max-width: 50%;
	display: flex;
	justify-content: center;
	align-self: center;		
	margin-top: 12px;
}
.nlw_center a {
	display: flex;
}
.nlw_center a img {
	width: 246px;
    height: 45px;
	/*width: 322px;
    height: 51px;*/
        margin-top: 8px;
	
}
.nav_logo_wrap .nlw_right {
        flex-basis: 25%;
        max-width: 25%;
    }
.nav_category_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 41px;
    max-height: 41px;
    padding: 0;
	border-bottom: 2px solid #C81616;
    background-color: #fff;
}
.ncw_left {
	display: flex;
	justify-content:space-between;
	align-items: center;
	gap:20px;
	max-width: 210px;
}
.ncw_left .nav_icon{
	display: flex;
	width: 17px;
	height:  17px;
}
.ncw_left .nav_icon button{	
	position: relative;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    transform: none;
	box-shadow: none;    user-select: none;
}
.ncw_left .nav_icon button:active {
    transform: none;
}
.ncw_left .nav_icon button img{
	width: 17px;
	height:  17px;
	vertical-align: middle;
	 display: block;
}
.nav_search .search_bar {
    display: none;
	margin-left: -10px;
}
.nav_search .search_bar_wrap {   
	display: flex;
	justify-content:space-between;
    align-items: center;
	height: 32px;
    border: 1px solid #d9d9d9;
}
.toggle_search_checkbox {
	display: none;
}
.nav_search .toggle_search_checkbox:checked ~ .search_bar {
    display: flex;
}
.nav_search .toggle_search_checkbox:checked ~ .search_bar_wrap {
    display: flex;
	border: 1px solid #333;
}
.search_btn {
	display: block;
}
.nav_search .toggle_search_checkbox:checked + .search_btn {
    display: none;
}

.nav_search .search_bar_input {
    width: 144px;
    padding: 3px 0 0 10px;
    border: 0;
    outline: none;
    transition: border-color 0.3s;	    
	font-weight: 400;
	font-size: 14px;
	color: #222222;
}
.nav_search .search_bar_wrap:has(.search_bar_input:focus) {
    border: 1px solid #333;
}
.search_bar_input:hover {
    border-color: #222;
}
.search-bar-submit {
    border: 0;
    width: 28px;
    padding: 0;
	margin-right: 4px;
}
.nav .search-bar-submit img {
    width: 20px;
    height: 20px;
}
.ncw_right{
	display: flex;
	justify-content: flex-end;
	max-width: 210px;
    min-width: 80px;
}
.ncw_right a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
}
.ncw_right a img{
	width: 100%x;
}
.main_nav {
	display: flex;
	flex-wrap: nowrap; 
	margin: 0 auto;
	align-items: center;
	justify-content: space-around;
	gap: 24px;
}
.main_nav li{		    
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	text-align: center;
}
.main_nav .nav_item {
  flex: 0 0 auto;       
}

.main_nav .nav {
  display: inline-block;
  white-space: nowrap;  
  line-height: 41px;    
}
.main_nav li:nth-child(n+6){		
	font-weight: 400; 
}
.nav.scroll {
  height: 41px;
}
.nav.scroll {
  position: fixed;
  height: 41px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 100%;
  border-bottom: 1px solid #C81616;
  background-color: #fff;
  z-index: 999;
}
.nav.scroll .nav__bar2 {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}
.nav.scroll .nav_scroll_wrap{
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
	display: flex;
}
.nav.scroll .nav__bar2 {
    display: flex;
}
.nav__bar-left {
    max-width: 220px;
}
.nav_scroll_search label {
	width: 21px;
	height: 20px;
}
.nav_scroll_search .search_bar {
    display: none;
	margin-left: -10px;
}
.nav_scroll_search .search_bar_wrap {   
	display: flex;
	justify-content:space-between;
    align-items: center;
	height: 32px;
    border: 1px solid #d9d9d9;
}
.sc_search_checkbox {
	display: none;
}
.nav_scroll_search .sc_search_checkbox:checked ~ .search_bar {
    display: flex;
}
.nav_scroll_search .sc_search_checkbox:checked ~ .search_bar_wrap {
    display: flex;
	border: 1px solid #333;
}
.nav_scroll_search .sc_search_checkbox:checked + .search_btn {
    display: none;
}
.sc_search_checkbox:checked + .search_btn {
    display: block;
}
.nav_scroll_search .search_bar_input {
    width: 144px;
    padding: 3px 0 0 10px;
    border: 0;
    outline: none;
    transition: border-color 0.3s;	    
	font-weight: 400;
	font-size: 14px;
	color: #222222;
}
.nav_scroll_search .search_bar_wrap:has(.search_bar_input:focus) {
    border: 1px solid #333;
}
.search_bar_input:hover {
    border-color: #222;
}
.nav_scroll_wrap .ncw_center{
	display: flex;
    width: 100%;
    margin: 0 auto;
	justify-content: center;
}
.nav_scroll_wrap .ncw_center a {
	margin-top: 6px;
}
.nav_scroll_wrap .ncw_center a img{
	width: 137px;
    height: 28px;
}
.nav_scroll_wrap .ncw_right{
	display: flex;
    width: 100%;
    margin: 0 auto;
	justify-content: flex-end;
	align-items: center;
}
.scroll-logo {
    display: block;
    margin: 3px auto 0;
}
.nav__bar-icon {
    width: 20px;
    margin-right: 24px;
    cursor: pointer;
}
.nav__bar2 .nslogo {
	width: 106px;
}
.nav__bar2 {
    padding: 0;
    background-color: #fff;
    justify-content: space-between;
    border-top: 1px #CBCBCB solid;
    border-bottom: 2px #BB0842 solid;
}
.nav.scroll .nav__bar2 .nav__bar-right {
    align-items: center;
    justify-content: flex-end;
}
.nav.scroll .nav__bar2 .nav__bar-right ul {   
    display: flex;	
}
.nav.scroll .nav__bar2 .nav__bar-right ul li {
    font-size: 15px;
    font-weight: 500;
    margin-right: 42px;
}
.nav.scroll .nav__bar2 .nav__bar-right ul.type_bar:before {
    content: '';
    display: inline-block;
    background: #CBCBCB;
    width: 1px;
    margin-top: 2px;
    margin-right: 43px;
    height: 13px;
}
.list_nav.type_fix .nav {
    font-weight: 700;
}
/* 2024 new header end */


/* nav popup */
.menu_popup {
  position: absolute;  
  background: #fff;
  z-index: 999;
  color: #333333;
  width: 100%;
	margin: 0 auto;
}
.menu_popup2 {
  position: absolute;
   top: 41px;
  background: #fff;
  z-index: 999;
  color: #333333;
}
.menu_popup2 .side_nav {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .12);
}
.full_popup {}
.show {
  display: block !important;
}
.menu_popup .side_nav {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .12);
}
.side_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navBar {
  position: fixed;
  top: -41px;
  width: 100%;
  transition: top 0.5s;
}
.layer_popup.side_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
  outline: none !important;
}
.side_nav .scroll {
  padding-top: 4px;
  position: relative;
}
.scroll {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.side_nav .scroll:before {
  background: #333;
  content: "";
  display: block;
  height: 0px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.side_nav .nav {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  max-width: 100%;
  padding: 0;
  width: 1200px;
}
.side_nav .nav dl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
  width: 145px;
  margin-bottom: 30px;
}
.side_nav .nav dl:first-child {
  margin-left: 15px;
}
.side_nav .nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side_nav .nav > ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  position: relative;
  width: 12.5%;
}
.side_nav .nav ul {
  display: block;
}
.side_nav .nav > ul:last-child {
  margin-right: 0;
}
.side_nav .special {
  width: 240px !important;
}
.side_nav .special ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side_nav .nav dl:after {
  border-right: 0px solid rgba(0, 0, 0, .1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.side_nav .special ul li {
  width: 50%;
}
.side_nav .nav li {
  margin-bottom: 20px;
  font-size: 15px;
	    line-height: 22px;
}
.side_nav .nav strong {
  color: #111;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}
.newshome {
  color: #111;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 700;
}
.side_nav .nav .lg_btline:after {
  background: rgba(0, 0, 0, .1);
  content: "";
  display: block;
  height: 1px;
  margin: 20px 0;
  width: calc(100% - 12px);
}
/* hc search */
.search-bar--input {
  padding: 6px 10px;
}
input:hover {
  border-color: #222;
  outline: none;
}
.search-bar--submit {
  padding: 5px 5px;
  width: 28px;
  border: none;
}
.search-bar--submit svg {
  width: 20px;
  height: 20px;
}
.box--pointer {
  cursor: pointer;
}
.search-bar--wrap {
  margin: 0;
  margin-left: 0px;
  width: 226px;
  height: 35px;
  border: 1px solid #BB0842;
  border-radius: 5px;
}
.grid {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
}
.search-bar--input {
  padding: 6px 10px;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  color: #222;
}
.search-bar--input::placeholder {
  color: #BB0842;
}
.side_nav .nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  max-width: 100%;
  padding: 0;
  width: 1200px;
  border: 1px solid #BB0842;
  border-left: 0px;
  border-right: 0px;
}
.side_nav .nav_footer dl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 0px;
  position: relative;
  width: 50%;
  margin-bottom: 0px;
}
.side_nav .nav_footer dt {
  color: #BB0842;
  font-size: 13px;
  padding: 15px 0;
  font-weight: 700;
}
.side_nav .nav_footer dt svg {
  padding-top: 2px;
  vertical-align: middle;
}
.side_nav .nav_footer .dl_right dt {
  width: 50%;
  float: left;
  text-align: right;
}
.side_nav .nav_footer .dl_right dd {
  width: 260px;
  float: right;
  padding: 15px 0;
}
/*sns icon */
.side_nav .nav_footer ul {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
}
.side_nav .nav_footer ul li {
  list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
}
/*main top */
.ad-main-top {
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
.ad-main-left-1 {
	position: absolute;
	top: 0px;
	left: -165px;
	width: 165px;
}
.ad-main-left-1 img {
	margin-top: 0px;
	vertical-align: top;
	width: 120px;	
}
.ad-main-left-2 {
	position: absolute;
	top: 150px;
	left: -165px;
	width: 165px;
	margin-bottom: 12px;
}
.ad-main-left-2 img {
	margin-top: 0px;
	vertical-align: top;
	width: 120px;	
}
.ad-main-right {
	position: absolute;
	top: 0px;
	right: -165px;
	width: 120px;
}
.ad-main-right img {
	margin-top: 0px;
	vertical-align: top;
	width: 120px;
	height: 500px;
	
}
.main_left {
  float: left;
  width: 580px;
}
.main_right {
  float: right;
  width: 580px;
}
/*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;
}
.grid_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: 42px;
  line-height: 1.3;
  font-weight: 700;
}
.h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.h5 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}
.h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.height--100 {
  height: 100%;
}
.width--100 {
  width: 100%;
}
.text--left {
  text-align: left;
}
.text--overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
/*grid*/
.grid_container {
  width: 100%;
}
.grid_col--lg {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 calc(32px / 2);
}
.grid_col_lg_left {
  padding-left: 0;
}
.grid_col_lg_right {
  padding-right: 0;
}
.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;
}
/* box margin padding border*/
.box-padding-left {
  padding-left: 30px;
}
.box-padding-right {
  padding-right: 30px;
}
.box-right-border {
  border: 1px;
  border-color: #222;
  border-style: solid;
  border-left: 0;
  border-color: #eaeaea;
  border-width: 1px;
  border-bottom: 0;
  border-top: 0;
}
.box-margin-right {
  margin-right: 18px;
}
.box-margin-right-none {
  margin-right: 0px;
}
.box-margin-left {
  margin-left: 18px;
}
.box-margin-left-20 {
  margin-left: 20px;
}
.box-margin-side {
  margin-left: 18px;
  margin-right: 18px;
}
.box-margin-bottom {
  margin-bottom: 18px;
}
.box-margin-bottom-l {
  margin-bottom: 34px;
}
.box-padding-right {
  padding-right: 18px;
}
.box-padding-top {
  padding-top: 18px;
}
.box-padding-left {
  padding-left: 18px;
}
.box-padding-side {
  padding-left: 18px;
  padding-right: 18px;
}
.box-padding-top-none {
  padding-top: 0px !important;
}
.box-border {
  border: 1px;
  border-color: #222;
  border-style: solid;
}
.box-border-horizontal-bottom {
  border-top: 0;
}
.box-border-horizontal {
  border-left: 0;
  border-right: 0;
}
.box-border-xs {
  border-width: 1px;
}
.box-border-grey-20 {
  border-color: #eaeaea;
}
.box-border-dash-top {
  border-top: 1px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-style: dashed;
  border-color: #ccc;
}
.box--margin-center {
  margin-left: auto;
  margin-right: auto;
}
.box--position-relative {
  position: relative;
}
.box--position-absolute-top {
  top: 0;
}
.box--position-absolute-left {
  left: 0;
}
.box--position-absolute {
  position: absolute;
}
.h_image {
  max-height: 100%;
  max-width: 100%;
}
.h_radius-50 {
  border-radius: 50%;
}
/* main */
.layout_bottom {
  position: relative;
}
.container {
  max-width: 1200px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; /*margin-right: -15px;margin-left: -15px;*/
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bg-image::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
  opacity: .85;
}
/*main top right newsliat*/
.tab-content > .active {
  display: block;
}
.story_items_all{
	margin-bottom: 30px;
}
.story_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.story_item:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -20px;
  border-bottom: 1px solid #DADCDD;
  width: 100%;
}
.story_item:last-child:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -20px;
  border-bottom: 0px solid #DADCDD;
  width: 100%;
}
.story_item .story_item_thumb {
  min-width: 175px;
  margin-right: 0px;
  position: relative;
}
.story_item .story_item_thumb img {
  width: 175px;
  height: 130px;
  object-fit: cover;
  margin-right: 15px;
  position: relative;
  border: 0.5px solid #E0E0E0;
  border-radius: 15px 0px;
}
.story_item .story_item_content {
  position: relative;
}
.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 .post-meta .meta-date {
  padding-left: 32px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #515A60;
}
.story_item .story_item_content .post-meta .scription {
  padding-left: 32px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #515A60;
}
.story_item .story_item_content .post-meta .meta-categories a {
  color: #1091FF;
  font-weight: 500;
  font-size: 12px;
}
.story_item .story_item_content .post-meta .meta-date::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
  width: 2px;
  height: 15px;
  background: #515A60;
  border-radius: 30px;
}
.story_item .story_item_content .title {
  margin-top: 4px;
  margin-bottom: 5px;
}
.story_item .story_item_content .title a {
  color: #17222B;
  font-size: 20px !important;
  line-height: 28px !important;
}
.story_item_content .scription {
  
  font-size: 14px;
  max-width: 442px;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
	color: #888888 !important;
}
.story_item_content .scription a {
	color: #888888 !important;
}
.story_item_content .scription a span {
	color: #888888 !important;
}
/* none */
hr, legend, caption {
  display: none;
}
.hide {
  display: none;
}
/* 헬스 메인 탑 슬라이드 */
.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;
}
.slick-slider:after {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  background: #f2f2f2;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-list .card.flex_column .card_body {
  position: relative;
  text-align: center;
}
.slick-list .card {
  padding-top: 0;
}
.slick-list .card_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slick-list .card .headline + * {
  margin-top: 0px;
}
.slick-list .card .headline {
  color: #111;
  font-size: 20px;
  line-height: 30px;
	text-align: center;
}
/*.slick-list .flex_column .headline a{ display: inline-block; margin-top: 45px; }*/
.slick-list .flex_column .headline .sm_hidden {
  display: inline-block;
  margin-top: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.slick-list .card_image img {
  width: 440px;
  height: 300px;
  margin: auto;
  display: block;
  border: 1px solid rgba(126,126,126, 0.2);
}
.slick-list .card_body .headline {
  max-width: 442px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px !important;
  line-height: 40px !important;
}
.slide-number {
  position: relative;
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.5;
  max-height: 93px;
  padding: 35px 0 36px;
  border: 0px solid #000;
}
.slide-number div {
  font-size: 15px;
}
.slide-number div span {
  font-weight: 700;
}
.arrow-prev, .arrow-next {
  position: relative;
  float: left;
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.arrow-prev::after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: '';
  width: 10px; /* 사이즈 */
  height: 10px; /* 사이즈 */
  border-top: 1px solid #000; /* 선 두께 */
  border-right: 1px solid #000; /* 선 두께 */
  transform: rotate(225deg); /* 각도 */
}
.arrow-next::after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: '';
  width: 10px; /* 사이즈 */
  height: 10px; /* 사이즈 */
  border-top: 1px solid #000; /* 선 두께 */
  border-right: 1px solid #000; /* 선 두께 */
  transform: rotate(45deg); /* 각도 */
}
.separator {
  border: 1px;
  border-color: #222;
  border-style: solid;
  border-color: #eaeaea;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
/*badge*/
[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;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  text-align: center;
}
.badge_wrap {
  display: block;
  left: 50%;
  top: -22px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.badge_dailytop {
  z-index: 10;
  padding: 0 18px;
  height: 30px;
  background: #000;
  border-left: 14px solid #BB0842;
}
.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: 22px;
  background: #BB0842;
  border-radius: 8px 0 8px 0;
}
.badge_wrap_part {
  display: block;
  left: 50%;
  top: 00px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.badge_part {
  z-index: 10;
  padding: 0 18px;
  height: 30px;
  background: #BB0842;
}
.badge_part_blk {
  z-index: 10;
  padding: 0 18px;
  height: 30px;
  background: #000;
}
.badge_dorp {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 9px;
  padding-right: 10px;
  height: 22px;
  border: 1px solid #A3836A;
  border-radius: 8px 0 0px 0;
}
.badge_dor {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 9px;
  padding-right: 10px;
  height: 22px;
  background: #A3836A;
  border-radius: 0px 0 8px 0;
  margin-left: -2px;
}
.badge_fris {
  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 #6376AB;
  border-radius: 8px 0 0px 0;
}
.badge_friss {
  margin-left: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding-left: 9px;
  padding-right: 10px;
  height: 22px;
  background: #919CBF;
  border-radius: 8px 0 8px 0;
  margin-left: -2px;
  margin-right: 5px;
}
.badge_hidden {
  text-align: center;
  color: #FFFFFF;
}
.badge_hidden_doctor {
  text-align: center;
  color: #A3836A;
}
.badge_fris .badge_hidden_doctor {
  text-align: center;
  color: #6376AB;
}
.card .description {
  color: #a2a2a2;
  max-width: 442px;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  font-size: 15px;
  line-height: 1.5;

}
/*title_line*/
.title_line {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  padding-top: 20px;
  margin-top: 86px;
  margin-bottom: 20px;
  border: 1px;
  border-width: 2px;
  border-bottom: 0px;
  border-left: 0;
  border-right: 0;
  border-color: #ccc;
  border-style: solid;
}
.title_line_font {
  padding-bottom: 10px;
  font-size: 22px;
  color: #4a4a4a;
  font-weight: 700;
  display: block;
}
/*title_2line*/
.title_tipline {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 56px;
  margin-bottom: 35px;
  border: 1px;
  border-width: 2px;
  border-bottom: 1px;
  border-left: 0;
  border-right: 0;
  border-color: #ccc;
  border-style: solid;
}
.title_tipline_font {
  font-size: 22px;
  color: #4a4a4a;
  font-weight: 700;
  display: block;
  margin-top: -4px;
}
.title_tipline_keyword {
  float: right;
}
.tip_keyword {
  float: left;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 15px 15px;
  margin: 0 8px;
}
.tip_keyword a:hover {
  opacity: 0.5;
}
.choice {
  background: #333333;
  color: #fff;
}
.choice a {
  color: #fff;
}
/*title_etc_line*/
.title_etc_line {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  margin-top: 56px;
  margin-bottom: 0;
}
.title_etc_line .title_etc {
  padding: 18px 15px 15px 15px;
  border: 1px;
  border-width: 2px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-color: #ccc;
  border-style: solid;
  margin-right: 40px;
}
.title_etc_line .title_etc:last-child {
  margin-right: 0px;
}
.heading_link {
  display: inline-flex;
  padding-top: 0px;
}
.heading_link span {
  margin-top: 1px;
}
/* 최신 뉴스 main_full_4단 */
.slick-list1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slide1 > div {
  display: flex;
}
.slick-slide1 > div {
  margin-left: -18px;
  margin-right: -18px;
}
.slick-slide1 > div:last-child {
  margin-bottom: 0;
}
.slick-initialized .slick-slide1 {
  display: block;
}
.slick-slide--item {
  width: 272px !important;
  border: 1px solid #e5e5e5;
  margin-left: 18px;
  margin-right: 18px;
}
.story-card-container {
	 
}
.slick-slide--item:last-child {
  margin-right: -18px;
  border: 0px;
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.story-card-component {
  padding: 00px 18px 0px 18px;
}
#a_banner {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 10px 10px;
}
.story-card-container .story-card-wrapper .story-card-block--art-100 .story-card__art {
  padding: 0 0 18px 0;
}
.story-card-container .story-card-wrapper .story-card-block--art-100 .story-card__art0 {
  padding: 0 0 10px 0;
}
.component-title {
  padding-bottom: 18px;
}
.story-card-container .story-card-wrapper .story-card__overline {
  padding: 0px 0px 10px 0px !important;
  font-size: 15px;
  color: #BB0841;
  border-top: 0px solid #e5e5e5;
  width: 100%;
}
.story-card-wrapper { /*max-width: 270px;*/  }
.lazyload-wrapper {
	 
}
.lazyload-wrapper img {
  max-width: 271px;  
  aspect-ratio: 27 / 16;
  object-fit: cover;
	border-bottom: 1px solid #e5e5e5;
}

/* 오늘의 건강 팁 main_3단 */
.line-right {
  width: 1px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  height: 305px;
}
.today-tip-container {
  position: relative;
  margin-bottom: 24px;
}
.tip-card-component {
  background: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin: 0 auto;
  width: 374px;
}
.tip-card-position {
  position: absolute;
  top: -55px;
  width: 100%;
  border: 0px solid #e5e5e5;
}
.tip-card-position .title {
  width: 84%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 40px 30px 10px 30px;
}
.tip-card-position .title .h4 span{
   display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box--pad-bottom-xs {
  padding-bottom: 8px;
}
.text--overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text--left {
  text-align: left;
}
.tip-img-wrapper {
	width: 374px;
}
.tip-img-wrapper img {
  width: 100%;
  height: 250px;
  aspect-ratio: auto 370 / 250;
   border: 1px solid #e5e5e5;
	
}
.tip-img-wrapper:before {
    position: absolute;
    content: "";
    width: 374px;
	height: 250px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.8) 100%);
    left: 0;
    bottom: 0;
}
.today-tip {
  align-items: center;
}
.today-tip-container .today-tip-wrapper .today-tip__overline {
  padding: 0px 0px 0px 0px !important;
  color: #BB0841;
  font-size: 15px;
  border-top: 0px solid #e5e5e5;
  width: 100%;
}
.today-tip-container .today-tip-component {
  padding: 5px 0;
}
.today-tip__separator {
  margin: 13px 0 13px 0;
}
.today-tip-block {
  margin-left: auto;
  order: 1;
  padding-right: 20px;
}
.today-tip-block--art {
  margin-right: auto;
  order: 2;
}
.today-tip_img-wrapper img {
  width: 124px; /*min-width: 124px;*/ height: 85px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
.today-tcomponent {
  padding: 12px 0;
}
.today-tblock:first-child {
  padding: 0px 0;
}
.today-theadline {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
a.discription {
  margin-bottom: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  font-size: 15px;
  line-height: 1.4;
  color: #888888;
}
a.discription svg {
  margin-top: 10px;
}
/* 명의 3단 */
.doctor_3_colmn {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}
.doctor_3_colmn .line-right {
  width: 1px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  height: 140px;
}
.h-doctor-component {
  padding: 0px 0px 0px 0px;
  text-align: left;
  position: relative;
}
.h-doctor-left {
  margin-left: auto;
  order: 1;
  padding-right: 0px;
}
.h-doctor-right {
  margin-right: auto;
  order: 2;
  min-height: 90px;
}
.h-doctor-center {
  order: 3;
  margin-top: 14px;
  padding: 10px 0;
}
.h-doctor-headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 14px;
  display: inline-block;
}
.h-doctor-headline span {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.doctor-wrapper img {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 0;
  text-align: right;
}
.h-news-letter > div:last-child {
  margin-bottom: 0;
}
.h-news-letter > div {
  margin-left: -18px;
  margin-right: -18px;
}
.h-news-letter > div {
  display: flex;
}
/*뉴스레터*/
.letter_title {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  padding-top: 30px;
  margin-top: 56px;
  margin-bottom: 10px;
  border: 1px;
  border-width: 2px;
  border-bottom: 0px;
  border-left: 0;
  border-right: 0;
  border-color: #ccc;
  border-style: solid;
}
.title_line_letter {
  padding-bottom: 20px;
  color: #4b4b4b;
  display: block;
  text-align: center;
  font-size: 40px;
}
.title_line_letter span {
  line-height: 1.5;
  margin-right: 10px;
  color: #5b5b5b;
}
.letter-card-component {
  padding: 0px 18px 0px 18px;
  position: relative;
  text-align: center;
}
.h-news-letter .letter--item {
  border: 1px solid #e5e5e5;
  margin-left: 18px;
  margin-right: 18px;
}
.h-news-letter .letter--item:last-child {
  margin-right: -18px;
}
.h-news-letter .letter--item .letter-card__overline {
  padding: 0px 0px 10px 0px !important;
  font-size: 16px;
  color: #BB0841;
  border-top: 0px solid #e5e5e5;
  width: 100%;
}
.h-news-letter .letter--item .letter-card__art {
  padding: 0 0 0px 0;
}
.h-news-letter .letter--item .letter-title {
  height: 133px;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 55px;
  padding-bottom: 27px;
  font-size: 17px;
  line-height: 1.5;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.h-news-letter .letter--item .letter-title a span{
 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.h-news-letter .letter--item .letimg-wrapper img {
  width: 271px;
  aspect-ratio: 270 / 181;
  object-fit: cover;
}
.gradient1:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  left: 0;
  bottom: 0;
}
/* 동영상 3단*/
.movie-wrap {
  max-width: 1280px;
  margin: auto;
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  border: 0px solid #3B21E5;
  margin: 56px auto 36px;
  padding: 0px 0;
}
.movie_c > div {
  padding: 40px 18px 40px 0px;
}
.movie_c > div:first-child {
  padding-left: 0px;
  padding-right: 18px;
}
.movie_c > div:last-child {
  padding-left: 18px;
  padding-right: 0px;
  background: #717171;
}
.h-movie-component {
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.h-movie-art {
  align-content: center;
}
.mvimg-wrapper {
  position: relative;
}
.mvimg-wrapper img {
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.h-movie-left {
  margin-left: auto;
  order: 2;
  min-height: 55px;
}
.h-movie-right {
  margin-right: auto;
  order: 3;
  padding-left: 10px;
  min-height: 55px;
  align-items: center;
}
.h-movie-center {
  order: 1;
  margin-top: 0px;
  padding: 0px 0 15px 0;
}
.h-movie-headline {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.movie_c > div .h-movie-headline span {
  color: #D4D4D4;
}
.movie_c > div:last-child .h-movie-headline span {
  color: #D4D4D4;
}
.movie-wrapper img {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  text-align: right;
}
.gradient2:before {
  z-index: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 15.18%, rgba(255, 255, 255, 0.2) 85%, rgba(0, 0, 0, 0.8) 100%);
  left: 0;
  bottom: 0;
}
.mvimg-wrapper span.play {
  height: 70px;
  width: 70px;
  right: auto;
  top: 157px;
  left: 280px;
  position: absolute;
  z-index: 9;
}
.mvimg-wrapper span.play img{
  height: 70px;
  width: 70px;
}
/* 기획 시리즈 시작*/ 
.project-series {
    width: 100%;
	position: relative;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;        
}
.pj-s-top{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1200px;
    margin: 0px auto;	
    align-items: top;
	margin-bottom: 20px;
}
.series-title {
	width: 100%;
    font-size: 22px;
	margin: 0;
    font-weight: bold;
	color:#4a4a4a;
}

.count {
    color: #BB0842;
    font-weight: bold;
}
.Pro_banner {
	position: relative;
	margin: 20px 0 50px 0;
}
/* 기획 시리즈_ Swiper 컨테이너 */
.swiper-pj-s {
    width: 100%;
    position: relative;
	
	overflow: hidden;
}

.swiper-pj-s .swiper-wrapper {
    display: flex;
}

.swiper-pj-s .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

/* 기획 시리즈_ 카드 스타일 */
.Pro_card {
    display: flex;
    background-color: #f6f6f6;
    border: 0px solid #e0e0e0;
    border-radius: 10px;
    padding: 0px 20px 0 0;
    margin: 0px;
    align-items: center;
}

.Pro_card_image {
    width: 120px;
    height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 0 0 10px;
    margin-right: 25px;
}

.Pro_card_content {
    text-align: left;
}

.Pro_card_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #222222;
	margin: 0 0 3px 0;
} 

.Pro_card_description {
	font-weight: normal;
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	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;
}
/* 기획 시리즈 끝*/




.tab-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*tab css*/
.tab {
  float: left;
  width: 600px;
  height: 290px;
}
.tabnav {
  font-size: 0;
  width: 1200px;
  border: 1px solid #ddd;
}
.tabnav li {
  display: inline-block;
  width: 25%;
  height: 46px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.tabnav li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 3px;
}
.tabnav li a.active:before {
  background: #BB0842;
}
.tabnav li a.active {
  border-bottom: 1px solid #fff;
}
.tabnav li a {
  position: relative;
  display: block;
  background: #f8f8f8;
  color: #000;
  padding: 0 30px;
  line-height: 46px;
  text-decoration: none;
  font-size: 16px;
}
.tabnav li a:hover, .tabnav li a.active {
  background: #fff;
  color: #BB0842;
}
.tabnav li:last-child {
  border-right: 0px solid #ddd;
}
.tabcontent {
  padding: 20px 0 0 0;
  border: 0px solid #ddd;
  border-top: none;
}
.tab-area > div {
  display: flex;
}
.tab-area > div {
  margin-left: -18px;
  margin-right: -18px;
}
.tab-area > div:last-child {
  margin-bottom: 0;
  margin-right: 0px;
}
.tabcontent .letter--item:last-child {
  margin-right: -18px;
}
.tabcontent .letter--item {
  border: 1px solid #e5e5e5;
  margin-left: 18px;
  margin-right: 18px;
}
.tabcontent .letter--item .letter-card__overline {
  padding: 0px 0px 10px 0px !important;
  font-size: 16px;
  color: #BB0841;
  border-top: 0px solid #e5e5e5;
  width: 100%;
}
.tabcontent .letter--item .letter-card__art {
  padding: 0 0 0px 0;
}
.tabcontent .letter--item .letter-title {
  min-height: 50px;
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.tabcontent .letter--item .letter-title a span {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tabcontent .letter--item .letimg-wrapper img {
  width: 271px;
  height: 160px;
  object-fit: cover;
  object-position: 50% 30%;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}
/*객원칼럼 카드뉴스 도서*/
.title_etcline_font {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 500;
  display: block;
  margin-top: -4px;
}
.doctor-main_left {
  float: left;
  width: 590px;
}
.doctor-main_right {
  float: right;
  width: 600px;
}
.doctor-column .letter--item {
  border: 0px solid #e5e5e5;
  margin-left: 0px;
  margin-right: 18px;
}
.doctor-column .letter--item:last-child {
  margin-right: 10px;
}
.doctor-column .letter--item .letter-card__overline {
  padding: 0px 0px 10px 0px !important;
  font-size: 16px;
  color: #BB0841;
  border-top: 0px solid #e5e5e5;
  width: 100%;
}
.doctor-column .letter--item .letter-card__art {
  padding: 0 0 0px 0;
}
.doctor-column .letter--item .letter-title {
  min-height: 50px;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 42px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.doctor-column .letter--item .letimg-wrapper img {
  width: 270px;
  height: 153px;
  object-fit: cover;
}
.doctor-column .letter--item .letter-title {
  min-height: 50px;
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.slick {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: #f2f2f2;
  left: 0;
  bottom: 0;
  z-index: -1;
  top:84px;
}
.slick .card_image {
  margin: 0 auto;
  text-align: center;
}
.slick .card_image img {
  width: 110px;
  height: 110px;
  text-align: center;
  object-fit: cover;
  border: 0.5px solid #E0E0E0;
}
.slick .card_body {
  padding: 10px 10px;
}
.slick .card_body a {
  text-align: center;
}
.slick .card_body a .sub_title {
  color: #6376AB;
  font-size: 14px;
  padding: 10px 0;
}
.slick .card_body a .title {
  color: #222222;
  font-size: 18px;
  line-height: 1.5;	
  height: 83px;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.slick .card_body a .title span{
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.slick .card_body a .description {
  border-top: 1px solid #E0E0E0;
  color: #888888;
  font-size: 14px;
  padding: 13px 0 5px ;
  min-height: 43px;
}
.slick .card_image img {
  width: 110px;
  height: 110px;
  text-align: center;
  object-fit: cover;
  border: 0.5px solid #E0E0E0;
}
.main_a2_banner img {
  margin-top: 18px;
  width: 580px;
  height: 60px;
  object-fit: cover;
}
.doctor-main_right .letter--item {
  border: 1px solid #e5e5e5;
  margin-left: 0px;
  margin-right: 18px;
}
.doctor-main_right .letter--item:last-child {
  margin-right: 0px;
}
.doctor-main_right .letter-card-block {
  border: 0px solid #e5e5e5;
}
.doctor-main_right .letter--item .letter-card__overline {
  padding: 0px 0px 10px 0px !important;
  font-size: 16px;
  color: #BB0841;
  border-top: 0px solid #e5e5e5;
  width: 100%;
}
.doctor-main_right .letter--item .letter-card__art {
  padding: 0 0 0px 0;
}
.doctor-main_right .letter--item .letter-title {
  min-height: 82px;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 1.5;
  align-items: center;
  display: flex;
  justify-content: center;
	  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}
.doctor-main_right .letter--item .letimg-wrapper img {
  width: 289px;
  height: 289px;
  object-fit: cover;
}
.doctor-main_right .letter--item .letter-card__art {
  width: 289px;
  height: 289px;
}
.doctor-main_right .letter--item .book-wrapper {
  width: 289px;
  height: 289px;
  text-align: center;
  position: relative;
  background: url(/https/health.chosun.com/img/2023/main_book_bg.jpg) center;
}
.doctor-main_right .letter--item .book-wrapper img {
  width: 167px;
  height: 247px;
  position: absolute;
  left: 64px;
  top: 22px;
  filter: drop-shadow(6px 6px 1px #c3c3c3); /*그림자*/
}
/*헬스조선 프렌즈 */
.layout-friends {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  letter-spacing: -.2px;
  border: 0px solid #000; /*height: 370px;*/ margin-bottom: 50px;
}
.h_friends_wrap {}
.h_friend {
  border: 1px solid #e5e5e5;
  padding: 20px 20px;
}
.h-doctor-art-right {
  align-items: center;
  display: flex;
  justify-content: center;
}
.h-friends-right {
  margin-left: auto;
  order: 1;
  min-height: 90px;
  padding-left: 0px;
	flex-basis: 33.33%;
  max-width: 33.33%;
}
.h-friends-left {
  margin-right: auto;
  order: 2;
  padding-left: 0px;
	flex-basis: 66.67%;
  max-width: 66.67%;
}
.h-friends-center {
  order: 3;
  margin-top: 5px;
  padding: 5px 0;
}
.friends-wrapper img {
  width: 167px;
  height: 110px;
  aspect-ratio: auto 167 / 110;
  border-radius: 8px; /*position: absolute; left: 0; text-align:left; */
}
.h-friends-headline {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.h-friends-phone span {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.h-friends-phone {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
}
.h-friends-component-phone {
  padding: 0px 0px 0px 0px;
  text-align: right;
}
.badge_fris_t {
  margin: 3px 3px 0 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding: 0 5px 0 5px;
  height: 20px;
  background: #6376AB;
  border-radius: 8px 0 8px 0;
  margin-left: -2px;
  color: #fff;
}
.badge_fris_add {
  margin: 3px 3px 0 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
  z-index: 10;
  padding: 0 8px 0 7px;
  height: 20px;
  background: #6376AB;
  border-radius: 8px 0 8px 0;
  margin-left: -2px;
  color: #fff;
}
.badge_text {
  color: #6376AB;
  font-size: 13px;
  line-height: 1.5;
}
.badge_text_t {
  color: #888888;
  font-size: 12px;
  line-height: 1.5;
}
a.friends-dic {
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  font-size: 13px;
  min-height: 39px;
  line-height: 1.5;
  color: #888888;
}
/* 이벤트 의료행사 sns */
.etc_area {
  margin-bottom: 0px;
}
.etc_area .event {
  padding: 20px 20px;
  border: 1px;
  border-width: 2px;
  border-bottom: 1px;
  border-left: 1px;
  border-top: 0px;
  border-right: 1px;
  border-color: #ccc;
  border-style: solid;
  margin-right: 40px;
}
.etc_area .mediftv {
  padding: 20px 20px;
  border: 1px;
  border-width: 2px;
  border-bottom: 1px;
  border-left: 1px;
  border-top: 0px;
  border-right: 1px;
  border-color: #ccc;
  border-style: solid;
}
.etc_area .sns {
  padding: 20px 20px;
  border: 1px;
  border-width: 2px;
  border-bottom: 1px;
  border-left: 1px;
  border-top: 0px;
  border-right: 1px;
  border-color: #ccc;
  border-style: solid;
  margin-left: 40px;
}
.etc_area figure img {
  width: 330px;
  height: 80px;
}
.h-dday-art-right {
  display: flex;
  justify-content: center;
}
.h-dday-art-right:first-child {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.h-dday-component {}
.h-dday-component a {
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  color: #fff;
}
.h-dday-dis {
  padding-left: 18px;
}
.h-dday-dis a.contents {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0px;
}
.h-dday-dis a.place {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #BC9777;
}
.badge_dday {
  justify-content: center;
  font-size: 20px;
  margin: 0px 0px;
  vertical-align: middle;
  z-index: 10;
  padding: 0 8px 0 7px;
  margin-left: -2px;
  color: #fff;
}
.h-dday-left {
  text-align: center;
  color: #fff;
  margin-left: auto;
  order: 1;
  padding: 32px 15px;
  background: #BC9777;
  width: 80px;
  height: 80px;
  border-radius: 10px 10px;
}
.h-dday-right {
  margin-right: auto;
  order: 2;
  min-height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.h-sns-first {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  text-align: center;
  padding: 10px 10px;
}
span.h-t-point {
  color: #BB0841 !important;
}
/*main 하단 sns채널 */
.h-sns-secon {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  text-align: center;
  padding: 15px 0px;
  justify-content: space-evenly;
}
.h-sns-wrap {
  justify-content: space-between;
}
button.sns_btn {
  border: 1px solid #e5e5e5;
  padding: 18px 10px;
  font-size: 14px;
}
/*footer*/
footer {
  margin: auto;
  margin-top: 50px;
  border-top: 2px solid #222222;
	width: 100%;
	position: relative;
    overflow: hidden; min-width: 1260px;
}
.Footer {
	
  margin: 0 auto;
}
.Footer:after {
  content: "";
  display: block;
  clear: both;
  *zoom: 1
}
.Footer_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0px 0
}
.footer_hcs {
  width: 100%;
  margin: 0 auto;
  background: #F4F4F4;
}
.Footer_inner .Footer_add {
  padding-left: 185px;
  position: relative;
}
.Footer_add + .Footer_add dl:first-child {
  border-top: solid 1px #d9d9d9;
  padding-top: 12px;
  margin-top: 12px
}
.Footer_inner ul {
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 1px;
  line-height: 1.846em;
}
.Footer_inner ul li {
  position: relative;
  display: inline-block;
  color: #777;
  padding: 0 16px
}
.Footer_inner ul li a {
  color: #777;
}
.Footer_inner span {
  display: inline-block;
  font-size: 13px;
  color: #222;
  margin-top: 0px
}
.Footer_inner ul li.noline {
  padding-left: 0
}
/*푸터하단메뉴리스트 스타일 시안에 없음*/
#h_footer {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin-top: 20px;
  border-top: 0px solid #46475b;
}
#h_footer .footer_area {
  clear: both;
  height: 215px;
  border: 0px solid #d9d9d9;
  border-top: 0px;
  border-bottom: solid 1px #909090;
}
#h_footer .left_area {
  width: 905px;
  margin-left: 35px; /*height:200px;*/ float: left;
}
#h_footer .left_area .title {
  margin-left: 20px;
  margin-bottom: 13px;
  background: url(https://health.chosun.com/images/2013/m_title_section_V01.gif) no-repeat 0 -380px;
  font-size: 12px;
  text-indent: -10000em;
}
#h_footer .right_area {
  width: 243px;
  height: 223px;
  float: left;
  border-bottom: 0px solid #eeeef0
}
#h_footer .right_area .title {
  margin-left: 20px;
  margin-bottom: 20px;
  background: url(https://health.chosun.com/images/2013/m_title_section_V01.gif) no-repeat 0 -403px;
  font-size: 12px;
  text-indent: -10000em;
}
#h_footer .service {
  float: left;
  text-align: left;
  width: 223px;
  padding-left: 20px;
  margin-top: 0px
}
#h_footer .service li {
  display: block;
  height: 25px;
  padding: 0px;
}
#h_footer .service .first {
  display: block;
  line-height: 14px
}
#h_footer .info {
  float: left;
  text-align: left;
  width: 205px;
  padding-left: 20px;
  border-right: 1px dotted #d9d9d9
}
#h_footer .info li {
  display: block;
  padding: 6px 0px 3px 0px;
}
#h_footer .info .first {
  padding: 3px 0px 3px 0px;
}
#h_footer .info span {
  display: block;
  font-weight: bold
}
#csCopy2 {
  clear: both;
	position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-top: solid 0px #909090;
  padding: 40px 0;
}
.cs_copy {
  width: 1200px;
  border-top: solid 0px #d7d7d7;
  letter-spacing: -1px;
  margin: 0 auto;
  padding: 0px 0 40px;
  line-height: 1.3
}
.cs_copy .hide {
  display: none;
}
.cs_copy a {
  text-decoration: none;
}
.copy_cslogo {
  float: left;
  display: block;
  width: 186px;
  height: 110px;
  padding-bottom: 10px;
  padding-top: 0px;
}
ul.copy_links {
  padding-bottom: 12px;
  font-size: 0;
  color: #888;
}
ul.copy_links {
  border-bottom: solid 0px #eaeaea;
}
ul.copy_links li {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
ul.copy_links li:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #E0E0E0;
  vertical-align: middle;
  margin: 0 10px;
}
ul.copy_links li.noline:before {
  display: none;
}
ul.copy_links li.copy_text {
  display: block;
  padding-top: 10px;
}
ul.copy_links li.copy_hr {
  display: block;
  height: 1px;
  background: #ebebeb;
}
ul.copy_links li.black a {
  color: #222;
  font-weight: bold
}
ul.copy_links li a {
  color: #777;
}
ul.copy_links li.copy_copyright {
  display: block;
  margin-left: 186px;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #E5E5E5;
}
ul.copy_links li.copy_copyright:before {
  display: none
}
ul.copy_links li.copy_cslogo:before, ul.copy_links li.copy_cslogo + li:before, ul.copy_links li.copy_address:before, ul.copy_links li:first-child:before, ul.copy_links li.copy_text:before {
  display: none;
}
.copy_company {
  position: absolute;
	top: 118px;
  right: 0;
  width: 180px;
  /*float: right;
  margin-top: -35px*/
}
.copy_company select {
	width: 180px;
  height: 30px;
  border: solid 1px #d7d7d7;
  font-size: 13px;
  color: #777
}
.visually-hidden {
	display: none;
}
ul.copy_links2 {
  padding: 20px 0;
  font-size: 0;
  color: #777;
}
ul.copy_links2 li {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0
}
ul.copy_links2 li:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #d7d7d7;
  vertical-align: middle;
  margin: 0 7px;
}
ul.copy_links2 li.noline:before {
  display: none
}
ul.copy_links2 li.copy_text {
  display: block;
  padding-top: 10px;
}
ul.copy_links2 li.copy_hr {
  display: block;
  height: 1px;
  background: #ebebeb;
}
ul.copy_links2 li.black a {
  color: #222;
  font-weight: bold
}
ul.copy_links2 li a {
  color: #777;
}
ul.copy_links2 li.rss {
  float: right;
  font-size: 13px;
  background: url(https://health.chosun.com/images/2015/rss_s.gif) no-repeat 0px 2px;
  padding-left: 13px;
  margin-left: 5px
}
ul.copy_links3 {
  padding: 20px 0;
  float: right;
}
ul.copy_links3 li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0
}
ul.copy_links3 li:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #d7d7d7;
  vertical-align: middle;
  margin: 0 7px;
}
ul.copy_links3 li.noline:before {
  display: none
}
ul.copy_links3 li.copy_text {
  display: block;
  padding-top: 10px;
}
ul.copy_links3 li.copy_hr {
  display: block;
  height: 1px;
  background: #ebebeb;
}
ul.copy_links3 li.black a {
  color: #222;
  font-weight: bold
}
ul.copy_links3 li a {
  color: #777;
}
ul.copy_links3 li.rss {
  background: url(https://health.chosun.com/images/2015/rss_s.gif) no-repeat 0px 2px;
  padding-left: 13px;
  margin-left: 5px
}