<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================
   모바일 메 스타일 
   ============================ */
.m_main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  height: auto;
}
.main-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.main-top-wrap .main-title {
  background: var(--primary);
  padding: 27px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.main-top-wrap .main-title a{
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.main-meta {
  height: 27px;
}
.main-meta span {
  display: inline-block;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  font-weight: 800;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 140%;
}
.main-title h2 {
  /*height: 68px;*/
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
}
.main-img {
  width: 100%;  
  aspect-ratio: 734 / 487; /* 정확한 원본 비율 */
  overflow: hidden;
}
.main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-vol {
  padding: 10px 0px;
  height: 41px;
  background: var(--black);
  text-align: center;
}
.main-vol span {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
}
.conts-list {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  position: relative;
}
.conts-item { 
}
.conts-item a{
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--grey-d9);
  padding: 16px 0;
}
.conts-item:last-child a{
  border-bottom: 0px;  
	padding: 16px 0 0px;
}
.conts-link {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.conts-thumb {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 145.77px;
  border: 1px solid var(--black-10-opt);
  border-radius: 4px;
  object-fit: cover;
	overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
	aspect-ratio: 734 / 487;
}
.conts-thumb img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.conts-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.conts-title {
  height: 72px;
  font-weight: 500;
  font-size: 17px;
  line-height: 142%;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conts-vol {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}
.card {
  margin-bottom: 24px;
}
.card img {
  width: 100%;
  border-radius: 10px;
}
.m-top-banner-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0;
  padding: 0 16px;
}
.b-banner-img {
	text-align: center;
}
.b-banner-img a img {
	border-radius:10px; border: 1px solid #FED3E3; width:100%; display: block;
}
.band-info {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 20px 16px;
  box-sizing: border-box;
}
.subscribe-box {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 16px 16px 12px;
  box-sizing: border-box;
}
.band-info {
  display: flex;
  align-items: center;
  gap:12px;
  justify-content: space-between;
  border-color: var(--green);
  background: var(--green-10);
}
.band-i-t {
	display: flex;
	align-items: center;
	gap:4px;
}
.band-txt{
	
}
.band-txt .txt-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 142%;
  color: var(--green);
}
.band-txt p {
  font-weight: 600;
  font-size: 15px;
  line-height: 142%;
  color: var(--grey-8);
}
.band-info .btn {
  background: var(--green-80);
  box-sizing: border-box;
  width: 100%;
  max-width: 112px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
}
/* 뉴스레터 구독 스타일 시작 */
.txt-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 142%;
  color: var(--primary);
}
.nl-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.subscribe-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  border-color: var(--primary);
  background: var(--primary-10);
}
.nl-tit {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nl-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 8px;
}
.subscribe-box .email_form {
  border-radius: 4px;
  width: 100%;
  border: 0px;
  height: 47px;
  padding: 0 16px;
  box-sizing: border-box;
	position: relative;
}
.subscribe-box .email_form:focus {
  border-color: var(--focus);
  outline: none;
  border: 1px solid;
  box-shadow: 0 0 0px var(--positive);
}
.input-wrap {
	display: flex;
	flex-direction: column;
}
.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.input-container input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: var(--grey-8);
}
.nl-btn {
  width: 100%;
  margin-bottom: 10px;
}
.nl-btn .stb-btn {
  background: var(--primary-120);
  color: var(--white);
  width: 100%;
	display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.checkbox-container {
  display: flex;
  justify-content: center;
	flex-direction: column;
	align-items: center;
}
.checkbox-container .cc-wrap label {
  display: flex;
  gap: 8px;
  position: relative;
  align-items: center;
}
.checkbox-container input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--primary);
  cursor: pointer;
  border: 1px solid var(--grey-8);
  margin: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkbox-container input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 2px;
}
.checkbox-container input[type="checkbox"]:checked::before {
  background-color: var(--primary);
}
.checkbox-container label {
  font-size: 12px;
  color: var(--grey-8);
  font-weight: 500;
}
.cc-wrap a.underline-link {
  text-decoration: underline;
  color: var(--grey-8);
  font-weight: 700;
}

.stb_form_msg_error.red_error {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: var(--negative);
  justify-content: space-between;
  align-items: center;
}

.stb_form_msg_error.red_error2 {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: var(--negative);
  justify-content: space-between;
  align-items: center;
}
.check-message {
  display: none;
  position: absolute;
  font-size: 12px;
  color: var(--negative);
  top: 24px;
  width: 250px;
  justify-content: space-between;
  align-items: center;
}
.em-wrap{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.error-message {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--negative);
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
}
.error-message img {
  width: 30px;
  height: 30px;
}
.email_form.error + .error-message {
  display: flex;
}
.email_form.error {
  border: 1px solid var(--negative);
}
.stb_form_msg_error {
  display: none;
}
/* 뉴스레터 구독 스타일 끝 */
/***************** 전문가 칼럼 ******************/
.expert-column {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.expert-sw-wrap {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.expert-swiper.swiper {
  display: flex;
  flex-direction: column;
}
.expert-swiper.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.expert-swiper .swiper-wrapper {
  display: flex;
}
.expert-swiper .swiper-slide {
  background: var(--white);
  overflow: hidden;
  padding: 0px;
}
.expert-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--black);
}
.expert-header h2 {
  height: 29px;
  font-weight: 800;
  font-size: 21px;
  line-height: 140%;
  color: var(--black);
}
.expert-header .view-all {
  width: 90px;
  display: flex;
  justify-content: space-between;
}

.expert-header .view-all p {
  width: 56px;
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--grey-8);
  text-decoration: none;
}
.expert-header .view-all img {

}
.exp-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-right: 6px;
}
.exp-name::after {
  content: "|";
  color: var(--grey-d9);
  margin-left: 6px;
}
.exp-tit {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}
.ex-col-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.ex-col-col .box-thumbnail {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid var(--black-10-opt);
  aspect-ratio: 296 / 196;
}
.ex-col-col .box-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
}
.ex-col-col .box-title {
  font-weight: 600;
  line-height: 25px;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  -webkit-line-clamp: 2;
  height: 50px;
}
.ex-col-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  border-top: 1px solid var(--grey-ea);
  padding: 16px 0 0;
}
.ex-col-row .box-thumbnail {
  width: 102px;
  border-radius: 4px 4px;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid var(--black-10-opt);          
}
.ex-col-row .box-thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
  aspect-ratio: 100 / 67;
}
.ex-col-row .box-title {
  font-size: 16px;
  line-height: 140%;
  -webkit-line-clamp: 3;
  height: 66px;
  font-weight: 500;
  color: var(--grey-8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*전문가칼럼 페이징*/
.ex-btn-area {
  position: relative;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.expert-swiper .swiper-button-prev {
  background-image: url(https://m.health.chosun.com/amirang/img/col-swip-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.expert-swiper .swiper-pagination {
  position: relative;
  width: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.expert-swiper .swiper-pagination-fraction .swiper-pagination-current {
  color: var(--black);
  font-weight: 600;
}
.expert-swiper .swiper-pagination-fraction {
  color: #B0B0B0; /* no guide color*/
  font-weight: 600;
  font-size: 16px;
}
.expert-swiper .swiper-button-next {
  background-image: url(https://m.health.chosun.com/amirang/img/col-swip-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.expert-swiper .swiper-button-next, .expert-swiper .swiper-button-prev {
  position: relative;
}
/************ 전문가 칼럼 끝***************/
/** 뉴스 **/
.news-section {
  background: var(--primary-10);
}
.news-section .container {
  padding: 32px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news-section .news-right {
  text-indent: -9999px;
  background: url(https://m.health.chosun.com/amirang/img/right_arrw.svg) no-repeat 50% 50%;
}
.news-section span.news-right {
  width: 33px;
  height: 20px;
}
.news-header h2 {
  height: 45px;
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  color: var(--black);
}
.news-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-card {  
	padding-bottom: 20px;
	border-bottom: 1px solid var(--black-3-opt);
}
.news-card a {
  display: flex;
  justify-content: space-between;  
	align-items: center;
  gap: 20px;
}
.news-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-card:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.news-title {
  flex: 1;
  min-width: 0;
  /*height: 56px;*/
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  -webkit-line-clamp: 2;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/** 뉴스 끝 **/
/******* 아미랑 뉴스 ********/
/* 카드 뉴스 타이틀 */
.news-column {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-top: 40px;
}
.nc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--black);
}
.nc-header h2 {
  height: 29px;
  font-weight: 800;
  font-size: 21px;
  line-height: 140%;
  color: var(--black);
}
.view-dir {
  display: flex;
  height: 22px;
  justify-content: space-between;
	align-items: center;
  gap: 12px;
}
.view-dir p {
  font-weight: 500;
  font-size: 16px;
  color: var(--grey-8, #888888);
}
.news-img-wrap {
	border: 1px solid var(--black-10-opt);
	border-radius: 10px;
  overflow: hidden;
}
.news-img {
  aspect-ratio: 361 / 239.46;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;  
  border-radius: 10px 10px 0px 0px;	
  border-bottom: 1px solid var(--black-10-opt);
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
  vertical-align: top;
}
.news-text {
  padding: 16px 20px;
  /*height: 82px;*/
  box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
}
.news-text span {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  -webkit-line-clamp: 3;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*height: 50px;*/
}
/******* 아미랑 뉴스 끝 ********/
/************** 주간암소식 ******************/
.news-container {
    border: 1px solid var(--grey-ea);
    border-radius: 20px;
    padding: 24px 20px 29px;
    overflow: hidden;
}
.week-news-header a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1; /*no guide color*/
}
.news-date {
    color: var(--primary);
    font-size: 22px;
    font-weight: 800;
}
.news-vol {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--grey-8);
}
.news-list {
		max-height: 186px; 
		overflow-y: auto; 
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding-right: 12px;
}

.news-list::-webkit-scrollbar {
        width: 3px;
     }
     .news-list::-webkit-scrollbar-track {
        background: var(--grey-ea);
        border-radius: 10px;
     }
     .news-list::-webkit-scrollbar-thumb {
     	background: var(--black);
        border-radius: 10px;
      }
     .news-list::-webkit-scrollbar-thumb:hover {
        background: var(--primary-75);
}
.news-item a {
    display: flex;
    position: relative;
    padding: 0px 0;
    gap: 8px;
}
.news-item a p {
    background: var(--grey-f8);
    padding: 8px 16px;
    border-radius: 10px;
    color: var(--grey-5);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
}
.news-item:hover p {
		background: var(--primary);
		color: var(--white);
	}
 	.news-icon {
	 	min-width: 9px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        border: 1px solid var(--primary);
        transition: background 0.3s;
     }
 	.news-item.selected .news-icon {
        background: var(--primary);
     }
     .news-item:hover .news-icon {
        background: var(--primary);
     }
     .news-item a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 14px);
		margin-top: 14px;
        background: var(--grey-ea);
        left: 4.8px;
        top: 0;
     }  
.news-list .news-item:nth-child(2) a p {
  background: var(--primary);
  color: var(--white);
}
.news-list .news-item:nth-child(2) a .news-icon {
  background: var(--primary);
}
/***************주간암소식 끝 ****************/
/*****헬스조선 암뉴스*******/
.hccn {
	margin-bottom: 40px;
}
.cancer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cancer-item {  
  border-bottom: 1px solid var(--grey-ea);
  padding-bottom: 16px;
}
.cancer-item a{
  display: flex;
  gap: 12px;	
  align-items: top;
}
.cancer-item:last-child{ 
	border-bottom: 0px solid var(--grey-ea);
  	padding-bottom: 0px;
}
.cancer-item .thumb {
  width: 156px;
  aspect-ratio: 3 / 2;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--black-10-opt);
}
.cancer-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cancer-item .title {
  height: 102px;
  font-weight: 600;
  font-size: 18px;
  line-height: 142%;
  flex: 1;
  -webkit-line-clamp: 4;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/******************헬스조선 암뉴스 끝 *********************/
/****************** 자주찾는 암정보 *********************/
.cancer-info-section {
	display: flex;
	flex-direction: column;
  	padding: 20px 16px 24px;
  	background: var(--primary);
  	box-sizing: border-box;
	gap:16px;
}
.ci-header h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--white);
}
.ci-header h2 .stW {
  font-weight: 600;
}
.cancer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cancer-tag {
  background: var(--white);
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
/****************** 자주찾는 암정보 끝 *********************/
/******************한눈에 보는 칼럼 *********************/
.column-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.column-item {
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--grey-ea);
}
.column-list .column-item:last-child{
	padding-bottom: 0px;
	border:0;
}
.column-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.column-text {
}
.column-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 140%;
  color: var(--primary);
}
.column-sub {
  font-size: 16px;
  /*height: 44px;*/
  font-weight: 600;
  color: var(--black);
  line-height: 140%;
}
.column-thumb {	
  flex-shrink: 0;
  width: 116px;
	aspect-ratio: 116 / 77;
  border-radius: 6px;
  overflow: hidden;
	border:1px solid var(--black-10-opt);
}
.column-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
/******************한눈에 보는 칼럼 끝 *********************/</pre></body></html>