@font-face {
  font-family: "pretendard";
  font-weight: 300;
  src: url(/m/font/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "pretendard";
  font-weight: 400;
  src: url(/m/font/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "pretendard";
  font-weight: 500;
  src: url(/m/font/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "pretendard";
  font-weight: 600;
  src: url(/m/font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "pretendard";
  font-weight: 700;
  src: url(/m/font/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: LGSmHaTR;
  font-weight: 300;
  src: url(/m/font/LGSmHaTL.woff) format("woff");
}
@font-face {
  font-family: LGSmHaTR;
  font-weight: 400;
  src: url(/m/font/LGSmHaTR.woff) format("woff");
}
@font-face {
  font-family: LGSmHaTR;
  font-weight: 600;
  src: url(/m/font/LGSmHaTSB.woff) format("woff");
}
@font-face {
  font-family: LGSmHaTR;
  font-weight: 700;
  src: url(/m/font/LGSmHaTB.woff) format("woff");
}
body.is_popup {
  position: fixed;
}

.new_wrap * {
  font-family: LGSmHaTR, LGSmHaR, nGothic, sans-serif;
}
.new_wrap {
  padding: 0 !important;
}
.new_wrap svg {
  vertical-align: top;
}
.new_wrap button {
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: top;
}

html:lang(en) .new_header.type_main .new_link_logo:before {
  background-image: url(/m/img/new_logo_en_white.svg);
}
html:lang(en) .new_header .new_menu_logo .new_link_logo:before,
html:lang(en) .new_header .new_link_logo:before {
  width: 105px;
  background-image: url(/m/img/new_logo_en.svg);
}

.new_blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.new_layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: all 0.2s ease-in-out;
}
.new_layer.is_show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.new_layer_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.new_layer_btn_close {
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  margin: 0 0 6px auto;
  padding: 8px;
}
.new_layer_video {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
.new_layer_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.new_layer_brand {
  margin-top: 20px;
  font-size: 12px;
  font-style: normal;
  line-height: 15.6px;
  color: #ff1657;
}
.new_layer_title {
  font-family: LGSmHaTR;
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  color: #fff;
}
.new_effect {
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.new_effect.is_effect_on {
  opacity: 1;
  transform: translateY(0);
}
.new_header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.2s ease-in;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.new_header.type_main {
  background: transparent;
  border-bottom: 0;
}
.new_header.type_main .new_menu_btn {
  color: #fff;
}
.new_header.type_main .new_link_logo:before {
  background-image: url(/m/images/main/new_logo_white.svg);
}
.new_header button {
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: top;
}
.new_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  box-sizing: border-box;
}
.new_logo {height: auto !important; line-height: unset !important; padding: unset !important; display: block !important; border: 0 !important;}
.new_header .new_link_logo:before {
  display: block;
  width: 122px;
  height: 24px;
  transition: all 0.2s ease-in;
  background: url(/m/images/main/new_logo.svg) center/cover no-repeat;
  content: "";
}
.new_header .new_menu_btn {
  color: #111;
  transition: all 0.2s ease-in;
}
.new_header .new_menu_btn svg path {
  stroke: currentColor;
}
.new_header .new_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: -webkit-fill-available;
  background: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.new_header .new_menu.is_active {
  width: 100vw;
  visibility: visible;
}
.new_header .new_menu_inner {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
}
.new_header .new_menu_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 20px;
  flex: none;
}
.new_header .new_menu_logo .new_link_logo:before {
  background-image: url(/m/images/main/new_logo.svg);
}
.new_header .new_menu_close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: -3px;
}
.new_header .new_menu_search_box {
  position: relative;
  padding: 45px 20px 20px;
  flex: none;
}
.new_header svg {vertical-align: top;}
.new_header .new_menu_search_input {
  width: 100%;
  height: 32px;
  padding: 0 80px 8px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #888;
  font-size: 16px;
  color: #111;
  line-height: 19.36px;
  box-sizing: border-box;
  background: #fff;
  font-family: LGSmHaTR, LGSmHaR, nGothic, sans-serif !important;
}
.new_header .new_menu_search_input::placeholder {
  color: #d9d9d9;
}
.new_header .new_menu_search_input:focus {
  outline: none;
  border-color: #c60e41;
}
.new_header .new_menu_search_input::-webkit-search-cancel-button {
  appearance: none;
}
.new_header .new_menu_search_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  right: 17px;
  bottom: 25px;
}
.new_header .new_menu_search_clear_btn {
  display: none;
  position: absolute;
  padding: 10px;
  bottom: 22px;
  right: 48px;
}
.new_header .new_menu_search_clear_btn.is_show {
  display: block;
}
.new_header .new_nav {
  overflow-y: auto;
  flex: 1 1 auto;
}
.new_header .new_gnb_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  font-family: LGSmHaTR, LGSmHaR, nGothic, sans-serif;
}
.new_header .new_gnb_btn.is_active {
  color: #c60e41;
}
.new_header .new_gnb_btn.is_active .icon {
  transform: rotate(-180deg);
}
.new_header .new_gnb_depth2 {
  display: none;
  margin-top: -4px;
}
.new_header .new_gnb_depth2_link, .new_header .new_gnb_depth2_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 20px;
  box-sizing: border-box;
  color: #666;
  transition: all 0.2s ease-in-out;
  font-family: LGSmHaTR, LGSmHaR, nGothic, sans-serif !important;
}
.new_header .new_gnb_depth2_link.is_active, .new_header .new_gnb_depth2_btn.is_active {
  color: #c60e41;
}
.new_header .new_gnb_depth2_link.is_active .icon, .new_header .new_gnb_depth2_btn.is_active .icon {
  transform: rotate(-180deg);
}
.new_header .new_gnb_beauty_depth2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 0 20px;
}
.new_header .new_gnb_beauty_depth2 .new_gnb_depth2_link {
  display: inline-flex;
  width: auto;
  font-size: 14px;
  color: #888;
}
.new_header .new_gnb_depth3 {
  display: none;
}
.new_header .new_gnb_depth3_link {
  display: block;
  width: 100%;
  padding: 13px 40px;
  font-size: 14px;
  color: #888;
  box-sizing: border-box;
}
.new_header .new_gnb .icon {
  transition: all 0.2s ease-in-out;
}
.new_header .new_gnb .icon svg path {
  stroke: currentColor;
}
.new_header .new_box_login {
  display: flex;
  padding: 20px 10px;
  padding: 20px 10px calc(env(safe-area-inset-bottom) + 20px);
}
.new_header .new_box_login.type_login .new_btn_login {
  display: none;
}
.new_header .new_box_login.type_login .new_btn_logout {
  display: block;
}
.new_header .new_box_login a {
  padding: 10px;
  font-size: 16px;
  color: #111;
  font-family: LGSmHaTR, LGSmHaR, nGothic, sans-serif !important;
}
.new_header .new_box_login .new_btn_logout {
  display: none;
}
.new_container {
  margin-top: -70px;
}
.new_container .new_key_visual {
  position: relative;
  overflow: hidden;
}
.new_container .new_key_visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_container .new_visual_swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 177.5vw;
}
.new_container .new_visual_swiper .swiper-slide iframe {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.new_container .new_visual_swiper .swiper-slide iframe:before,
.new_container .new_visual_swiper .swiper-slide img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 25.42%, rgba(255, 255, 255, 0.06) 75.59%, rgba(0, 0, 0, 0.12) 100%);
  content: "";
  z-index: 10;
}
.new_container .new_visual_swiper_control_area {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 37px;
  transform: translateX(-50%);
  z-index: 10;
}
.new_container .new_visual_swiper_pagination {
  display: flex;
  align-items: center;
}
.new_container .new_visual_swiper_pagination .new_visual_swiper_pagination_bullet {
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 2px;
  margin: 0 6px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}
.new_container .new_visual_swiper_pagination .new_visual_swiper_pagination_bullet_active {
  background: rgba(255, 255, 255, 0.3);
}
.new_container .new_visual_swiper_pagination .new_visual_swiper_pagination_bullet_active .new_visual_video_progress_bar {
  transition: all 0.2s linear;
}
.new_container .new_visual_swiper_pagination .new_visual_video_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
}
.new_container .new_visual_swiper .new_visual_box {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px 80px;
  box-sizing: border-box;
}
.new_container .new_visual_swiper .new_visual_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.new_container .new_visual_swiper .new_visual_text_box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
}
.new_container .new_visual_swiper .new_visual_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 15.61px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
}
.new_container .new_visual_swiper .new_visual_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
}
.new_container .new_visual_swiper .new_visual_video {
  position: relative;
  height: 100%;
}
.new_container .new_visual_swiper .new_visual_video_thumb {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.new_container .new_visual_swiper .new_visual_video_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.new_container .new_visual_swiper .new_visual_video_desc {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 89px;
  z-index: 1;
}
.new_container .new_visual_swiper_control.is_pause .new_visual_swiper_pause {
  display: none;
}
.new_container .new_visual_swiper_control.is_pause .new_visual_swiper_play {
  display: block;
}
.new_container .new_visual_swiper_pause:before, .new_container .new_visual_swiper_play:before {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  content: "";
}
.new_container .new_visual_swiper_pause:before {
  background-image: url(/m/images/main/m_new_icon_pause.svg);
}
.new_container .new_visual_swiper_play {
  display: none;
}
.new_container .new_visual_swiper_play:before {
  background-image: url(/m/images/main/m_new_icon_play.svg);
}
.new_container .new_title_box {
  padding-bottom: 30px;
  box-sizing: border-box;
}
.new_container .new_title_box .new_title {
  font-size: 24px;
  font-weight: 600;
  color: #111;
}
.new_container .new_title_box .new_title:after {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-bottom: 2px;
  margin-left: 2px;
  vertical-align: sub;
  border-radius: 50%;
  background-color: #c60e41;
  content: "";
}
.new_container .new_title_box .new_desc {
  margin-top: 13px;
  font-size: 16px;
  color: #333;
  line-height: 1.35;
}
.new_container .new_now {
  padding: 60px 20px;
}
.new_container .new_now_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 15px;
  color: #888;
}
.new_container .new_now_link_list {
  display: flex;
  gap: 20px;
}
.new_container .new_now_link .icon {
  margin-right: 8px;
}
.new_container .new_now_list {
  margin: 30px -20px 0 0;
}
.new_container .new_now_swiper {
  transform: translateX(calc((-100% + 260px) / 2 + 20px));
  padding-right: 40px;
  overflow: visible;
}
.new_container .new_now_swiper_wrap {
  overflow: hidden;
}
.new_container .new_now_swiper .swiper-slide {
  width: 260px;
}
.new_container .new_now_swiper_pagination {
  position: relative;
  width: calc(100% - 20px);
  height: 2px;
  background: #d9d9d9;
  margin-top: 30px;
}
.new_container .new_now_swiper_pagination .swiper-pagination-progressbar-fill {
  background: #c60e41;
}
.new_container .new_now_btn {
  width: 100%;
  overflow: hidden;
  height: 144px;
  border-radius: 6px;
}
.new_container .new_now_btn img {
  width: 100%;
}
.new_container .new_now_brand {
  display: block;
  font-size: 12px;
  line-height: 15.6px;
  color: #c60e41;
  font-style: normal;
  margin-top: 18px;
}
.new_container .new_now_title {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  color: #111;
}
.new_container .new_brand {
  padding: 60px 20px;
  background: #f8f8f8;
}
.new_container .new_brand_category {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #333;
}
.new_container .new_brand_category .icon {
  margin: -1px 0 0 10px;
}
.new_container .new_brand_category_desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #888;
}
.new_container .new_brand_box + .new_brand_box {
  margin-top: 40px;
}
.new_container .new_brand_swiper {
  margin: 20px -20px 0 0;
}
.new_container .new_brand_swiper .swiper-slide {
  width: 126px;
  height: 126px;
  border-radius: 6px;
  overflow: hidden;
}
.new_container .new_brand_link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.new_container .new_brand_link:before {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  transform: rotate(-180deg);
  width: 100%;
  height: 46px;
  content: "";
  display: block;
}
.new_container .new_brand_link img {
  width: 100%;
}
.new_container .new_brand_name {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-family: LGSmHaTR;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
}
.new_container .new_esg {
  padding: 60px 20px;
}
.new_container .new_esg_list .new_esg_item:not(:first-child) {
  margin-top: 10px;
}
.new_container .new_esg_list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_container .new_esg_list .new_esg_btn {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 36.3vw;
  padding: 16px;
  color: #fff;
  box-sizing: border-box;
}
.new_container .new_esg_list .new_esg_btn:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.59%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  z-index: 1;
}
.new_container .new_esg_list .new_esg_sub_text {
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.new_container .new_esg_list .new_esg_title {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
}
.new_container .new_news {
  padding: 60px 20px;
  background: #f8f8f8;
}
.new_container .new_news_chips {
  overflow: hidden;
  margin: -8px -20px 30px;
}
.new_container .new_news_chips .new_news_chips_inner {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: -20px;
  padding: 0 20px 20px;
  white-space: nowrap;
  font-size: 0;
}
.new_container .new_news_chips .new_news_chip {
  min-height: 32px;
  padding: 5px 16px;
  border-radius: 38px;
  border: 1px solid #888;
  box-sizing: border-box;
  color: #888;
}
.new_container .new_news_chips .new_news_chip:not(:first-child) {
  margin-left: 8px;
}
.new_container .new_news_chips .new_news_chip.is_active {
  color: #fff;
  border-color: #c60e41;
  background-color: #c60e41;
}
.new_container .new_news_box .new_news_link:not(:first-child) {
  display: block;
  margin-top: 40px;
}
.new_container .new_news_box .new_news_thumb {
  overflow: hidden;
  position: relative;
  padding-top: 57.143%;
  border-radius: 6px;
}
.new_container .new_news_box .new_news_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_container .new_news_box .new_news_category {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  color: #c60e41;
  font-style: normal;
}
.new_container .new_news_box .new_news_title {
  margin-top: 10px;
  font-size: 18px;
  color: #111;
  line-height: 1.3;
}
.new_container .new_career {
  position: relative;
  padding: 40px 20px;
  background: url(/m/images/main/m_new_career_bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.new_container .new_career:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.new_container .new_career .new_career_title {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.new_container .new_career .new_career_btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.new_container .new_career .new_career_link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 10px 18px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.new_container .new_btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  border-radius: 50px;
  border: 1px solid #888;
}
.new_container .new_btn_more:after {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(/m/images/main/m_arrow_more.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}
.new_footer {
  padding: 25px 20px;
  background: #f5f5f5;
}
.new_footer .new_footer_bottom {
  padding-top: 30px;
}
.new_footer .new_footer_service_list {
  display: flex;
}
.new_footer .new_footer_service_item + .new_footer_service_item {
  margin-left: 28px;
}
.new_footer .new_footer_service_link {
  font-family: "pretendard";
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
}
.new_footer .new_footer_copyright,
.new_footer .new_footer_contact {
  font-family: Pretendard;
  font-size: 14px;
  color: #888;
}
.new_footer .new_footer_contact {
  margin-top: 3px;
}
.new_footer .new_footer_copyright {
  margin-top: 10px;
}
.new_footer .new_footer_family_site {
  position: relative;
}
.new_footer .new_footer_family_site_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 12px;
  background: #212121;
  transform: translateY(calc(-100% - 20px));
  max-height: 0;
  z-index: 100;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.new_footer .new_footer_family_site_inner {
  margin: 16px 32px;
}
.new_footer .new_footer_family_site_title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #888;
}
.new_footer .new_footer_family_site_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.new_footer .new_footer_family_site_list > li {
  width: 50%;
}
.new_footer .new_footer_family_site_list.type_grid {
  display: grid;
  gap: 0 36px;
  grid-template-columns: repeat(2, 1fr);
}
.new_footer .new_footer_family_site_box + .new_footer_family_site_box {
  margin-top: 32px;
}
.new_footer .new_footer_family_site_link {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  transition: all 0.2s ease-in;
  white-space: nowrap;
}
.new_footer .new_footer_family_site_link:hover, .new_footer .new_footer_family_site_link:focus {
  color: #ff1657;
}
.new_footer .new_footer_family_site_btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 52px;
  border: 1px solid #888;
  padding: 0 27px;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  font-family: LGSmHaTR;
  background: url(/m/images/main/m_new_icon_plus.svg) right 28px center no-repeat;
  background-size: 12px;
  transition: all 0.2s ease-in-out;
}
.new_footer .new_footer_family_site_btn.is_active {
  color: #fff;
  background-color: #212121;
  background-image: url(/m/images/main/m_new_icon_minus.svg);
  border-color: #212121;
}
.new_footer .new_footer_family_site_btn.is_active + .new_footer_family_site_wrap {
  max-height: 254px;
  overflow-y: scroll;
}
.new_btn_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0;
  background: none;
  border: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.new_btn_top.is_show {
  opacity: 1;
}