/* common */

#sv .subVisual{ padding: 200px 0 60px;}
#sv .subVisual > div{ width: 100%;  display:flex; align-items:flex-start; justify-content:space-between; }
#sv .subVisual #lnb{ display:flex; align-items:center; flex-shrink:0; margin-left: 50px; margin-top: 10px;}
#sv .subVisual #lnb li:not(:first-child){ display:flex; align-items:center; color:#222; font-weight: 500; }
#sv .subVisual #lnb li:not(:first-child):before{ content:''; display:block; width: 4px; height: 4px; border-radius:50%; background: rgba(0,0,0,0.2); margin: 0 30px;}
#sv .subVisual #lnb li.path1{ display:none; }
#sv .subVisual #lnb li.path1.show{ display:flex; }

#subContents{ overflow: hidden; padding-bottom: 100px;}

#titleBox .title{ color:#111; font-weight: bold; }
#titleBox .txt{ color:#222; margin-top: 20px; }

#blurImg{ position: relative; margin-bottom: 60px; overflow: hidden; border-radius:30px; }
#blurImg:after{ content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:block; backdrop-filter: blur(20px); transition:all 0.7s 0.3s; }
#blurImg.aos-animate:after{ backdrop-filter: blur(0px); }

#pipeline{ position: relative; }
#pipeline .bg{ position: absolute; top: -350px; right: 0px;}
#pipeline .ctnBox{position:relative; }
#pipeline .ctnBox table{ border-top: 2px solid #000; }
#pipeline .ctnBox table tr th{ position: relative; font-weight:500; font-size:20px; color: #222; background:#F5F5F5; padding: 40px 0;}
#pipeline .ctnBox table tr th.arrow:after{ content:''; display:block; width: 8px; height: 14px; background: url(/img/sub/pipeArrow.png) no-repeat 50% 50%; background-size:cover; position: absolute; transform:translateY(-50%); top: 50%; right: -3.5px; z-index: 5;}
#pipeline .ctnBox table tr td{ font-size:20px; color: #666; text-align: center; height: 120px; border-bottom:1px solid #eee; background: #fff;}
#pipeline .ctnBox table tr td a{ display:flex; justify-content:center; align-items:center; width: 100%; height: 100%; color: #333; }
#pipeline .ctnBox table tr td span{ display: inline-block; font-weight: 500; margin-bottom: 5px; font-size:18px; }
#pipeline .ctnBox table tr td:first-child{ font-weight: bold; color:#333; }
#pipeline .ctnBox table tr td:nth-child(2){ font-size:18px; }
#pipeline .ctnBox table tr td.progress{ position:relative; }
#pipeline .ctnBox table tr td.progress ul{ display:flex; height: 40px; background: #F5F5F5; border-radius:40px; }
#pipeline .ctnBox table tr td.progress ul li{ width: 25%; height: 100%; font-size:0;}
#pipeline .ctnBox table tr td.progress ul li:not(:last-child){ background: url(/img/sub/pipeLine.png) no-repeat 100%; }
#pipeline .ctnBox table tr td.progress .bar{ position: relative; display:inline-block; position:absolute; transform:translateY(-50%); top: 50%; left: 0px; width: 100%; height: 40px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05) inset;border-radius:40px; }
#pipeline .ctnBox table tr td.progress .bar span{ display:inline-block;  position: relative; position:absolute; transform:translateY(-50%); top: 50%; left: 0px; width: 0; height: 100%; background:linear-gradient(90deg, rgba(238, 32, 45, 0.60) 0%, #EE202D 100%); border-radius:40px; transition:1.8s; overflow: hidden;}
#pipeline .ctnBox table tr td.progress .bar span:after{ content:''; display:block; width: 12px; height: 12px; position: absolute; transform:translateY(-50%); top: 50%; right: 10px; border: 3px solid #fff;  border-radius: 50%;}
#pipeline .ctnBox table.on tr td.progress .line1{ width: 15%;}
#pipeline .ctnBox table.on tr td.progress .line2{ width: 22.5%;}
#pipeline .ctnBox table.on tr td.progress .line3{ width: 37.5%;}
#pipeline .ctnBox table.on tr td.progress .line4{ width: 62.5%}

#overview .txtBox .title{ color:#111; margin-bottom: 30px; font-weight: bold;}
#overview .txtBox .txt{ color:#666; line-height: 30px; }
#overview .info .imgBox{ position: relative; background: url(/img/sub/overviewBg01.png) no-repeat 50% 50%; background-size:cover; width: 100%; height: 600px; border-radius: 30px; 
overflow: hidden; text-align: center; margin-bottom: 60px; color:#fff; padding-top: 160px; }
#overview .info .imgBox .title{ line-height: 54px; font-weight: bold; margin-bottom: 20px; }
#overview .triple{ position: relative; padding-top: 60px;} 
#overview .triple .bg{ position: absolute; transform:translateX(-50%); left: 50%; top: -100px; z-index: -1; opacity: 1; width: 60%;}
#overview .triple .bg svg{ width: 100%;}
#overview .triple .bg .circleI{ transition:all 0.5s; opacity: 0; animation: circle 2s 1s infinite forwards; }
#overview .triple .bg .circleO{ transition:all 0.5s; opacity: 0; animation: circle 2s 1.3s infinite forwards;}
#overview .triple .bg .line{ opacity: 0; transition:all 0.7s 1.4s; }
#overview .triple .bg.aos-animate .line{ opacity: 1;}
#overview .triple .txtBox{ margin-bottom: 535px; }
#overview .triple .ctnBox{ display:flex; justify-content:space-between; gap: 30px; }
#overview .triple .ctnBox .itemBox{ position: relative; width: calc((100% - 60px) / 3); height: 300px; overflow: hidden; border-radius: 30px; display:flex; flex-direction:column; justify-content:flex-end; 
padding: 40px;}
#overview .triple .ctnBox .itemBox:not(:nth-child(2)){ margin-top: -60px;}
#overview .triple .ctnBox .itemBox .fitBox{ position: absolute; top: 0; left: 0; z-index: -1; }
#overview .triple .ctnBox .itemBox .title{ color:#eee; font-weight: 700; margin-bottom: 10px; }
#overview .triple .ctnBox .itemBox .title span.big{ color:#EE202D; }
#overview .triple .ctnBox .itemBox .txt{ color:#fff; }

#history section .ctnBox{ position: relative; display:flex; }
#history section .ctnBox > *{ width: 50%; }
#history section .ctnBox .imgBox{ position: sticky; top: 50px; left: 0; width: calc(50% - 60px); height: 500px; margin-right: 60px;}
#history section .ctnBox .txtBox{ display:flex; }
#history section .ctnBox .txtBox .bar{ position: relative; width: 1px; background: #EFEFEF; margin-right: 60px; margin-top: 20px;}
#history section .ctnBox .txtBox .bar span{ display:block; width: 3px; background: var(--mainC); position: absolute; left: -1px; top: 0; height: 100%;}
#history section .ctnBox .txtBox .yearBox .itemBox:not(:last-child){ margin-bottom: 80px;}
#history section .ctnBox .txtBox .yearBox .itemBox .year{ position: relative; color:#222; font-weight: 600; margin-bottom: 25px; }
#history section .ctnBox .txtBox .yearBox .itemBox .year:before{ content:''; display:block; width: 9px; height: 9px; border-radius:50%; background: var(--mainC); position: absolute; transform:translateY(-50%); top: 50%; left: -65px; }
#history section .ctnBox .txtBox .yearBox .itemBox ul li{ display:flex; color:#222; font-weight: 500; }
#history section .ctnBox .txtBox .yearBox .itemBox ul li:not(:last-child){ margin-bottom: 17px;}
#history section .ctnBox .txtBox .yearBox .itemBox ul li span{ width: 25px; margin-right: 15px; color:var(--mainC); font-weight: 600; margin-top: -3px;}

#ceo .content{ display:flex; justify-content:space-between; align-items:flex-start; gap:50px; }
#ceo .content .txtBox{}
#ceo .content .txtBox .title{ color:#111; font-weight: bold; padding-bottom: 30px; border-bottom:1px solid #000; margin-bottom: 40px; }
#ceo .content .txtBox .ctnBox dl:not(:last-child){ margin-bottom: 30px; }
#ceo .content .txtBox .ctnBox dl dt{ color:#333; font-weight: 500; margin-bottom: 20px; }
#ceo .content .txtBox .ctnBox dl dd p{ display:flex; }
#ceo .content .txtBox .ctnBox dl dd p:not(:last-child){ margin-bottom: 15px; }
#ceo .content .txtBox .ctnBox dl dd p:before{ content:''; display:block; width: 3px; height: 3px; border-radius:50%; background: var(--mainC); margin-right: 10px; margin-top: 13px; flex-shrink:0; }

#team .ctnBox{ display:flex; flex-wrap:wrap; gap:30px; }
/* 팀원 박스 3 -> 2로 변경 _ 2025-06-19
#team .ctnBox .itemBox{ width: calc((100% - 60px) / 3); border:1px solid #000; border-radius:20px; padding: 40px; } */
#team .ctnBox .itemBox{ width: calc((100% - 30px) / 2); border:1px solid #000; border-radius:20px; padding: 40px; }
#team .ctnBox .itemBox:not(.item1) .titleBox{ padding-bottom: 20px; border-bottom:1px solid #eee; margin-bottom: 20px; }
#team .ctnBox .itemBox .titleBox .sTxt{ color:var(--mainC); font-weight: 500; display:flex; align-items:center; margin-bottom: 10px;}
#team .ctnBox .itemBox .titleBox .sTxt img{ margin-right: 10px;}
#team .ctnBox .itemBox .titleBox .title{ color:#222; font-weight: bold; }
#team .ctnBox .itemBox dl dt{ color:#333; font-weight: 500; margin-bottom: 20px;}
#team .ctnBox .itemBox dl dd p{ display:flex; }
#team .ctnBox .itemBox dl dd p:before{ content:''; display:block; width: 3px; height: 3px; border-radius:50%; background: var(--mainC); margin-right: 10px; flex-shrink:0; margin-top: 11px; }
#team .ctnBox .itemBox dl dd p:not(:last-child){ margin-bottom: 15px;}
#team .ctnBox .itemBox .dlBox{ display:flex; width: 100%; }
#team .ctnBox .itemBox .dlBox dl{ width: 50%; padding: 0 40px;}
#team .ctnBox .itemBox .dlBox dl:not(:last-child){ border-right:1px solid #eee;  }
#team .ctnBox .item1{ width: 100%; display:flex; padding: 40px 0;}
#team .ctnBox .item1 .titleBox{ width: calc(100% / 3); flex-shrink:0; border-right:1px solid #eee; border-bottom:none; padding: 0 40px;}

#collabo .intro{ position: relative; height: 600px; text-align: center; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align: center; color:#fff; 
margin-bottom: 60px;}
#collabo .intro figure{ border-radius: 30px; position: absolute; top: 0; left: 0; z-index: -1;}
#collabo .intro .title{ line-height: 54px; font-weight: bold; margin-bottom: 20px;}
#collabo .logo dl:not(:last-child){ margin-bottom: 150px; }
#collabo .logo dl dt{ color:#111; font-weight: bold; margin-bottom: 30px; }
#collabo .logo dl dd{ display:flex; flex-wrap:wrap; gap: 40px; }
#collabo .logo dl dd figure{ width: calc((100% - 120px) / 4); height: 160px; border:1px solid #ddd; border-radius: 20px; display:flex; justify-content:center; align-items:center; transition:all 0.5s; overflow: hidden;}
#collabo .logo dl dd figure a{ display:flex; justify-content:center; align-items:center; width: 100%; height: 100%; }
#collabo .logo dl dd figure:hover{ border:1px solid var(--mainC); }

#plat .tabBox{ display:flex; gap:20px;  position: relative; bottom: -100px; }
#plat .tabBox li{ width: calc((100% - 40px) / 3); height: 80px; }
#plat .tabBox li button{ width: 100%; height: 100%; border:1px solid #ddd; color:#ccc; font-weight: bold;  border-radius:200px; transition:all 0.5s; }
#plat .tabBox li.on button,
#plat .tabBox li:hover button{ background: var(--mainC); color:#fff; }
#plat .titleBox{ text-align: center; margin-bottom: 40px; padding-top: 140px;}
#plat .titleBox .title{ color:#222; font-weight: bold; margin-bottom: 20px; }
#plat .titleBox .txt{ line-height: 32px; color:#333; }
#plat .content{}
#plat .content section{ display:none; padding-top: 400px; margin-top: -400px; }
#plat .content section.on{ display:block; }
#plat .content section .ctnBox dl dt{ text-align: center; height: 70px; border-radius: 30px 30px 0px 0px; background: #333; color:#fff; display:flex; justify-content:center; align-items:center; }
#plat .content section .ctnBox dl dd:not(.arrow){ height: calc(100% - 70px); background: #fff; border:1px solid #ddd; border-radius:0 0 30px 30px; padding: 30px; border-top:none; overflow: hidden;}
#plat .bic .ctnBox{ background: #F9F9F9; border-radius:30px; }
#plat .bic .ctnBox{ display:flex; justify-content:center; align-items:center; padding: 60px 20px;}
#plat .star .ctnBox{ display:flex; gap:40px; }
#plat .star .ctnBox dl{ width: calc((100% - 120px) / 4); position: relative;}
#plat .star .ctnBox dl dd.arrow{ position: absolute; transform:translateY(-50%); top: 50%; right: -32px;}
#plat .star .ctnBox dl dd .inner { background: #f5f5f5; border-radius:20px; padding: 20px; margin-top: 20px; display:flex; flex-direction:column; justify-content:center; }
#plat .star .ctnBox dl dd .inner .title{ color:#333; font-weight: 500; text-align: center; margin-bottom: 10px;}
#plat .star .ctnBox dl dd .inner ul{ margin-left: 20%; }
#plat .star .ctnBox dl dd .inner li{ display:flex; align-items:center; }
#plat .star .ctnBox dl dd .inner li:not(:last-child){ margin-bottom: 10px;}
#plat .star .ctnBox dl dd .inner li:before{ content:''; width: 3px; height: 3px; border-radius:50%; background: #000; margin-right: 10px;}
#plat .star .ctnBox dl.item2 dd .txt{ text-align: right; color:#333; display:flex; justify-content:flex-end; align-items:center; gap:10px; margin-top: 10px;}
#plat .star .ctnBox dl.item2 dd .txt span{ display:block; padding: 5px 25px; border-radius:50px; background: #f5f5f5; }
#plat .star .ctnBox dl.item4 dd{ border:1px solid #000 !important; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);  }
#plat .star .ctnBox dl.item4 dd .txt {text-align: center; margin-top: 20px; color:#333; font-weight: 500;} 
#plat .anti .ctnBox .txtBox{ display:flex; justify-content:center; align-items:center; max-width:1200px; margin: 0 auto 60px; color:#333; font-weight: 500; padding: 35px 20px; border:1px solid #000; border-radius:100px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); background: #fff;}
#plat .anti .ctnBox .txtBox img{ margin: 0 20px;}
#plat .anti .ctnBox .txtBox .red{ color:var(--mainC); font-weight: bold;}
#plat .anti .ctnBox .wrapBox{ display:flex; gap:40px; }
#plat .anti .ctnBox .wrapBox dl{ width:calc((100% - 40px) / 2);} 
#plat .anti .ctnBox .wrapBox dl dd{ display:flex; align-items:center;  }
#plat .anti .ctnBox .wrapBox dl dd span{ width: 200px; height: 50px; display:flex; justify-content:center; align-items:center; margin: 20px auto 0; background: #333; color:#fff; font-weight: 500;
border-radius:100px; }
#plat .anti .ctnBox .wrapBox dl dd span.red{ background: var(--mainC);}
#plat .anti .ctnBox .wrapBox dl dd .img:not(:last-child){ margin-bottom: 30px;}
#plat .anti .ctnBox .wrapBox dl dd .img span{ background: #f5f5f5; color:#666; } 
#plat .anti .ctnBox .wrapBox dl dd .arrow{ margin: 0 10px;}
#plat .anti .ctnBox .wrapBox dl.item2 dd{ justify-content:space-between; }

.mbs{ padding-top: 60px;}
.mbs section{ padding: 75px 0;}
.mbs section:nth-of-type(2n-1){ background: #F9F9F9;}
.mbs section .txtBox{ margin-bottom: 60px; }
.mbs section .txtBox .title{ color:#222; margin-bottom: 20px; font-weight: bold;}
.mbs section .txtBox .txt{ color:#333; line-height: 30px; }
.mbs section .imgBox dt{ background: #333; color:#fff; font-weight: 500; display:flex; justify-content:center; align-items:center; height: 70px; border-radius:30px 30px 0 0; }
.mbs section .imgBox dd{ display:flex; justify-content:center; align-items:center; padding: 60px; border-radius:0 0 30px 30px; background: #fff;border:1px solid #ddd;}
.mbs section .imgBox .arrow{ margin-right: 35px;}
.mbs section .bTxt{ margin-top: 60px; color:#333; line-height: 30px; }
.mbs section .flexBox{ gap:40px; }
.mbs section .flexBox .imgBox{ width: calc((100% - 40px) / 2);}
.mbs section .flexBox .imgBox dd{ padding: 30px; }
.mbs section.info .cell .imgBox > dd{ gap:10px; }
.mbs section.info .tme{ margin-top: 60px;}
.mbs section.info .tme .imgBox > dd{ background: #F9F9F9; width: 100%; gap:40px;  border:1px solid #ddd;}
.mbs section.info .tme .imgBox > dd dl{ width: calc((100% - 40px) / 2);}
.mbs section.info .tme .imgBox > dd dl dt{ height: 60px; background: #fff; color:#333; border:1px solid #ddd; }
.mbs section.info .tme .imgBox > dd dl dd{ border:1px solid #ddd; border-top:none; padding: 30px; } 

#mb4 section .imgBox dd,
#mb7 section .imgBox dd{ border-radius:30px; }
#mb7 section .bTxt{ text-align: right; font-weight: 400; color:#666; margin-top: 20px;}

.notice_view #viewBtn{ margin-top: 110px;}
.notice_view #viewBtn a .txt{ color:#111; }

#contact .content .mapBox{ margin-bottom: 60px; clip-path: inset(10px 10px 10px round 30px);}
#contact .content .txtBox { display:flex; flex-wrap:wrap; }
#contact .content .txtBox h4.title{ color:#111; font-weight: bold; min-width:300px; }
#contact .content .ctnBox{ width: calc(100% - 300px); display:flex; gap:40px; }
#contact .content .ctnBox .itemBox{ width: calc((100% - 80px) / 3); padding: 50px; border-radius: 30px; border:1px solid #ddd; }
#contact .content .ctnBox .itemBox .title{ color:#333; font-weight: bold; margin-bottom: 20px;}
#contact .content .ctnBox .itemBox .txt{ color:#666; line-height: 30px;}
#contact .content:not(:last-child){ margin-bottom: 120px;}