html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#main_h_tit_box {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 200px;
  z-index: 100;
}

#main_h_tit_box h1 {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  color: #fff;
  font-size: 110px;
  font-weight: bold;
  line-height: 140px;
  letter-spacing: 2px;
  text-shadow: 1px 1px #797979;
}

#main_h_tit_box h5 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 10px;
  font-weight: 100;
}

#main_h_tit_box .top_line {
  height: 2px;
  background-color: #00ccfc;
  width: 40px;
  display: block;
  margin-bottom: 20px;
}

/* =========================
   Main Hero Responsive
========================= */

#video-box {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #000;
}

/* 주의 문구 */
#video-box .caution_txt {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  text-align: left;
}

#video-box .caution_txt p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

/* 배너 공통 */
#video-box .main-banner {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

#video-box .main-banner.open {
  display: block;
}

/* 영상 */
#video-box .main-banner video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  transform: none;
  object-fit: cover;
  object-position: center center;
  border: 0;
}

/* 첫 번째 영상만 피사체 위치 조정 */
#video-box .main-banner1 video {
  object-position: center 42%;
}

/* 어두운 오버레이 */
#video-box .main-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

/* 텍스트 */
#video-box .main-banner .video-textWrap {
  position: absolute;
  top: 42%;
  left: max(60px, calc((100vw - 1200px) / 2));
  transform: translateY(-50%);
  z-index: 5;
  width: min(620px, calc(100% - 40px));
}

#video-box .main-banner .video-textWrap h2 {
  position: relative;
  margin: 0;
  padding-bottom: 32px;
  font-size: clamp(38px, 3.4vw, 58px);
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

#video-box .main-banner .video-textWrap h2 span {
  font-size: clamp(58px, 5.2vw, 88px);
  font-weight: 800;
}

#video-box .main-banner .video-textWrap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 113px;
  height: 5px;
  background: #fff;
}

/* 도트 */
#video-box .dot-box {
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 30;
  width: 100%;
  text-align: center;
}

#video-box .dot-box a {
  display: inline-block;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  text-indent: -9999px;
}

#video-box .dot-box a.open {
  background-color: #f50000;
}

@media (max-width: 1024px) {
  #video-box {
    height: 720px;
    min-height: 640px;
  }

  #video-box .main-banner .video-textWrap {
    top: 44%;
    left: 40px;
    width: calc(100% - 80px);
  }

  #video-box .main-banner .video-textWrap h2 {
    font-size: 42px;
    line-height: 1.45;
  }

  #video-box .main-banner .video-textWrap h2 span {
    font-size: 64px;
  }

  #video-box .main-banner1 video {
    object-position: center center;
  }
}

@media (max-width: 767px) {
  #video-box {
    height: 520px !important;
    min-height: 520px;
  }

  #video-box .main-banner::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 48%, rgba(0, 0, 0, 0.55) 100%);
  }

  #video-box .main-banner video {
    object-position: center center;
  }

  #video-box .main-banner1 video {
    object-position: center center;
  }

  #video-box .main-banner .video-textWrap {
    top: auto;
    left: 24px;
    right: 24px;
    bottom: 115px;
    transform: none;
    width: auto;
  }

  #video-box .main-banner .video-textWrap h2 {
    padding-bottom: 22px;
    font-size: 27px;
    line-height: 1.45;
    letter-spacing: -0.04em;
  }

  #video-box .main-banner .video-textWrap h2 span {
    font-size: 42px;
  }

  #video-box .main-banner .video-textWrap h2::after {
    width: 70px;
    height: 4px;
  }

  #video-box .caution_txt{
    padding: 15px 10px;
  }
  #video-box .caution_txt p {
    font-size: 11px;
    line-height: 1.45;
    word-break: keep-all;
    letter-spacing:0px;
  }

  #video-box .caution_txt span {
    font-size: 11px !important;
  }

  #video-box .dot-box {
    bottom: 60px;
  }

  #video-box .dot-box a {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
@media(max-width:600px){
  #video-box .caution_txt p{
    font-size:10px;
  }
}

.main_ban_con {
  width: 1200px;
  text-align: left;
}

.main_ban_con h1 {
  color: #00ccfc;
  font-size: 38px;
  line-height: 52px;
  text-align: left;
}

.main_ban_con h5 {
  font-size: 22px;
  line-height: 24px;
  padding: 10px 0px;
  text-align: left;
  color: #333;
}

.main_ban_con p {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px;
  text-align: left;
  color: #555;
  letter-spacing: 1px;
}

.main_top_line {
  height: 1px;
  background-color: #00ccfc;
  width: 30px;
  display: block;
  margin-bottom: 10px;
  margin-top: 80px;
}

.main_ban_con button {
  background-color: transparent;
}

.main_ban_con .sub-btn {
  font-size: 16px;
  width: 200px;
  height: 50px;
}

.main_ban_con .sub-btn.brightness01 {
  color: #333;
  border: 1px solid #ddd;
}

.main_ban_con .sub-btn.brightness01:hover {
  background-color: #00ccfc;
  color: #fff;
}

.main_ban_con .brightness01 a {
  text-decoration: none;
}

#w_product_box {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

#w_product_box .title_group {
  position: relative;
  letter-spacing:1px;
}

#w_product_box .title_group h3 {
  font-size: 46px;
  font-weight: 100;
  padding-bottom: 20px;
  /* color:#fff;*/
}

#w_product_box .main_area_title_top_bar {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background: #00ccfc;
}

#w_product_box .title_guide_text {
  font-size: 16px;
  color: #555;
  line-height: 21px;
  letter-spacing: 1px;
}

#j_s_box {
  width: 1200px;
  margin: 0px auto;
}

#j_s_box .title_group {
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

#j_s_box .title_group h3 {
  font-size: 46px;
  font-weight: 100;
  padding-bottom: 20px;
}

#j_s_box .main_area_title_top_bar {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background: #00ccfc;
}

#j_s_box .title_guide_text {
  font-size: 16px;
  color: #555;
  line-height: 21px;
  letter-spacing: 1px;
}

#j_s_box .ser_group {
  position: relative;
  height: 440px;
  /* text-shadow:1px 1px #797979*/
}

#j_s_box .ser_box_01 {
  width: 793px;
  height: 360px;
  position: absolute;
  padding: 30px;
  background-image: url("/theme/winiz/img/main_company_01.jpg");
}

#j_s_box .ser_box_01 h5 {
  font-size: 32px;
  color: #333;
  padding-bottom: 20px;
  padding-left: 460px;
  line-height: 32px;
}

#j_s_box .ser_box_01 p {
  font-size: 15px;
  color: #555;
  padding-bottom: 20px;
  line-height: 24px;
  padding-left: 460px;
  letter-spacing: 1px;
}

.ser_box_01 .more_01 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#j_s_box .ser_box_02 {
  width: 386px;
  height: 360px;
  position: absolute;
  right: 0;
  padding: 30px;
  background-image: url("/theme/winiz/img/main_company_02.jpg");
}

#j_s_box .ser_box_02 h5 {
  font-size: 23px;
  color: #fff;
  padding-bottom: 10px;
}

#j_s_box .ser_box_02 p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

#j_s_box .ser_box_02 span {
  font-size: 15px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 20px;
}

#j_s_box .ser_box_03 {
  width: 386px;
  height: 152px;
  position: absolute;
  right: 0;
  padding: 30px;
  background-image: url("/theme/winiz/img/main_company_03.jpg");
}

#j_s_box .ser_box_03 h5 {
  font-size: 23px;
  color: #fff;
  padding-bottom: 10px;
}

#j_s_box .ser_box_03 p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

#j_s_box .ser_box_03 span {
  font-size: 15px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 20px;
}

/* choi */

.main-banner .main_txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-banner .main_txt_box .main_txt01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.video_width {
  width: 1920px !important;
}

/* 메인 빅 로고 영역 */
/* 메인 빅 로고 영역 */
/* 메인 빅 로고 영역 */

#main_biglogo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 60px 0 40px;
  justify-content: space-around;
}

#main_biglogo .pic {
  width: 40%;
  margin: 0 auto;
}

#main_biglogo img {
  width: 100%;
}

#main_biglogo .text {
  width: 800px;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  text-align: center;
  font-family: "Pretendard Variable";
  padding: 0 0 20px;
  box-sizing: border-box;
}

#main_biglogo .text p {
  padding: 10px 0;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);
}

#main_biglogo .text .p01 {
  padding: 0 0 10px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

#main_biglogo .text .p01 > span {
  font-size: 35px;
}

#main_biglogo .text img {
  display: inline-block;
  width: 40%;
}

#main_biglogo > .text > a {
  display: inline-block;
  margin: 25px 0 50px;
  padding: 5px 30px;
  border: 1px solid #555555;
  color: #555555;
  font-size: 1.2vw;
}

#main_biglogo .text .logo_back {
  text-align: center;
  vertical-align: middle;
  opacity: 70%;
}

#main_biglogo > .text > .logo_back > img {
  width: 80%;
}

#main_biglogo .logo_sns {
  width: 400px;
  margin: 0 auto;
  height: 70px;
  padding: 13px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  background-color: #f2f2f2;
  border-radius: 60px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#main_biglogo .logo_sns a {
  display: block;
  width: 43px;
}

#main_biglogo .logo_sns img {
  width: 100%;
}

@media (max-width: 1190px) {
  #main_biglogo {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  #main_biglogo .text {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  #main_biglogo .text .p01 span {
    font-size: 22px;
  }
  #main_biglogo .text .p01 {
    font-size: 18px;
  }
}

/* 제품효과배너 */
/* 제품효과배너 */
/* 제품효과배너 */

.effect_banner {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.effect_banner a {
  width: 100%;
  height: 300px;
  transition: 0.2s;
}
.effect_banner a img {
  display: block;
  width: 100%;
}

.effect_banner:hover {
  border: 3px solid #cb2e1d;
}

@media (max-width: 767px) {
  .effect_banner {
    width: 100%;
    overflow: hidden;
  }

  .effect_banner a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .effect_banner img {
    display: block;
    /*width: 650px !important;  원본 배너 기준 또는 원하는 고정 폭 */
    max-width: none; /* 중요 */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media(max-width:499px){
  .effect_banner img{
    width:640px !important;
  }
}

/* 인증서 */
/* 인증서 */
/* 인증서 */

.certi_container {
  width: 100%;
  height: 415px;
  background-image: url(../img/certi_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% center;
}

.certi_container .certi_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certi_container .certi_wrap .certi_text h2 {
  font-family: "Pretendard Variable";
  font-size: 32px;
  padding-bottom: 40px;
}
.certi_container .certi_wrap .certi_text p {
  font-family: "Pretendard Variable";
  font-size: 22px;
  line-height: 35px;
}
.certi_container .certi_wrap .certi_text p span {
  color: #cb2e1d;
}

.certi_container .certi_wrap ul {
  display: flex;
}
.certi_container .certi_wrap ul li:nth-child(2) {
  transform: translateX(-40px);
}
.certi_container .certi_wrap ul li:nth-child(3) {
  transform: translateX(-80px);
}
.certi_container .certi_wrap ul li img {
  width: 200px;
  height: auto;
  box-shadow: 0px 1px 4px #616161;
}

.certi_container .certi_more {
  padding-top: 30px;
  text-align: center;
}
.certi_container .certi_more a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 10px 30px;
  transition: 0.4s;
}
.certi_container .certi_more a:hover {
  background: #fff;
}

@media (max-width: 1200px) {
  .certi_container {
    height: auto;
    padding: 40px 0;
  }
  .certi_container .certi_wrap {
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .certi_container .certi_wrap ul li:nth-child(2),
  .certi_container .certi_wrap ul li:nth-child(3) {
    transform: translateX(0px);
  }
  .certi_container .certi_wrap ul {
    width: 100%;
    justify-content: center;
  }
  .certi_container .certi_wrap ul li img {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .certi_container .certi_wrap ul li img {
    width: 120px;
  }
  .certi_container .certi_wrap .certi_text h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .certi_container .certi_wrap .certi_text p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* 명품입니다 */
/* 명품입니다 */
/* 명품입니다 */

.masterpiece-wrap {
  width: 100%;
  height: auto;
  background: #e5ebff;
  padding: 50px 0;
}
.masterpiece-desktop {
  width: 1450px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 박스111111111111 */
.masterpiece-desktop .in-box1 .box1 {
  width: 447px;
  height: 230px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(135deg, #cfdef3, #e0eafc, #cfdef3);
  /* background: linear-gradient(135deg, #e0eafc, #ffffff, #cfdef3); */
  /* background: linear-gradient(135deg, #cfd9df, #e2ebf0, #bcc9d7); */
}
.masterpiece-desktop .in-box1 .box1 p:first-child {
  color: #32519f;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Pretendard Variable";
}
.masterpiece-desktop .in-box1 .box1 h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: "Pretendard Variable";
}
.masterpiece-desktop .in-box1 .box1 h2 span {
  color: #c93c14;
}
.masterpiece-desktop .in-box1 .box1 p:last-child {
  font-size: 20px;
  font-family: "Pretendard Variable";
}

.masterpiece-desktop .in-box1 .box2 {
  width: 447px;
  height: 560px;
  margin-top: 20px;
}
.masterpiece-desktop .in-box1 .box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 박스22222222222 */
.masterpiece-desktop .in-box2 .box1 {
  width: 447px;
  height: 210px;
}
.masterpiece-desktop .in-box2 .box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-desktop .in-box2 .box2 {
  width: 447px;
  height: 310px;
  margin: 40px 0;
}
.masterpiece-desktop .in-box2 .box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-desktop .in-box2 .box3 {
  width: 447px;
  height: 210px;
}
.masterpiece-desktop .in-box2 .box3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 박스33333333333 */
.masterpiece-desktop .in-box3 .box1 {
  width: 447px;
  height: 490px;
  margin-bottom: 40px;
}
.masterpiece-desktop .in-box3 .box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-desktop .in-box3 .box2 {
  width: 447px;
  height: 280px;
}
.masterpiece-desktop .in-box3 .box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-desktop .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.masterpiece-desktop h3 {
  font-family: "Pretendard Variable";
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-shadow: 0px 3px 5px #000;
}

.masterpiece-desktop .box img {
  transition: 0.4s;
}
.masterpiece-desktop .box:hover img {
  transform: scale(1.05);
}

.masterpiece-wrap .builduplist_link {
  text-align: center;
  margin-top: 60px;
}
.masterpiece-wrap .builduplist_link a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
}
.masterpiece-wrap .builduplist_link a:hover {
  background: #fff;
}

/* ===== 모바일 전용 슬라이드 ===== */
.masterpiece-mobile {
  display: none;
}

.masterpiece-m-title {
  margin-bottom: 20px;
  border-radius: 12px;
  box-sizing: border-box;
}

.masterpiece-m-title p:first-child {
  color: #32519f;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "Pretendard Variable";
}

.masterpiece-m-title h2 {
  font-size: 28px;
  margin-bottom: 16px;
  font-family: "Pretendard Variable";
}

.masterpiece-m-title h2 span {
  color: #c93c14;
}

.masterpiece-m-title p:last-child {
  font-size: 16px;
  font-family: "Pretendard Variable";
  line-height: 1.5;
}

.swiper {
  padding-bottom: 40px;
}

.davinci-slide {
  width: 100%;
  height: 100%;
}

.davinci-slide .swiper-slide {
  width: 86%;
}

/* 살짝 보이게 */
.davinci-slide .mp-slide {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.davinci-slide img {
  width: 100%;
  height: clamp(220px, 55vw, 420px);
  object-fit: cover;
  display: block;
}

.davinci-slide h3 {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}

/* Swiper 기본 네비게이션 버튼 약간 키우기 */
.masterpiece-wrap .swiper-button-prev,
.masterpiece-wrap .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}

.masterpiece-wrap .swiper-button-prev::after,
.masterpiece-wrap .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}

.masterpiece-wrap .swiper-pagination-bullet {
  opacity: 0.5;
}

.masterpiece-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}

.masterpiece-wrap .swiper-horizontal > .swiper-pagination-bullets,
.masterpiece-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.masterpiece-wrap .swiper-pagination-custom,
.masterpiece-wrap .swiper-pagination-fraction {
  bottom: 0px;
}

/* ===== 반응형 전환점 ===== */
@media (max-width: 1500px) {
  .masterpiece-desktop {
    display: none;
  }

  .masterpiece-mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 16px;
  }

  .masterpiece-wrap {
    padding: 32px 0;
  }
  .masterpiece-m-title p:last-child {
    font-size: 20px;
  }

  .masterpiece-wrap .builduplist_link {
    margin-top: 28px;
  }

  .masterpiece-wrap .builduplist_link a {
    font-size: 16px;
    padding: 12px 24px;
  }
}

@media (max-width: 768px) {
  .masterpiece-m-title p:last-child {
    font-size: 16px;
  }
}

/* 제품 선택 tip */
/* 제품 선택 tip */
/* 제품 선택 tip */

.tip_wrap {
  width: 1450px;
  margin: 100px auto;
}
.tip_wrap .tip_boxall > h3 {
  display: none;
  font-size: 36px;
  margin-bottom: 40px;
}
.tip_wrap .tip_boxall > h3 span {
  color: #cb2e1d;
}

.tip_wrap .tip_boxall ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tip_wrap .tip_boxall ul li a {
  display: inline-block;
  width: 330px;
  height: 380px;
  border: 1px solid #eee;
  border-radius: 10px 10px 0px 10px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: 0.1s;
  background: url(../img/tip_bg.webp) no-repeat center / cover;
}
.tip_wrap .tip_boxall ul li:first-child a {
  background: url(../img/tip_icon1.webp) no-repeat;
  background-color: #f7f7f7;
  background-position: 25px 250px;
}

.tip_wrap .tip_boxall ul li:nth-child(2) a:after,
.tip_wrap .tip_boxall ul li:nth-child(3) a:after,
.tip_wrap .tip_boxall ul li:nth-child(4) a:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-bottom: 50px solid #d9d9d9;
  transition: 0.3s;
}

.tip_wrap .tip_boxall ul li:nth-child(1) h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.tip_wrap_en .tip_boxall ul li:nth-child(1) h3 {
  font-size: 25px;
}

.tip_wrap .tip_boxall ul li:nth-child(1) h3 span {
  color: #cb2e1d;
}

.tip_wrap .tip_boxall ul li:nth-child(1) p {
  font-size: 18px;
}
.tip_wrap .tip_boxall ul li:nth-child(1):first-child p {
  margin-bottom: 20px;
  font-weight: 500;
}

.tip_wrap .tip_boxall ul li:nth-child(1) p .font_red {
  color: #cb2e1d;
  font-size: 22px;
}

.tip_wrap .tip_boxall ul li:nth-child(1) p .font_blue {
  color: #4473d3;
}
.tip_wrap .tip_boxall ul li:nth-child(1) .view_more {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 18px;
  color: #777;
  font-weight: 400 !important;
  transition: 0.2s;
}

.tip_wrap .tip_boxall ul li:nth-child(2) p,
.tip_wrap .tip_boxall ul li:nth-child(3) p,
.tip_wrap .tip_boxall ul li:nth-child(4) p {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}
.tip_wrap .tip_boxall ul li:nth-child(2) .font_blue2 {
  color: #1d4e89;
  font-size: 18px;
  margin-bottom: 10px;
}
.tip_wrap .tip_boxall ul li:nth-child(3) .font_red2,
.tip_wrap .tip_boxall ul li:nth-child(4) .font_red2 {
  color: #911e23;
  font-size: 18px;
  margin-bottom: 10px;
}

.tip_wrap .tip_boxall ul li .tip_box_in_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tip_wrap .tip_boxall ul li .tip_box_in_prod {
  text-align: center;
}

.tip_wrap .tip_boxall ul li:nth-child(1) a:hover {
  border: 2px solid #911e23;
}
.tip_wrap .tip_boxall ul li:nth-child(1) a:hover .view_more {
  color: #911e23;
  font-weight: bold !important;
}

.tip_wrap .tip_boxall ul li:nth-child(2) a:hover {
  border: 2px solid #1d4e89;
}
.tip_wrap .tip_boxall ul li:nth-child(2) a:hover:after {
  border-bottom: 50px solid #1d4e89;
  bottom: 5px;
  right: 5px;
}

.tip_wrap .tip_boxall ul li:nth-child(3) a:hover,
.tip_wrap .tip_boxall ul li:nth-child(4) a:hover {
  border: 2px solid #911e23;
}
.tip_wrap .tip_boxall ul li:nth-child(3) a:hover:after,
.tip_wrap .tip_boxall ul li:nth-child(4) a:hover:after {
  border-bottom: 50px solid #911e23;
  bottom: 5px;
  right: 5px;
}

.tip_wrap .tip_banner img {
  max-width:1450px;
  width:100%;
  height:auto;
  border-radius: 10px;
}
.tip_wrap .tip_banner:hover img {
  border: 2px solid #911e23;
}

@media (max-width: 1500px) {
  .tip_wrap {
    width:90%;
  }
  .tip_wrap .tip_boxall > h3 {
    display: block;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  .tip_wrap .tip_boxall ul {
    justify-content: center;
    gap:15px;
  }
  .tip_wrap .tip_boxall ul li{
    width: 33%;
    text-align: center;
  }
  .tip_wrap .tip_boxall ul li:first-child {
    display: none;
  }
  .tip_wrap .tip_boxall ul li a{
    width:100%;
  }

  .tip_wrap .tip_boxall ul li .tip_box_in_flex div:first-child{
    text-align: left;
  }

  .tip_wrap .tip_banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .tip_wrap .tip_banner a {
    display: block;
    width: 100%;
    height: auto;
  }
  .tip_wrap .tip_banner img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1150px) {
  .tip_wrap {
    width: 90%;
  }
  .tip_wrap .tip_boxall > h3 {
    text-align: left;
  }

  .tip_wrap .tip_banner {
    width: 100%;
    height: auto;
  }
  .tip_wrap .tip_boxall ul{
    justify-content: space-between;
  }
}

@media (max-width: 1050px) {
  .tip_wrap .tip_boxall ul li a {
    height: 330px;
    padding: 15px;
  }
  .tip_wrap .tip_boxall ul li .tip_box_in_flex {
    margin-bottom: 30px;
  }

  .tip_wrap .tip_boxall ul li:nth-child(2) p,
  .tip_wrap .tip_boxall ul li:nth-child(3) p,
  .tip_wrap .tip_boxall ul li:nth-child(4) p {
    font-size: 18px;
  }

  .tip_wrap .tip_boxall ul li .tip_box_in_prod {
    width: 190px;
    margin: 0 auto;
  }
  .tip_wrap .tip_boxall ul li .tip_box_in_prod img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .tip_wrap .tip_boxall ul {
    margin-bottom: 30px;
  }
  .tip_wrap .tip_boxall ul li a {
    height: 220px;
    padding: 10px;
  }
  .tip_wrap .tip_boxall ul li .tip_box_in_flex {
    margin-bottom: 30px;
  }
  .tip_wrap .tip_boxall ul li .tip_box_in_flex div:nth-child(2) {
    display: none;
  }

  .tip_wrap .tip_boxall ul li:nth-child(2) .font_blue2 {
    font-size: 14px;
  }
  .tip_wrap .tip_boxall ul li:nth-child(3) .font_red2,
  .tip_wrap .tip_boxall ul li:nth-child(4) .font_red2 {
    font-size: 14px;
  }
  .tip_wrap .tip_boxall ul li:nth-child(2) p,
  .tip_wrap .tip_boxall ul li:nth-child(3) p,
  .tip_wrap .tip_boxall ul li:nth-child(4) p {
    font-size: 14px;
  }

  .tip_wrap .tip_boxall ul li .tip_box_in_prod {
    width: 110px;
    margin: 0 auto;
  }
}

@media(max-width:700px){
  .tip_wrap .tip_boxall ul{
    gap:10px;
  }
  .tip_wrap .tip_boxall ul li a {
    height: 190px;
    padding: 10px;
  }
  .tip_wrap .tip_boxall ul li .tip_box_in_flex {
    margin-bottom: 15px;
  }
  .tip_wrap .tip_boxall ul li .tip_box_in_prod{
    width:75px;
  }
}

/* 제품소개 영역 */
/* 제품소개 영역 */
/* 제품소개 영역 */

.prod_container {
  width: 100%;
  height: 700px;
  background: url(../img/prod_cont_bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Pretendard Variable";
}

.prod_container .text_area {
  padding: 100px;
  position: absolute;
}
.prod_container .text_area h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  font-family: "Pretendard Variable";
}
.prod_container .text_area p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}

.prod_container .prod_area {
  height: 100%;
  position: absolute;
  right: 200px;
}
.prod_container .prod_area ul {
  height: 100%;
  display: flex;
}
.prod_container .prod_area ul li {
  height: 100%;
  text-align: center;
}
.prod_container .prod_area ul li a {
  display: block;
  width: 200px;
  height: 100%;
  border: 1px solid #aaa;
  color: #fff;
  background: rgb(255, 255, 255, 0.3);
  align-content: center;
  transition: 0.7s;
  box-sizing: border-box;
}
.prod_container .prod_area ul li a p {
  font-size: 18px;
  margin-bottom: 10px;
}
.prod_container .prod_area ul li a h2 {
  font-size: 26px;
  margin-bottom: 30px;
  font-family: "Pretendard Variable";
}

@media (max-width: 1800px) {
  .prod_container .text_area {
    display: none;
  }
  .prod_container .prod_area {
    width: 100%;
    right: 0;
  }
  .prod_container .prod_area ul {
    justify-content: center;
  }
}

@media (max-width: 1520px) {
  .prod_container {
    height: auto;
    min-height: auto;
    display: block;
  }

  .prod_container .prod_area {
    width: 70%;
    margin: 0px auto;
    height: auto;
    position: relative;
    right: auto;
  }

  .prod_container .prod_area ul {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .prod_container .prod_area ul li {
    width: 100%;
    height: auto;
    margin: 5px 0;
  }

  .prod_container .prod_area ul li a {
    width: 100% !important;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;

    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, -0.45)), var(--prod-bg) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: cover, cover !important;
    background-position:
      center center,
      center center !important;
  }

  /* 워크메이트 */
  .prod_container .prod_area ul li.prod1 a {
    background-position:
      center center,
      center top !important;
  }

  /* 풀링 */
  .prod_container .prod_area ul li.prod3 a {
    background-position:
      center center,
      center top !important;
  }

  /* 다빈치박스 */
  .prod_container .prod_area ul li.prod5 a {
    background-position:
      center center,
      center top !important;
  }

  .prod_container .prod_area ul li a div {
    display: none;
  }

  .prod_container .prod_area ul li a p {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .prod_container .prod_area ul li a h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-shadow: 0px 5px 10px #000;
  }
}

@media (max-width: 768px) {
  .prod_container .prod_area{
    width:90%;
  }
  .prod_container .prod_area ul li a {
    height: 140px;
  }

  .prod_container .prod_area ul li a h2 {
    font-size: 22px;
  }

  .prod_container .prod_area ul li a p {
    font-size: 15px;
  }
}

/* 편마비 환자 실제 사례 영역 */
/* 편마비 환자 실제 사례 영역 */
/* 편마비 환자 실제 사례 영역 */

#walking_re_wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 100px 0;
}

#walking_re_wrap .walking_re {
  width: 100%;
  margin: 0 auto;
}

#walking_re_wrap .walking_re li {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 45px;
  padding-bottom: 20px;
  text-align: center;
}

/* #walking_re_wrap .walking_re li img {
  width: 100%;
} */

.day30_case {
  width: 100%;
  height: 700px;
  background: linear-gradient(0deg, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%);
  box-sizing: border-box;
}

.day30_case .case_wrap {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  padding: 40px 0;
}
.day30_case .case_wrap h2 {
  font-size: 26px;
  font-family: "Pretendard Variable";
  padding-bottom: 10px;
}
.day30_case .case_wrap > p {
  font-size: 18px;
  color: #444;
  font-family: "Pretendard Variable";
}

.day30_case .case_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}
.day30_case .case_wrap ul li:nth-child(odd) {
  width: 264px;
  height: 360px;
  background: #fff;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.day30_case .case_wrap ul li:nth-child(odd) img {
  border: 1px solid #666;
  object-fit: cover;
}
.day30_case .case_wrap ul li:nth-child(even) {
  background: none;
}
.day30_case .case_wrap ul li p {
  font-size: 18px;
  padding-top: 20px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}

.day30_case .case_wrap .move_case {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.day30_case .case_wrap .move_case a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
}
.day30_case .case_wrap .move_case a:hover {
  background: #fff;
}

@media (max-width: 1220px) {
  .day30_case {
    height: auto;
  }
  .day30_case .case_wrap {
    width: 100%;
  }
  .day30_case .case_wrap ul {
    width: 95%;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    row-gap: 20px;
  }
  .day30_case .case_wrap ul li:nth-child(odd) {
    width: 155px;
    height: 220px;
  }
  .day30_case .case_wrap ul li:nth-child(odd) img {
    width: 95%;
  }
  .day30_case .case_wrap ul li p {
    padding-top: 15px;
  }
}

@media(max-width:499px){
  .day30_case .case_wrap ul li:nth-child(odd){
    width:150px;
    height:220px;
  }
}

/* 아래쪽 실버인, 고객지원 배너 */
/* 아래쪽 실버인, 고객지원 배너 */
/* 아래쪽 실버인, 고객지원 배너 */

#banner_wrap {
  width: 100%;
  box-sizing: border-box;
}

#banner_wrap ul {
  width: 100%;
}

#banner_wrap ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

#banner_wrap ul li a {
  display: block;
}

#banner_wrap ul li a img {
  display: block;
  width: 100%;
}

#banner_wrap ul li:hover img {
  border: 3px solid #cb2e1d;
}

@media (max-width: 767px) {
  #banner_wrap ul li {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  #banner_wrap ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  #banner_wrap ul li a img {
    width: 765px !important;
    max-width: none !important;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media(max-width:499px){
  #banner_wrap ul li a img{
    width:600px !important;
  }
}


/* 유튜브 영역 */
/* 유튜브 영역 */
/* 유튜브 영역 */

.youtube_section {
  width: 100%;
  background-color: #484848;
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.youtube_section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.youtube_section .inner .slide01_container {
  display: flex;
  align-items: stretch;
  gap: 48px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: "Pretendard Variable";
}

/* Swiper 공통 초기화 */
.youtube_section .inner .slide01_container .swiper {
  width: 100%;
  height: auto;
  margin: 0;
}

/* 왼쪽 영상 영역 */
.youtube_section .inner .slide01_container .youtube_video_area {
  position: relative;
  flex: 0 0 58%;
  max-width: 640px;
  min-width: 0;
}

/* 메인 유튜브 Swiper */
.youtube_section .inner .slide01_container .mySwiper2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom:0;
}

.youtube_section .inner .slide01_container .mySwiper2 .swiper-wrapper {
  height: auto;
}

.youtube_section .inner .slide01_container .mySwiper2 .swiper-slide {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.youtube_section .inner .slide01_container .mySwiper2 iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* 오른쪽 텍스트 + 썸네일 영역 */
.youtube_section .inner .slide01_container .play_reh {
  flex: 1;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

.youtube_section .inner .slide01_container .play_reh_txt01 {
  position: relative;
}

.youtube_section .inner .slide01_container .play_reh_txt01 p {
  margin-bottom: 55px;
  box-sizing: border-box;
  font-size: 36px !important;
  color: #fff !important;
  font-weight: 300;
  line-height: 1.25;
}

.youtube_section .inner .slide01_container .play_reh_txt01 span {
  color: #e70014;
  font-weight: 700;
}

.youtube_section .inner .slide01_container .play_reh_txt02 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
}

.youtube_section .inner .slide01_container .play_reh_txt02 p {
  margin: 0;
}

.youtube_section .inner .slide01_container .play_reh_txt03 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: -1px;
}

.youtube_section .inner .slide01_container .play_reh_txt03 > div p {
  margin-bottom: 5px;
}

.youtube_section .inner .slide01_container .play_reh_txt01 .btn02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  line-height: 50px;
  text-align: right;
}

.youtube_section .inner .slide01_container .play_reh_txt01 .btn02 a {
  display: block;
  color: #fff;
}

.youtube_section .inner .slide01_container .play_reh_txt01 .btn02 a span {
  display: inline-block;
  color: red;
  font-size: 23px;
  font-weight: 400;
}

/* 썸네일 */
.youtube_section .inner .slide01_container .play_reh .swiper-wrapper {
  height: auto;
}

.youtube_section .inner .slide01_container .play_reh .swiper-slide {
  height: auto;
  opacity: 0.4;
  cursor: pointer;
}

.youtube_section .inner .slide01_container .play_reh .swiper-slide-thumb-active {
  opacity: 1;
}

.youtube_section .inner .slide01_container .play_reh .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* 슬라이드 버튼 */
.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-next,
.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-prev {
  width: 36px !important;
  height: 36px !important;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-next {
  right: 12px;
  left: auto !important;
  background-image: url("/theme/winiz/img/ico_rightarr.png");
}

.youtube_section.inner .slide01_container .youtube_video_area .swiper-button-prev {
  left: 12px !important;
  right: auto;
  background-image: url("/theme/winiz/img/ico_leftarr.png");
}

.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-next::after,
.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-prev::after {
  display: none;
}

.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-next.swiper-button-disabled,
.youtube_section .inner .slide01_container .youtube_video_area .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

/* ================================
   1200px 이하: 영상 위 / 텍스트 아래
================================ */
@media (max-width: 1200px) {
  .youtube_section .inner .slide01_container {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 0 24px;
    flex-direction: column-reverse;
  }

  .youtube_section .inner .slide01_container .youtube_video_area {
    flex: none;
    width: 88%;
    max-width: 720px;
    margin: 0 auto;
  }

  .youtube_section .inner .slide01_container .play_reh {
    flex: none;
    width: 88%;
    max-width: 720px;
    margin: 0 auto;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 p {
    font-size: 30px !important;
    margin-bottom: 28px;
    padding-right: 100px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt02 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt03 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 .btn02 {
    width: 90px;
    font-size: 16px;
    line-height: 40px;
  }
}

/* ================================
   767px 이하: 모바일
================================ */
@media (max-width: 767px) {
  .youtube_section .inner .slide01_container {
    gap: 24px;
    padding: 0 16px;
  }

  .youtube_section .inner .slide01_container .youtube_video_area {
    width: 92%;
    max-width: 520px;
  }

  .youtube_section .inner .slide01_container .play_reh {
    width: 92%;
    max-width: 520px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 p {
    font-size: 26px !important;
    margin-bottom: 20px;
    padding-right: 80px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 .btn02 {
    width: 70px;
    font-size: 15px;
    line-height: 34px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 .btn02 a span {
    font-size: 18px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt02 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt03 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt03 > div p {
    margin-bottom: 3px;
  }

  .youtube_section .inner .slide01_container .youtube_video_area .swiper-button-next,
  .youtube_section .inner .slide01_container .youtube_video_area .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .youtube_section .inner .slide01_container .youtube_video_area .swiper-button-next {
    right: 8px;
  }

  .youtube_section .inner .slide01_container .youtube_video_area .swiper-button-prev {
    left: 8px !important;
  }
}

/* ================================
   480px 이하: 작은 모바일
================================ */
@media (max-width: 480px) {
  .youtube_section .inner .slide01_container {
    padding: 0 12px;
  }

  .youtube_section .inner .slide01_container .youtube_video_area {
    width: 90%;
    max-width: 390px;
  }

  .youtube_section .inner .slide01_container .play_reh {
    width: 90%;
    max-width: 390px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 p {
    font-size: 23px !important;
    margin-bottom: 18px;
    padding-right: 70px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt01 .btn02 {
    width: 65px;
    font-size: 14px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt02 {
    font-size: 18px;
  }

  .youtube_section .inner .slide01_container .play_reh_txt03 {
    font-size: 14px;
  }
}








/* 팝업 링크 */
/* 팝업 링크 */
/* 팝업 링크 */
#hd_pop {
  z-index: 99999;
}

#hd_pops_18 .hd_pops_con .popup-link {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

#hd_pops_18 .hd_pops_con .popup-link a {
  background: #cb2e1d;
  color: #fff;
  border-radius: 5px;
  text-decoration: underline;
  padding: 8px 10px;
  white-space: nowrap;
  font-size: 18px;
}

#hd_pops_18 .hd_pops_con .popup-link a:hover {
  background: #b32617;
  transition: 0.3s;
}

#hd_pops_20 .hd_pops_con a {
  position: absolute;
  right: 40px;
  bottom: 50px;
  padding: 5px 10px;
  background-color: #fff;
  color: #111;
  border-radius: 5px;
  transition: 0.3s;
  font-family: "Pretendard Variable";
}

#hd_pops_20 .hd_pops_con a:hover {
  background-color: #cb2e1d;
  color: #fff;
  transition: 0.3s;
}

#hd_pops_22,
#hd_pops_23 {
  display: none;
}

@media(max-width:600px){
  .hd_pops{
    top:72px !important;
  }
  .hd_pops_con {
    width:300px !important;
    height: 355px !important;
  }
  .hd_pops_footer button{
    font-size:12px;
  }

  #hd_pops_18 .hd_pops_con .popup-link{
    bottom:65px;
  }
  #hd_pops_18 .hd_pops_con .popup-link a{
    font-size:13px;
  }
}