:root 
{
    --main-color: #003D8F;
    --subtitle-color: #767676;
    --background-gray1 : #F7F7FB;
    --background-deppgray: #f1f1f5;
    --banner-title : 85px;
    --textEvent:52px;
    --title : 36px;
    --subtitle : 18px;
    --list-subtitle : 16px;
    --btn-font: 14px;
    --menu-font: 16px;
    --font-24:24px;
    --secreen-height:100vh;
}
body 
{
    display: flex;
    justify-content: center;
}


.container 
{
    width: 100%;
}

/* section */
header.mobileheader{
	display: none;
}
section
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px 0;
    min-height: 100vh;
    padding: 150px 0;
}

section .sectionConWrap 
{
    width:  calc((1400 / 1920)* 100%);
}
section .textWrap
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px 0;
}

section .textWrap .title a
{
    font-size:var(--title);
    color: #111;
}

section .textWrap .title span.blueText
{
    color: var(--main-color);
}

section .textWrap .subTitle, section .textWrap h5
{
    font-size:var(--subtitle);
    color: var(--subtitle-color);
    line-height:1.5;
    font-weight: 400;
    letter-spacing: -1.2px;
}



/* ===== section one : banner ===== */
section.one 
{
    width: 100%;
    align-items: center;
    background-image: url(../../images/banner_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
	margin-top:90px;
	
}

section.one .sectionWrap,
section.six .sectionWrap 
{
    width:  calc((1400 / 1920)* 100%);
    display: flex;
}

.sectionCon.right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sectionCon.right .firstGif {
    position: relative;
    z-index: 7;
    width: 80%;
    height: auto;
   
}

.sectionCon.right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
    height: 100%;
    background-image: url(../../images/GifBackgorund.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    z-index: 2;
    pointer-events: none;
    margin-top: 0.2%;
}
.sectionCon.right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width:100%;
    height: 100%;
    background-image: url(../../images/gif/plantpulse_isometric_line.gif);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    z-index: 2;
    pointer-events: none; 
}
section.one .sectionWrap .sectionCon.left 
{
    display: flex;
    flex-direction: column;
    gap:24px 0;
    width: 50%;
} 

section.one .sectionWrap .sectionCon .title a
{
    color: var(--main-color);
    font-size: var(--banner-title);
    white-space: nowrap;
}

section.one .sectionWrap .sectionCon .subTitle
{
    color: #111;
    font-size: var(--subtitle);
    font-weight: 400;
    width: 100%;
    line-height: 1.5;
}

section.one .sectionWrap .sectionCon .feature 
{
    display: flex;
    flex-direction: column;
    gap:16px 0;
    margin-top: 16px;
}

section.one .sectionWrap .sectionCon .feature li 
{
    display: flex;
    gap: 0 12px;
    align-items: baseline;
}

section.one .sectionWrap .sectionCon .feature li .listIcon 
{
    width: 16px;
    height: 16px;
    background: #86b9f2;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

section.one .sectionWrap .sectionCon .feature li .listIcon:after 
{
    content:"";
    width:4px;
    height: 4px;
    background-color: #fff;
}

section.one .sectionWrap .sectionCon .feature li a 
{
    color: var(--subtitle-color);
    font-weight: 300;
    font-size: var(--list-subtitle);
    letter-spacing: -0.5px;
}

section.one .sectionWrap .sectionCon .buttnWrap,
section.six .sectionConWrap .sectionCon .buttnWrap
{
    display: flex;
    align-items: center;
    gap:0 24px;
    margin-top: 16px;
}

section.one .sectionWrap .sectionCon .buttnWrap button
{
    padding:13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #111;
    gap: 0 12px;
    cursor: pointer;
    font-size: var(--btn-font);
    font-weight: 400;
    border-radius: 10px;
    transition: 0.3s all;
}

section.six .sectionConWrap .sectionCon .buttnWrap button {
	padding:13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    gap: 0 12px;
    cursor: pointer;
    font-size: var(--btn-font);
    font-weight: 400;
    border-radius: 10px;
	
}
section.one .sectionWrap .sectionCon .buttnWrap button:hover, 
section.one .sectionWrap .sectionCon .buttnWrap button.on
{
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

section.one .sectionWrap .sectionCon .buttnWrap button:hover a, 
section.one .sectionWrap .sectionCon .buttnWrap button.on a,
section.one .sectionWrap .sectionCon .buttnWrap button:hover span,   
section.one .sectionWrap .sectionCon .buttnWrap button.on span   
{
    color: #fff;    
}
section.one .sectionWrap .sectionCon .buttnWrap button a,
section.one .sectionWrap .sectionCon .buttnWrap button span  
{
    color: #111;
    font-size: var(--btn-font);
}
section.one .sectionWrap .sectionCon .buttnWrap button:hover img{
	filter:invert(1);
	
}
.section.two .sectionConWrap .sectionCon{
	background-color: #f7f7fb; 
	display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
section.one .sectionCon.right img 
{
    background-size: 100%;
}
section.six .sectionConWrap .sectionCon .buttnWrap .on {
	filter:invert(0);
	
}
/* ===== section two : 장점, 특징 ===== */

section.two 
{    
    display: flex;
    width:  calc((1400 / 1920)* 100%);
    margin: 0 auto;
    align-items: center;

}

section.two  .productImg 
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
    margin:20px 0;
    width:100%;
    max-width:1000px;
}

section.two  .productImg  img 
{
    width: 100%;
}

/*section.two .sectionConWrap 
{
    width: 100%;
}*/

section.two .sectionConWrap {
	display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
section.two .sectionConWraps{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 0;
}
.section.two .sectionConWraps .sectionCon{
	background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
.sectionCon .videoCon{
    border-radius: 10px;
    padding: 24px;
    width:400px;
    height:400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.sectionCon .videoCon video{
    width: 80%;
    height: 80%;
    object-fit:cover;
}
.videoCon .titleWrap{
    color:var(--main-color);
    width:100%
}
.sectionCon .textWarp{
	background-color: var(--main-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px 0;
    padding: 24px 176px;
    position: relative;
}
.sectionCon .textWarp a{
    position: absolute;
    left:24px;
    color: #f7f7fb;
}
.sectionCon .textWarp span{
	position: absolute;
	right:24px;
}
section.bean{
    padding: 0;
    min-height: 0;
}
.sectionCon .textWarp img{
    position: absolute;
    right: 24px;
}
section.five .sectionCondiv 
{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 40px;
    margin-top: 20px;
}

.section.five .sectionCondiv .sectionCon
{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
}
.section.two .sectionConWrap .sectionCon:hover,
.section.two .sectionConWraps .sectionCon:hover
{
    transform: translateY(-20px);
    transition: all 1s;
}
.section.two .sectionConWraps .sectionCon .icon 
{
    width:80px;
    height: 80px;
    background: linear-gradient(to right, #2D86F4, #2957C6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.two .sectionConWraps .sectionCon .icon img 
{
    width: 42px;
}
.section.two .sectionConWraps .sectionCon .iconTitle 
{
    text-align: center;
    letter-spacing: -1.6px;
    margin-top: 24px;
}
.section.two .sectionConWraps .sectionCon .iconTitle a 
{
    font-size: var(--subtitle);
    color: #111;
    font-weight: 500;
}

.section.two .sectionConWraps .sectionCon .iconSubtitle
{
    font-size: var(--list-subtitle);
    color: var(--subtitle-color);
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
    letter-spacing: -1.2px;
}

/* ===== section four : 하드웨어 및 배포 ===== 
section.four 
{
    display: flex;
    width: calc((1400 / 1920)* 100%);
    margin: 0 auto;
    align-items: center;
}

section.four .sectionWrap 
{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: 100%;
}
section.four .sectionCondiv 
{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
    justify-content: center;
}

section.four .sectionCondiv  .sectionCon 
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
}

section.four .sectionCondiv  .sectionCon .sectionConImg 
{
    background: #f4f4f4;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.four .sectionCondiv .sectionCon .sectionConImg:hover 
{
    transform: scale(1.1);
    transition: all 1s;
} 

section.four .sectionCondiv .sectionCon .modelName,
section.four .sectionCondiv.icon .sectionCon.icon .iconName  
{
    font-size: var(--subtitle);
    font-weight: 500;
}

/* 기본 스타일 
section.four .sectionCondiv.icon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0 40px;
    margin-top: 110px;
    position: relative;
    gap:0;
}

.section.four .sectionCondiv.icon::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 40px; /* 위치 설정 
    width: calc(100% - 240px); 
    height: 2px; /* 두께 
    background: linear-gradient(to right, #e5e5ec 40%, transparent 40%, transparent 80%, #e5e5ec 80%);
    background-size: 20px 100%; /* 대시 크기 
    background-repeat: repeat; /* 대시 반복 
    z-index: -2;
    left: 120px;
}


.section.four .sectionCondiv.icon::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 120px; /* 50%에서 왼쪽 끝으로 이동 
    width: 0%; /* 애니메이션 시작 시 너비는 0% 
    height: 8px;
    /*background: #003D8F;
    background: linear-gradient(to right, #003D8F 40%, transparent 40%, transparent 80%, #003D8F 80%);
    background-size: 20px 100%; /* 대시 크기와 간격 
    background-repeat: repeat; /* 대시 반복 
    animation: changeBorderColor 8s ease-in-out infinite;
    z-index: -1;
    border-radius: 3px;
}


/* 각 아이콘 설정 
section.four .sectionCondiv.icon .sectionCon.icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
    z-index: 9;
    align-items: center;
}

/*
section.four .sectionCondiv.icon .sectionCon.icon:nth-child(2),
section.four .sectionCondiv.icon .sectionCon.icon:nth-child(3) 
{
    align-items: center;
}

section.four .sectionCondiv.icon .sectionCon.icon:nth-child(4) 
{
    align-items: end;
}
    */

/* 아이콘 스타일 
section.four .sectionCondiv.icon .sectionCon.icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 4px solid #e5e5ec;
    font-size: 40px;
    color: #e5e5ec;
    background: #fff;
    z-index: 9;
}

section.four .sectionCondiv.icon .sectionCon.icon.active span 
{
    background: linear-gradient(to right, #2D86F4, #2957C6);
    color: #fff;
    border:0;
    opacity: 1;    
}*/
/* ========  section four : 프로토콜 =========*/


section.four 
{
    display: flex;
    width: calc((1400 / 1920)* 100%);
    margin: 0 auto;
    align-items: center;
    padding: 150px 0 0 0;
}

section.four .sectionWrap 
{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: 100%;
}
.sectionWrap .sectionCon {
    display: flex;
    flex-direction: column;

}
.sectionWrap .sectionCon .textCon{
	display: flex;
    padding: 24px;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.sectionWrap .sectionCon .textCon .textRight{
    width: 45%;
}
.sectionWrap .sectionCon .textCon .textLeft{
    width: 55%;
    transition: all 0.5s;
}
.sectionWrap .sectionCon .imgWrap {
    border-radius: 10px;
    height: 70vh;
    width: 100%;
    background-color: #2D86F4;
    position: relative;
    display: flex;
    flex-direction: column;
}
.sectionWrap .sectionCon .imgWrap .ImgCon{
	width: 100%;
    height: 100%;
    display: flex;
    gap: 0 60px;
    justify-content: center;
    position: relative;
}
.sectionWrap .sectionCon .imgWrap .ImgCon .leftImg{
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
    padding: 60px;
}
.sectionWrap .sectionCon .imgWrap .ImgCon .rightImg,.ImgCon .ScrollBox{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    padding: 60px;
}
.sectionWrap .sectionCon .imgWrap .ImgCon .leftImg img,
.sectionWrap .sectionCon .imgWrap .ImgCon .rightImg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.ImgCon .ScrollBox {
	width: 50%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    padding: 60px;
    margin-top: -2%;
    margin-right: 4px;
}

@keyframes move {
    0% { transform: translateY(0); }
    50% { transform: translateY(5px); } /* 위로 이동 */
    100% { transform: translateY(0); } /* 원래 위치로 복귀 */
}
.sectionWrap .sectionCon .imgWrap .textCon{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 50px;
    animation: move infinite ease-in-out 1.5s;
}

.sectionWrap .sectionCon .textCon .textRight{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sectionWrap .sectionCon .textCon .textRight .textRightcon {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}


.textRight .textRightcon{
    display: flex;
    justify-content: start;
}
.textRightcon .textBox{
	letter-spacing: -1.2px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--subtitle-color);
}


.textLeftCon{
    display: none;
}

.textLeftCon.Active{
    display: flex;
    flex-direction: column;
}

.sectionWrap .sectionCon .textCon .textLeft .textLeftCon .title{
    font-size: var(--textEvent);
    display: flex;
    justify-content: start;
}

.sectionWrap .sectionCon .textCon .textLeft .textRightCon .subTitle{
    font-size: var(--subtitle);
    color: var(--subtitle-color);
}
.title .TextEvent{
    color: var(--main-color);
    margin-left: 24px;
}

.BtnBox{
    display: flex;
    gap: 0 24px;
}
.BtnBox .Btn{
    padding:13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #111;
    gap: 0 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: var(--btn-font);
    font-weight: 600;
    transition: 0.3s all;
}
.BtnBox .Btn:hover {
    background-color: #111;
    color: #fff;
}

.BtnBox .Btn:hover img {
    filter: invert(1); /* 검정 → 흰색 변환 */
}

.BtnBox .Btn img{
    margin-left: 24px;
}
.TextBox.Active{
	display: flex;
}
.TextBennerBox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.TextBox{
	display: none;
	justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 12px 0;
    flex-direction: column;
}
.TextBox .title{
	font-size:var(--font);
	font-weight:600;
}
.TextBox .subtitle{
	font-size:var(--subtitle);
    color: var(--subtitle-color);
	font-weight:400;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
}

.rightImg{
    position: relative;
    width: 100%;
    height: 100%;
}
.rightImg .IconBox {
    display: flex;
    background-color: #FFFFFF66;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative; /* 부모 요소의 기준을 설정 */
    cursor: pointer;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    overflow: visible; /* 이펙트가 잘리면 visible로 변경 */
}

.rightImg .IconBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF66;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); /* 가운데 정렬 */
    animation: scaleEffect 2s ease-in-out infinite;
}

@keyframes scaleEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2); /* 더 커지게 설정 */
        opacity: 0;
    }
}


.rightImg .IconBox svg{
	transform:scale(0.5);
	fill:#2D86F4;
	
}
.rightImg .IconBox.Active{
	background-color:#fff;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
.rightImg .IconBox.Active::before { 
    animation: none !important; /* 애니메이션 강제 제거 */
}
#IconDatabase, #scrolldatabase{
    top: 41%;
    right: 47%;
    position: absolute;
}

#IconCloud, #scrollcloud{
	top: 6%;
    right: 18.3%;
    position: absolute;
}
#IconProtocol,#scrollprotocol{
    top: 80%;
    right: 28%;
    position: absolute;
}/*
{
    position: absolute;
    right: 47.6%;
    top: 36%;
}
{
	position: absolute;
    right: 18.8%;
    top: 1%;
}
{
	position: absolute;
    bottom: 25%;
    right: 28.6%;
}
*/


/*.IconBox:nth-child(4){
    top: 48%;
    right: 61%;
}*/


.ScrollBox .Scroll span {
  margin-top:-5px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.no-animation {
    display: none;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



/* ===== section five : 호환 프로토콜 ===== */
section.five 
{
    background-color: #F7F7F7;
    width: 100%;
    align-items: center;
}

section.five .sectionWrap 
{
    width:  calc((1400 / 1920)* 100%);
    display: flex;
    flex-direction: column;
    gap:60px 0;
}

.section.five .sectionCondiv .sectionCon 
{
    justify-content: center !important;
    background: none!important;
}

section.five .textWrap .title, 
section.five .textWrap .subTitle
{
    text-align: left;
}

.section.five .sectionCondiv .sectionCon 
{
    height: 80px;
    padding:0;
    margin:0;
}

.section.five .sectionCondiv .sectionCon img 
{
    width:80%;
    height: 70%;
}

/* ===== section six : 띠 베너 ===== */

section.six 
{
    background:#111;
    align-items: center;
    padding:0;
    justify-content: start;
}

section.six .sectionConWrap 
{
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

section.six .sectionConWrap .sectionCon.top 
{
    display: flex;
    flex-direction: column;
    gap:24px 0;
    z-index: 999;
}

section.six .sectionConWrap .sectionCon.top .title a 
{
    font-size: var(--title);
    color: #fff;
}

section.six .sectionConWrap .sectionCon.top .subTitle 
{
    font-size: var(--subtitle);
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.8px;
}

section.six .sectionConWrap .sectionCon.top .buttnWrap 
{
    margin-top: 16px;
}
section.six .sectionConWrap .sectionCon.bottom 
{
    display: flex;
    position: relative;
    width:100%;
    margin: 150px 0;
} 

section.six .sectionConWrap .sectionCon .buttnWrap button a,
section.six .sectionConWrap .sectionCon .buttnWrap button span
{
    color: #fff;
    font-size: var(--btn-font);
    cursor: pointer;
} 

.sectionSixImg 
{
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
    top:-102%;
    position: absolute;
}

.sectionSixTextWrap 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    gap:80px 0;
    z-index: 99;
}
.sectionSixText 
{
    display: flex;
    flex-direction: column;
    gap:12px 0;
}

.sectionSixText:nth-child(2n) 
{
    text-align: right;
}
.sectionSixText .title a 
{
    color: #fff;
    font-size: var(--font-24);
    font-weight: 500;
}

.sectionSixText .subTitle 
{
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    font-size:14px;
}

/* ===== section seven : 핵심 기능 탭 ===== */
section.seven  
{
    align-items: center;
    width: calc((1400 / 1920)* 100%);
    margin:0 auto;
}
section.seven .tabWrap 
{
    display: flex;
    gap: 0 40px;
    justify-content: center;
    margin: 16px 36px;
}

section.seven .tabWrap .tab 
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid #e5e5ec;
    color: #111;
    font-size: var(--btn-font);
    font-weight: 400;
    cursor: pointer;
    border-radius: 10px;
}

section.seven .tabWrap .tab:hover,
section.seven .tabWrap .tab.on 
{
    background: var(--main-color);
    color: #fff;
}

section.seven .sectionCon 
{
    justify-content: center;
    margin:0 auto;
    display: flex;
}



section.seven .sectionCon:first-child img 
{
    border: 1px solid #e5e5ec;
}

section.seven .sectionCon img 
{
    width: 80%;
}

/* swiper CSS */


.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 100px !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
  }
  
  
/* ===== lineBanner ===== */

.lineBanner 
{
    width: 100%;
    padding:100px 0;
    background-color: #f4f4f4; /*#F1F1F5;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerInner 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px 0;
    width: calc((1400 / 1920) * 100%);
}

.bannerTitle 
{
    font-size: var(--title);
    text-align: center;
}

.bannerSubTitle 
{
    font-size: var(--subtitle);
    color: #767676;
    text-align: center;
    line-height: 1.5;
}


.bannerInner .numberWrap 
{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    gap:0 40px;
}


.bannerInner .numberWrap  .number 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px 0;
}

.bannerInner .numberWrap  .number .numberUp 
{
    display: flex;
    gap:0 4px;
}

.bannerInner .numberWrap  .number .numberUp .number 
{
    font-size: 48px;
}

.bannerInner .numberWrap  .number .numberUp h5 
{
    font-size: 18px;
}
.bannerInner .numberWrap  .number .numberTitle
{
    font-size: 14px;
    font-weight: 400;
    color: #767676
}
  /* ========= lineBanner  ========*/

section.Bean{
    padding: 0;
    min-height: 0;
}
.ProtocolBanner{
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 24px 0;
    margin-top:24px;
}

.patnerBanner  {
    width: 100%;
    padding:150px 0; 
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 24px 0;
    background-color: #f7f7fb;
    /*f1f1f1*/
}
/*
.textWarp{
	width: 100%;
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content:center;
	gap: 12px 0;
}*/

.patnerBanner .textWarp {
	width: 100%;
	display: flex;
	flex-direction:column;
	gap: 12px 0;
	justify-content: center;
	align-items: center;
}
.partnerTitle{
	font-size: var(--title);
}

.partnersubTitle{
	font-size: var(--subtitle);
	font-weight: 400;
	color:var(--subtitle-color)
}
.ProtocolBannerSlider{
    display: none;
}
.ProtocolBannerSlider.Active{
    width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
    gap: 0 40px;
}
.patnerBannerSlider

{
	width: 100%;
	display:flex;
	align-items: center;
	justify-content:center;
    gap: 0 40px;
}

.patnerBannerSlider .ItemBox,
.ProtocolBannerSlider .ItemBox {
    height: 90px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.patnerBannerSlider .ItemBox img,
.ProtocolBannerSlider .ItemBox img
{
   width: 45%;
   object-fit: contain;
}



section.anther
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 100px 0;
}

section.anther .textWrap 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px 0;
    width: calc((1580 / 1920) * 100%)
}

section.anther .textWrap h3, .textWrap p 
{
    text-align: center;
}

section.anther .textWrap h3 
{
    font-size: var(--title);
    line-height: 1.2;
}

section.anther .textWrap p 
{
    font-size: var(subtitle);
    line-height: 1.5;
    color: #797979;
    font-weight: 400;
}

section.anther .conWrap 
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((1580 / 1920) * 100%)
}

section.anther .conWrap  .con,
section.anther .conWrap .con.two
{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    width: 25%;
}

section.anther .conWrap .con .sectionCon,
section.anther .conWrap .con.two .sectionCon 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
section.anther .conWrap .con .sectionCon .sectionConPosition{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:12px 0;
}
.con .sectionCon:nth-child(2)
{
	 align-items: start !important;
}
.con.two .sectionCon:nth-child(2)
{
	 align-items: end !important;
}
.sectionCon .icon img,
.con.two .sectionCon .icon img 
{
	width:36px;
	height: 36px;
}
.con.two .sectionCon .icon 
{
    background: linear-gradient(to right, #004FB9 , #003D8F );
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con .sectionCon .icon{
	background: linear-gradient(to right, #004FB9 , #003D8F );
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con.two .sectionCon .iconTitle,
.con .sectionCon .iconTitle  
{
    font-size: var(--font);
    font-weight: 500;
}
.con.two .sectionCon .iconSubtitle,
.con .sectionCon .iconSubtitle
{
    color: #797979;
    font-weight: 300;
    font-size: var(--subtitle);
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.2px
}
.secondimgbox{
    position: absolute;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 4px rgba(73,121,197,0.9);
    border-radius: 250px;
    animation: scaleAnimation2 2s ease-in-out infinite;
    z-index: 1;
}
.fistimgbox{
    position: absolute;
	width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px rgba(73,121,197,0.6);
    border-radius: 200px;
    animation: scaleAnimation 2s ease-in-out infinite;
}
    
@keyframes scaleAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }   
}

@keyframes scaleAnimation2 {

    50%{
	    transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.25);
        opacity: 0;
    }   
}


.conImageBox{
	width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conImageBox img 
{
    width: 300px;
    height: 300px;
    background: rgba(73,121,197,0.3);
    border-radius: 50%;
    padding: 40px;
}
.TopBtn{
	position: fixed;	
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,0.1);
	bottom: 20px;
	right: 20px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	transition:0.3s all;
	display: none;
}
.TopBtn p {
	color : #999;
	transition:0.3s all;
}
.TopBtn:hover{
	background-color:#fff;
	
}
.TopBtn:hover p {
	color: #111;
}
.videoCon a{
	text-decoration: none; color: inherit;	
}
.textWarp .text{
	width: 100%;
    position: absolute;
    left: 24px;
    color: #ebebeb;
    font-size: var(--font);
    font-weight: 400;
}

.textWarp:hover .text{
	color: #fff;
	font-weight: 600;
}



.letterSpcing{
	letter-spacing: 0px !important;
}