@charset "utf-8";

/* pc */

.ma_visual {
  position: relative;
}
.ma_visual .inbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 738px;
  color: #fff;
  text-align: center;
}
.ma_visual .inbox .visual_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ma_visual .inbox .visual_img::before {
  /* content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); */
}
.ma_visual .inbox .txt01 {
  position: relative;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
}
.ma_visual .inbox .txt02 {
  position: relative;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}
.ma_visual .inbox .txt03 {
  position: relative;
  margin-top: 16px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
.ma_visual > .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  margin: 0 0 0 -700px;
  border: none;
  background-image: url(../images/main/btn_visual_prev_off.png), url(../images/main/btn_visual_prev_on.png);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  transform: translateY(-50%);
}
.ma_visual > .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 102px;
  height: 102px;
  margin: 0 -700px 0 0;
  border: none;
  background-image: url(../images/main/btn_visual_next_off.png), url(../images/main/btn_visual_next_on.png);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  transform: translateY(-50%);
}
.ma_visual > [class*="swiper-button-"]:hover,
.ma_visual > [class*="swiper-button-"]:focus {
  background-position: -9999px, center;
}
.ma_visual .swiper_ctrl {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 160px;
  left: 0;
  z-index: 1;
}
.ma_visual .swiper_ctrl .swp_btn {
  display: none;
}
.ma_visual .swiper_ctrl .swiper-pagination {
  display: flex;
  align-items: center;
  position: static;
  width: auto;
  height: 24px;
}
.ma_visual .swiper_ctrl .swiper-pagination * {
  color: #d4d4d4;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.ma_visual .swiper_ctrl .swiper-pagination .current {
  color: #fff;
  font-weight: 700;
}
.ma_visual .swiper_ctrl .swiper-pagination .slash {
  margin: 0 4px;
}
.ma_visual .swiper_ctrl .btn_stop_play {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: none;
  background: url(../images/main/btn_visual_stop.svg) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}
.ma_visual .swiper_ctrl .btn_stop_play.stop {
  background-image: url(../images/main/btn_visual_play.svg);
}

.ma_visual_menu {
  position: relative;
  margin-top: -107px;
  text-align: center;
  z-index: 1;
}
.ma_visual_menu ul {
  display: inline-flex;
  justify-content: center;
  padding: 0 30px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(164.61deg, #3c78ee -4.69%, #244cb8 47.22%, #0d2185 97.11%);
  text-align: left;
}
.ma_visual_menu li {
  margin: 0 20px;
}
.ma_visual_menu li .inbox {
  display: flex;
  align-items: center;
  height: 107px;
  padding: 0 16px;
}
.ma_visual_menu li .inbox:focus .txt,
.ma_visual_menu li .inbox:hover .txt {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ma_visual_menu li .inbox .ico {
  flex: none;
  width: 47px;
  height: 47px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ma_visual_menu li .inbox .txt {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.006em;
}

/* ma_news */
.ma_news {
  display: flex;
  position: relative;
  max-width: 1420px;
  height: 313px;
  padding: 0 10px;
  margin: 80px auto;
}

.ma_news .titlebox {
  position: absolute;
  top: 0;
  left: 10px;
}

.ma_news .titlebox .title {
  color: #1d1d1d;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.ma_news_tab {
  margin-top: 78px;
}

.ma_news_tab > li {
  display: flex;
  align-items: center;
  width: 271px;
}
.ma_news_tab > li + li {
  margin-top: -1px;
}
.ma_news_tab > li > h3 {
  flex: 1;
  position: relative;
  background: #fff;
}
.ma_news_tab > li > h3 a {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 46px 0 16px;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  color: #1d1d1d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.ma_news_tab > li > h3 a:focus,
.ma_news_tab > li > h3 a:hover {
  color: #172d9d;
}

.ma_news_tab > li.active > h3 {
  z-index: 1;
}
.ma_news_tab > li.active > h3 a {
  border-color: #172d9d;
  border-radius: 10px;
  background-color: #172d9d;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}
.ma_news_tab > li .btn_more {
  flex: none;
  position: relative;
  left: -36px;
  width: 20px;
  height: 20px;
  margin-right: -20px;
  background: url(../images/ico_20_more_white.svg) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.5;
  z-index: 1;
  visibility: hidden;
}
.ma_news_tab > li .btn_more:focus,
.ma_news_tab > li .btn_more:hover {
  opacity: 1;
}
.ma_news_tab > li.active .btn_more {
  visibility: visible;
}

.ma_news_tab > li .in_cont {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -9999px;
  overflow: hidden;
}

.ma_news_tab > li.active .in_cont {
  top: 0;
  right: 10px;
  bottom: 0;
  left: 371px;
  width: auto;
  height: auto;
  opacity: 1;
  text-indent: 0;
  overflow: visible;
}

.ma_news_tab .in_cont {
  display: flex;
}

.ma_news_tab .in_cont ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ma_news_tab .in_cont ul li {
  flex: 0 1 calc(100% / 3 - 16px);
}

.ma_news_tab .inbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  transition: background-color 2s, transform 0.2s;
}

.ma_news_tab .inbox .txt_type {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  white-space: nowrap;
}

.ma_news_tab .inbox .txt_type.type01 {
  background-color: #787dff;
}

.ma_news_tab .inbox .txt_type.type02 {
  background-color: #01a9f2;
}

.ma_news_tab .inbox .txt_type.type03 {
  background-color: #172d9d;
}

.ma_news_tab .inbox .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.ma_news_tab .inbox .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin: 10px 0;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ma_news_tab .inbox .date_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.ma_news_tab .inbox .date_more .date {
  margin-right: 10px;
  color: #717171;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.ma_news_tab .inbox .date_more .more {
  display: inline-flex;
  align-items: center;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.ma_news_tab .inbox .date_more .more::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url(../images/ico_16_more_black.svg) no-repeat center/contain;
}

.ma_news_tab .inbox:focus,
.ma_news_tab .inbox:hover {
  transform: translateY(-10px);
}

.ma_news_tab .inbox:focus .tit,
.ma_news_tab .inbox:hover .tit {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* ma_twobanner */
.ma_twobanner {
  display: flex;
}
.ma_twobanner li {
  flex: 1;
  display: flex;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.ma_twobanner .inbox {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 710px;
  height: 227px;
}
.ma_twobanner li:first-child .inbox {
  margin-left: auto;
  padding: 0 60px 0 10px;
}
.ma_twobanner li:last-child .inbox {
  margin-right: auto;
  padding: 0 10px 0 60px;
}
.ma_twobanner .inbox .txtbox {
  flex: 1;
  margin-right: 10px;
  color: #fff;
}
.ma_twobanner .inbox .txtbox .tit {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.ma_twobanner .inbox .txtbox .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.ma_twobanner .inbox .btn_go {
  flex: none;
  display: flex;
  min-width: 174px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  transition: 0.3s;
}
.ma_twobanner .inbox .btn_go::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: auto;
  background: url(../images/ico_18_more_white.svg) no-repeat center/contain;
}
.ma_twobanner .inbox .btn_go:focus,
.ma_twobanner .inbox .btn_go:hover {
  background-color: rgba(29, 29, 29, 0.1);
}

/* ma_gallery_bnzone */
.ma_gallery_bnzone {
  display: flex;
  max-width: 1420px;
  margin: 80px auto 0;
  padding: 0 10px;
}
.ma_gallery_bnzone .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 21px;
}
.ma_gallery_bnzone .titlebox .title {
  color: #1d1d1d;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl {
  display: flex;
  justify-content: center;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-prev {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  background-image: url(../images/main/ico_arrow_left_gray.svg), url(../images/main/ico_arrow_left_black.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  text-indent: -9999px;
  overflow: hidden;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-prev:hover {
  background-position: -9999px, center;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-next {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  background-image: url(../images/main/ico_arrow_right_gray.svg), url(../images/main/ico_arrow_right_black.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  text-indent: -9999px;
  overflow: hidden;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-next:hover {
  background-position: -9999px, center;
}

.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination {
  display: flex;
  align-items: center;
  position: static;
  width: auto;
  height: 24px;
  margin: 0 2px;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination * {
  color: #9d9d9d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination .current {
  color: #1d1d1d;
  font-weight: 700;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination .slash {
  margin: 0 4px;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .btn_stop_play {
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/main/ico_stop.svg) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}
.ma_gallery_bnzone .titlebox .swiper_ctrl .btn_stop_play.stop {
  background-image: url(../images/main/ico_play.svg);
}
.ma_gallery_bnzone .ma_gallery {
  flex: 1;
  min-width: 0;
}
.ma_gallery_bnzone .ma_gallery .inbox {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.ma_gallery_bnzone .ma_gallery .inbox .imgbox {
  position: relative;
  width: 100%;
  height: 313px;
}
.ma_gallery_bnzone .ma_gallery .inbox .imgbox .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
.ma_gallery_bnzone .ma_gallery .inbox .imgbox .noimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  background-image: url(../images/bg_noimg.svg);
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 30px);
  background-size: 161px 44px;
  background-color: #f8f8f8;
}
.ma_gallery_bnzone .ma_gallery .inbox .txtbox {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 24px;
  background-color: rgba(0, 0, 0, 0.65);
}
.ma_gallery_bnzone .ma_gallery .inbox .txtbox .tit {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.ma_gallery_bnzone .ma_gallery .inbox .txtbox .more {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.ma_gallery_bnzone .ma_gallery .inbox .txtbox .more::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url(../images/ico_16_more_white.svg) no-repeat center/contain;
}
.ma_gallery_bnzone .ma_gallery .inbox:focus .imgbox .img,
.ma_gallery_bnzone .ma_gallery .inbox:hover .imgbox .img {
  transform: scale(1.2);
}
.ma_gallery_bnzone .ma_gallery .inbox:focus .txtbox .tit,
.ma_gallery_bnzone .ma_gallery .inbox:hover .txtbox .tit {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ma_gallery_bnzone .ma_bnzone {
  flex: 1;
  min-width: 0;
  margin-left: 60px;
}
.ma_gallery_bnzone .ma_bnzone .swiper-container {
  border-radius: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.ma_gallery_bnzone .ma_bnzone .inbox {
  display: block;
  position: relative;
}
.ma_gallery_bnzone .ma_bnzone .inbox .imgbox {
  position: relative;
  width: 100%;
  height: 313px;
}
.ma_gallery_bnzone .ma_bnzone .inbox .imgbox .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ma_gallery_bnzone .ma_bnzone .inbox .txtbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
}
.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .tit {
  color: #793613;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .txt {
  margin: 16px 0;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 12px 12px 12px 16px;
  border-radius: 8px;
  background-color: #92451a;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  transition: 0.3s;
}
.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .more::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 28px;
  background: url(../images/ico_18_more_white.svg) no-repeat center/contain;
}
.ma_gallery_bnzone .ma_bnzone .inbox:focus .txtbox .more,
.ma_gallery_bnzone .ma_bnzone .inbox:hover .txtbox .more {
  background-color: #762a00;
}

/* 20241004 소식지 + 뉴스레터 추가 */
.slide_none{
  width: 100%;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine{
  display: flex;
  gap: 32px;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine > div{
  width: calc(50% - 16px);
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .inbox .txtbox{
  padding: 32px;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .inbox .txtbox .tit{
  font-size: 32px;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .inbox .txtbox .txt{
  margin: 12px 0;
  font-size: 16px;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .inbox .imgbox .img{
  background-position: right -130px center;
}

/* 뉴스 */
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .ma_newsletter .inbox .txtbox .tit{
  color: #fff;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .ma_newsletter .inbox .txtbox .txt{
  color: #fff;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .ma_newsletter .inbox .txtbox .more{
  background: #00A3AD;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .ma_newsletter .inbox .txtbox .more:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .ma_newsletter .inbox .imgbox .img{
  background-position: center center;
}
/* 20241004 소식지 + 뉴스레터 추가 */

/* ma_intro */
.ma_intro {
  max-width: 1420px;
  margin: 80px auto 100px;
  padding: 0 10px;
}
.ma_intro .inbox {
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 24px;
  background: url(../images/main/img_intro.jpg) no-repeat center/cover;
}
.ma_intro .inbox .txtbox {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #fff;
}
.ma_intro .inbox .txtbox .tit {
  margin-right: 10px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}
.ma_intro .inbox .txtbox .txt {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.ma_intro .inbox .linkbox {
  display: flex;
  margin-left: auto;
}
.ma_intro .inbox .linkbox a {
  flex: none;
  display: flex;
  width: 174px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  transition: 0.3s;
}
.ma_intro .inbox .linkbox a::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: auto;
  background: url(../images/ico_18_more_white.svg) no-repeat center/contain;
}
.ma_intro .inbox .linkbox a + a {
  margin-left: 16px;
}
.ma_intro .inbox .linkbox a:focus,
.ma_intro .inbox .linkbox a:hover {
  background-color: rgba(29, 29, 29, 0.1);;
}

/* nodata */
.nodata_box_wrap,
.nodata_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 24px;
  text-align: center;
}

.nodata_box .ico {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.nodata_box .txt {
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  word-break: keep-all;
}

.ma_news_tab .in_cont .nodata_box_wrap {
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
}

.ma_gallery_bnzone .ma_gallery .nodata_box_wrap,
.ma_gallery_bnzone .ma_bnzone .nodata_box_wrap {
  height: 313px;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1920px) {
  .ma_visual .inbox {
    height: 554px;
  }
}

@media screen and (max-width: 1420px) {
  .ma_visual > .swiper-button-prev {
    left: 0;
    margin: 0;
  }
  .ma_visual > .swiper-button-next {
    right: 0;
    margin: 0;
  }
}

@media screen and (max-width: 1480px) {
  .ma_visual .inbox {
    height: 766px;
  }
  .ma_visual > .swiper-button-prev {
    left: 35px;
    width: 70px;
    height: 70px;
  }
  .ma_visual > .swiper-button-next {
    right: 35px;
    width: 70px;
    height: 70px;
  }
  .ma_visual .swiper_ctrl {
    bottom: 80px;
  }

  .ma_visual_menu {
    margin-top: 0;
  }
  .ma_visual_menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .ma_visual_menu li {
    flex: 0 1 calc(100% / 3);
    margin: 0;
  }
  .ma_visual_menu li .inbox {
    justify-content: center;
    height: 95px;
    margin: 0 -1px -1px 0;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .ma_visual_menu li .inbox .txt {
    min-width: 98px;
  }

  .ma_news {
    flex-direction: column;
    height: 473px;
    margin: 60px auto 40px;
    padding: 0 35px 20px;
  }
  .ma_news .titlebox {
    left: 35px;
  }
  .ma_news_tab {
    display: flex;
    width: 100%;
  }
  .ma_news_tab > li {
    width: auto;
    min-width: 88px;
  }
  .ma_news_tab > li + li {
    margin-top: 0;
  }
  .ma_news_tab > li > h3 a {
    justify-content: center;
    height: 38px;
    padding: 0 8px;
    border: none;
    font-size: 18px;
    line-height: 22px;
  }
  .ma_news_tab > li.active > h3 a {
    border-radius: 6px;
  }
  .ma_news_tab > li.active .in_cont {
    top: 120px;
    right: 0;
    left: 0;
    padding: 20px 35px;
    overflow: auto;
  }
  .ma_news_tab .in_cont ul li {
    flex: 0 0 calc(100% / 2 - 12px);
  }
  .ma_news_tab .in_cont ul li + li {
    margin-left: 24px;
  }
  /* flex 우측 여백없는 문제 */
  .ma_news_tab .in_cont ul li:last-child {
    flex: 0 0 calc(100% / 2 + 23px);
    padding-right: 35px;
  }
  .ma_news_tab .inbox:focus,
  .ma_news_tab .inbox:hover {
    transform: translateY(0);
  }
  .ma_news_tab > li .btn_more {
    position: absolute;
    top: 82px;
    right: 35px;
    left: auto;
    margin: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/ico_30_more_black.svg);
    opacity: 1;
  }

  .ma_twobanner {
    flex-direction: column;
  }
  .ma_twobanner li:first-child .inbox,
  .ma_twobanner li:last-child .inbox {
    max-width: none;
    margin: 0;
    padding: 0 35px;
  }

  .ma_gallery_bnzone {
    /* flex-direction: column; */
    margin-top: 60px;
    padding: 0 35px;
  }
  .ma_gallery_bnzone .ma_gallery {
    flex: none;
  }
  .ma_gallery_bnzone .ma_bnzone {
    flex: none;
    margin: 60px 0 0 0;
  }

  .ma_intro {
    margin: 60px auto 80px;
    padding: 0 35px;
  }
  .ma_intro .inbox {
    flex-direction: column;
    background-position: 60% center;
  }
  .ma_intro .inbox .txtbox {
    flex-direction: column;
    margin: 0 auto;
  }
  .ma_intro .inbox .txtbox .tit {
    margin: 0 auto 10px;
    text-align: center;
  }
  .ma_intro .inbox .txtbox .txt {
    text-align: center;
  }
  .ma_intro .inbox .linkbox {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .ma_visual .inbox {
    height: 308px;
  }
  .ma_visual .inbox .txt01 {
    font-size: 24px;
    line-height: 29px;
  }
  .ma_visual .inbox .txt02 {
    font-size: 40px;
    line-height: 48px;
  }
  .ma_visual .inbox .txt03 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19px;
  }
  .ma_visual > .swiper-button-prev,
  .ma_visual > .swiper-button-next {
    display: none;
  }
  .ma_visual .swiper_ctrl {
    bottom: 60px;
  }
  .ma_visual .swiper_ctrl .swp_btn {
    display: block;
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ma_visual .swiper_ctrl .swiper-button-prev {
    background-image: url(../images/main/ico_arrow_left_white.svg);
  }
  .ma_visual .swiper_ctrl .swiper-button-next {
    background-image: url(../images/main/ico_arrow_right_white.svg);
  }
  .ma_visual .swiper_ctrl .swiper-pagination {
    margin: 0 2px;
  }
  .ma_visual .swiper_ctrl .btn_stop_play {
    margin-left: 0;
  }

  .ma_visual_menu li {
    flex: 0 1 calc(100% / 2);
  }
  .ma_visual_menu li .inbox {
    height: 68px;
  }
  .ma_visual_menu li .inbox .ico {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
  .ma_visual_menu li .inbox .txt {
    min-width: 78px;
    font-size: 14px;
    line-height: 17px;
  }

  .ma_news {
    height: 437px;
    margin: 40px auto 25px;
    padding: 0 16px;
  }
  .ma_news .titlebox {
    left: 16px;
  }
  .ma_news .titlebox .title {
    font-size: 24px;
    line-height: 29px;
  }
  .ma_news_tab {
    margin-top: 54px;
  }
  .ma_news_tab > li {
    min-width: 81px;
  }
  .ma_news_tab > li > h3 a {
    height: 35px;
    font-size: 16px;
    line-height: 19px;
  }
  .ma_news_tab > li.active .in_cont {
    top: 94px;
    padding: 15px 16px;
  }
  .ma_news_tab .in_cont ul li {
    flex: 0 0 calc(100%);
  }
  .ma_news_tab .in_cont ul li + li {
    margin-left: 16px;
  }
  .ma_news_tab .in_cont ul li:last-child {
    flex: 0 0 calc(100% + 16px);
    padding-right: 16px;
  }
  .ma_news_tab .inbox {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .ma_news_tab > li .btn_more {
    top: 0;
    right: 16px;
  }

  .ma_twobanner li:first-child .inbox,
  .ma_twobanner li:last-child .inbox {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 191px;
    padding: 0 16px;
  }
  .ma_twobanner .inbox .txtbox {
    flex: none;
    margin: 0 0 24px;
  }
  .ma_twobanner .inbox .txtbox .tit {
    font-size: 20px;
    line-height: 24px;
  }
  .ma_twobanner .inbox .txtbox .txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
  }
  .ma_twobanner .inbox .btn_go {
    min-width: 157px;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .ma_gallery_bnzone {
    margin-top: 40px;
    padding: 0 16px;
  }
  .ma_gallery_bnzone .titlebox .title {
    font-size: 24px;
    line-height: 29px;
  }
  .ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-prev,
  .ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-next,
  .ma_gallery_bnzone .titlebox .swiper_ctrl .btn_stop_play {
    width: 20px;
    height: 20px;
  }
  .ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination {
    height: 20px;
  }
  .ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination * {
    font-size: 16px;
    line-height: 20px;
  }
  .ma_gallery_bnzone .ma_bnzone .inbox .txtbox {
    padding: 32px;
  }
  .ma_gallery_bnzone .ma_bnzone .inbox .txtbox .tit {
    font-size: 24px;
    line-height: 29px;
  }
  .ma_gallery_bnzone .ma_bnzone .inbox .txtbox .txt {
    margin: 12px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .ma_gallery_bnzone .ma_bnzone .inbox .txtbox .more {
    min-width: 157px;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .ma_gallery_bnzone .ma_bnzone .inbox .txtbox .more::after {
    margin-left: auto;
  }

  .ma_intro {
    margin: 40px auto 60px;
    padding: 0 16px;
  }
  .ma_intro .inbox {
    padding: 32px 24px;
    background-position: 67% center;
  }
  .ma_intro .inbox .txtbox .tit {
    font-size: 24px;
    line-height: 29px;
  }
  .ma_intro .inbox .txtbox .txt {
    font-size: 14px;
    line-height: 17px;
    word-break: keep-all;
  }
  .ma_intro .inbox .linkbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .ma_intro .inbox .linkbox a {
    width: 157px;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .ma_intro .inbox .linkbox a + a {
    margin: 12px 0 0 0;
  }
}



/* 학술대회 index */


/* 공지사항 + 바로가기 서비스 */
.ma_content.notice_service{
  padding-bottom: 50px;
}
.ma_notice_service{
  display: flex;
  max-width: 1420px;
  margin: 50px auto;
}
.ma_notice_service .titlebox {
  display: flex;
  margin-bottom: 20px;
}
.ma_notice_service .titlebox .title {
  color: #1D1D1D;
  font-size: 28px;
  font-weight: 700;
}
.ma_notice_service .ma_service .titlebox .title {
  color: #555;
}
.ma_notice_service .inner_center{
  display: flex;
  gap: 70px;
  width: 100%;
}
.ma_notice{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 53%;
}
.ma_service {
  flex: none;
  width: 47%;
  position: relative;
}

/* 공지사항 + 바로가기 서비스 */


/* 공지사항 */
.ma_notice{
  position: relative;
}
.ma_notice_tab{
  width: 100%;
}
.ma_notice_tab .in_cont {
  border-top: solid 2px #555;
}
.ma_notice_tab .in_cont .notice_list {
  display: flex;
  flex-direction: column;
}
.ma_notice_tab .in_cont .notice_list .inbox {
  display: flex !important;
  align-items: center;
  border-bottom: solid 1px #D8D8D8;
  border-radius: 0px !important;
  padding: 20px 0;
}
.ma_notice_tab .in_cont .notice_list .inbox .tit {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 14px;
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 500;
}
.ma_notice_tab .in_cont .notice_list .inbox .tit::before {
  content: "";
  position: absolute;
  top: 50%; transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #1D1D1D;
}
.ma_notice_tab .in_cont .notice_list .inbox .date {
  flex: none;
  margin-left: 16px;
  line-height: 30px;
  color: #919191;
  font-size: 18px;
  font-weight: 400;
}
.ma_notice .swiper_ctrl {
  display: flex;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #fff;
}
.ma_notice .swiper_ctrl .btn_more {
  width: 31px;
  height: 30px;
  background: url(../images/main/ico_view_more.svg) no-repeat center / contain;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 1480px) {
  .ma_notice_service{
    margin: 50px auto;
  }
  .ma_notice_service .inner_center{
    flex-direction: column;
    margin-top: 0;
    padding: 0 35px;
    width: 100%;
  }
  .ma_notice_service .ma_notice {
    flex: none;
    width: 100%;
  }
  .ma_notice_service .ma_service {
    flex: none;
    width: 100%;
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ma_notice_service{
    margin: 40px auto;
  }
  .ma_notice_service .inner_center{
    margin-top: 0;
    padding: 0 16px;
  }
  .ma_notice_service .ma_service{
    margin: 40px 0 0 0;
  }
  .ma_notice_service .titlebox{
    margin-bottom: 16px;
  }
  .ma_notice_service .titlebox .title{
    font-size: 24px;
  }
  .ma_notice_tab .in_cont .notice_list .inbox{
    padding: 16px 0;
  }
  .ma_notice_tab .in_cont .notice_list .inbox .tit,
  .ma_notice_tab .in_cont .notice_list .inbox .date{
    font-size: 16px;
  }
}
/* 공지사항 */


/* 바로가기 서비스 */
.ma_service .servicebox{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ma_service .servicebox > li{
  display: flex;
  flex: 1 1 calc(50% - 16px);
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.10));
}
.ma_service .servicebox > li > .inbox{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
}
.ma_service .servicebox > li > .inbox > .tit{
  color: #1D1D1D;
  font-size: 20px;
  font-weight: 500;
}
.ma_service .servicebox > li > .inbox > .img_box{
  width: 50px;
  height: 50px;
}
.ma_service .servicebox > li > .inbox > .img_box .img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ma_service .servicebox > li > .inbox > .img_box .img.img_01{
  background-image: url(../images/main/ico_service_01.svg);
}
.ma_service .servicebox > li > .inbox > .img_box .img.img_02{
  background-image: url(../images/main/ico_service_02.svg);
}
.ma_service .servicebox > li > .inbox > .img_box .img.img_03{
  background-image: url(../images/main/ico_service_03.svg);
}
.ma_service .servicebox > li > .inbox > .img_box .img.img_04{
  background-image: url(../images/main/ico_service_04.svg);
}
/* hover */
.ma_service .servicebox > li:hover{
  background: #17317B;
}
.ma_service .servicebox > li:hover .inbox > .tit{
  color: #fff;
}
.ma_service .servicebox > li:hover > .inbox > .img_box .img.img_01{
  background-image: url(../images/main/ico_service_01_hover.svg);
}
.ma_service .servicebox > li:hover > .inbox > .img_box .img.img_02{
  background-image: url(../images/main/ico_service_02_hover.svg);
}
.ma_service .servicebox > li:hover > .inbox > .img_box .img.img_03{
  background-image: url(../images/main/ico_service_03_hover.svg);
}
.ma_service .servicebox > li:hover > .inbox > .img_box .img.img_04{
  background-image: url(../images/main/ico_service_04_hover.svg);
}
@media screen and (max-width: 1480px) {
  .ma_service .servicebox > li .inbox{
    padding: 33px 35px;
  }
}
@media screen and (max-width: 767px) {

  .ma_service .servicebox{
    gap: 12px;
  }
  .ma_service .servicebox > li {
    flex: 1 1 100%;
    margin-right: 0;
  }
  .ma_service .servicebox > li .inbox{
    padding: 24px 34px;
  }
  .ma_service .servicebox > li > .inbox > .tit{
    font-size: 16px;
  }
  .ma_service .servicebox > li > .inbox > .img_box{
    width: 40px;
    height: 40px;
  }

}
/* 바로가기 서비스 */


/* 학술대회 index main */
.ma_visual_wrap.sub_index{
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.ma_visual_wrap.sub_index::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 410px;
  top: 0;
  left: 50%; transform: translateX(-50%);
  background-image: url(../images/main/bg_mavisual.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.ma_visual_wrap.sub_index .ma_visual{
  width: 1400px;
  height: auto;
  margin: auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.20);
}
.ma_visual_wrap.sub_index .ma_visual .tit_box{
  width: 100%;
  height: auto;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(146deg, #3C78EE -53.95%, #244CB8 20.75%, #0D2185 94.57%), linear-gradient(122deg, #9333DE -74.99%, #0D2185 106.79%);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.ma_visual_wrap.sub_index .ma_visual .tit_box .title_box > span{
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  display: block;
  letter-spacing: -1px;
}
.ma_visual_wrap.sub_index .ma_visual .tit_box .title_box > p{
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 6px;
  line-height: normal;
}
.sub_index .ma_visual .con_box{
  width: 100%;
  height: auto;
  border-radius: 0px 0px 32px 32px;
  background-image:
          linear-gradient(307deg, rgba(0, 0, 0, 0.00) 56.84%, rgba(0, 0, 0, 0.30) 79.43%),
          url(../images/main/bg_conbox.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.sub_index .ma_visual .tit_box .sub_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
.sub_index .ma_visual .tit_box .sub_box > div > p{
  padding-left: 12px;
  display: flex;
  gap: 16px;
  position: relative;
}
.sub_index .ma_visual .tit_box .sub_box > div > p::after{
  content: '';
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  left: 0;
  background-color: #FFF;
}
.sub_index .ma_visual .tit_box .sub_box > div > p > span{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.sub_index .ma_visual .tit_box .sub_box > div > p > span.tit{
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.sub_index .ma_visual .tit_box .sub_box > div > p > span.tit::before{
  position: absolute;
  content: '';
  right: -8px;
  top: 50%; transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #D8D8D8;
}
.sub_index .ma_visual .con_box{
  padding: 50px 60px;
}
.sub_index .ma_visual .con_box > div + div{
  margin-top: 32px;
}
.sub_index .ma_visual .con_box > div > .tit{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.sub_index .ma_visual .con_box > div > .text_box{
  margin-top: 16px;
}
.sub_index .ma_visual .con_box > div > .text_box ul li + li{
  margin-top: 10px;
}
.sub_index .ma_visual .con_box > div > .text_box ul li p{
  position: relative;
  display: flex;
  gap: 16px;
}
.sub_index .ma_visual .con_box > div > .text_box ul li span{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.sub_index .ma_visual .con_box > div > .text_box ul li span.tit{
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  display: inline-block;
}
.sub_index .ma_visual .con_box > div > .text_box ul li span.tit::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 0;
  background-image: url(../images/main/ico_tit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_index .ma_visual .con_box > div > .text_box ul li span.tit::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background: #919191;
  right: -8px;
  top: 6px;
}
.sub_index .ma_visual .con_box > div > .text_box .__txt{
  margin-top: 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.sub_index .ma_visual .con_box .btn_box{
  margin: 0px;
  position: absolute;
  bottom: 50px;
  left: 50%; transform: translateX(-50%);
}
.sub_index .ma_visual .con_box .link_btn{
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1.6px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}
.sub_index .ma_visual .con_box .link_btn span{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding-right: 30px;
  background-image: url(../images/main/ico_linkbtn.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 24px;
}
@media screen and (max-width: 1480px) {
  .sub_index .ma_visual .con_box{
    background-position-x: 60%;
  }
  .ma_visual_wrap.sub_index{
    padding-top: 50px;
  }
  .ma_visual_wrap.sub_index .ma_visual {
    width: calc(100% - 70px);
  }
  .sub_index .ma_visual .tit_box{
    height: auto;
    flex-wrap: wrap;
    padding: 24px 40px;
  }
  .sub_index .ma_visual .tit_box > div{
    width: 100%;
  }
  .sub_index .ma_visual .tit_box > div + div{
    margin-top: 20px;
  }
  .sub_index .ma_visual .tit_box .title_box > span{
    font-size: 18px;
  }
  .sub_index .ma_visual .tit_box .title_box > p{
    font-size: 32px;
  }
  .sub_index .ma_visual .tit_box .sub_box{
    gap: 10px 32px;
  }
  .sub_index .ma_visual .tit_box .sub_box > div > p > span,
  .sub_index .ma_visual .tit_box .sub_box > div > p > span.tit{
    font-size: 16px;
  }
  .sub_index .ma_visual .con_box > div > .text_box ul li span.tit::after{
    top: 4px;
  }
  .sub_index .ma_visual .con_box > div > .text_box ul li span.tit::before{
    top: 3px;
  }
  .sub_index .ma_visual .con_box{
    height: auto;

  }
  .sub_index .ma_visual .con_box{
    padding: 32px 40px;
  }
  .sub_index .ma_visual .con_box > div > .tit{
    font-size: 18px;
    letter-spacing: -0.9px;
  }
  .sub_index .ma_visual .con_box > div > .text_box ul li span{
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.8px;
  }
  .sub_index .ma_visual .con_box > div > .text_box{
    margin-top: 12px;
  }
  .sub_index .ma_visual .con_box .btn_box{
    position: static;
    transform: none;
    margin-top: 40px;
    text-align: center;
  }
  .sub_index .ma_visual .con_box .link_btn{
    display: inline-block;
    font-size: 16px;
    padding: 10px 16px;
  }
  .sub_index .ma_visual .con_box .link_btn span{
    background-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sub_index .ma_visual .con_box{
    background-position-x: 70%;
    padding: 24px;
  }
  .ma_visual_wrap.sub_index{
    padding-top: 40px;
  }
  .ma_visual_wrap.sub_index .ma_visual {
    width: calc(100% - 32px);
  }
  .ma_visual_wrap.sub_index .ma_visual .tit_box{
    padding: 24px;
  }
  .ma_visual_wrap.sub_index .ma_visual .tit_box .title_box > span{
    font-size: 14px;
  }
  .ma_visual_wrap.sub_index .ma_visual .tit_box .title_box > p{
    font-size: 24px;
  }
  .ma_visual_wrap.sub_index .ma_visual .tit_box .sub_box{
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .ma_visual_wrap.sub_index .ma_visual .tit_box .sub_box > div > p > span,
  .ma_visual_wrap.sub_index .ma_visual .tit_box > div > p > span.tit{
    font-size: 14px;
  }
  .sub_index .ma_visual .con_box{
    background-image:
            linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
            linear-gradient(307deg, rgba(0, 0, 0, 0.00) 56.84%, rgba(0, 0, 0, 0.30) 79.43%),
            url(../images/main/bg_conbox.png);
  }
  .sub_index .ma_visual .con_box .btn_box{
    margin-top: 32px;
  }
  .sub_index .ma_visual .con_box .link_btn span{
    font-size: 14px;
    background-size: 18px;
  }
  /* 20241004 소식지 + 뉴스레터 추가 */
  .ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine {
    flex-direction: column;
    gap: 40px;
  }
  .ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine > div {
    width: 100%;
  }
  .ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine > div li{
    width: 100%;
  }
  .ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .titlebox{
    margin-bottom: 20px;
  }
  .ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .inbox .txtbox .tit{
    font-size: 24px;
  }
  .ma_gallery_bnzone .ma_bnzone.ma_newsletter_magazine .inbox .imgbox .img{
    background-position: center center;
  }
  /* 20241004 소식지 + 뉴스레터 추가 */
}

/* 디데이 */
.d_day_content{
  display: flex;
  flex-direction: column;
  width: 180px;
  position: absolute;
  top: 80px;
  right: 0;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.d_day_content > .tit_box{
  background: #3E0E71;
  padding: 8px 24px;
}
.d_day_content > .tit_box > .tit{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.d_day_content > .con_box{
  padding: 10px 24px 12px 24px;
  background: #6E39A4;
}
.d_day_content > .con_box > .txt{
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
}
@media screen and (max-width: 1480px) {
  .d_day_content{
    display: none;
  }
}
/* 디데이 */
/* 학술대회 index main */

































/** welldying custom 250414 **/
/* public */
.ma_content .titlebox .title {
  font-weight: 500; /* medium */
}

.ma_content .titlebox .title .font_st1 {
  font-weight: bold;
}
/* public */

.ma_content {
  padding: 95px 0;

  background-image: 
    url(../images/main/250418_img_background_1.svg),
    url(../images/main/250418_img_background_2.png),
    url(../images/main/250418_img_background_3.png),
    linear-gradient(180deg, #FFFFFF 0%, #EDF5F9 85%, #E9FEF7 92%);
    
  background-position:
    calc(50% - 717px) 30px,       /* 아이콘1 */
    top -158px right -51px,       /* 아이콘2 */
    -114px calc(71% - 10px),      /* 아이콘3 */
    center;                       /* 그라데이션 (중앙을 기준으로 그라데이션 시작) */

  background-size: 
    150px 150px, 
    401px 300px, 
    401px 300px, 
    cover;

  background-repeat: 
    no-repeat, 
    no-repeat, 
    no-repeat, 
    no-repeat;
}
@media screen and (max-width: 1470px) {
  .ma_content {
    background-image: 
      url(../images/main/250418_img_background_1.svg),
      url(../images/main/250418_img_background_2.png),
      url(),
      linear-gradient(180deg, #FFFFFF 0%, #EDF5F9 85%, #E9FEF7 92%);
      
    background-position:
      calc(0% - 5px) 24px,         /* 아이콘1 */
      107% calc(0% - -580px),       /* 아이콘2 */
      -114px calc(71% - 10px),      /* 아이콘3 */
      center;                       /* 그라데이션 (중앙을 기준으로 그라데이션 시작) */
  
    background-size: 
      136px 150px, 
      291px 200px,
      401px 300px, 
      cover;
  
    background-repeat: 
      no-repeat, 
      no-repeat, 
      no-repeat, 
      no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .ma_content {
    background-image: 
      url(),
      url(),
      url(),
      linear-gradient(180deg, #FFFFFF 0%, #EDF5F9 85%, #E9FEF7 92%);
  }
}

/* welldying_main_banner */
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 545px;
  color: #fff;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area {
  position: relative;
  text-align: left;
  transform: translateX(-70.3%);
  transform-origin: left center;
  display: flex;
  flex-direction: column;
  top: -44px;
  width: 591px;
  transition: transform 0.3s ease;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt01 {
  position: relative;
  font-size: 26px;
  font-family: "Pretendard", sans-serif;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -1.3px;
  margin-bottom: 15px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt02 {
  position: relative;
  font-family: "GmarketSans", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -2.25px;
  margin-bottom: 2px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt03 {
  position: relative;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.70);
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -1px;
}

.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .page-info {
  font-size: 16px;
  color: #fff;
  display: flex;
  gap: 4px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .progress-bar {
  width: 200px;
  height: 2px;
  background-color: #ccc;
  border-radius: 2px;
  overflow: hidden;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .progress-fill {
  height: 100%;
  background-color: #79c943; /* 초록색 */
  width: 0%;
  transition: width 0.3s ease;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .controll_button {
  display: flex;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 19px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .controll_button.hover {
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl .btn_stop_play {
  position: relative;
  width: 34px;
  height: 34px;
  margin-left: 0px;
  border: none;
  background: url(../images/main/250418_icon_stop_white.svg) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}
.welldying_ma_visual_wrap .ma_visual .swiper_ctrl .btn_stop_play.stop {
  background-image: url(../images/main/250418_icon_play_white.svg);
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl .controll_button.hover .btn_stop_play {
  background: url(../images/main/250418_icon_stop_black.svg) no-repeat center/contain;
}
.welldying_ma_visual_wrap .ma_visual .swiper_ctrl .controll_button.hover .btn_stop_play.stop {
  background-image: url(../images/main/250418_icon_play_black.svg);
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  width: 34px;
  height: 34px;
  margin: 0 0 0 0px;
  border: none;
  background-image: url(../images/main/250418_icon_arrow_\ left_white.svg), url(../images/main/250418_icon_arrow_\ left_white.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  transform: unset;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-button-next {
  position: relative;
  top: unset;
  right: unset;
  width: 34px;
  height: 34px;
  margin: 0 0px 0 0;
  border: none;
  background-image: url(../images/main/250418_icon_arrow_\ right_white.svg), url(../images/main/250418_icon_arrow_\ right_white.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  transform: unset;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .controll_button.hover .swiper-button-prev {
  background-image: url(../images/main/250418_icon_arrow_\ left_black.svg), url(../images/main/250418_icon_arrow_\ left_black.svg);
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .controll_button.hover .swiper-button-next {
  background-image: url(../images/main/250418_icon_arrow_\ right_black.svg), url(../images/main/250418_icon_arrow_\ right_black.svg);
}


.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-area {
  width: 100%; 
  height: 60%; 
  /* background-color: red;  */
  position: absolute; 
  z-index: 500; 
  left: 0; 
  right: 0; 
  top: 70px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-controller-area {
  position: relative; 
  width: 1420px; 
  height: 100%; 
  /* background-color: rgb(138, 98, 98); */
}

.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 25%;
  left: 0;
  z-index: 1;
  color: #fff;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit .txt01 {
  font-size: 26px;
  font-family: "Pretendard", sans-serif;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -1.3px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit .txt02 {
  margin-top: 16px;
  font-family: "GmarketSans", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -2.25px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit .txt03 {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.70);
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -1px;
}
.welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl {
  display: flex;
  justify-content: normal;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0%;
  left: 0;
  z-index: 1;
}



.welldying_ma_visual_menu {
  position: relative;
  margin-top: -382px;
  margin-bottom: 160px;
  text-align: center;
  margin-left: 700px;
  z-index: 1;
}
.welldying_ma_visual_menu ul {
  display: inline-flex;
  justify-content: center;
  padding: unset;
  border-radius: 24px 24px 0 0;
  background: unset;;
  text-align: left;
  gap: 24px;
}
.welldying_ma_visual_menu li.bag_styl1 {
  position: relative;
  background: linear-gradient(188deg, rgba(255, 208, 78, 0.70) -74.48%, rgba(255, 89, 0, 0.70) 123.73%), rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  overflow: hidden;
}
.welldying_ma_visual_menu li.bag_styl2 {
  position: relative;
  background: linear-gradient(188deg, rgba(125, 211, 29, 0.70) -74.48%, rgba(0, 123, 128, 0.70) 123.73%);
  border-radius: 10px;
  overflow: hidden;
}
.welldying_ma_visual_menu li.bag_styl1 .ico.ico1 {
  background-image: url('../images/main/icon_mainquick01_pc.svg');
}
.welldying_ma_visual_menu li.bag_styl2 .ico.ico2 {
  background-image: url('../images/main/icon_mainquick02_pc.svg');
}
.welldying_ma_visual_menu li.bag_styl2 .ico.ico3 {
  background-image: url('../images/main/icon_mainquick03_pc.svg');
}
.welldying_ma_visual_menu li .link {
  display: block;
  width: 45px;
  height: 44px;
  padding: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 10px;
  background: #FF7512;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}
.welldying_ma_visual_menu li .link .link_ico {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images//main/250414_icon_link.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.welldying_ma_visual_menu li .inbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 222px;
  height: 222px;
  padding: 30px;
}
.welldying_ma_visual_menu li .inbox:focus .txt,
.welldying_ma_visual_menu li .inbox:hover .txt {
  /* text-decoration: underline; */
  text-underline-offset: 5px;
}
.welldying_ma_visual_menu li .inbox .ico {
  flex: none;
  width: 65px;
  height: 65px;
  margin-right: unset;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.welldying_ma_visual_menu li .inbox .txt {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(50, 12, 0, 0.20);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}
.welldying_ma_visual_menu li .inbox .more {
  display: inline-flex;
  width: 161px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 10px 12px 10px 16px;
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.10);
  /* box-shadow: 0px 4px 12px 0px rgba(0, 8, 19, 0.16); */
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}
.welldying_ma_visual_menu li .inbox .more::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 13px;
  background: url(../images/main/250418_icon_arrow_white.svg) no-repeat center / contain;
}
.welldying_ma_visual_menu li .inbox.hover .more {
  background: #fff;
  color: #1D1D1D;
}
.welldying_ma_visual_menu li .inbox.hover .more::after {
  background: url(../images/main/250418_icon_arrow_black.svg) no-repeat center / contain;
}
.welldying_ma_visual_menu li .inbox .more .more_txt_type{
  display: inline-block;
}
@media screen and (max-width: 1470px) {
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit {
    margin-left: 20px;
    transition: 0.3s;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl {
    margin-left: 20px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1480px) {
  .welldying_ma_visual_menu {
    margin-top: -280px;
    margin-bottom: 58px;
    margin-left: unset;
  }
  .welldying_ma_visual_menu ul {
    display: inline-flex;
    justify-content: center;
    padding: unset;
    border-radius: 24px 24px 0 0;
    background: unset;;
    text-align: left;
    gap: 24px;
  }
  .welldying_ma_visual_menu li .inbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 222px;
    height: 222px;
    padding: 30px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox {
    height: 665px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area {
    top: -150px;
    transform: unset;
    text-align: center;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-area {
    height: 40%;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl {
    justify-content: center;
    transition: transform 0.3s ease;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt01 {
    margin-bottom: 3px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt03 {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .welldying_ma_visual_menu {
    margin-top: -227px;
    margin-bottom: 50px;
    margin-left: unset;
  }
  .welldying_ma_visual_menu ul {
    gap: 16px;
    padding: 20px;
  }
  .welldying_ma_visual_menu li.bag_styl1 {
    position: relative;
    background: unset;
    border-radius: 10px;
    overflow: hidden;
  }
  .welldying_ma_visual_menu li.bag_styl2 {
    position: relative;
    background: unset;
    border-radius: 10px;
    overflow: hidden;
  }
  .welldying_ma_visual_menu ul {
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(188deg, rgba(125, 211, 29, 0.70) -74.48%, rgba(0, 123, 128, 0.70) 123.73%);
  }
  .welldying_ma_visual_menu li .link {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: 4px;
    right: 23px;
    z-index: 10;
    border-radius: 18px;
    background: #FF7512;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
  }
  .welldying_ma_visual_menu li .link .link_ico {
    width: 10px;
    height: 10px;
  }
  .welldying_ma_visual_menu li.bag_styl1 .ico.ico1 {
    background-image: url('../images/main/250414_icon_논문투고심사_m.png');
  }
  .welldying_ma_visual_menu li.bag_styl2 .ico.ico2 {
    background-image: url('../images/main/250414_icon_양식자료실_m.png');
  }
  .welldying_ma_visual_menu li.bag_styl2 .ico.ico3 {
    background-image: url('../images/main/250414_icon_논문검색시스템_m.png');
  }

  .welldying_ma_visual_menu li .inbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 135px;
    padding: 0px;
    position: relative;
  }
  .welldying_ma_visual_menu li .inbox .ico {
    width: 46px;
    height: 46px;
  }
  .welldying_ma_visual_menu li .inbox .txt {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(50, 12, 0, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.7px;
    padding-bottom: 16px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.50);
  }
  .welldying_ma_visual_menu li .inbox .more .more_txt_type{
    display: none;
  }
  .welldying_ma_visual_menu li .inbox .more .more_txt{
    display: block;
    position: absolute;
    bottom: 8px;
    left: 13px;
    font-size: 15px;
  }
  .welldying_ma_visual_menu li .inbox .more {
    width: 27px;
    height: 27px;
    margin-top: 13px;
    background: url(../images/main/250418_icon_arrow_white.svg) no-repeat center / 14px;
    margin-left: 65px;
    border: unset;
    background-color: rgba(255, 255, 255, 0.10);
  }
  .welldying_ma_visual_menu li .inbox .more::after {
    background: unset;
  }
  .welldying_ma_visual_menu li .inbox.hover .more {
    color: #fff;
    background-image: url(../images/main/250418_icon_arrow_black.svg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
  }



  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox {
    height: 615px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area {
    top: -150px;
    transform: unset;
    text-align: center;
    max-width: 328px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper-area {
    height: 40%;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl {
    justify-content: center;
    transition: transform 0.3s ease;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt01 {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt02 {
    margin-top: 13px;
    font-size: 32px;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .inbox .text_area .txt03 {
    margin-top: 13px;
    font-size: 16px;
  }

  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl .swp_btn {
    display: none;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .progress-bar {
    width: 135px;
  }

  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit .txt01 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit .txt02 {
    margin-top: 8px;
    font-family: "GmarketSans", sans-serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_tit .txt03 {
    margin-top: 8px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
  }
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .swiper_ctrl {
    bottom: -6%;
    margin-left: 0px;
  }

  
}

@media screen and (max-width: 450px) {
  .welldying_ma_visual_wrap.ma_visual_wrap .ma_visual .progress-bar {
    width: 100px;
  }
  .welldying_ma_visual_menu ul {
    gap: 0px;
  }
}






/* welldying_ma_news */
.ma_content .two_wrap {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: 0px auto 80px;
  gap: 80px;
}
.ma_content .two_wrap .welldying_news {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 47%;
  height: 483px;
  margin: 0 auto;
  gap: 20px;
}

.ma_content .two_wrap .welldying_news .titlebox {
  display: block;
  width: 100%;
}
.ma_content .two_wrap .welldying_news .titlebox .title {
  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  letter-spacing: -1.6px;
}

.ma_content .two_wrap .welldying_news .titlebox .font_st1 {
  color: #00452D;
  text-overflow: ellipsis;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  letter-spacing: -1.6px;
}
.ma_content .two_wrap .welldying_news .titlebox .title::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -13px;
  left: 5px;
}

.ma_content .two_wrap .welldying_news .welldying_news_tab_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  position: relative;
  /* overflow: hidden; */
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_area {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 460px;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab::-webkit-scrollbar {
  display: none;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li .tit {
  color: #555;
  text-overflow: ellipsis;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li .tit:hover {
  text-decoration: underline;
  text-underline-offset: 3px;  
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li .divider {
  display: block;
  width: 2px;
  height: 15px;
  transform: rotate(17.713deg);
  background: #555;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active {
  position: relative;
  top: -1px;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active .news_ico.all {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/main/250418_icon_전체.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active .news_ico.notice {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/main/250418_icon_공지사항.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active .news_ico.news {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/main/250418_icon_언론보도.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active .news_ico.research {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/main/250418_icon_연구소식.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .welldying_news_tab li.active .tit {
  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}

.ma_content .two_wrap .welldying_news .welldying_news_tab_area .more_button_area {
  width: 100px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 3.12%, rgba(255, 255, 255, 0.58) 19.67%, #FFF 60.32%);
  position: absolute;
  right: 0;
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .more_button_area .more_button {
  all: unset;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #C6C6C6;
  background-image: url(../images/main/250418_icon_more_black.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  filter: drop-shadow(0px 4px 8px rgba(17, 49, 52, 0.2));
}
.ma_content .two_wrap .welldying_news .welldying_news_tab_area .more_button_area .more_button:hover {
  all: unset;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #006743;
  border: 1px solid #006743;
  background-image: url(../images/main/250418_icon_more_white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  cursor: pointer;
}


.ma_content .two_wrap .welldying_news_list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
}
.ma_content .two_wrap .welldying_news_list .welldying_news_nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 366px;
  border-top: 2px solid var(--555555, #555);
  border-bottom: 2px solid var(--555555, #555);
  background: linear-gradient(180deg, #FFF 44.72%, rgba(237, 245, 249, 0.90) 100%);
}
.ma_content .two_wrap .welldying_news_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
}
.ma_content .two_wrap .welldying_news_list li .type {
  color: #1D1D1D;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;

  display: inline-block;
  border-radius: 100px;
  background: var(--ffffff, #FFF);
  box-shadow: 0px 0px 8px 0px rgba(113, 113, 113, 0.20);
  padding: 4px 12px;
  width: 96px;
  height: 32px;
}
.ma_content .two_wrap .welldying_news_list li .type .type_ico1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/main/250418_icon_공지사항.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}
.ma_content .two_wrap .welldying_news_list li .type .type_ico2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/main/250418_icon_언론보도.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}
.ma_content .two_wrap .welldying_news_list li .type .type_ico3 {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/main/250418_icon_연구소식.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}
.ma_content .two_wrap .welldying_news_list li .tit {
  color: #1D1D1D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  width: 65%;
}
.ma_content .two_wrap .welldying_news_list li .tit:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ma_content .two_wrap .welldying_news_list li .date {
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  min-width: 90px;
}
.ma_content .two_wrap .welldying_news_list li ~ li {
  width: 100%;
  border-top: 1px dashed #C6C6C6;
}
@media screen and (max-width: 1480px) {
  .ma_content .two_wrap .welldying_news_list li .tit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ma_content .two_wrap .welldying_news_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 8px;
  }
  .ma_content .two_wrap .welldying_news_list li .type {
    width: 67px;
    flex-shrink: 0;
  }
  .ma_content .two_wrap .welldying_news_list li .tit {
    width: 100%;
  }
  .ma_content .two_wrap .welldying_news_list li .date {
    width: 78px;
  }
  .ma_content .two_wrap .welldying_news_list li .type .type_ico1 {
    width: 8px;
    height: 8px;
  }
  .ma_content .two_wrap .welldying_news_list li .type .type_ico2 {
    width: 8px;
    height: 8px;
  }
  .ma_content .two_wrap .welldying_news_list li .type .type_ico3 {
    width: 8px;
    height: 8px;
  }
  .ma_content .two_wrap .welldying_news_list li .type .type_txt {
    display: inline-block;
    width: 28px;
  }
  .ma_content .two_wrap .welldying_news_list li .type .type_txt .t_hidden {
    display: none;
  }

  .ma_content .two_wrap .welldying_news .titlebox .title {
    font-size: 24px;
  }
  .ma_content .two_wrap .welldying_news .titlebox .font_st1 {
    font-size: 24px;
  }
}



/* welldying_ma_notice */
.welldying_ma_notice_bnzone {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 47%;
  height: 483px;
  margin: 0px auto 0px;
  gap: 20px;
}
.welldying_ma_notice_bnzone.ma_gallery_bnzone {
  padding: 0px;
  border-radius: 0 0 22px 22px;
}
.welldying_ma_notice_bnzone .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 21px;
}
.ma_content .two_wrap .welldying_ma_notice_bnzone .titlebox .title {
  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: normal;
  letter-spacing: -1.6px;
}
.ma_content .two_wrap .welldying_ma_notice_bnzone .titlebox .font_st1 {
  color: #00452D;
  text-overflow: ellipsis;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  letter-spacing: -1.6px;
}
.ma_content .two_wrap .welldying_ma_notice_bnzone .titlebox .font_st1::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -13px;
  left: 5px;
}
.welldying_ma_notice_bnzone .welldying_ma_notice {
  flex: 1;
  min-width: 0;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  /* overflow: hidden; */
}
.welldying_ma_notice_bnzone .welldying_ma_notice .swiper-container {
  box-shadow: 0px 8px 16px 0px rgba(35, 65, 27, 0.20);
  border-radius: 10px;
}
.welldying_ma_notice_bnzone .welldying_ma_notice #nodataArea {
  box-shadow: 0px 8px 16px 0px rgba(35, 65, 27, 0.20);
  border-radius: 10px;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .imgbox {
  position: relative;
  width: 100%;
  height: 425px;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .imgbox .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .imgbox .noimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  background-image: url(../images/bg_noimg.svg);
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 30px);
  background-size: 161px 44px;
  background-color: #f8f8f8;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .txtbox {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 67px;
  padding: 22px 24px;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: space-between;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .txtbox .controller_area {
  display: inline-block;
  min-width: 185px;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .txtbox .tit {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .txtbox .more {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox .txtbox .more::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url(../images/ico_16_more_white.svg) no-repeat center/contain;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox:focus .imgbox .img,
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox:hover .imgbox .img {
  transform: scale(1);
}
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox:focus .txtbox .tit,
.welldying_ma_notice_bnzone .welldying_ma_notice .inbox:hover .txtbox .tit {
  text-decoration: unset;
  text-underline-offset: 3px;
}
.welldying_ma_notice_bnzone .welldying_ma_notice .nodata_box_wrap,
.welldying_ma_notice_bnzone .welldying_ma_bnzone .nodata_box_wrap {
  height: 313px;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
}

.welldying_ma_notice_bnzone .swiper_ctrl {
  display: flex;
  justify-content: center;
  
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background: #F06E00;
  height: 67px;
  width: 200px;
  border-radius: 0px 0px 10px 0px;
  padding: 21px 16px 21px 17px;
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-pagination {
  display: flex;
  align-items: center;
  position: static;
  width: auto;
  height: 24px;
  margin: 0 15px;
  gap: 7px;
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-pagination * {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-pagination .current {
  font-weight: 700;
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-pagination .slash {
  margin: 0 4px;
  transform: scaleY(0.7);
  color: rgb(255,255,255,0.5);
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-button-prev {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  background-image: url(../images/main/250414_ico_prev.svg), url(../images/main/250414_ico_prev.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  text-indent: -9999px;
  overflow: hidden;
}
.welldying_ma_notice_bnzone .swiper_ctrl .btn_stop_play {
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/main/250414_ico_stop.svg) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}
.welldying_ma_notice_bnzone .swiper_ctrl .btn_stop_play.stop {
  background-image: url(../images/main/btn_visual_play.svg);
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-button-next {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  background-image: url(../images/main/250414_ico_next.svg), url(../images/main/250414_ico_next.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: contain, contain;
  text-indent: -9999px;
  overflow: hidden;
}
.welldying_ma_notice_bnzone .swiper_ctrl .swiper-button-next:hover {
  background-position: -9999px, center;
}
.welldying_ma_notice_bnzone .titlebox .swiper_ctrl .swiper-button-prev:hover {
  background-position: -9999px, center;
}

/** main no-data */
.welldying_ma_notice_bnzone .welldying_ma_notice .welldying_ma_notice_nodata {
  height: 426px;
  border-radius: 10px;
  background-image: url(../images/250418_no_notice_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/** main no-data */
@media screen and (max-width: 1470px) {
  .ma_content .two_wrap {
    flex-direction: column;
    gap: 80px;
  }
  .ma_gallery_bnzone {
    padding: 0;
  }

  .ma_content .two_wrap .welldying_news {
    width: 90%;
  }
  .welldying_ma_notice_bnzone {
    width: 90%;
  }
  .welldying_ma_notice_bnzone .welldying_ma_notice .welldying_ma_notice_nodata {
    background-size: contain;
  }

  .welldying_ma_notice_bnzone .welldying_ma_notice .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .welldying_ma_notice_bnzone .welldying_ma_notice .inbox .imgbox .img {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .go_top.welldying_go_top {
    right: 4px;
  }
  .ma_content .two_wrap {
    gap: 50px;
  }
  .welldying_ma_notice_bnzone{
    height: 312px;
  }
  .welldying_ma_notice_bnzone .welldying_ma_notice .inbox .imgbox {
    height: 254px;
  }

  .welldying_ma_notice_bnzone .welldying_ma_notice .welldying_ma_notice_nodata {
    height: 254px;
    background-size: cover;
  }

  .welldying_ma_notice_bnzone .swiper_ctrl {
    width: 156px;
    padding: 16px 8px 16px 16px;
    align-items: center;
  }
  .welldying_ma_notice_bnzone .welldying_ma_notice .inbox .txtbox .controller_area {
    min-width: 140px;
  }
  .welldying_ma_notice_bnzone .swiper_ctrl .swiper-pagination {
    margin: 0 7px;
    gap: 5px;
  }
}
@media screen and (max-width: 500px) {
  .welldying_ma_notice_bnzone .welldying_ma_notice .inbox .imgbox .img {
    background-size: cover;
  }
}


/* welldying_ma_service */
.welldying_ma_service {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0px auto 80px;
  box-shadow: 0px 8px 16px 0px rgba(35, 65, 27, 0.20);
  border-radius: 10px;
}
.welldying_ma_service .quick_menu {
  width: 100%;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welldying_ma_service .quick_menu .tit {
  width: 258px;
  height: 100%;
  background-color: #00452D;
  border-radius: 10px 0px 0px 10px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.welldying_ma_service .quick_menu .tit span {
  display: block;
  color: #86AF77;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.welldying_ma_service .quick_menu .tit .title {
  color: #FFF;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}
.welldying_ma_service .quick_menu .tit .title::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -13px;
  left: 5px;
}
.welldying_ma_service .quick_menu .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1142px;
  height: 100%;
  background-color: #F0F5EF;
  border-radius: 0px 10px 10px 0px;
  padding: 24px 60px;
  gap: 120px;
}
.welldying_ma_service .quick_menu .category li:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.welldying_ma_service .quick_menu .category li .inbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  position: relative;
}
.welldying_ma_service .quick_menu .category li .inbox::after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  border-right: 1px dashed #1E6B70;
}
.welldying_ma_service .quick_menu .category li:last-child .inbox::after {
  content: none;
}
.welldying_ma_service .quick_menu .category li .inbox .title {
  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.1px;
}

@media screen and (max-width: 1470px) {
  .welldying_ma_service {
    display: block;
    width: 95%;
  }

  .welldying_ma_service .quick_menu {
    height: 291px;
    flex-direction: column;
    border-radius: 10px;
  }
  .welldying_ma_service .quick_menu .tit {
    width: 100%;
    height: 61px;
    border-radius: 10px 10px 0px 0px;
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .welldying_ma_service .quick_menu .tit .title {
    color: #FFF;
    font-size: 24px;
    letter-spacing: -1.4px;
  }
  .welldying_ma_service .quick_menu .category {
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
    gap: 0px;
    border-radius: 0px 0px 10px 10px;
  }
  .welldying_ma_service .quick_menu .category li {
    display: block;
    width: 50%;
    padding: 20px 16px;
  }
  .welldying_ma_service .quick_menu .category li:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .welldying_ma_service .quick_menu .category li:nth-child(even) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .welldying_ma_service .quick_menu .category li:nth-last-child(1) {
    border-right: 0px solid rgba(0, 0, 0, 0.16);
    border-bottom: 0px solid rgba(0, 0, 0, 0.16);
  }
  .welldying_ma_service .quick_menu .category li:nth-last-child(2) {
    border-left: 0px solid rgba(0, 0, 0, 0.16);
    border-bottom: 0px solid rgba(0, 0, 0, 0.16);
  }
  .welldying_ma_service .quick_menu .category li .inbox::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .welldying_ma_service .quick_menu {
    height: 205px;
  }
  .welldying_ma_service .quick_menu .tit .title_sub {
    display: none;
  }
  .welldying_ma_service .quick_menu .tit .title {
    font-size: 18px;
  }
  .welldying_ma_service .quick_menu .tit .title::after {
    width: 6px;
    height: 6px;
    top: -9px;
    left: 3px;
  }
  .welldying_ma_service .quick_menu .category li .inbox {
    height: 35px;
  }
  .welldying_ma_service .quick_menu .category li .inbox img {
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
  }
  .welldying_ma_service .quick_menu .category li .inbox .title {
    font-size: 16px;
  }

}





/** welldying_ma_gallery_bnzone **/
.welldying_ma_gallery_bnzone.ma_gallery_bnzone {
  display: flex;
  max-width: 1420px;
  margin: 80px auto 0px;
  padding: 0 10px;
  gap: 80px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
  gap: 16px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .title {
  color: #1d1d1d;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: normal;
  letter-spacing: -1.6px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .font_st1 {
  color: #00452D;
  text-overflow: ellipsis;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  letter-spacing: -1.6px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .font_st1::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -13px;
  left: 5px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-prev {
  position: static;
  width: 36px;
  height: 36px;
  margin: 0;
  border: none;
  background-image: url(../images/main/250418_icon_arrow_\ left_black.svg), url(../images/main/250418_icon_arrow_\ left_black.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: 34px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  filter: drop-shadow(0px 4px 8px rgba(17, 49, 52, 0.20));
  border-radius: 20px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-prev:hover {
  background-image: url(../images/main/250418_icon_arrow_\ left_white.svg);
  background-color: #006743;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
  margin: 0;
  border: none;
  background-image: url(../images/main/250418_icon_arrow_\ right_black.svg), url(../images/main/250418_icon_arrow_\ right_black.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: 34px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  filter: drop-shadow(0px 4px 8px rgba(17, 49, 52, 0.20));
  border-radius: 20px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-next:hover {
  background-image: url(../images/main/250418_icon_arrow_\ right_white.svg);
  background-color: #006743;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-more {
  position: static;
  width: 36px;
  height: 36px;
  margin: 0;
  border: none;
  background-image: url(../images/main/250418_icon_more_black.svg), url(../images/main/250418_icon_more_black.svg);
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center, -9999px;
  background-size: 16px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  filter: drop-shadow(0px 4px 8px rgba(44, 98, 104, 0.20));
  border-radius: 20px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-button-more:hover {
  background-image: url(../images/main/250418_icon_more_white.svg);
  background-color: #006743;
}

.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination {
  display: flex;
  align-items: center;
  position: static;
  width: auto;
  height: 24px;
  margin: 0 2px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination * {
  color: #9d9d9d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination .current {
  color: #1d1d1d;
  font-weight: 700;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .swiper-pagination .slash {
  margin: 0 4px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .btn_stop_play {
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/main/ico_stop.svg) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox .swiper_ctrl .btn_stop_play.stop {
  background-image: url(../images/main/ico_play.svg);
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery {
  flex: unset;
  width: 75%;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .middle_line {
  height: 1px;
  flex: 1 0 0;
  background: #C6C6C6;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .category_box {
  display: flex;
  gap: 8px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .category_box button {
  display: flex;
  width: 110px;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 66px;
  border: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
  background: #FFF;

  color: var(--1-d-1-d-1-d, #1D1D1D);
  text-align: center;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .category_box button.active {
  display: flex;
  width: 110px;
  padding: 6px 12px 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 66px;
  border: 1px solid var(--82-bd-40, #82BD40);
  background: var(--ffffff, #FFF);
  box-shadow: 0px 4px 8px 0px rgba(17, 49, 52, 0.20);

  font-weight: 700;

  position: relative;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .category_box button.active span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .category_box button.active span::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/main/250508_gallery_category.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .swiper-container {
  padding: 4px 16px 19px 16px;
    margin: 0 -16px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .swiper-container .swiper-slide {
  box-shadow: 0px 8px 10px 0px rgba(35, 65, 27, 0.20);
  border-radius: 16px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox.green_line {
  outline: 1px solid #006743;
  border: 1px solid #006743;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox.orange_line {
  outline: 1px solid #F06E00;
  border: 1px solid #F06E00;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .imgbox {
  position: relative;
  width: 100%;
  height: 208px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .imgbox .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  border-radius: 13px 13px 0 0;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .imgbox .noimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  background-image: url(../images/bg_noimg.svg);
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 30px);
  background-size: 161px 44px;
  background-color: #f8f8f8;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox_tit {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 95px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox_tit span {
  color: #FFF;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox_tit.orange_bg {
  border-radius: 10px 0px;
  background: #F06E00;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox_tit.green_bg {
  border-radius: 10px 0px;
  background: #006743;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 24px;
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
  border-radius: 0 0 10px 10px;
  height: 126px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 보여줄 줄 수 */
  -webkit-box-orient: vertical; /* 세로 방향 박스 */
  white-space: unset;
  text-overflow: ellipsis;
  color: #1D1D1D;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.9px;
  margin-bottom: 16px;
  height: 52px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox .bot_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox .bot_area .tit {
  overflow: hidden;
  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.9px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox .bot_area .date {
  color: #919191;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox .bot_area .more {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #1D1D1D;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox .txtbox .more::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url(../images/250414_right_arrow_head.svg) no-repeat center/contain;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox:focus .imgbox .img,
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox:hover .imgbox .img {
  transform: scale(1);
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox:focus .txtbox .tit,
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .inbox:hover .txtbox .tit {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone {
  flex: unset;
  margin-left: 60px;
  width: 21%
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .swiper-container {
  border-radius: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox {
  display: block;
  position: relative;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .imgbox {
  position: relative;
  width: 100%;
  height: 334px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .imgbox .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .txtbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .tit {
  color: #793613;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .txt {
  margin: 16px 0;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 12px 12px 12px 16px;
  border-radius: 8px;
  background-color: #92451a;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  transition: 0.3s;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox .txtbox .more::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 28px;
  background: url(../images/ico_18_more_white.svg) no-repeat center/contain;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox:focus .txtbox .more,
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone .inbox:hover .txtbox .more {
  background-color: #762a00;
}

@media screen and (max-width: 1470px) {
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone {
    flex-direction: row;
  }
}

@media screen and (max-width: 1470px) {
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone {
    flex-direction: unset;
    align-items: baseline;
    justify-content: center;
    gap: 70px;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone {
    margin: 0px;
    width: 300px;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery {
    width: 770px;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .ma_introduction .titlebox {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1220px) {
  /* .welldying_ma_gallery_bnzone.ma_gallery_bnzone {
    flex-direction: column;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery {
    width: 100%;
  } */
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery .titlebox .category_box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone {
    flex-direction: column;
    width: unset;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_bnzone {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_gallery {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .titlebox {
    gap: 7px;
  }
}

/* 20241004 소식지 + 뉴스레터 추가 */
.slide_none{
  width: 100%;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine{
  display: flex;
  gap: 32px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine > div{
  width: 100%;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .inbox .txtbox{
  padding: 32px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .inbox .txtbox .tit{
  color: #1d1d1d;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.6px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .titlebox {
  display: flex;
  justify-content: normal;
  align-items: flex-end;
  margin-bottom: 25px;
  gap: 10px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .titlebox .introduction_ico {
  display: inline-block;
  width: 45px;
  height: 40px;
  background-image: url(../images/main/icon_mainintro.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .titlebox .font_st1 {
  color: #00452D;
  text-overflow: ellipsis;
  font-family: "GmarketSans";
  font-size: 32px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  letter-spacing: -1.6px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .titlebox .font_st1::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -13px;
  left: 5px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .inbox .txtbox .txt{
  margin: 12px 0;
  font-size: 16px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .inbox .imgbox .img{
  background-position: right -130px center;
}

.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area {
  width: 296px;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 10px 0px rgba(35, 65, 27, 0.20);
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction{
  width: 296px;
  height: 238px;
  padding: 24px 24px 30px 24px;
  background-image: url(../images/main/250414_introduction_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav ul{
  width: 296px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 10px 10px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98px;
  background: #30414A;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li:nth-child(2){
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  border-right: 1px solid rgba(255, 255, 255, 0.10);

background: #30414A;
}

/* 뉴스 */
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .ma_introduction .inbox .txtbox .tit{
  color: #fff;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .ma_introduction .inbox .txtbox .txt{
  color: #fff;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .ma_introduction .inbox .txtbox .more{
  background: #00A3AD;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .ma_introduction .inbox .txtbox .more:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .ma_introduction .inbox .imgbox .img{
  background-position: center center;
}

.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction span{
  display: block;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction .tit{
  color: #F06E00;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  letter-spacing: -0.45px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction .title{
  color: #1D1D1D;
  font-family: "Pretendard";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 123.077% */
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction .under_line_box{
  width: 100%;
  height: 18px;
  padding: 9px 0px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction .under_line_box .under_line{
  width: 10px;
  height: 2px;
  background: #C6C6C6;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction p{
  overflow: hidden;
  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.7px;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li a span{
  display: block;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li a img{
  display: block;
}
.welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav li a .tit{
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 200% */
  letter-spacing: -0.45px;
}

@media screen and (max-width: 1220px) {
  /* .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav ul {
    width: 100%;
  } */
}
@media screen and (max-width: 767px) {
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction {
    width: 100%;
  }
  .welldying_ma_gallery_bnzone.ma_gallery_bnzone .ma_introduction_magazine .introduction_area .introduction_nav ul {
    width: 100%;
  }
}
/* 20241004 소식지 + 뉴스레터 추가 */


/** 딤드형 팝업 노출시 메인 스위퍼 버튼 숨김 250403 lgh **/
.ma_visual_wrap .ma_visual > .swiper-button-prev.dimpopup-hidden {
  display:none;
}
.ma_visual_wrap .ma_visual > .swiper-button-next.dimpopup-hidden {
  display:none;
}
/** 딤드형 팝업 노출시 메인 스위퍼 버튼 숨김 250403 lgh **/


.no_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .no_br {
    display: inline-block;
  }
}





/** welldying custom 250414 **/