#container section{
  height: 100vh;
}
.sc-main{
  overflow: hidden;
  position: relative;
}
.sc-main .main-slide{
  width: 100%;
  height: 100vh;
}
.sc-main .swiper-slide{
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sc-main .swiper-slide .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-main .swiper-slide .thumb{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sc-main h2{
  color: #FFF;
font-family: Pretendard;
font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 86.4px */
letter-spacing: -2.88px;
margin-bottom: 20px;
}
.sc-main p {
  color: #FFF;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 33.6px */
letter-spacing: -0.48px;
margin-bottom: 60px;
}
.control-box{
  position: absolute;
  left: 0px;
  bottom: 260px;
  width: 100%;
z-index: 50;

}

.btn-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1600px;
}
.btn-box button{
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.btn-autoplay .play{
  display: none;
}

.btn-autoplay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  position: relative;
  background: none;
  z-index: 10;
  overflow: visible;
}
.progress-ring {
  position: absolute;
  top: 0; left: 0;
  width: 48px; height: 48px;
  pointer-events: none;
  transform-origin: center;
  transform: rotate(-90deg);
}
.ring-bg {
  stroke: rgba(255,255,255,0.4);
}
.ring-progress {
  stroke: #fff;
}
.icon-pause {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 24px;
}

.sc-main .scroll-down{
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width:96px;
  background: #E60012;
  height: 100vh;
  z-index: 99;
}

.sc-main .scroll-down .txt{
  display: flex;
  flex-direction: column;
  background: #B8000E;
  color: #FFF;
padding: 40px 43px;
word-break: normal;

}

 .scroll-down span.ar {
  display: block;
  width: 13px;
  height: 13px;
  border:2px solid transparent;     
  border-top-color: #fff;                      
  border-right-color: #fff;                    
  transform: rotate(135deg);                   
  border-radius: 2px;
  opacity: 0;
  background: transparent;
  margin: 9px 0 0 0;
  box-sizing: border-box;
}

 .scroll-down span.ar {
  animation-duration:1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.scroll-down span.ar:nth-child(2){
 animation-name: scrDwn01;
 animation-delay: 0.0s;
}
 .scroll-down span.ar:nth-child(3){
  animation-name: scrDwn02;
  animation-delay: 0.2s;
}
 .scroll-down span.ar:nth-child(4){
  animation-name: scrDwn03;
  animation-delay: 0.4s;
}

@keyframes scrDwn01 {0%{opacity:0;} 90%{opacity:0.3;} 100%{opacity:0;}}
@keyframes scrDwn02 {0%{opacity:0;} 90%{opacity:0.5;} 100%{opacity:0;}}
@keyframes scrDwn03 {0%{opacity:0;} 90%{opacity:1;} 100%{opacity:0;}}

/* ---------------------sc-moto */

.sc-moto{
position: relative;
height: auto !important;
}

.sc-moto .sticky-wrapper{
  height: 200vh;
  width: 100%;
}
.sc-moto .sticky{
  position: relative;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}



.sc-moto .top-thumb{
  position: absolute;
 left: 0;
 top: 0;
}
.sc-moto .thumb{
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec1{
	overflow:hidden;
  flex-direction: column;
	display:flex;align-items:center;justify-content:center;
	position:relative;z-index:10;
	height:100vh;
  gap: 80px;
	text-align:center;
}
.sec1 .desc{
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2.72px;
  line-height:11.5vh;
}
.sec1 .img1{
	overflow:hidden;
	display:inline-block;vertical-align:top;
	position:relative;
	width:290px;height:100px;
	transform:scaleX(1);
}
.sec1 .img1 span{
	overflow:hidden;
	position:absolute;left:50%;top:0;
	width:210px;height:100px;
	transform:translateX(-50%);
	border-radius:50px;
}
.sec1 .img1 span{
	background:url(/image/main/sc-moto.png) no-repeat center;
}
.txt3{
  color: #E60012 !important;
}
.sec1 .red{
  color: #E60012 !important;
}


/* ---------------------sc-prd */
.sc-prd{
  display: flex;
  position: relative;
  overflow: hidden;
}
.sc-prd .thumb-bg{
  position: absolute;
  top: 0;
  left: 0;
}
.sc-prd .tit-area {
  min-width: 520px;
}
.sc-prd .tit-area strong{
  color: #E60012;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}

.sc-prd .tit-area h2{
  color: #222;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%;
letter-spacing: -1.12px;
margin: 24px 0;
}
.sc-prd .tit-area p{
  color: #666;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.4px;
}

.sc-prd .col-left{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 7.5% 0 10%;
}

.sc-prd .prd-tab{
  display: flex;
  align-items: center;
  margin-top: 63px;
  width: 100%;
}
.sc-prd .prd-tab a{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 13px 0;
  background-color: #fff;
}
.sc-prd .prd-tab a span{
  color: #AAA;
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.sc-prd .prd-tab a.active img{
  filter: brightness(0) invert(1);
}
.sc-prd .prd-tab a.active span{
  color: #fff;
}
.sc-prd .prd-tab a.active{
  background-color: #E60012;
}
.slide-scroll {
  display: flex;
  overflow-x: hidden; /* 스크롤바 숨김 */
  cursor: grab;
  user-select: none; /* 드래그 선택 방지 */
  -webkit-overflow-scrolling: touch; /* iOS 터치 최적화 */
}

.slide-scroll.dragging {
  cursor: grabbing;
}



.sc-prd .col-right{
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.sc-prd .col-right .bg-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 160px;
}
.sc-prd .col-right .bg-thumb{
  position: absolute;
  top: 0;
  height: 100%;
  max-width: 960px;
  width: 100%;
}



.sc-prd .swiper-slide {
  position: relative;
  width: fit-content ;
}
.sc-prd .swiper-slide a strong{
  color: #E60012;
text-align: center;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 16px */
letter-spacing: -0.32px;
display: block;
margin-top: 28px;
max-width: 290px;
width: 100%;
white-space: nowrap;          
overflow: hidden;            
text-overflow: ellipsis;  
min-height: 23px; 
}
.sc-prd .swiper-slide a p {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
  margin-top: 12px;
  max-width: 290px;
  width: 100%;
  white-space: nowrap;          
  overflow: hidden;            
  text-overflow: ellipsis;     
}

.sc-prd .swiper-slide .thumb{
  margin: 0 auto;
 
}
.sc-prd .swiper-slide a{
  display: flex;
  flex-direction: column;
  border-radius: 8px;
background: #FFF;
padding: 40px;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
transition: all 0.5s;
box-sizing: border-box;
}

.sc-prd .swiper-slide-active a::before {
  border-width: 6px !important;
  box-shadow:none;
}
.disease-list li a::before,
.prd-list li a::before,
.notion-slide .swiper-slide a::before,
.sc-prd .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #E60012;
  box-sizing: border-box;
  transition: border .2s;
  z-index: 50;
  border-radius: 8px;

}
.sc-prd .swiper-pagination-progressbar-fill{
  background: #E60012 !important;
}
.sc-prd .swiper-pagination{
  max-width: 960px;
  width: 100%;
  top: 99.3% !important;
  left: 160px !important;
  z-index: 970 !important;
  height: 6px !important;
} 

/* ---------------------sc-info */


.sc-info{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto !important;
}
.sc-info .sticky-wrapper{
  height: 250vh;
  width: 100%;
}
.sc-info .sticky{
  position: relative;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.sc-info .thumb{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.sc-info .txt-area .inner-1600,
.sc-info .txt-area{
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.sc-info strong{
  color: #E60012;
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
display: block;
margin-top: 230px;
}
.sc-info h2{
  color: #222;
text-align: center;
font-family: Pretendard;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 56px */
letter-spacing: -1.12px;
margin: 24px 0;
}
.sc-info p{
  color: #444;
text-align: center;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 20px */
letter-spacing: -0.4px;
margin-bottom: 80px;
}
.sc-info .scroll-down{
  margin-top: 132px;
  margin-bottom: 40px;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.sc-info .view-more{
  border: none;
}
.sc-info .scroll-down .txt{
  color: #FFF;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 14px */
letter-spacing: -0.28px;
margin-bottom: 10px;
}

.hori-thumb {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90vw;
  height: 350px;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
  z-index: -1;
    will-change: transform, width, height;
}
.hori-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------sc-info */
.sc-notion .por{
  position: relative;
}
.sc-notion .notion-btn{
  padding: 80px 0 133px;
}
.sc-notion .tit-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 180px 0 60px;
}
.sc-notion .tit-area strong{
  color: #E60012;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.sc-notion .tit-area h2{
  color: #222;
font-family: Pretendard;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 56px */
letter-spacing: -1.12px;
margin-top: 24px;
}


.notion-slide .swiper-slide-active .datetime {
  color: rgba(255, 255, 255, 0.80) !important;
}
.notion-slide .swiper-slide-active h3 {
  color: #fff !important;
}
.notion-slide .swiper-slide-active a{
  background: transparent !important;
}
.notion-slide .swiper-slide a{
  display: block;
  padding: 50px 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.5s;
}
.notion-slide .swiper-slide h3 {
  overflow: hidden;
  display: -webkit-box;        
  -webkit-line-clamp: 2;      
  -webkit-box-orient: vertical; 
  color: #222;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;           
  letter-spacing: -0.48px;
  transition: all 0.5s;
  word-break: break-all;
}

.notion-slide .swiper-slide .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notion-slide .swiper-slide .thumb{
  margin: 43px 0 23px;
  border-radius: 6px; 
  overflow: hidden;
}
.notion-slide .swiper-slide .datetime{
  overflow: hidden;
  color: #888;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
  }

  .sc-notion{
    overflow: hidden;
  }
.notion-slide{
  position: absolute !important;
left: 0;
  bottom: 40px;
  padding-bottom: 80px;
}
  .notion-slide{
    transform: translate(-34.5%);
  
  }
.sc-notion .item {
  width: 342px ;
  /* max-width: 342px; */
}

.sc-notion .noti-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}
.notion-slide .swiper-slide a img {
  transition: transform 0.5s ease;
}
.sc-notion .swiper-pagination{
  bottom: 0 !important;
}


.sc-notion .swiper-pagination-progressbar-fill{
  background: #E60012 !important;
  border-radius: 1000px !important;
  height: 6px !important;
  border-radius: 1000px !important;
}
.sc-notion .swiper-pagination{
  width: 100%;
  top: 99.6% !important;
  z-index: 999 !important;
  height: 6px !important;
  border-radius: 1000px !important;
} 
.sc-notion .swiper-pagination-2{
  padding-top: 60px;
}




/* main-banner-area */
.main-banner-area{
  position: relative;
  height: 338px;
  display: flex;
  align-items: center;
}
.main-banner-area .thumb{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-banner-area .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner-area .txt-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-banner-area .txt-wrap p{
  color: #FFF;
font-family: Pretendard;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
letter-spacing: -0.96px;
text-align: center;
}
.main-banner-area .txt-wrap a{
  margin: 0 !important;
}



















@media all and (min-width:768px) {
  .notion-slide .swiper-slide-active a:hover::before {
    border-width: 0 !important;
  }

  .disease-list li a:hover::before,
  .prd-list li a:hover::before,
  .notion-slide .swiper-slide a:hover::before,
  .sc-prd .swiper-slide a:hover::before {
    border-width: 6px;
  }

  .notion-slide .swiper-slide a:hover img{
    transform: scale(1.1);
  }
} 


/* 20251112 */

.sc-video{
  padding: 50px 0;
}
iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1777px; 
  height: 1000px;
  transform: translate(-50%, -50%);
}

@media all and (max-width:1700px) {
  .sc-video{
    padding: 50px 20px;
  }
}
.sc-prd .swiper-slide .thumb{
  margin: 0 auto;

}


