@charset "utf-8";
/* *******************************************************
 * filename : data.css
 * description : ci CSS
 * date : 2022.10.06
******************************************************** */
/* ******************  ci 비주얼 ********************** */
#ciVisual, #ciVisual2,  #ciVisual3, #typefaceVisual {overflow:hidden; width:100%;   position:relative;}	/* 비주얼높이값 이미지에맞게 수정 */
#ciVisual .area, #ciVisual2 .area, #ciVisual3 .area, #typefaceVisual .area{max-width: 1400px; height:100%;} 

.ci-visual-wrap,
.ci-visual-con, 
.ci-visual-item{
	height:100%; 
}
.ci-visual-con{z-index:1;}
/* ci 비주얼 :: 이미지 */
.ci-visual-item{position:relative;}

/* ci 비주얼 :: 텍스트 */
.ci-visual-item .ci-visual-txt-con{
	height:100%;
}
.ci-visual-item .ci-visual-txt-con .ci-visual-txt-inner {width: 100%;height:100%;}
.ci-visual-item .ci-visual-txt-con .ci-visual-txt1{display:block; font-size:60px; font-weight:400; letter-spacing:-1px; color:#3d3939; margin-bottom:1.25vw; line-height:1.25; }
.ci-visual-item .ci-visual-txt-con .ci-visual-txt1 em{font-weight:700;}
.ci-visual-item .ci-visual-txt-con .ci-visual-txt2{font-size:24px; color:#000000;}

.ci-visual-item .ci-visual-txt-con .txt-wrap {display:block; overflow:hidden; }
.ci-visual-item .txt-wrap em {display:inline-block; }

.ci-visual-item-wrap{width:1400px; height:100%;}
.ci-visual-item-wrap .ci-txt01{font-size:60px; color:#333333; font-weight:bold;}
.ci-visual-item-wrap .ci-txt02{font-size:24px; color:#000000;}
.ci-visual-item-wrap .ci-txt03{font-size:24px; color:#333333; font-weight:bold;}
.ci-visual-item-wrap .ci-txt04{font-size:28px; color:#000000; font-weight:600;}
.ci-visual-item-wrap .ci-txt05{font-size:32px; color:#000000; font-weight:900;}
.ci-visual-item-wrap .ci-txt06{font-size:24px; color:#000000; font-weight:bold;}
.ci-visual-item-wrap .ci-txt07{font-size:24px; color:#000000; font-weight:200;}
.ci-visual-item-wrap .ci-txt08{font-size:14px; color:#497AFF; font-weight:bold;}
.ci-visual-item-wrap .ci-txt09{font-size:14px; color:#497AFF;}
.ci-visual-item-wrap .ci-txt10{font-size:14px; color:#497AFF; font-weight:200;}
.ci-visual-item-wrap .ci-logo-wrap{display:inline-block;}
.ci-visual-item-wrap .ci-logo-wrap .ci-logo{display: flex;align-items: center;justify-content: center; height:247px;}
.ci-visual-item-wrap .ci-logo-wrap .ci-logo img{max-height:247px;}
.ci-visual-item-wrap .ci-circle-wrap{display:inline-block; width:33.2%; min-width:228px;}
.ci-visual-item-wrap .ci-circle-wrap .ci-circle{width:226px; height:226px; border-radius:113px;margin: auto;}
.ci-visual-item-wrap .ci-circle-wrap table{margin:auto; height: 128px; margin-top:35px;}
.ci-visual-item-wrap .ci-circle-wrap th{font-size:24px; border:none; color:#000000; text-align: right;}
.ci-visual-item-wrap .ci-circle-wrap td{font-size:24px; color:#000000; width: 156px;}
.ci-visual-item-wrap .ci-rule-wrap .ci-rule{display: flex;align-items: center;justify-content: center; height:600px;}
.ci-visual-item-wrap .ci-rule-wrap .ci-rule img{max-height:600px;}
.ci-visual-item-wrap .ci-typeface-wrap {border: 1px solid #D2D0D0; width:1323px; height:540px;}
.ci-visual-item-wrap .ci-post-wrap{padding-right:20px; padding-left:20px;}
.ci-visual-item-wrap .ci-post{width:330px; height:450px; -webkit-box-shadow: 3px 7px 7px #00000038; border-radius:18px; border: 1px solid #00000038;}
.ci-visual-item-wrap .ci-post .ci-post-image{width:100%; height:220px;}
.ci-logo-download-button-wrap{
	margin-top: 35px;
}

@media all and (max-width:1710px){
	.main-nav-list .main-nav-btn span {display:none;}
}
@media all and (max-width:1410px){
	#mainNav {display:none !important;}
}

.area {
    max-width: 1110px;
    margin: 0px auto;
}

#ciContainer, #catalogueContainer, #patentContainer{
/* 	margin-top: 100px; */
    height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition-duration: 0.2s;
    overflow-x: hidden;
    margin-right: 7px;
}

#ciContainer::-webkit-scrollbar,#catalogueContainer::-webkit-scrollbar,#patentContainer::-webkit-scrollbar{
	width:9px;
}

#ciContainer::-webkit-scrollbar-thumb,#catalogueContainer::-webkit-scrollbar-thumb,#patentContainer::-webkit-scrollbar-thumb{
	background-color:#00BF8F;
	height:53px;
	border-radius : 10px;
}

#ciContainer::-webkit-scrollbar-track,#catalogueContainer::-webkit-scrollbar-track,#patentContainer::-webkit-scrollbar-track{
	background-color:#d8d8d8;
}

#ciContainer .submenu-container-fixed,#catalogueContainer .submenu-container-fixed,#patentContainer .submenu-container-fixed{
	position:fixed;
	width:100%;
	top :0;
	background-color: #F8F8F9;
	z-index:99;
}
body{
	/*overflow-y:hidden;*/
}


#news-visual-item-list{
	width:100%;
	height:100%;
}

.button-wrap{
	position: relative;
	height: 74px;

}

/* 2024.09.26 lej - ANJHOMEPAGE 코드 복사 */
#galleryImg img {
  width: 100%;
  height: 100%;
}

.drag-over { background-color: #f0f0f0; /* 연한 회색 */ }