 @charset "UTF-8";

/* 김가현 선임 메인 인트로 컨텐츠 용 박스 */
.div_mainContents_4split{
	/* 테투리 */
	/* 2021-05-03 대표님 께서 테두리 삭제 요청 */
	/* border: 1px solid;
	border-color: rgba(128, 128, 128); */
	
	/* 크기 */
	height: 100%;
	width: 100%; 
	
	/* 여백 */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.div_mainContents_4split_border{
	/* 테투리 */
	/* 2021-05-03 대표님 께서 테두리 삭제 요청 */
	border: 1px solid;
	border-color: rgba(128, 128, 128); 
	
	/* 크기 */
	height: 100%;
	width: 100%; 
	
	/* 여백 */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* 김가현 선임 메인 인트로 컨텐츠 용 박스 */

/* 대표님 BOX COMMON CSS */
.div_Main {
	border-right: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_Center {
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_Left{
    padding-top: 3px; 
    padding-left: 15px; 
    border-left : 1px solid;
    border-color: rgba(128, 128, 128);
 	
}
		
.div-LeftRight15 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
}

.div_Top_Center {
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_Top {
	padding-top: 3px;
	padding-left: 15px;
	border-top : 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_Top_dotted{
    padding-top: 3px; 
    padding-left: 15px;
    border-top : 1px dotted ;
    border-color: rgba(128, 128, 128);
}

.div_Left_dotted{
    padding-left: 15px;      
    border-left: 1px dotted ;
    border-color: rgba(128, 128, 128);
}
.div_Bottom_dotted{
    padding-top: 3px; 
    padding-left: 15px;      
   border-bottom : 1px  dotted;
    border-color: rgba(128, 128, 128);
}

.div_TopLeft {
	padding-top: 3px;
	padding-left: 15px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_TopLeft_Center {
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_bottom {
	padding-top: 3px;
	padding-left: 15px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_Tob_Bottom_dotted{
    padding-top: 3px; 
    padding-left: 15px;      
    border-top : 1px dotted ;
	border-bottom : 1px  dotted;
    border-color: rgba(128, 128, 128);
}

.div_Under {
	border-bottom: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_UnderLeft_Right{
   padding-right: 15px; 
   text-align: right;
   border-left : 1px solid;
   border-bottom : 1px  solid;
   border-color: rgba(128, 128, 128);
}

.div_UnderLeft{
    padding-top: 3px; 
    padding-left: 15px;     
    border-bottom : 1px  solid;
    border-left : 1px solid;
    border-color: rgba(128, 128, 128);
}
.div_UnderLeft_Center{
    padding-top: 3px; 
    text-align: center;   
    border-bottom : 1px  solid;
    border-left : 1px solid;
    border-color: rgba(128, 128, 128);
}

.div_bottom_Center {
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(128, 128, 128);
}

.div_150 {
	line-height: 144px;
}
.div_220 {
	line-height: 214px;
}
.div_250 {
	line-height: 244px;
}

.div_120{
	line-height : 114px;
}
		
.div_90 {
	line-height: 84px;
}

.div_60 {
	line-height: 56px;
}
.div_30 {
	line-height: 26px;
}

.div_bg {
	background: rgba(242, 242, 242, 0.5)
}

.div_Left_Center{
    padding-top: 3px; 
    text-align: center;
    border-left : 1px solid;
    border-color: rgba(128, 128, 128);
}

.div_Left_bottom_Center{
    padding-top: 3px; 
    text-align: center;     
    border-left : 1px solid;
	border-bottom : 1px  solid;
    border-color: rgba(128, 128, 128);
}

.div_56{
    line-height : 56px;
}

.div_bgTitle{
    background: rgba(197, 217, 241, 0.5)
}

/* BOX COMMON CSS */
.modelName {
	height: 30px;
	width: 300px; 
	color: white;
	background-color: rgb(0, 112, 192);
	font-weight: bold;
	font-size: 16px;
	margin: 10px 30px 20px 30px;
	padding: 4px 0px 3px 25px;

}

.titleDiv {
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 15px;
	
}

.blueTitle{
	color: rgb(0, 112, 192);
}

/* COMPONENTDATA , MODELSPEC, PERFORMNACEDATA BOX COMMON CSS */
.box-item {
	text-align: left;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 8px; 
	border-top: 1px solid rgb(211, 211, 211);
	border-left:1px solid rgb(211, 211, 211);
}

.box-item-surge{
	padding-top: 6px;
	font-size: 15px;
}

.box-item-dataSheet {
	text-align: left;
	font-size: 17px;
	padding-top: 1px;
	padding-left: 8px; 
	border-top: 1px solid rgb(211, 211, 211);
	border-left:1px solid rgb(211, 211, 211);
	color: black
}

.box-item-surge-dataSheet{
	padding-top: 1px;
	font-size: 15px;
}

.text-padding-top-2px{
	padding-top: 2px;
}
.box-item-textPadding{
	padding-top: 14px;
}
.box-item-combine{
	padding-top: 23px;
}

.text-padding-top-combine1{
	padding-top: 40px;
}

.text-padding-top{
	padding-top: 15px;
}

.text-padding-top-combine2 {
	padding-top: 70px;
}

.text-padding-top-combine3{
	padding-top: 60px;
}

.box-item-right{
	border-right:1px solid rgb(211, 211, 211);
}

.box-item-left{
	border-left:1px solid rgb(211, 211, 211);
}

.box-item-bottom{
	border-bottom:1px solid rgb(211, 211, 211);
}

.box-item-top{
	border-top:1px solid rgb(211, 211, 211);
}

.box-item-textBox-padding{
	padding: 1px 1px 1px 3px;
}

.font-italic {
	font-style:italic;
}
.font-Bold{
	font-weight: bold;
}

.font-align-right{
	text-align: right;
	padding-right: 8px; 
}

.font-align-center{
	text-align: center;
}

.backColorGray{
	background-color: rgb(217, 217, 217);
	font-weight: bold;
}

.backColorSky{
	background-color: rgb(183, 222, 232);
}

.backColorYellow{
	background-color: yellow;
}


.blackTitle{
	color: black;
}

.epilog{
	margin: 0px 30px 0px 30px;
	padding-top:8px;
	border-top: 1px solid rgb(211,211,211);
	text-align: right;
}


#boxContainer{
    margin: 0px 30px 20px 30px;
}

.fontSize17Black {
	font-size: 17px;
	color: black;
}

.fontSize20Bule {
	font-size: 20px;
}

.textPaddingLeft0{
	padding-left: 0px;
}

.textPaddingLeft8{
	padding-left: 8px;
}
.textPaddingLeft20{
	padding-left: 20px;
}
.textPaddingLeft10{
	padding-left: 10px;
}

.textPaddingRight30 {
	padding-right: 30px;
}