/* ¸ÞÀÎ ¹è³Ê ½ºÅ¸ÀÏ */
.main-banner {
  padding: 0px 0;
  margin-bottom: 28px;
}
.main-banner .banner-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.main-banner .container .row {
  display: flex;
  flex-direction: row;
  gap: 0px;
  overflow: hidden;
  height: 487px;
}
.main-b-txt {
  flex: 0 0 546px;
  width: 546px;
  background-color: var(--bg-primary);
  padding: 60px 60px 44px 48px;
  border-radius: 10px 0px 0px 10px;
  display: block;
  box-sizing: border-box;
}
.main-b-img {
  width: 734px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.main-b-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 1px 1px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
  pointer-events: none;
}
.main-b-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  position: relative;
}
.banner-content {
  display: flex;
  flex-direction: column;
  gap: 93px;
}
.banner-content .badge {
  display: inline-block;
  background-color: var(--white);
  color: var(--primary);
  padding: 7px 21px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}
.banner-content h1 {
  padding-top: 24px;
  margin-bottom: 36px;
  color: var(--white);
  font-size: 36px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
}
.banner-content p {
  color: var(--white);
  line-height: 22.4px;
  font-size: 16px;
  height: 66px;
}
.banner-content p.vol-num {
  color: var(--white);
  line-height: 22.4px;
  text-decoration: underline;
  font-size: 18px;
  text-underline-offset: 4px;
  height: 25px;
}
/* ´º½º Ä«µå ½ºÅ¸ÀÏ */
.news-cards .row {
  gap: 30px;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.card img {
  width: 406px;
  height: 269px;
  object-fit: cover;
  border: 1px solid var(--black-10-opt);
  border-radius: 10px;
  aspect-ratio: 406 / 269;
  box-sizing: border-box;
}
.card h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-top: 8px;
}
.card .vol {
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
  margin-top: 16px;
}
.card:focus {
  outline: 2px dotted var(--primary);
}
/* ¹êµå,¾Æ¹Ì¶û */
.band-newsletter-container {
  margin-top: 40px;
}
.band-newsletter-container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
 /* ¹êµå, ¾Æ¹Ì¶û±¸µ¶ À§ ¹è³Ê ¿µ¿ª */
.band-newsletter-container .b-n-banner {
	text-align: center;
    height: 75px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.band-newsletter-container .b-n-banner a {
	display: block;
	height: 100%;
	width: 1280px;
}
.band-newsletter-container .b-n-banner a img{
	width: 1280px;
	box-sizing: border-box;
	border-radius: 10px;
    border: 0px solid #FED3E3;
}
.band-info, .newsletter-info {
  padding: 0 26px 0 28px;
  border-radius: 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 121px;
  box-sizing: border-box;
}
.band-info {
  background: var(--green-10);
  border-color: var(--green);
  width: 407px;
  align-items: center;
}
.newsletter-info {
  gap: 30px;
  background: var(--primary-10);
  border-color: var(--primary);
}
.band-info img, .newsletter-info img {
  height: 40px;
}
.nl-tit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.nl-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.band-txt, .nl-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.band-txt .txt-title, .nl-txt .txt-title {
  font-weight: 700;
  font-size: 20px;
}
.band-txt .txt-title {
  color: var(--green);
}
.nl-txt .txt-title {
  color: var(--primary);
}
.band-info p {
  font-size: 15px;
  font-weight: 600;
}
.band-info p {
  color: var(--grey-8);
}
.newsletter-info .email_form {
  border-radius: 4px;
  width: 315px;
  border: 0px;
  height: 55px;
  padding: 0 16px 0 16px;
  box-sizing: border-box;
}
.newsletter-info .email_form {
  transition: border 0.3s ease-in-out;
}
.newsletter-info .email_form:focus {
  border-color: var(--focus);
  outline: none;
  border: 1px solid;
  box-shadow: 0 0 0px var(--positive);
}
.input-container {
  position: relative;
  display: inline-block;
}
.input-container input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: var(--grey-8);
}
.error-message {
  display: none;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--negative);
  width: 288px;
  justify-content: space-between;
  align-items: center;
}
.error-message img {
  width: 30px;
  height: 30px;
}
.email_form.error + .error-message {
  display: flex;
}
.red_error {
  display: none;
  position: absolute;
  left: 16px;
  top: 130%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  color: var(--negative);
  width: 288px;
  justify-content: space-between;
  align-items: center;
}
.red_error img {
  width: 30px;
  height: 30px;
}

.red_error2 {
  font-size: 16px;
  font-weight: bold;
  color: var(--negative);
}

.email_form.error + .red_error {
  display: flex;
}
.btn {
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.band-info .btn {
  background: var(--green-80);
  color: var(--white);
  padding: 15px 35px;
}
.newsletter-info .btn {
  background: var(--primary);
  color: var(--white);
  padding: 15px 51px;
}
.checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}
.checkbox-container div {
  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"]:checked {
  background-color: var(--primary);
}
/* Ã¼Å©¹Ú½º ³»ºÎ ±âº» Ã¼Å© ¸ð¾ç ¼û±â±â */
.checkbox-container input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.checkbox-container label {
  font-size: 12px;
  color: var(--grey-8);
  font-weight: 500;
}
.check-message {
  display: none;
  position: absolute;
  font-size: 12px;
  color: var(--negative);
  top: 24px;
  width: 250px;
  justify-content: space-between;
  align-items: center;
}
.underline-link {
  text-decoration: underline;
  color: var(--grey-8);
  font-weight: 700;
}
/* ¹êµå, ¾Æ¹Ì¶û sen */
/* Àü¹®°¡ Ä®·³ ¼½¼Ç ½ºÅ¸ÀÏ */
.expert-column {
  padding: 40px 0;
  position: relative;
}
/* Á¦¸ñ°ú ÀüÃ¼º¸±â ¹öÆ°À» Æ÷ÇÔÇÑ ¿µ¿ª */
.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 {
  font-size: 21px;
  font-weight: 800;
  color: var(--black);
  margin: 0;
}
.view-all {
  width: 103px;
  display: flex;
  font-size: 16px;
  color: var(--grey-8);
  text-decoration: none;
  font-weight: 500;
  justify-content: space-between;
}
/* Swiper ½ºÅ¸ÀÏ */
.expert-swiper {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.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);
  border-radius: 12px;
  overflow: hidden;
  padding: 0px;
}
/* Swiper ³×ºñ°ÔÀÌ¼Ç ¹öÆ° */
.ex-btn-area {
  position: relative;
  padding-top: 36px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.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;
}
/* Swiper ÀÌÀü ¹öÆ° */
.expert-swiper .swiper-button-prev {
  background-image: url('https://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-fraction {
  color: var(--grey-8);
  font-weight: 600;
  font-size: 16px;
}
.expert-swiper .swiper-pagination-fraction .swiper-pagination-current {
  color: var(--black);
  font-weight: 600;
}
/* Swiper ´ÙÀ½ ¹öÆ° */
.expert-swiper .swiper-button-next {
  background-image: url('https://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;
  /*color: var(--black);
            width: 44px;
            height: 44px;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 50%;
			border: 1px solid var(--grey-8);
            display: flex;
            align-items: center;
            justify-content: center;*/
}
.expert-swiper .swiper-button-next:after, .expert-swiper .swiper-button-prev:after {
  width: 17px;
  height: 10px;
  font-size: 17px;
  display: none;
}
.expert-swiper .swiper-button-next:hover, .expert-swiper .swiper-button-prev:hover {}
/* Àü¹®°¡ Ä®·³ ÀÌ¸§ ¹× Á¦¸ñ */
.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-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;
}
.box-thumbnail {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid var(--black-10-opt);
}
.ex-col-col .box-thumbnail {
  width: 296px;
  height: 196px;
}
.ex-col-col .box-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
}
.ex-col-row .box-thumbnail {
  width: 104px;
  height: 70px;
  border-radius: 10px 10px;
  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: 104 / 70;
}
.box-title {
  font-weight: 600;
  line-height: 25px;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ex-col-col .box-title {
  font-size: 18px;
  -webkit-line-clamp: 2;
  height: 50px;
}
.ex-col-row .box-title {
  font-size: 16px;
  line-height: 140%;
  -webkit-line-clamp: 3;
  height: 66px;
}
/* Àü¹®°¡ Ä®·³ ¼½¼Ç ½ºÅ¸ÀÏ end */
/*  NEWS ¼½¼Ç ½ºÅ¸ÀÏ    */
.news-section {
  padding: 68px 0;
  background-color: var(--primary-10);
}
.news-section .row {
  gap: 44px;
}
/* ´º½º Á¦¸ñ°ú ÀüÃ¼º¸±â ¹öÆ° */
.news-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.news-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--black);
  line-height: 44.8px;
  margin: 0;
}
.news-header .view-all {
  width: 113px;
  color: var(--black);
  text-decoration: none;
  font-weight: 800;
}
/* ´º½º Ä«µå ½ºÅ¸ÀÏ */
.news-card {
  padding: 0px;
}
.news-title {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 25.2px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-description {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey-8);
  line-height: 22.4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 66px;
  border-top: 1px solid var(--black);
}
/*  NEWS ¼½¼Ç ½ºÅ¸ÀÏ  end  */
/*  Ãß°¡ ÄÜÅÙÃ÷ (ÀÎÅÍºä / ¿¬±¸ / ±×·¡ÇÈ) */
.additional-content {
  background-color: var(--white);
  padding: 40px 0;
  width: 100%;
}
.additional-content .row {
  gap: 30px;
}
.additional-content h3 {
  font-size: 21px;
  font-weight: 800;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--black);
}
.content-card {
  width: 407px;
  display: flex;
}
.content-card .img-wrapper {
  width: 100%;
  height: 270px; /* ³ôÀÌ ºñÀ² Á¶Á¤ */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--black-10-opt);
}
.content-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* »ó´Ü ¸Ç À§ Á¤·Ä */
  vertical-align: top;
  aspect-ratio: 407 / 270;
}
.content-card p {
  font-size: 18px;
  margin-top: 16px;
  font-weight: 600;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 50px;
  line-height: 140%;
}
/* ÁÖ°£ ¾Ï ¼Ò½Ä ¿µ¿ª  */
.weekly-cancer-news {
  background-color: var(--white);
  padding: 0px 0 40px;
  width: 100%;
}
.weekly-cancer-news .row {
  gap: 30px;
}
.food-news {
  display: flex;
  flex-direction: column;
  max-width: 843px;
}
.food-news-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.food-news-list .content-card {
  width: 100%;
  max-width: 407px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.food-news-list .content-card .img-wrapper {
  width: 407px;
  height: 270px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--black-10-opt);
}
.food-news-list .content-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
  aspect-ratio: 407 / 270;
}
/* ÁÖ°£ ¾Ï ¼Ò½Ä ½ºÅ¸ÀÏ*/
.weekly-cancer-news h3 {
  font-size: 21px;
  font-weight: 800;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--black);
}
.news-box {
  background: white;
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  width: 300px;
}
.news-box .date {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 10px;
}
.news-box p {
  font-size: 16px;
}
.news-container {
  border: 1px solid var(--grey-d9);
  border-radius: 20px;
  padding: 23px 30px 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 var(--grey-ea);
}
.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: 217px;
  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;
}
/* ÁÖ°£ ¾Ï ¼Ò½Ä ½ºÅ¸ÀÏ end */
/* Çï½ºÁ¶¼± ¾Ï´º½º */
.cancernews-content {
  margin-bottom: 40px;
}
.cancernews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--black);
}
.cancernews-header h3 {
  font-size: 21px;
  font-weight: 800;
}
.cancernews-content .view-all {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--grey-8);
  font-weight: 500;
}
.cancernews-content .view-all .arrow-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.cancernews-content .row {
  display: flex;
  flex-wrap: wrap; /* ÀÚµ¿ ÁÙ¹Ù²Þ */
  gap: 20px;
}
.hnews-card-wrap {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-ea); /* Áß¾Ó ¶óÀÎ */
}
.hnews-card-wrap:last-child {
  border-bottom: 0px;
}
.cancernews-content .hnews-card a {
  display: flex;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
.cancernews-content .hnews-img-wrap {
  flex-shrink: 0;
  width: 218px;
  height: 146px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--black-10-opt);
}
.cancernews-content .hnews-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100 / 67;
}
.cancernews-content .hnews-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 383px;
}
.cancernews-content .hnews-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 54px;
}
.cancernews-content .hnews-content p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: var(--grey-8);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
/* ÀÚÁÖÃ£´Â ¾ÏÁ¤º¸ ¼½¼Ç ½ºÅ¸ÀÏ */
.cancer-info-section {
  background: var(--primary);
  padding: 48px 0px;
  height: 134px;
  box-sizing: border-box;
}
.cancer-info-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
}
.cancer-info-header {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.cancer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.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;
}
.cancer-tag:hover {
  background: var(--primary-75);
  color: var(--white);
}
/* ÇÑ´«¿¡ º¸´Â Ä®·³ ¼½¼Ç ½ºÅ¸ÀÏ  */
.all-col-section {
  padding: 40px 0 0;
}
.all-col-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all-col-section .row .col-4 {
  box-sizing: border-box;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: var(--grey-ea);
}
.all-col-section .row .col-4:nth-child(n+10) {
  border-width: 0px 1px 1px 0px;
}
.all-col-section .row .col-4:nth-child(3n) {
  border-width: 0px 0px 1px 0px;
}
.all-col-section .row .col-4:nth-child(12) {
  border-width: 0px 0px 1px 0px;
}
.all-col-section .row .col-4:nth-child(13) {
  border-width: 0px 1px 0px 0px;
}
.column-card {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  gap: 16px;
}
.column-card .col-txt-wrap {
  width: 266px;
}
/* padding: 0 21px 16px 0px; */
.all-col-section .row .col-4:first-child .column-card {
  padding: 0 21px 16px 0px;
}
/* padding: 0 21px 16px 21px; */
.all-col-section .row .col-4:nth-child(2) .column-card {
  padding: 0 21px 16px 21px;
}
/*  padding: 0 0px 16px 21px; */
.all-col-section .row .col-4:nth-child(3) .column-card, .all-col-section .row .col-4:nth-child(6) .column-card, .all-col-section .row .col-4:nth-child(9) .column-card, .all-col-section .row .col-4:nth-child(12) .column-card {
  padding: 0 0px 16px 21px;
}
.all-col-section .row .col-4:nth-child(4) .column-card, .all-col-section .row .col-4:nth-child(7) .column-card {
  padding: 16px 21px 16px 0px;
}
.all-col-section .row .col-4:nth-child(10) .column-card {
  padding: 16px 21px 16px 0px;
}
.all-col-section .row .col-4:nth-child(11) .column-card {
  padding: 16px 21px 16px 21px;
}
.all-col-section .row .col-4:nth-child(13) .column-card {
  padding: 16px 21px 0px 0px;
}
/* padding: 16px 21px; */
.all-col-section .row .col-4:nth-child(5) .column-card, .all-col-section .row .col-4:nth-child(8) .column-card {
  padding: 16px 21px;
}
/*  padding: 16px 0 16px 21px; */
.all-col-section .row .col-4:nth-child(6) .column-card, .all-col-section .row .col-4:nth-child(9) .column-card {
  padding: 16px 0 16px 21px;
}
.all-col-section .row .col-4:nth-child(12) .column-card {
  padding: 16px 0px 0px 21px;
}
.col-img-wrap {
  width: 116px;
  height: 78px;
  border-radius: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid var(--black-10-opt);
}
.col-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 100 / 67;
}
.column-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.column-author {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  margin-top: 8px;
  line-height: 22.4px;
  height: 44px;
}
/* ÇÑ´«¿¡ º¸´Â Ä®·³ ¼½¼Ç ½ºÅ¸ÀÏ end */