@import url(font.css);
@import url(reset.css);
@import url(swiper-bundle.min.css);

/* common */
.fc-primary{
  color:#8c3148 !important;
}
body::-webkit-scrollbar {
  background-color: #efefef;
}
body::-webkit-scrollbar-thumb {
  background-color: #8c3148;
}


/* header */
#header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
#header.is-active {
  background: rgba(255,255,255,0.8);
  position: fixed;
}
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding:0 50px;
  z-index: 3;
}
.btn-menu {
  display: none;
}
.mobile-menu {
  display: contents; 
}
.header-nav .menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:100px;
}
.header-nav .menu li{
  position:relative;
}
.header-nav .menu li::before{
  content: '';
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  bottom:-4px;
  width:0;
  height:1px;
  background-color: #571123;
  transition: all 0.3s;
}
.header-nav .menu li a{
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
}
.header-nav .menu li:hover::before,
.header-nav .menu li.is-active::before{
  width: 23px;
}
.header-nav .menu li:hover a,
.header-nav .menu li.is-active a{
  color:#571123;
}

.header-link{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:30px;
}
.header-link .lang{
  position:relative;
}
.header-link .lang .current{
  font-size: 18px;
  color:#333;
  font-weight: 700;
  background-color: #e9e8f2;
  width: 92px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  text-align: center;
  padding-right: 5px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
  position:relative;
}
.header-link .lang .current::after{
  content:'';
  position:absolute;
  right:17px;
  top:16px;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-bottom:1px solid #000;
  border-left: 1px solid #000;
}
.header-link .lang .lang-menu{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #e9e8f2;
  border-radius: 0 0 21px 21px;
  height:0px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
}
.lang-menu li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}
.lang-menu li:last-child{
  border-radius: 0 0 21px 21px;
  overflow: hidden;
}
.lang-menu li a:hover {
  background: #f0f0f0;
}

/* lang toggle */
.lang.open .current{
  border-radius: 21px 21px 0 0;
}
.lang.open .lang-menu {
  height:68px;
  overflow: visible;
}



/* main */
.main-section{
  position:relative;
}
.main-section::before{
  content:'';
  position:absolute;
  bottom:-40px;
  left:0;
  width:438px;
  height:511px;
  background: #B33F61;
  background: linear-gradient(128deg, rgba(179, 63, 97, 1) 0%, rgba(87, 17, 35, 1) 100%);
  z-index: -1;
}
.main-section .inner{
  background-color: #f9f5f5;
  margin:0 50px;
}
.main-section .main-content{
  max-width: 1380px;
  height:100vh;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}
.main-title{
  position: absolute;
  left:60px;
  top:110px;
  z-index: 2;
}
.main-title h2{
  font-size: 150px;
  font-family: 'manrope'; 
  color:#000000;
  line-height: 1;
  font-weight: 600;
}
.main-title h2 b{ 
  display: block;
  line-height: 1;
  font-weight: 600;
}
.main-title p{
  color:#333333;
  font-size:20px;
  font-weight: 500;
  margin-top:50px;
}
.main-title p span{
  font-size: 17px;
  color:#9b9b9b;
  font-weight: 500;
  display: block;
  margin-top:40px;
}

/* main slider */
.main-swiper{
  height:100%;
  overflow:visible;
}
.main-swiper .swiper-slide .item{
  position: relative;
  width: 100%;
  height:100%;
}
.main-swiper .swiper-slide .item figure{
  position: absolute;
  left: 100px;
  right: 0;
  margin: 0 auto;
  top: 50px;
  display: table;
}
.main-swiper .swiper-slide .item figure picture{
  display:block;
}
.main-slide-img{
  display:block;
  width:clamp(260px, 30vw, 620px);
  max-width:100%;
  max-height:62vh;
  height:auto;
  object-fit:contain;
}
.main-swiper .slide-title{
  font-size: 50px;
  text-align:right;
  position:absolute;
  right: 60px;
  top: 35%;
  transform: translate(0,-50%);
}
.main-swiper .slide-title strong{
  display:block;
  font-size: 85px;
  font-weight: 600;   
}

.swiper-navigation{
  width:100%;
  max-width: 1260px;
  height:231px;
  left: 0;
  right: 0;
  margin:0 auto;
  bottom: 74px;
  border-radius: 40px;
  background: #F5DADA;
  background: linear-gradient(90deg, rgba(245, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(245, 218, 218, 1) 100%);
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: absolute;
  
}
.swiper-navigation-control{
  width:300px;
  height:160px;
  position:absolute;
  right:-60px;
  background-color: #571123;
  border-radius: 40px;
}
.swiper-navigation-control::before{
  content:'';
  position: absolute;
  left:0;right:0;
  margin:0 auto;
  top:50%;
  margin-top:-1px;
  width:5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #f4f3f9;
}
.swiper-navigation-control .swiper-button-next,
.swiper-navigation-control  .swiper-button-prev{
  top: 50%;
  margin-top: -8px;
}
.swiper-navigation-control .swiper-button-next{
  background: url(/static/img/slide-arrow-next.png) no-repeat center center;
  width:39px;
  height:11px;
  right:60px;
}
.swiper-navigation-control  .swiper-button-prev{
  background: url(/static/img/slide-arrow-prev.png) no-repeat center center;
  width:39px;
  height:11px;
  left: 60px;
}
.swiper-button-next svg,
.swiper-button-prev svg{
  display:none;
}
.swiper-pagination{
  position: absolute;
  right: 60px;
  top: 50%;
  left: auto;
  text-align: right;
  font-size: 48px;
  font-family: 'manrope';
  display: table;
  width: auto;
}
.swiper-pagination .swiper-pagination-current{
  font-size: 99px;
  font-weight: 700;
  color: #000000;
}
.thumb-swiper{
  cursor: pointer;
  max-width: 450px;
  margin: 0;
}
.thumb-swiper .swiper-slide{
  width:100px;
  height:143px;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
}
.thumb-swiper .swiper-slide img{
  max-width:50px;
  margin:0 auto;
}
.thumb-swiper .swiper-slide.swiper-slide-thumb-active{
  border-radius: 15px;
  background-color: #edc7c7;
}

/* section nav */
.section-nav{
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 3;
}
.section-nav.show {
  opacity: 1;
  pointer-events: auto;
}
.section-nav ul li + li{
  margin-top:20px;
}
.section-nav a{
  color:#000000;
  font-size:14px;
  font-weight: 600;
  font-family: 'manrope'; 
  position:relative;
}
.section-nav.show a.active {
  color: #79307e;
}
.section-nav.show a.active::before{
  content: '';
  width: 120%;
  height:1.4px;
  background-color: #e7e7e7;
  position:absolute;
  bottom:-8px;
  left:0;
}

/* popup */
.popup-layer{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
}
.popup-card{
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 14px;
  border: 1px solid rgba(140, 49, 72, 0.2);
  box-shadow: 0 20px 45px rgba(46, 12, 20, 0.16);
  overflow: hidden;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
}
.popup-body{
  padding: 16px;
  overflow: auto;
  flex: 1;
}
.popup-title{
  font-size: 18px;
  font-weight: 700;
  color: #8c3148;
  margin-bottom: 12px;
}
.popup-video{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
}
.popup-video iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.popup-content{
  font-size: 15px;
  color: #1d1d1d;
}
.popup-footer{
  padding: 10px 16px 14px;
  border-top: 1px solid rgba(140, 49, 72, 0.12);
  background: #fdf6f8;
}
.popup-footer-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.popup-dismiss{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.popup-dismiss input{
  width: auto;
}
.popup-close{
  background: #8c3148;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.popup-close:hover{
  background: #7b2b40;
}
@media (max-width: 640px){
  .popup-card{
    left: 12px !important;
    top: 12px !important;
    width: calc(100vw - 24px) !important;
    height: auto !important;
    max-height: calc(100vh - 24px);
  }
}

/* section common */
.section-title{
  max-width: 1640px;
  margin:120px auto;
  display: flex;
  align-items: center;
  gap: 100px;
  padding:0 25px;
}
.section-title .txt{
  position: relative;
}
.section-title .txt::before{
  content:'';
  position:absolute;
  width: 32px;
  height:2px;
  left:0;top:-30px;
  background-color: #2b2742;
}
.section-title .txt h3{
  font-size: 90px;
  color: #000;
  display: block;
  font-weight: bold;
  font-family: 'manrope';
  margin-bottom: 30px;;
}
.section-title .txt span{
  font-size: 30px;
  font-weight: 700;
}
.key-title, .key-title-sm{
  text-align: center;
  margin-bottom: 55px;
}
.key-title h4{
  font-size: 100px;
  font-family: 'manrope';
  font-weight: 600;
}
.key-title p{
  font-size: 45px;
  font-weight: 500;
}
.key-title p small{
  font-size:25px;
  display: block;
}
.key-title-sm h4{
  font-size: 70px;
  font-weight: 500;
}
.key-title-sm p{
  font-size: 25px;
  font-weight: 500;
}
.visual .num{
  color:#2b2742;
  font-size: 200px;
  font-weight: 500;
  font-family: 'manrope';
  line-height: 1.3;
}
.sub-title p{
  font-size: 45px;
  font-weight: 500;
}
.sub-title small{
  font-size: 25px;
  font-weight: 500;
}
hr.solid{
  border:0;
  border-top:1px solid #e7e7e7;
  width:95%;
  margin:0 auto;
}
ul.description-box{
  display: flex;
  gap:95px;
  margin: 80px 0;
}
ul.description-box li span{
  font-size:22px;
  font-weight: 500;
  background-color: #f4f4f4;
  text-align: center;
  display: block;
  padding: 28px 48px;
}

/* section01 - dermashine */
.generation-list{
  display: flex;
  max-width: 1860px;
  margin: 0 auto;
  padding:0 25px;
  align-items: stretch;
}
.generation-list > div{
  overflow: hidden;
  flex: 1;
  min-width: 220px;
  min-height: 733px;
  height: auto;
  padding-top: 70px;
  position: relative;
}
.generation-list .generation-01{
  background: #f9f3f3;
}
.generation-list .generation-02{
  background: #f5eaea;
}
.generation-list .generation-03{
  background: #ebd9d9;
}
.generation-list > div.generation-04{
  flex:2;
  position:relative;
  background:url(/static/img/s01-glist04-bg.png) no-repeat right / 100% 100%;
}
.generation-list > div.generation-04:after{
  content:'';
  width:634px;
  height:443px;
  background:#420716;
  border-radius: 100%;
  position:absolute;
  left:-80px;
  bottom: -178px;
}
.generation-list .generation-01 .g-prod,
.generation-list .generation-02 .g-prod,
.generation-list .generation-03 .g-prod {
  position: absolute;
  bottom: -10%;
  left: 20%;
  /* width: clamp(140px, 42%, 320px); */
  transform: translateX(-110%);
}
.generation-list .generation-01 .g-prod img,
.generation-list .generation-02 .g-prod img,
.generation-list .generation-03 .g-prod img{
  max-width:100%;
}
.generation-prod-img{
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.generation-list .generation-04 .g-prod {
  position: absolute;
  left: 16%;
  top: 50%;
  /* width: clamp(180px, 34%, 560px); */
  max-width: 560px;
  max-height: 86%;
  transform: translateY(-50%) translateX(-80px);
  z-index: 1;
}
.generation-04-img{
  display:block;
  width:100%;
  max-width:100%;
  max-height:100%;
  height:auto;
  object-fit:contain;
}
.generation-list > div .g-txt{
  padding:0 40px;
}
.generation-list > div strong{
  font-size: 26px;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 15px 0;
}
.generation-list .generation-04 .g-txt{
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
  padding: 0;
  z-index: 1;
}
.generation-list .generation-04 .g-txt strong,
.generation-list .generation-04 .g-txt span{
  color:#fff;
}

.generation-list .g-prod{
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 1.4s ease-out,
    transform 1.4s cubic-bezier(.22,.61,.36,1);
}
.generation-list.is-active .g-prod {
  opacity: 1;
  transform: translateX(-13%);
}
.generation-list.is-active .generation-04 .g-prod {
  transform: translateY(-50%) translateX(0);
}
.generation-01 .g-prod { transition-delay: 0.2s; }
.generation-02 .g-prod { transition-delay: 0.6s; }
.generation-03 .g-prod { transition-delay: 0.8s; }
.generation-04 .g-prod { transition-delay: 1.2s; }

.product-history{
  max-width: 1720px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  padding: 0 25px;
}
.product-history > div{
  border: 1px solid #ebd9d9;
  flex: 1;
  overflow: hidden;
}
.product-history .product-01{
  border-bottom: 6px solid rgba(87, 17, 35, 0.25);
}
.product-history .product-02{
  border-bottom: 6px solid rgba(87, 17, 35, 0.50);
}
.product-history .product-03{
  border-bottom: 6px solid rgba(87, 17, 35, 0.75);
}
.product-history .product-04{
  border-bottom: 6px solid rgba(87, 17, 35, 1);
}
.product-history > div figure{
  height: 359px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f3f3;
  padding: 20px;
}
.product-history > div ul{
  background: #f5eaea;
  height: 100%;
  padding:20px 40px;
}
.product-history > div ul li{
  font-size: 18px;
  color:#2b2742;
  font-weight: 500;
}

.s1-electric-content{
  max-width: 1350px;
  margin: 120px auto;
  padding:0 20px;
}
.s1-electric-content .title{
  font-size: 50px;
  font-weight: 700;
}
.electric-info{
  margin-top:50px;
}
.electric-info.mo{
  display: none;
}
.electric-info table tr th{
  text-align: center;
  padding:20px;
  color:#2b2742;
  font-weight: 600;
  border: 1px solid #e7e7e7;
  border-top:1px solid #571123;
}
.electric-info table tr td{
  text-align: center;
  border: 1px solid #e7e7e7;
  padding:30px;
  color:#555555;
}
.electric-info table tr td:first-child .flex{
  display: flex;
  align-items: center;
  padding-left:10px;
}
.electric-info table tr td:first-child .flex span{
  flex:1;
}

/* section02 - dualfunction */
.section02 .key-title{
  max-width: 1670px;
  margin:0 auto;
  text-align: left;
  padding-left:50px;
}
.dual-content{
  position:relative;
}
.dual-content .visual{
  margin-top: 120px;
  position: relative;
  max-width: 1075px;
  margin-left: auto;
}
.dual-content .visual .num{
  position: absolute;
  top: -180px;
  left: 145px;
}
.dual-content .visual::before{
  content:'';
  position:absolute;
  width:320px;
  height:330px;
  bottom:-40px;
  left:-40px;
  background: #571123;
  background: linear-gradient(90deg, rgba(87, 17, 35, 1) 0%, rgba(140, 49, 72, 1) 100%);
  z-index: -1;
}
.dual-content .visual::after{
  content:'';
  position:absolute;
  width: 534px;
  height: 555px;
  top:-70px;
  right:0;
  background-color: #f9f3f3;
  z-index: -1;
}
.dual-content .description-content{
  margin:130px 0;
  padding:0 25px;
}
.dual-content .description01{
  max-width: 1490px;
  margin:0 auto;
}

.dual-content .description02{
  max-width: 1490px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap:20px;
}

/* User friendly - section03*/
.section03 .inner{
  max-width: 1490px;
  margin: 0 auto;
  margin-top: 150px;
}
.section03 .key-title{
  text-align: left;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.section03 .key-title p{
  display: table;
  margin-left: auto;
  margin-top: 150px;
  line-height: 1.2;
}
.section03 .key-title p span{
  display: block;
  line-height: 1.2;
}
.section03 .key-title p small{
  margin-top:30px;
}
.user-content .user-title{
  position: relative;
  padding-top: 185px;
}
.user-content .visual{
  position: relative;
  max-width: 961px;
}
.user-content .visual .num{
  position: absolute;
  top: -250px;
  left: 20px;
}
.user-content .visual::before{
  content:'';
  position:absolute;
  width: 402px;
  height: 418px;
  top:-70px;
  left:-70px;
  background-color: #f9f3f3;
  z-index: -1;
}
.user-content .visual::after{
  content:'';
  position:absolute;
  width:320px;
  height:330px;
  bottom:-40px;
  right:-40px;
  background: #571123;
  background: linear-gradient(90deg, rgba(87, 17, 35, 1) 0%, rgba(140, 49, 72, 1) 100%);
  z-index: -1;
}
.user-content .description-content{
  padding:0 25px;
}
.user-content .description02 .sub-title{
  text-align: center;
}
.user-content .description02 ul.description-box li span{
  text-align: left;
}

/* section04 - flexibility */
.section04 .inner{
  max-width: 1690px;
  margin:0 auto;
}
.flex-content .visual{
  display: flex;
  gap:150px;
  margin-bottom:150px;
}
.flex-content .visual figure{
  position: relative;
  max-width: 750px;
}
.flex-content .visual figure::before{
  content:'';
  position:absolute;
  width: 534px;
  height: 555px;
  top:-50px;
  left:-110px;
  background-color: #f9f3f3;
  z-index: -1;
}
.flex-content .visual figure::after{
  content:'';
  position:absolute;
  width:320px;
  height:330px;
  bottom:-40px;
  right:-40px;
  background: #571123;
  background: linear-gradient(90deg, rgba(87, 17, 35, 1) 0%, rgba(140, 49, 72, 1) 100%);
  z-index: -1;
}
.flex-content .visual .key-title{
  text-align: left;
  margin-top: -28px;
  margin-bottom: 0;
}
.flex-content .description-content{
  max-width: 1350px;
  margin: 0 auto;
  padding:0 25px;
}
.pin-box{
  display: flex;
  gap: 33px;
  margin-bottom:65px;
}
.pin-box li{
  flex: 1;
}
.pin-box li > figure{
  width: 100%;
  height:220px;
  background: #f9f3f3;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:12px;
}
.pin-box li > figure img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.pin-box li span{
  background:#f5eaea;
  color:#555555;
  font-size:16px;
  font-weight: 700;
  display: table;
  padding:10px;
  width: 100%;
  text-align: center;
}
.pin-box li .pin figure{
  display: table;
  margin:45px auto 0;
  width:100%;
  max-width:220px;
}
.pin-box li .pin figure img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.flex-content .description02 table thead tr th{
  border:1px solid #e7e7e7;
  border-top:1px solid #8c3148;
  padding:18px;
  color:#2b2742;
}
.flex-content .description02 table tbody tr th,
.flex-content .description02 table tbody tr td{
  border:1px solid #e7e7e7;
  padding:15px;
  color:#2b2742;
  text-align: center;
}
.flex-content .description02 table tbody tr td{
  color: #555555;
}

/* section05 - faq */
.section05{
  margin-top:100px;
}
.faq-content{
  max-width: 1350px;
  margin:0 auto;
  padding:0 25px;
}

.faq-question {
  cursor: pointer;
  padding: 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  font-size: 25px;
  color:#8c3148;
  font-weight: 500;
  padding:40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question::after{
  content:'';
  width:16px;
  height:9px;
  display:block;
  background: url(/static/img/arrow-down.png) no-repeat center / contain;
  transition :all 0.3s;
}
.faq-item + .faq-item .faq-question{
  margin-top:-1px;
}
.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  background-color: #f5f5f5;
}
.faq-answer p{
  font-size: 25px;
  padding:50px 80px;
}
.faq-question.is-active::after{
  transform: rotate(180deg);
}

.text-gradient {
  margin:20px 0;
  font-size: 260px;
  font-weight: 700;
  /* font-family: 'manrope'; */
  text-align: center;
  background: linear-gradient(130deg, rgba(66, 7, 22, 1) 0%, rgba(140, 49, 72, 1) 100%);
  background-size: 200% auto;
  color: #420716;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: shine 1s ease-in-out infinite alternate;
}
@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* section06 contact us */
.section06{
  padding-bottom:250px;
  background: url(/static/img/s06-bg.png) no-repeat bottom center / contain;
}
.section06 .inner{
  position: relative;
}
.section06 .inner::before{
  content:'';
  width:88%;
  height:560px;
  left:0;
  top:50%;
  margin-top: -120px;
  background: #f4f4f4;
  position: absolute;
  z-index: 0;
}
.contact-content{
  max-width: 1080px;
  padding:0 25px;
  margin:0 auto;
  position: relative;
}
.kakao-search{
  background-color: #ffe800;
  padding:40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:30px;
  border-radius: 20px 20px 0 0;
}
.kakao-search .txt{
  max-width: 570px;
  width: 100%;
  padding:10px 0;
  border-radius: 27px;
  font-size: 43px;
  font-weight: 700;  
  text-align: center;
  background: #fff url(/static/img/s06-plus.png) no-repeat 95% center;
}
.kakao-qr{
  background-color: #fff;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kakao-qr .qr-txt{
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0 15px;
}
.kakao-qr ul{
  display: flex;
}
.kakao-qr ul li{
  font-size:18px;
  font-weight: 500;
  position:relative;
}
.kakao-qr ul li + li::before{
  content:'>';
  font-size: 18px;
  color:#c8c8c8;
  font-weight: 500;
  margin:0 20px;
}

/* footer */
.footer{
  background: #571123;
}
.footer .inner{
  max-width: 1360px;
  margin:0 auto;
  padding:40px 25px;
}
.ft-company-info{
  display: flex;
  gap:50px;
}
.ft-company-info > div{
  display: flex;
  align-items: flex-start;
  gap:35px;
}
.ft-company-info ul li{
  font-size:14px;
  color:rgba(255,255,255,0.7);
  font-weight: 300;
}
.ft-company-info ul li + li{
  margin-top:5px;
}
.ft-copy{
  font-size:11px;
  color:rgba(255,255,255,0.3);
  font-weight: 300;
  text-align: center;
  margin-top: 80px;
  line-height: 1.8;
}

/*
-----------------------------------
sub page
-----------------------------------
*/
.sub-header{
  display: flex;
  align-items: center;
  position:relative;
}
.sub-header .left{
  position:absolute;
  left:330px;
}
.sub-header .right{
  margin-left:auto;
}
.sub-header h2{
  font-size:150px;
  color:#000;
  line-height: 1;
}
.sub-header h2 span{
  display:block;
  line-height: 1;
}
.sub-header .ko-txt{
  font-size:35px;
  margin-top:70px;
  position:relative;
  display: block;
}
.sub-header .ko-txt:before{
  content:'';
  position:absolute;
  left:5px;
  top:-65px;
  width:1px;
  height:50px;
  background:#bbbbbb;
}
.sub-header .desc{
  font-size:26px;
  font-weight: 500;
  display: block;
  margin-top:10px;
}

/* 병원찾기 */
.hospital-section{
  position:relative;
}
.hospital-map{
  position:relative;
}
.hospital-point{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hospital-search{
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 50px;
  display: block;
  width: 600px;
  height: 820px;
  overflow-y: auto;
}
.hospital-search::-webkit-scrollbar {
  background-color: #efefef;
}
.hospital-search::-webkit-scrollbar-thumb {
  background-color: #8c3148;
  
}
.hospital-select select{
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  font-size: 25px;
  cursor: pointer;
  background: #fff url(/static/img/arrow-down.png) no-repeat 95% center;
}
.hospital-select select option {
  padding: 5px;
  font-size: 18px;
}
.hospital-total{
  text-align: right;
  padding: 20px 0 15px;
  font-size: 20px;
  border-bottom: 1px solid #ececec;
}
.hospital-total span{
  font-size:27px;
  font-weight: 700;
}
.hospital-list li{
  border-bottom: 1px solid #ececec;
  padding:15px 15px;
}
.hospital-list li .info {
  display: flex;
  align-items: center;
}
.hospital-list li .info .name{
  font-size: 23px;
  font-weight: 500;
}
.hospital-list li .info .tel{
  font-size: 17px;
  font-weight: 500;
}
.hospital-list li .info .tel::before{
  content: 'I';
  font-size: 17px;
  color: #d6d6d6;
  font-weight: 400;
  margin: 0 15px;
}
.hospital-list li .info .tel em{
  font-style: normal;
}

/* 전문가 전용 */
.professional-section{
  max-width: 1350px;
  margin:100px auto;
  padding:0 25px;
}
.search-field{
  max-width: 740px;
  margin: 0 auto;
  border:3px solid #8c3148;
  border-radius: 43px;
  padding:0 40px;
  display: flex;
}
.search-field input[type="search"]{
  width: 100%;
  height:85px;
  line-height: 85px;
  font-size:22px;
  font-weight: 700;
}

.tab-list{
  display: flex;
  gap: 20px;
  margin:60px 0 50px;
}
.tab-list li button{
  width:160px;
  font-size:18px;
  padding: 10px 0;;
  background:#f8f8f8;
  border-radius: 15px;
  border:1px solid #e8e8e8;
  text-align:center;
  font-weight: 700;
}
.tab-list li.is-active button{
  color: #fff;
  background:#8c3148;
}

.tab-panels {
  position: relative;
}
.tab-panels .tab-panel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tab-panels .tab-panel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.tab-panel-cont{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:3%;
}
.tab-panel-cont .item{
  width:31.3%;
  border:1px solid #e8e8e8;
  margin-bottom:60px;
}
.tab-panel-cont .item .img-box{
  position: relative;
}
.tab-panel-cont .item .img-box img{
  width:100%;
}
.tab-panel-cont .item .img-box .category{
  background: #f1f1f1;
  position: absolute;
  bottom: 20px;
  right: 30px;
  border-radius: 17px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #8c3148;
}
.tab-panel-cont .item .txt-box{
  padding:40px;
  border-top:1px solid #e8e8e8;
}
.tab-panel-cont .item .txt-box h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tab-panel-cont .item .txt-box p{
  font-size:14px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 고객센터 */
.contact-section{
  margin-top:100px;
  padding-bottom:200px;
  background: url(/static/img/s06-bg.png) no-repeat bottom center / contain;
  position: relative;
}
.contact-section::before{
  content:'';
  width:88%;
  height:560px;
  left:0;
  top:50%;
  margin-top: -220px;
  background: #f4f4f4;
  position: absolute;
  z-index: 0;
}




/*
-----------------------------------
반응형 & 모바일
-----------------------------------
*/
@media (min-width: 1850px) {
  .generation-list .generation-04 .g-prod {
    left: 8%;
    width: 62%;
    max-width: 760px;
  }
}

@media (max-width: 1800px) {
  .generation-list .generation-04 .g-prod {
    left: 6%;
    width: 55%;
  }
  .generation-list > div {
    min-height: 660px;
  }
  
}
@media (max-width: 1600px) {
  .main-title h2 {
    font-size: 120px;
  }
  .main-title p {
    font-size: 18px;
  }
  .main-title p span {
    font-size: 15px;
    margin-top: 20px;
  }
  .main-swiper .slide-title strong {
    font-size: 65px;
  }
  .main-swiper .slide-title{
    font-size: 40px;
  }
  .swiper-pagination{
    font-size: 38px;
  }
  .swiper-pagination .swiper-pagination-current{
    font-size:70px;
  }
  .main-slide-img{
    width: clamp(240px, 28vw, 520px);
    max-height: 56vh;
  }
  .main-section .main-content {
    height: 85vh;
    width: 95%;
  }
  .thumb-swiper .swiper-slide img {
    max-width: 40px;
  }
  .thumb-swiper .swiper-slide {
    height: 110px;
    width: 80px;
  }
  .swiper-navigation{
    height: 170px;
    width: 90%;
  }
  .swiper-navigation-control {
    width: 265px;
    height: 120px;
    right: -30px;
  }
  .generation-list > div {
    min-height: 550px;
  }
  .generation-list > div.generation-04:after {
    width:480px;
    height: 350px;
  }
  .generation-list > div strong {
    font-size: 20px;
    margin: 10px 0;
  }
  .generation-list > div span {
    font-size: 14px;
  }
  .generation-list .generation-04 .g-txt {
    right: 0;
  }
  .generation-list > div .g-txt .g-logo{
    max-width: 70%;
  }
  .section02 .key-title{
    padding: 0 25px;
  }
  .dual-content .visual {
    margin-top: 180px;
  }
  .user-content .user-title,
  .flex-content .visual{
    padding-right: 25px;
  }
  .text-gradient{
    font-size: 200px;
  }
  .hospital-search {
    padding: 40px;
    width: 450px;
    height: 70%;
  }
}
@media (max-width: 1440px) {
  .header-nav .menu {
    gap: 60px;
  }
  .main-title h2 {
    font-size: 80px;
  }
  .main-title p {
    font-size: 16px;
  }
  .main-title p span {
    font-size: 13px;
  }
  .main-swiper .slide-title {
    font-size: 30px;
  }
  .main-swiper .slide-title strong {
    font-size: 50px;
  }
  .swiper-pagination {
    font-size: 30px;
    top:45%
  }
  .swiper-pagination .swiper-pagination-current {
    font-size: 50px;
  }
  .section04 .inner{
    margin-top: 150px;
  }
  .flex-content .visual{
    gap: 80px;
    padding-right:25px;
  }
  .sub-header .left {
    left: 80px;
  }
  .hospital-search {
    padding: 30px;
    width: 400px;
  }
}

@media (max-width: 1200px) {
  .header {
    height: 70px;
    padding: 0 25px;
    gap: 20px;
  }
  .header h1{
    width: 15%;
  }
  .header-nav .menu li a {
    font-size: 15px;
  }
  .header-link {
    gap: 10px;
  }
  .header-link .lnk{
    max-width: 40%;
  }
  .header-link .lang .current {
    font-size: 14px;
    width: 71px;
    height: 34px;
    line-height: 34px;
    padding-right: 17px;
  }
  .header-link .lang .current::after {
    right: 12px;
    top: 12px;
  }

  .main-section .inner {
    margin: 0 20px;
  }
  .main-section .main-content {
    width: 100%;
  }
  .main-title {
    left: 40px;
  }
  .main-swiper .slide-title, .swiper-pagination{
    right:40px;
  }
  .swiper-navigation-control {
    width: 200px;
  }
  .swiper-navigation-control .swiper-button-prev {
    left: 20px;
  }
  .swiper-navigation-control .swiper-button-next {
    right: 20px;
  }

  .section-title .txt h3 {
    font-size: 50px;
  }
  .section-title .txt span {
    font-size: 20px;
  }

  .generation-list > div {
    min-height: 445px;
  }
  .product-history > div ul{
    padding:20px;
  }
  .product-history > div ul li {
    font-size: 16px;
  }
  .product-history > div figure {
    height: 310px;
  }

  .s1-electric-content .title {
    font-size: 35px;
    line-height: 1.4;
  }

  .section-title{
    gap: 60px;
  }
  .text-gradient{
    font-size:150px;
  }

  .key-title h4 {
    font-size: 75px;
  }
  .key-title p {
    font-size: 35px;
  }
  .key-title p small {
    font-size: 20px;
  }
  .sub-title p {
    font-size: 35px;
  }
  .sub-title small {
    font-size: 20px;
  }
  ul.description-box{
    gap:30px;
    margin:50px 0 70px;
  }
  ul.description-box li span {
    font-size: 17px;
    padding: 20px 10px;
    word-break: keep-all;
  }

  .dual-content .visual, .user-content .visual{
    width:80%;
  }
  .visual .num{
    font-size: 150px;
  }
  .dual-content .visual .num{
    top: -120px;
  }
  .user-content .visual .num {
    top: -170px;
  }
  .dual-content .visual::after {
    width: 50%;
    height: 200px;
    top: -50px;
  }
  .dual-content .visual::before {
    width: 30%;
    height: 230px;
  }
  .section03 .inner{
    margin-top: 80px;
  }
  .section03 .key-title{
    position:static;
    margin-top:80px;
    padding:0 25px;
  }
  .user-content .visual::before{
    height:100px;
  }
  .user-content .visual::after {
    width: 35%;
    height: 230px;
    bottom: -30px;
    right: -30px;
  }
  .section03 .key-title p span{
    display:inline-block;
  }
  .section03 .key-title p{
    margin-left:0;
    margin-top:30px;
  }
  .section03 .key-title p small br{
    display: none;
  }
  .section03 .key-title p small{
    word-break: keep-all;
  }
  .flex-content .visual{
    display: block;
    margin-bottom: 80px;
  }
  .flex-content .visual .key-title{
    margin-top:50px;
    padding:0 25px;
  }

  /* 서브 */  
  .sub-header h2 {
    font-size: 100px;
  }
  .sub-header .ko-txt {
    font-size: 26px;
  }
  .sub-header .desc {
    font-size: 20px;
  }
  .search-field input[type="search"] {
    height: 65px;
    line-height: 63px;
    font-size: 18px;
  }
  .tab-list li button {
    width: 140px;
    font-size: 16px;
  }
  .tab-panel-cont .item {
    margin-bottom: 30px;
  }
  .tab-panel-cont .item .txt-box {
    padding: 20px;
  }
  .tab-panel-cont .item .txt-box h5 {
    font-size: 16px;
  }
  .tab-panel-cont .item .txt-box p {
    font-size: 13px;
  }

  .hospital-search {
    right: 25px;
    width: 350px;
  }
  .hospital-select select {
    font-size: 20px;
  }
  .hospital-total {
    padding: 15px 0 10px;
    font-size: 18px;
  }
  .hospital-total span {
    font-size: 22px;
  }
  .hospital-list li {
    padding: 10px 0;
  }
  .hospital-list li .info .name {
    font-size: 19px;
  }
  .hospital-list li .info .tel {
    font-size: 14px
  }
  .hospital-list li .address{
    font-size: 14px;
  }
  .generation-list {
    display: grid;
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 25px;
    grid-template-columns: repeat(3, 1fr);
  }
  .generation-list .generation-04 {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .generation-04 .g-prod { transition-delay: 0.2s; }
  .generation-01 .g-prod { transition-delay: 0.6s; }
  .generation-02 .g-prod { transition-delay: 0.8s; }
  .generation-03 .g-prod { transition-delay: 1.0s; }

  .generation-list .generation-01 .g-prod,
  .generation-list .generation-02 .g-prod,
  .generation-list .generation-03 .g-prod {
    bottom: -25%;
  }
  .generation-list .generation-04 .g-prod {
    width: 35%;
    max-width: 280px;
  }
  .key-title-sm{
    margin-bottom: 35px;
  }
  .key-title-sm h4{
    font-size: 50px;
  }
  .key-title-sm p {
    font-size: 20px;
  }
}


@media (max-width: 1024px) {
  .header-nav .menu {
      gap: 30px;
  }

  .section-nav{
    display: none;
  }

  /* 서브 */
  .sub-header .right{
    width: 80%;
  }
  .tab-list {
    gap: 15px;
    margin: 40px 0 30px;
  }
  .tab-list li button {
    width: auto;
    font-size: 16px;
    padding: 10px 20px;
  }

  .product-history{
    flex-wrap: wrap;
  }
  .product-history > div {
    flex: auto;
    width: 50%;
  }
  .product-history > div figure {
    height: 250px;
    padding: 40px;
  }
  .product-history > div figure img{
    max-height: 100%;
  }
  .s1-electric-content .title{
    font-size: 28px;
  }
  .electric-info.pc{
    display: none;
  }
  .electric-info.mo{
    display: block;
  }
  .electric-info table .flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap:10px;
  }
  .electric-info table tr:first-child td {
    border-top: 1px solid #571123;
  }
  .electric-info table + table{
    margin-top:20px;
  }
  .text-gradient{
    font-size:100px;
  }
  .faq-question, .faq-answer p{
    font-size: 18px;
    padding: 20px 40px;
  }
  
  .kakao-search{
    padding:25px;
  }
  .kakao-search figure{
    max-width: 8%;
  }
  .kakao-search .txt{
    max-width: 100%;
    font-size:25px;
    border-radius: 20px;
    background-size: 30px;
  }
  .kakao-qr{
    padding:25px;
  }
  .kakao-qr ul li {
    font-size: 16px;
  }
  .kakao-qr ul li + li::before{
    margin:0 10px;
  }

  /* footer */
  .ft-company-info > div{
    display: block;
  }
  .ft-company-info > div a{
    display: block;
    margin-bottom: 15px;
  }
  .ft-company-info ul li {
    font-size: 13px;
    margin-top:0 !important;
  }
  .ft-copy{
    margin-top:50px;
    line-height:1.5;
  }
}

@media (max-width: 767px) {
  * {
    line-height: 1.3;
  }
  .header h1 {
    width: 35%;
  }
  .btn-menu {
    display: block;
    width: 24px;
    height: 18px;
    background: none;
    border: 0;
    position: relative;
    z-index: 1100;
  }
  .btn-menu span {
    display: block;
    height: 2px;
    background: #555555;
    margin: 4px 0;
    width: 100%;
    transition: all 0.3s;
  }
  .is-menu-open .btn-menu span:first-child{
    position: absolute;
    transform: rotate(45deg);
  }
  .is-menu-open .btn-menu span:nth-child(2){
    display:none;
  }
  .is-menu-open .btn-menu span:last-child{
    position: absolute;
    transform: rotate(-45deg);
  }

  /* 모바일 오버레이 */
  .mobile-menu {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    justify-content: space-evenly;
  }
  .header.is-open .mobile-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu {
    text-align: center;
  }
  .menu li {
    margin: 16px 0;
  }
  body.is-menu-open {
    overflow: hidden;
  }
  .header-nav .menu {
    flex-direction: column;
  }
  .header-link{
    gap: 20px;
    flex-direction: column;
  }
  .header-link .lnk{
    max-width: 100%;
  }
  .header-link .lang{
    display: flex;
    gap: 5px;
  }
  .header-link .lang .current{
    width: 34px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    font-size:16px;
  }
  .header-link .lang .current::after{
    display: none;
  }
  .header-link .lang .lang-menu{
    display: flex;
    position:static;
    height: auto;
    background:transparent;
  }
  .lang-menu li a:hover {
    background:transparent;
  }
  .header-nav .menu li a {
    font-size: 20px;
  }

  .main-section{
    height: 90vh;
  }
  .main-section .inner{
    height:100%;
  }
  .main-section .main-content{
    padding:50px 30px 0;
    height: 100%;
  }
  .main-title{
    position:static;
  }
  
  .main-title h2 {
    font-size: 60px;
  }
  .main-title p{
    margin-top: 15px;
    font-size:15px;
  }
  .main-title p span{
    margin-top:10px;
  }
  .main-swiper{
    height: calc(100% - 270px);
    overflow: hidden;
  }
  .main-swiper .swiper-slide .item figure{
    position:static;
    margin:20px 0 0;
    max-width: 40%;
  }
  .main-slide-img{
    width: clamp(170px, 38vw, 280px);
    max-height: 34vh;
  }
  .main-swiper .swiper-slide .item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .main-swiper .slide-title{
    transform: none;
    position: static;
    margin-top: 30px;
    font-size: 25px;
  }
  .main-swiper .slide-title strong {
    font-size: 40px;
  }
  .swiper-pagination{
    right:0;
    top: 26%;
  }
  .swiper-navigation{
    width: 100%;
    bottom: 0;
    height: auto;
    padding: 15px 25px;
    border-radius: 25px;
    justify-content: space-between;
  }
  .thumb-swiper .swiper-wrapper{
    justify-content: space-between;
  }
  .thumb-swiper .swiper-slide{
    width:100%;
  }
  .swiper-navigation-control{
    right:0;
    bottom:180px;
    height: 100px;
    border-radius: 25px;
  }

  .section-title {
    gap: 30px;
    margin:100px auto 80px;
  }
  .section-title .txt h3 {
    font-size: 35px;
  }
  .section-title .txt span {
    font-size: 18px;
  }

  .generation-list > div {
    min-height: 340px;
    padding-top: 30px;
    min-width: 0;
  }
  .generation-list > div.generation-04:after {
    width: 375px;
    height: 310px;
  }
  ul.description-box{
    display: block;
    margin-top: 40px;
  }
  ul.description-box li + li{
    margin-top:20px;
  }
  ul.description-box img{
    width: 100%;
  }
  .dual-content .description02{
    display: block;
  }

  .dual-content .description02 figure{
    margin-top: 20px;
  }
  .dual-content .description02 figure img{
    width: 100%;
  }

  .key-title h4{
    font-size: 50px;
  }
  .key-title p {
    font-size: 26px;
  }
  .key-title p small {
    font-size: 18px;
  }
  .sub-title p{
    font-size: 25px;
  }
  .sub-title small{
    font-size: 17px;
    display: block;
    margin-top: 10px;
    word-break: keep-all;
  }
  .dual-content .visual, .user-content .visual{
    width: 90%;
  }
  .dual-content .visual{
    margin-top:100px;
  }
  .dual-content .visual .num{
    left:50px;
    font-size: 90px;
    top: -75px;
  }
  .visual .num{
    font-size:100px;
  }
  .flex-content .visual figure::before{
    width:50%;
    height:200px;
    left: 0;
  }
  .flex-content .visual figure::after{
    width:50%;
    height:200px;
    bottom:-30px;
  }
  .pin-box{
    flex-wrap: wrap;
    gap: 3%;
    margin-bottom: 40px;
  }
  .pin-box li {
    width: 48%;
    flex: auto;
    margin-bottom: 35px;
  }
  .pin-box li .pin figure{
    margin-top:20px;
  }
  .section05{
    margin-top:80px;
  }
  .key-title-sm{
    padding:0 25px;
  }
  .key-title-sm h4{
    font-size: 35px;
    margin-bottom: 5px;    
  }
  .key-title-sm p {
    font-size: 16px;
    word-break: keep-all;
  }
  .kakao-search figure {
    max-width: 10%;
  }
  .kakao-qr ul{
    display: block;
  }
  .kakao-qr ul li {
    font-size: 14px;
  }
  .kakao-qr .qr-txt {
    font-size: 18px;
    margin: 20px 0 15px;
  }
  .section06, .contact-section{
    padding-bottom:100px;
    background-size: 200%;
    margin-top:80px;
  }
  .section06 .inner::before, .contact-section::before{
    display:none;
  }
  
  /* 서브 */
  .sub-header .left {
    left: 0;
    padding-left: 25px;
  }
  .sub-header h2 {
    font-size: 50px;
  }
  .sub-header .ko-txt {
    font-size: 20px;
  }
  .sub-header .desc {
    font-size: 16px;
  }

  .professional-section{
    margin: 80px auto;
  }
  .search-field{
    max-width: 100%;
    padding: 0 20px;
  }
  .search-field input[type="search"] {
    height: 45px;
    line-height: 45px;
  }
  .search-field button img{
    max-width: 70%;
  }
  .tab-panel-cont .item {
    width: 48%;
  }
  .tab-list{
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0 20px;
  }
  .tab-panel-cont .item {
    margin-bottom: 15px;
  }
  .tab-panel-cont .item .img-box .category {
    bottom: 10px;
    right: 10px;
    padding: 4px 10px 3px;
    font-size: 12px;
  }
  .tab-panel-cont .item .txt-box h5 {
    font-size: 14px;
  }

  .hospital-point figure{
    width: 70%;
    display: table;
    margin: 0 auto;
  }
  .hospital-search {
    position:static;
    transform: none;
    width: 100%;
    height: 300px;
  }
  .hospital-select select {
    font-size: 18px;
  }
  .hospital-total {
    font-size: 16px;
  }
  .hospital-total span {
    font-size: 20px;
  }
  .hospital-list li .info .name {
    font-size: 17px;
  }
  .hospital-list li .info .tel {
    font-size: 13px
  }
  .hospital-list li .address{
    font-size: 13px;
  }
  .electric-info table tr th,
  .electric-info table tr td,
  .flex-content .description02 table tbody tr th,
  .flex-content .description02 table tbody tr td{
    font-size:13px;
    padding:10px;
    word-break: break-all;
  }
  .text-gradient{
    font-size:70px;
  }
  .faq-question, .faq-answer p{
    font-size: 16px;
    padding:20px;
    word-break: keep-all;
  }
  .faq-answer p br{
    display: none;
  }
  /* footer */
  .ft-company-info{
    display:block;
  }
  .ft-company-info > div{
    margin-bottom: 25px;
  }
  
}

@media (max-width: 500px) {
  .header h1 {
    width: 45%;
  }
  .main-section::before{
    height:300px;
  }
  .main-section .main-content{
    padding-top:40px;
  }
  .main-title h2 {
    font-size: 55px;
  }
  .main-slide-img{
    width: clamp(150px, 40vw, 240px);
    max-height: 28vh;
  }
  .main-title p br{
    display: none;
  }
  .main-title p {
    word-break: keep-all;
  }
  .sub-header .right {
    width: 70%;
  }
  .sub-header .ko-txt:before {
    top: -36px;
    height: 28px;
  }
  .sub-header .ko-txt {
    font-size: 18px;
    margin-top: 40px;
  }
  .sub-header .desc {
    font-size: 15px;
    margin-top: 5px;
  }
  .section-title{
    display: table;
  }
  .section-title .txt{
    margin-top: 60px;
  }
  .section-title .txt h3 img{
    max-width: 70%;
  }
  .section-title .txt::before {
    width: 23px;
    height: 2px;
    top: -20px;
  }
  .generation-list > div {
    min-height: 240px;
  }
  .generation-list > div .g-txt{
    padding:0 15px;
  }
  .generation-list > div strong {
    font-size: 16px;
  }
  .generation-list > div span {
    font-size: 13px;
  }
  .generation-list .generation-01 .g-prod,
  .generation-list .generation-03 .g-prod {
    bottom: -20%;
  }
  .generation-list .generation-02 .g-prod {
    bottom: -12%;
  }
  .text-gradient {
    font-size: 45px;
  }
  .dual-content .visual, .user-content .visual{
    width:100%;
  }
  .visual::before, .visual::after,
  .flex-content .visual figure::before,
  .flex-content .visual figure::after{
    display: none;
  }
  .visual .num{
    position: static !important;
    padding:0 25px;
  }
  .dual-content .visual{
    margin-top:30px;
  }
  .dual-content .description-content{
    margin:80px 0;
  }
  .user-content .user-title{
    padding-top:0;
    padding-right: 0;
  }
  .section03 .key-title{
    margin-top: 20px;
  }
  .key-title h4{
    font-size: 40px;
  }
  .key-title p {
    font-size: 22px;
    margin-top: 20px;
  }
  .section03 .key-title p{
    margin-top: 20px;
  }
  .flex-content .visual{
    padding-right: 0;
    margin-bottom: 50px;
  }
  .section04 .inner{
    margin-top:80px;
  }
  .section04 .visual .num{
    padding:0;
  }
  .pin-box li > figure{
    height: 150px;
  }
  .product-history > div ul {
    padding: 15px;
  }
  .product-history > div ul li,
  .pin-box li span,
  ul.description-box li span {
    font-size: 14px;
  }
  .s1-electric-content .title {
    font-size: 21px;
  }
  .s1-electric-content, .section-title{
    margin-top: 80px;
  }
  .visual .num {
    font-size: 70px;
  }
  .generation-list > div .g-txt .g-logo{
    max-width:100%;
  }
  .generation-list > div.generation-04 .g-txt{
    position: static;
    transform: none;
    margin: 0;
    width: 45%;
    margin-left: auto;
    padding-right: 25px;
  }
  .generation-list .generation-04 .g-prod {
    width: 30%;
    left: 9%;
    max-width: 240px;
  }
  .generation-list > div.generation-04:after {
    width: 330px;
    height: 281px;
  }
  .swiper-navigation-control {
      height: 56px;
      border-radius: 14px;
      width: 62%;
      bottom: 150px;
  }
  .swiper-navigation-control .swiper-button-prev,
  .swiper-navigation-control .swiper-button-next{
    width:30px;
    height:14px;
    background-size: 100%;
  }
  .thumb-swiper .swiper-slide img {
    max-width: 30px;
  }
  .thumb-swiper .swiper-slide {
    height: auto;

    padding: 15px 0;
  }
  .swiper-pagination {
    font-size: 25px;
    top: auto;
    bottom: 210px;
  }
  /* footer */
  .ft-company-info ul li {
    font-size: 12px;
  }
  .ft-copy {
    margin-top: 30px;
    font-size:10px;
  }
  .ft-company-info > div a {
    display: table;
    height: 20px;
  }
  .ft-company-info > div a img{
    width:80%;
  }
}
@media (max-width: 420px) {
  .product-history > div figure {
    height: 150px;
    padding: 30px;
  }
  .main-swiper .swiper-slide .item figure {
    max-width: 30%;
  }
  .main-swiper .slide-title {
    margin-top: 20px;
    font-size: 17px;
  }
  .main-swiper .slide-title strong {
    font-size: 26px;
  }
  .swiper-pagination .swiper-pagination-current {
    font-size: 35px;
  }
  .swiper-pagination {
    font-size: 25px;
  }
}
@media (max-width:430px) and (min-height:668px) and (max-height:940px){
  .main-section{
    height:78vh;
  }
}
