.dailyPharm_Main{
  padding-bottom: 0px;
}
.AD_main{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* align-items: end; */
  gap: 2%;
  height: 250px;
  margin-bottom: 40px;
}
.AD_main img{
  width: 100%;
  min-height: 100%;
}
.adverL{
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.adverR img{
  transition: .35s;
}
.adverR:hover img{
  transform: scale(1.025);
}
.AD_main .h1q{
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: calc(var(--padding)*1);
}
.AD_main .AD_title{
  padding-bottom: calc(var(--padding)*1);
  border-bottom: 1px solid var(--border);
}
.AD_main.version_b .AD_title{
  padding-bottom: calc(var(--padding)*2);
}
.AD_main .main_banner_sub_t{
  font-weight: 600;
  padding-bottom: var(--padding);
}
.AD_main .main_banner_sub_p{
  font-size: 0.9375em;
  line-height: 1.35em;
  color: #949494;
}
.AD_main .main_banner_sub_p a{
  display: block;
}
.AD_main .adv_list{
  /* padding: 10px 0 0; */
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.AD_main .adv_list li{
  transition: .2s;
}
.AD_main .adv_list li:hover{
  opacity: .5;
}
.AD_main .adv_list li a{
  padding: 5px 0;
}
.AD_main .adv_list li a::before{
  content: "ㆍ";
  display: inline;
}
.AD_main .adv_gud{
  width: 400px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AD_main .adv_gud img{
  outline: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
}
.AD_main .adver_banner{
  width: 440px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7a7a7a;
}
.AD_main .adver_banner a{
  display: block;
  width: 100%;
  height: 100%;
}
.News .top_title{
  display: flex;
  gap: 20px;
  padding-bottom: calc(var(--padding)*1.5);
  border-bottom: 2px solid #303030;
}
.News .top_title .h2q{
  white-space: nowrap;
}
.News .butn_tab{
  gap: 15px;
  white-space: nowrap;
}
.News .news_content{
  padding: calc(var(--padding)*2) calc(var(--padding)*.5) calc(var(--padding)*1);
  margin-bottom: calc(var(--padding)*1.5);
  border-bottom: 1px solid var(--border);
}
.News .news_content [class^="sty"]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 4%;
  height: 600px; /* 임시 높이 강제 조절 */
}
.new_style_a{
  max-width: 420px;
  width: 100%;
  display: flex;
}
.new_style_b{
  font-weight: 500;
  width: 100%;
}
.News .news_content .new_style_a{
  flex-direction: column;
  gap: var(--padding);
}
.News .news_content .new_style_b{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--padding)*.5);
  height: 100%;
}
.News .news_content .new_style_c{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: calc(var(--padding)*1.5);
  font-size: 0.95em;
  width: 400px;
  height: 100%;
  overflow: hidden;
}
.News .news_content .new_style_c::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--border);
}
.News .news_content .new_style_b li a{
  padding: 5px 0;
}
.News .news_content .new_style_a li a{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.News .news_content .new_style_c li{
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.News .news_content .new_style_c li a{
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  /* max-height: 65px; */
  overflow: hidden;
}
.News .news_content .new_style_c li .profile_img{
  max-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 60px;
}
.News .news_content .new_style_c li .sel{
  max-width: 325px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.News .news_content .new_style_c li .profile_img img{
  /* max-height: 100%; */
  max-width: 100%;
  min-height: 100%;
}
.News .news_content li .nc_title, .special_plan .nc_title{
  font-weight: 500;
  font-size: 0.85em;
  line-height: 1em;
  padding-bottom: 5px;
}
.News .news_content li .nc_cont{
  line-height: 1.3em;
  width: 100%;
  padding-bottom: 3px;
}
.News .news_content .new_style_c li .nc_data{
  display: flex;
  font-size: 0.95em;
  color: var(--grey3);
}
.News .news_content .new_style_c li .nc_peo{
  font-size: 0.85rem;
  color: var(--grey3);
  margin-top: auto;
}
.News .news_content .new_style_d{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  gap: 28px;
}
.News .news_content .new_style_d li{
  width: 190px;
  margin: 0 auto;
}
.News .news_content .new_style_d li .profile_img, .special_plan .new_style_d li .profile_img{
  max-width: 190px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: calc(var(--padding));
  transition: .3s;
}
.News .news_content .new_style_d li .profile_img img,
.special_plan .new_style_d li .profile_img img img{
  transition: .35s;
}
.News .news_content .new_style_d li .profile_img:hover img,
.special_plan .new_style_d li .profile_img img:hover img{
  transform: scale(1.05);
}
.News .news_content .new_style_d li .profile_img img, .special_plan .new_style_d li .profile_img img{
  max-width: 100%;
}
.News .news_content .new_style_d .nc_cont, .special_plan .nc_cont, .press_section .nc_cont{
  font-weight: 500;
  line-height: 1.3em;
}
.News .news_content .new_style_e{
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 9px;
}
.News .news_content .new_style_e li{
  position: relative;
  /* display: flex;
  justify-content: start;
  align-items: center; */
}
.News .news_content .new_style_e li::before{
  content: ' · ';
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1em;
  padding-right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.News .news_content .new_style_e li:nth-child(5n){
  margin-bottom: 12px;
}
.News .news_content .new_style_e li:nth-child(5n + 1){
  font-weight: 600;
}
.News .news_content .new_style_e li a{
  display: block;
  padding: 5px 0 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.News .new_style_a li .del{
  max-width: 270px;
  display: flex;
  flex-direction: column;
}
.News .new_style_a li .sel{
  max-width: 130px;
  width: 100%;
  height: 65px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.News .new_style_a li .sel img{
  max-width: 100%;
  min-height: 100%;
}
.News .new_style_a .title_sm{
  font-weight: 500;
  /* padding-bottom: calc(var(--padding)*.5); */
}
.News .new_style_a .title_h2{
  font-weight: 400;
  padding-bottom: calc(var(--padding)*.5);
  line-height: 1.2em;
  transition: .2s;
}
.News .new_style_a li.type-1 .title_h2{
  /* -webkit-line-clamp: 1 !important; */
  /* white-space: nowrap !important; */
  padding: 0 !important;
  font-weight: 400;
}
.News .new_style_a li.type-1 .origin{
  display: none !important;
}
.News .new_style_a .title_h2:hover{
  opacity: .65;
}
.News .new_style_a .origin{
  font-size: 0.85em;
  color: var(--grey3);
  margin-top: auto;
}
.News .new_style_b li a::before{
  content: "ㆍ";
}
.News .news_next, .News .news_prev{
  cursor: pointer;
}
.News .fa-solid{
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5em;
  width: 22px;
  height: 22px;
}
.News .channel_btn{
  gap: 10px;
  font-size: 0.95em;
  line-height: 1em;
}
.News .channel_btn div{
  width: 155px;
  text-align: center;
}
.News .channel_btn span{
  letter-spacing: 2px;
}
.News .chn_flx{
  position: relative;
  display: flex;
}
.News [class^="abulte"]{
  font-size: 0.85em;
  font-weight: 500;
}
.News [class^="abulte"] a{
  height: 24px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  border: 1px solid var(--border);
  transition: .3s;
}
.News .abulte2{
  position: absolute;
  top: 0;
  right: 0;
}
.Counsel{
  overflow: hidden;
  padding-bottom: calc(var(--padding)*3.5);
}
.Counsel .top_title{
  padding-bottom: calc(var(--padding)* 1.5);
}
.counsel_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.counsel_list li{
  position: relative;
  /* flex: 1; */
  background-color: #F9F9F9;
  border-radius: 7px;
  overflow: hidden;
  transition: .2s;
}
.counsel_list li:hover{
  background-color: #f0f3f5;
}
.counsel_list li a{
  padding: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5%;
}
.counsel_list li .del{
  width: 50px;
}
.counsel_list li .title_h2{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.counsel_list li .profile_img{
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  max-height: 50px;
}
.counsel_list li .profile_img img{
  width: 100%;
}
.counsel_list li .job_kind{
  font-size: 0.9em;
  padding-bottom: calc(var(--padding)*.5);
}
.counsel_list li .href_arw{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  fill: var(--grey3);
}
.counsel_list li .sel{
  /* width: 160px; */
  width: 70%;
  display: block;
  gap: 5px;
}
.counsel_list.new_mainst li .defa{
  font-size: 13px;
  color: #949494;
}
.counsel_list.new_mainst li .defa::before{
  content: "|";
  padding: 0 5px;
  font-weight: 300;
  color: #DFDFDF;
}
.counsel_list.new_mainst li .profile_img{
  border-radius: 0%;
}
.counsel_list.new_mainst li .profile_img img{
  width: auto;
  max-height: 50px;
  max-width: 50px;
}



.special_plan .Menu_list li .img_box{
  border-radius: 6px;
}
.special_plan .Menu_list li .img_box::before{
  content: "";
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background-color: #0000007d;
  transition: .3s;
  display: none !important;
}
.special_plan .Menu_list li .img_box:hover::before{
  background-color: #00000099;
}
.special_plan .top_title{
  padding-bottom: calc(var(--padding)*1.5);
}
.special_plan .top_title h2 .plus_link{
  margin-left: auto;
  fill: #BBBBBB;
  transition: .3s;
}
.special_plan .top_title h2 .plus_link:hover{
  fill: #7a7a7a;
}
.Counsel .top_title h2 > a{
  width: 100%;
}
.Counsel .top_title h2 .plus_link{
  margin-left: auto;
  fill: #BBBBBB;
  transition: .3s;
}
.Counsel .top_title h2 .plus_link:hover{
  fill: #7a7a7a;
}

.special_plan .h3q{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.special_plan .sp_title{
  font-size: 0.85em;
}
.special_plan .new_style_d{
  display: flex;
  justify-content: space-between;
}
.special_plan .new_style_d li{
  width: 185px;
}
.Channel{
  /* padding-bottom: calc(var(--padding)*5); */
}
.Channel .top_title{
  display: flex;
  gap: 20px;
  padding-bottom: calc(var(--padding)* 1.5);
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
.Channel .butn_tab{
  display: flex;
  align-items: center;
}
.Channel .interview{
  padding: calc(var(--padding)* 2) 0;
  /* border-bottom: 1px solid var(--border); */
}
.Channel .interview [class^="sty"]{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2%;
}
.Channel .interview [class^="new_style"]{
  width: 48.5%;
}
.Channel .interview [class^="new_style"] img{
  max-width: 100%;
}
.Channel .interview .new_style_c .adv_box{
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 125px;
}
.Channel .in_view_list{
  justify-content: space-between;
  align-items: start;
}
.Channel .in_view_list li{
  max-width: 135px;
  flex: 1;
  word-break: keep-all;
}
.Channel .in_view_list li .h3q{
  display: -webkit-box;
  padding: 0;
  line-height: 1.3em;
}
.Channel .in_view_list li .img_box{
  max-width: 135px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: var(--padding);
}
.Channel .in_view_list li .adv_box{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 435px;
  height: 120px;
  margin-bottom: var(--padding);
  overflow: hidden;
}
.Channel .in_view_list li img{
  max-width: 100%;
}
.Channel .new_style_b{
  display: flex;
  flex-direction: column;
  gap: calc(var(--padding)* .5);
}
.Channel .new_style_b li a{
  padding: 5px 0;
}
.Channel .new_style_b li a::before{
  content: "ㆍ";
}
.Channel .interview .sty_d .Menu_list{
  width: 100%;
  gap: 0;
}
.Channel .interview [class^="sty"] .h3q{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.Channel .Menu_list li{
  max-width: 200px;
}
.Channel .Menu_list li .img_box{
  max-width: 200px;
  min-width: auto;
  height: 100px;
}
.Menu_list li .img_box .over_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 1.25em;
  font-size: 0.9375em;
  color: var(--white);
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}
.Menu_whole{
  max-width: 874px;
  margin: 0 auto;
}
.Menu_whole .h2q{
  padding-bottom: var(--padding);
}
.Menu_whole .whole_guide{
  justify-content: space-between;
  gap: 14px;
  /* padding-bottom: calc(var(--padding)*2.5); */
  margin-bottom: calc(var(--padding)*4);
}
.Menu_list{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 14px;
}
.Menu_list li{
  position: relative;
  flex: 1;
  max-width: 208px;
}
.Menu_list li .img_box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-bottom: var(--padding);
  overflow: hidden;
}
.Menu_list li img{
  max-width: 100%;
  min-height: 100%;
  transition: .3s;
}
.Menu_list li:hover img{
  transform: scale(1.05);
}
.Menu_whole .top_title{
  display: flex;
  gap: 20px;
  padding-bottom: calc(var(--padding)* 1.5);
}
.Menu_whole .top_title .h2q{
  padding: 0;
}
.Menu_whole .butn_tab{
  display: flex;
  align-items: center;
}
.Menu_whole .h3q{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.vest_CF{position: relative;}
.vest_CF .Menu_list_play{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-5%);
  transition: all 0.25s ease-out;
  position: absolute;
  top: 28px;
  left: calc(100% + 10px);
  width: 350px;
  border-radius: 6px;
}

.vest_CF .Menu_list_play.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}


.vest_CF .Menu_list_play video{
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  border-radius: 6px;
}
.vest_CF .Menu_list_play .play_close{
  position: absolute;
  width: 35px;
  height: 35px;
  right: -0px;
  cursor: pointer;
  z-index: 10;
  transition: .2s;
  bottom: 100%;
}
.vest_CF .Menu_list_play .play_close img{
  width: 100%;
}
.vest_CF .Menu_list_play .play_close:hover{
  transform: scale(1.15);
}

.press_section .top_title{
  padding-bottom: calc(var(--padding) * 1.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press_section .top_title .press_btn{
  /* gap: 10px; */
  align-items: center;
}
.press_section .top_title .fa-solid{
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5em;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.press_section .press_swiper{
  border: 1px solid var(--border);
  border-radius: 16px;
}
.press_section .new_style_d{
  display: flex;
  justify-content: space-between;
  padding: calc(var(--padding)*2) calc(var(--padding)*2);
}
.press_section .new_style_d .press_item{
  max-height: 170px;
  height: 100%;
  width: 210px;
}
.press_section .new_style_d .press_item.press_banner{
  width: 140px;
}
.press_section .del img{
  transition: .3s;
}
.press_section .new_style_d .press_item:hover img{
  transform: scale(1.05);
}
.press_section .press_banner_img{
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.press_section .del{
  max-width: 210px;
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: calc(var(--padding));
}