@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@media (max-width:740px){html{font-size:3vw;}}
@media (min-width:741px) and (max-width:1199px){html{font-size:0.95vw;}}
@media (min-width:1200px) and (max-width:1799px){html{font-size:0.955vw;}}
@media (min-width:1800px){html{font-size:18px;}}


@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 300;
    font-style: normal;
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-aLt.eot');
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-aLt.eot?#iefix') format('embedded-opentype'),
         url('/_font/nanum/woff2/NanumSquareNeoTTF-aLt.woff2') format('woff2'),
         url('/_font/nanum/woff/NanumSquareNeoTTF-aLt.woff') format('woff');
    font-display: swap;
    unicode-range: U+AC00-D7A3;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    font-style: normal;
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-bRg.eot');
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-bRg.eot?#iefix') format('embedded-opentype'),
         url('/_font/nanum/woff2/NanumSquareNeoTTF-bRg.woff2') format('woff2'),
         url('/_font/nanum/woff/NanumSquareNeoTTF-bRg.woff') format('woff');
    font-display: swap;
    unicode-range: U+AC00-D7A3;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    font-style: normal;
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-cBd.eot');
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-cBd.eot?#iefix') format('embedded-opentype'),
         url('/_font/nanum/woff2/NanumSquareNeoTTF-cBd.woff2') format('woff2'),
         url('/_font/nanum/woff/NanumSquareNeoTTF-cBd.woff') format('woff');
    font-display: swap;
    unicode-range: U+AC00-D7A3;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    font-style: normal;
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-dEb.eot');
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-dEb.eot?#iefix') format('embedded-opentype'),
         url('/_font/nanum/woff2/NanumSquareNeoTTF-dEb.woff2') format('woff2'),
         url('/_font/nanum/woff/NanumSquareNeoTTF-dEb.woff') format('woff');
    font-display: swap;
    unicode-range: U+AC00-D7A3;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 900;
    font-style: normal;
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-eHv.eot');
    src: url('/_font/nanum/eot/NanumSquareNeoTTF-eHv.eot?#iefix') format('embedded-opentype'),
         url('/_font/nanum/woff2/NanumSquareNeoTTF-eHv.woff2') format('woff2'),
         url('/_font/nanum/woff/NanumSquareNeoTTF-eHv.woff') format('woff');
    font-display: swap;
    unicode-range: U+AC00-D7A3;
}


[data_href]{
	cursor: pointer;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem; 
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

i{
	font-style: normal;
}
font{
	font-family: 'Noto Sans KR', sans-serif;
}

html,body{
    color:#181818;
    line-height: 1.4em;
    word-break: keep-all;
	/*letter-spacing:-0.0625em;*/
	margin:0;
	padding:0;
	font-family: 'NanumSquareNeo','Manrope', sans-serif;
	font-weight:400;
}

main{
	width: 100%;
	display: table;
	padding-top: 3rem;
	background-color: #fff;
}

.area-max{
	display: table;
	width: 100%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

.area-basic{
	display: table;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

.sub{
	display: table;
	width: 100%;
	background-size: cover;
	height:calc(100vw - 899px) ;
	max-height: 899px;
	min-height:28rem;
	position: relative;
	/*background-attachment: fixed;*/
	background-position:bottom center;
	background-repeat: no-repeat;
	position: fixed;
	z-index: -1;
	top:0;
}

.sub >div{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	color: #fff;
}

.sub >div > h1{
	font-size: 1.1rem;
	line-height: 4rem;
}

.sub >div > h2{
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.5em;
}

.usr-fs-60{
	font-size:3.3rem;
	line-height: 4rem;
}

.usr-fs-45{
	font-size:2.5rem;
}

.usr-fs-38{
	font-size:2rem;
	line-height: 160%;
}

.usr-fs-36{
	font-size:2rem;
	line-height: 160%;
}

.usr-fs-30{
	font-size:1.6rem;
	line-height: 160%;
	letter-spacing: -1px;
}

.usr-fs-24{
	font-size:1.3rem;
}

.usr-fs-22{
	font-size:1.2rem;
}

.usr-fs-20{
	font-size:1.1rem;
}

.usr-fc-red{
	color:#ed174b;
}



.usr-tab-1{
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.usr-tab-1 > ul{
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.usr-tab-1 > ul >li{
	display: table-cell;
	width: auto;
	padding-right: 3rem;
}

.usr-tab-1 > ul >li p{
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
	padding: 1rem 0;
}

.usr-tab-1 > ul >li:last-child{
	padding-right: 0;
}

.usr-tab-1 > ul >li div{
	display: block;
	border-radius: 50%;
	border:1px solid #ccc;
	width:7.2rem;
	height: 7.2rem;
	position: relative;
}

.usr-tab-1 > ul >li div img{
	display: block;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	position: absolute;
	filter: grayscale(1);
	width: initial;
	height:auto;
	max-height: 4rem;
}

.usr-tab-1 > ul >li.on p{
	border-bottom: 2px solid #00acd4;
}

.usr-tab-1 > ul >li.on div{
	border:2px solid #00acd4;
}

.usr-tab-1 > ul >li.on div img{
	filter: grayscale(0);
}


.usr-tab-2{
    list-style-type: none;
    width: 100%;
	margin:0; 
	display:table;	
	box-sizing:border-box;
	table-layout: fixed;
}

.usr-tab-2 li{
	background-color:#fff;
    display: table-cell;
    text-align: center;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 1.0rem;
    color: #8d8d8d;
    font-weight: 800;
    padding: 1rem 0;
    font-size: 1rem;
}

.usr-tab-2 li:hover{
	background-color: #eef1f3;
}


.usr-tab-2.two li{
	border-top: none;
}

.usr-tab-2 li:last-child{
	border-right:1px solid #ccc;
}

.usr-tab-2 li a{
	width:100%;
	display:block;
	height:100%;
}

.usr-tab-2 li.on{
    background-color:#00acd4;
    color: #fff;
	border: none;
	font-weight:bold;
}

.usr-tab-2 li.on a{
    color: #fff;
	font-weight:bold;
}

.usr-box-1{
	border:1px solid #ccc;
	border-radius: 1rem;
}

.usr-box-2{
	border:1px solid #ccc;
}


.usr-pdt-1{
	display: table;
	width: 100%;
	padding:7rem 0 0 0;
}

.usr-pdt-1 .d1{
	display: table-cell;
	width: 60%;
	vertical-align: top;

}

.usr-pdt-1 .list.num-2 > li:nth-of-type(2n+1){margin-top:3%; clear:both;}
.usr-pdt-1 .list.num-2 > li:nth-of-type(2n+2){margin-top:3%;}

.usr-pdt-1 .list.num-2 > li:nth-child(1){margin-top:0rem;}
.usr-pdt-1 .list.num-2 > li:nth-child(2){margin-top:0rem;}


.usr-pdt-1 .d1 > div{
	display: block;
	border:1px solid #ccc;
	border-radius: 1rem;
	position: relative;
	text-align: center;
	height:33rem;
	padding: 1.5rem;

}

.usr-pdt-1 .d1 > div img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 51rem;
	height: auto;
}

.usr-pdt-1 .d2{
	display: table-cell;
	width: 40%;
	padding-left: 3rem;
	vertical-align: top;
}

.usr-pdt-1 .d2 dl{
	border:1px solid #ccc;
	border-radius: 1rem;
	display: block;
	width: intrinsic;
	height: 16rem;
	width: 100%;
}

.usr-pdt-1 .d2 dl dt{
	background-color: #dadada;
	text-align: center;
	border-radius: 1rem 0 0 1rem;
}

.usr-pdt-1 .d2 dl dt.w{
	background-color: #fff;
}

.usr-pdt-1 .d2 dl dt img{
	height: 11rem;
	width:100%;
}

.usr-pdt-1 .d2 dl dd{
	padding: 1rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.usr-pdt-1 h4{
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}


.usr-pdt-2{
	margin-top: 5rem;
}

.usr-pdt-2 h3{
	font-size:1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.usr-pdt-2 h3 span{
	color: #0b74b7;
	padding-left: 1rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.7px;
}

.usr-table-1{
	width:100%;
	padding:0;
	border-collapse:collapse;
	border-bottom:2px solid #e7f0f5;
	border-top: 1px solid #000000;
}

.usr-table-1 th{
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	border-spacing:0px;
	padding:10px 0;
	background-color:#e7f0f5;
	color:#000;
	font-weight:700;
}

.usr-table-1 td{
	border-spacing:0px;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	padding:10px 0;
	text-align:center;
	position: relative;
}


.usr-table-1 td .down{
	font-size: 2rem;
	color:#00abd3;
	font-weight: 400;
	padding-top: 0.5rem;
}

.usr-table-1 td:last-child{
	border-right:none;
}

.usr-table-1 th.on{
	border-top:3px solid #00acd4;
	border-left:3px solid #00acd4;
	border-right:3px solid #00acd4;
}

.usr-table-1 td.on{
	border-left:3px solid #00acd4;
	border-right:3px solid #00acd4;
}

.usr-table-1 tr:last-child td.on{
	border-bottom:3px solid #00acd4;
}

.usr-table-1 td.new:before{
	content: "N";
	color: #fff;
	background-color: #00acd4;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	font-size: 0.7rem;
	text-align: center;
	line-height: 1.3rem;
	font-weight: 600;
}

.usr-p-new{
	color: #00acd4;
	font-weight: 600;
	margin-top: 1rem;
	position: relative;
	padding-left: 1.5rem;
}

.usr-p-new:before{
	content: "N";
	color: #fff;
	background-color: #00acd4;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	font-size: 0.7rem;
	text-align: center;
	line-height: 1.3rem;
	font-weight: 600;
}


.usr-ul-1 {
    width: 100%;
    padding: 0rem 0rem;
}
.usr-ul-1 > li {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1rem;
    position: relative;
    line-height: 1.6em;
}

.usr-ul-1 > li:before {
    content: '\00B7';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    color: #0b74b7;
}


.usr-row-1{
	border-top:1px solid #ccc;
	padding-bottom:4rem;
	padding-top: 2rem;
}

.usr-dl-1{
	display:block;
	width:100%;

}

.htu-list-1{
	width:100%;
}

.htu-list-1 li{
	padding-right: 1rem;
	}

.htu-list-1 div{
	background-color:#fff;
	border-radius:0.5rem;
	text-align:center;
	vertical-align:middle;
	padding: 1rem 0;
	box-shadow: -2px 5px 9px 1px rgba(0,0,0,0.14);
-webkit-box-shadow: -2px 5px 9px 1px rgba(0,0,0,0.14);
-moz-box-shadow: -2px 5px 9px 1px rgba(0,0,0,0.14);
	width: 6.84rem;
	height: 6.84rem;
	position: relative;
	
}

.htu-list-1 div img{
	height: initial;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	max-width: 4.3rem;

}

.usr-dl-1 dt{
	color:#0b74b7;
	display:block;
	width:100%;
	font-size:1.2rem;
	padding:1.5rem 0 0.5rem 1rem;
	font-weight:700;
}

.usr-dl-1 dd{
	padding-top:0.5rem;
	padding-left:2rem;
	position:relative;
	font-size: 1.1rem;
}


.usr-board-1{
	width:100%;
	padding:0;
	border-collapse:collapse;
	border-top:2px solid #000;
}

.usr-board-1 th{
	border-spacing:0px;
	padding:10px 0;
	background-color:#fff;
	color:#fff;
	font-weight:400;
}

.usr-board-1 td{
	border-spacing:0px;
	border-bottom:1px solid #c9c9c9;
	padding-top:10px;
	padding-bottom:10px;
}

.usr-board-1 td:last-child{
	border-right:none;
}


.usr-board-1 td .down{
	font-size: 2rem;
	color:#00abd3;
	font-weight: 400;
	padding-top: 0.5rem;
}

 .usr-search-1{
 	position: relative;
 }

 .usr-search-div{
 	margin-bottom:3rem;
 }

 .usr-search2-div{
 	width: auto;
 	margin-left: auto;
 	margin-right: auto;
 }

.usr-search-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	right: 1rem;
}

.usr-search-btn > img{
	height: 2rem;
	max-height: 30px;
}

.usr-input-1{
	border-left: none;
}


.sub.ls_materials_summary{
	background-image: url("/kr/images/sub/sub_bg_ls_materials_summary.png");
}

.sub.ls_materials_ceo{
	background-image: url("/kr/images/sub/sub_bg_ls_materials_ceo.png");
}

.sub.ls_materials_history{
	background-image: url("/kr/images/sub/ls_materials_history.png");
}

.sub.ls_materials_business{
	background-image: url("/kr/images/sub/ls_materials_business.png");
}

.sub.ls_materials_network{
	background-image: url("/kr/images/sub/ls_materials_network.png");
}

.sub.ls_group{
	background-image: url("/kr/images/sub/ls_group.png");
}


.sub.ultracapacitor{
	background-image: url("/kr/images/sub/ultracapacitor_cell_pcb.png");
}

.sub.ultracapacitor.uc_structure{
	background-image: url("/kr/images/sub/ultracapacitor_uc_structure.png");
}

.sub.ultracapacitor.application{
	background-image: url("/kr/images/sub/ultracapacitor_application.png");
}

.sub.ultracapacitor.technical_info{
	background-image: url("/kr/images/sub/ultracapacitor_technical_info.png");
}

.sub.esg.ehs_policy{
	background-image: url("/kr/images/sub/esg_ehs_policy.png");
}

.sub.esg.ehs_goals_and_core_tasks{
	background-image: url("/kr/images/sub/esg_ehs_goals_and_core_tasks.png");
}

.sub.esg.human_rights_management{
	background-image: url("/kr/images/sub/human_rights_management.png");
}

.sub.esg.social_contribution{
	background-image: url("/kr/images/sub/esg_social_contribution.png");
}

.sub.esg.social_contribution{
	background-image: url("/kr/images/sub/esg_social_contribution.png");
}

.sub.esg.ethical_management{
	background-image: url("/kr/images/sub/esg_ethical_management.png");
}

.sub.ir.ir{
	background-image: url("/kr/images/sub/ir_ir.png");
}

.sub.ir.financial_information{
	background-image: url("/kr/images/sub/ir_financial_information.png");
}

.sub.ir.disclosures{
	background-image: url("/kr/images/sub/ir_disclosures.png");
}

.sub.ir.electronic_notice{
	background-image: url("/kr/images/sub/ir_electronic_notice.png");
}

.sub.pr_center.news{
	background-image: url("/kr/images/sub/pr_center_news.png");
}


.sub.pr_center.youtube{
	background-image: url("/kr/images/sub/pr_center_youtube.png");
}

.sub.pr_center.facebook{
	background-image: url("/kr/images/sub/pr_center_facebook.png");
}

.sub.recruitment.notice{
	background-image: url("/kr/images/sub/recruitment_notice.png");
}

.sub.recruitment.careers{
	background-image: url("/kr/images/sub/recruitment_careers.png");
}

.sub.recruitment.personnel_system{
	background-image: url("/kr/images/sub/recruitment_personnel_system.png");
}


.sub.recruitment.job_introduction{
	background-image: url("/kr/images/sub/recruitment_job_introduction.png");
}


.sub.privacy.privacy{
	background-image: url("/kr/images/sub/privacy.png");
}

.sub.privacy.video{
	background-image: url("/kr/images/sub/video.png");
}


.usr-board-view{
	border-top:2px solid #0b74b7;
	display:table;
	width:100%;
}

.usr-board-view .sc-1{
	display:table;
	width:100%;
	border-bottom:1px solid #c9c9c9;
	padding:2rem 1rem;
	word-break: break-all;
    table-layout: fixed;
}

.usr-board-view .sc-1.cont{
	padding-bottom:5rem;
	padding-top:1rem;
}

.usr-board-view .sc-1 .title{
	display:table;
	width:100%;
	font-weight:700;
	font-size: 1.8rem;
}

.usr-board-view .sc-1 .date{
	display:table;
	width:100%;
	text-align:left;
	margin-top:1rem;
}

.usr-board-view .sc-1 .date dl{
	display:inline-block;
	color: #333333;
	font-weight: 300;
	font-size:0.9rem
}

.usr-board-view .sc-1 .date dl dt{
	font-weight: 700;

}

.usr-board-view .sc-1 .date dl:after{
	content:" ";
	color:#ccc;
	display:inline-block;
	margin-left:1rem;
	margin-right:1rem;
	border-right:1px solid #ccc;
	height:0.7rem;
}

.usr-board-view .sc-1 .date dl:last-child:after{
	content:none;
}

.usr-board-view .sc-1 .date dl dt,.usr-board-view .sc-1 .date dl dd{
	display:inline-block;
}
.usr-board-view .sc-1 .usr-file-ul{
	display:block;
}

.usr-board-view .sc-1 .usr-file-ul li{
	display:inline-block;
	font-size:0.8rem;
	color:#0b74b7;
	margin-right:1rem;
}

.usr-board-view .sc-1 .usr-file-ul li img{
	margin-right:0.4rem;
}

.usr-board-view .sc-2{
	display:table;
	width:100%;
	border-bottom:1px solid #c9c9c9;
	padding:0.8rem 1rem;
	word-break: break-all;
    table-layout: fixed;
}

.usr-board-view .sc-2 .direct{
	display:block;
	font-size:0.9rem;
}

.usr-board-view .sc-2 .direct dt{
	color:#0b74b7;
	display:inline-block;
	font-weight: 700;
}

.usr-board-view .sc-2 .direct dt:after{
	content:" ";
	display:inline-block;
	padding:0 0.5rem;
	border-right:1px solid #ccc;
	height:16px;
	margin-right:1rem;
	vertical-align:middle;
}

.usr-board-view .sc-2 .direct dd{
	display:inline-block;
}


.usr-btn-1{
	display:inline-block;
	background-color:#003876;
	color:#fff;
	font-size:1.1rem;
	padding:0.5rem 0;
	min-width:6rem;
	text-align:center;
}


.usr-video-1.list li{
	position:relative;
}

.usr-video-1.list li p.title{
	margin-top:1rem;
	font-size: 1.1rem;
	font-weight: 700;
}

.usr-video-1.list li p.date{
	font-size:0.88rem;
	color:#959595;
}

.usr-video-1 p.date span{
	padding-left:0.5rem;
	padding-right:0.5rem;
	font-size:0.7rem;
	vertical-align: top;
}

.usr-video-1 .play{
	position:absolute;
	right:5%;
	top:5%;
}


.usr-face-1 li div{
	display:block;
	position:relative;
	padding:1rem;
	height:17rem;
	box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.15);
background-color: #fff;
}

.usr-face-1 li:hover  div{
	border:2px solid #0083c6;
}

.usr-face-1 li  div .face{
	position:absolute;
	right:0;
	top:0;
}

.usr-face-1 li  div .date{
	font-size:1.1rem;
	color:#0083c6;
	margin-top:1rem;
}

.usr-face-1 li  div .text{
	font-size:0.88rem;
	color:#666;
	margin-top:2rem;
	    word-break: break-word;
}

.usr-face-1 li:nth-of-type(3n+1){
	margin-bottom:2rem
}

.usr-face-1 li:nth-of-type(3n+2){
	margin-bottom:2rem
}

.usr-face-1 li:nth-of-type(3n+3){
	margin-bottom:2rem
}

.form.sm{
	height: 2.8rem;
}

.form.select{
	line-height: 2.8rem;
}
.form.select:after {
	line-height: 2rem;
	font-weight: 700;
	font-size: 0.6rem;
	color: #666666;
	/*top: 50%;
	transform: translateY(-50%);*/
}

.paging {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
}

.board-num {
	display: table;
	margin: 0 auto;
}

.board-num li {
	padding: 0;
	font-size: 1rem;
	width:2.3rem;
	height: 2.3rem;
	text-align: center;
}

.board-num li > span{
	background-color: #333;
	color: #fff;
	width: 100%;
	height: 2.3rem;
	display: block;
	padding-top: 0.6rem;
}

.board-num li.num-begin{
	padding-right: 0.5rem;
	width: 2.8rem;
}

.board-num li.num-begin a{
	border:1px solid #ccc;
	padding-top: 0.6rem;
	width: 100%;
	height: 2.3rem;
	display: block;
}

.board-num li.num-end{
	padding-left: 0.5rem;
	width: 2.8rem;
}

.board-num li.num-end a{
	border:1px solid #ccc;
	padding-top: 0.6rem;
	width: 100%;
	height: 2.3rem;
	display: block;
}

.board-num li.num-begin span{
	font-size: 1rem;
	padding-left: 0.5rem;
}

.board-num li.num-end span{
	font-size: 1rem;
	padding-left: 0.4rem;
}

footer{
	display: table;
	width: 100%;
	background-color:#333333;
	color:rgba(255,255,255,0.7);
}

footer .d0{
	display: table;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	padding: 2.8rem 0;
	color:rgba(255,255,255,0.7)
}

footer .d0 .div-select {
	position: relative;
	height: 3.06rem;
	width: 100%;
	max-width: 21rem;
	color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #fff;
	padding-top: 0.7rem;
	margin-left: auto;
}

footer .d0 .div-select:after{
	content: '\e5c7';
	font-family: 'Material Icons';
	position: absolute;
	right: 0.5rem;
	top: 0.7rem;
	font-size: 1.5rem;
}

footer .d0 .drop {
	position: absolute;
	z-index: 1001;
	height: auto;
	overflow: hidden;
	background-color: #333;
	width: 101%;
	display: none;
	bottom: 3.06rem;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 1rem 0;
	left:-0.5%;
}

footer .d0 .drop.up li {
	display: block;
	width: 100%;
	font-weight: 700;
	line-height: 150%;
	padding: 0.2rem 0.5rem;
	color: #fff;
}

footer .d0 .drop-up-cl {
	width: 100%;
	display: table;
}

footer .d0 .d1{
	display: table-cell;
	width: 70%;
	vertical-align: top;
}


footer .d0 .d1 ul{
	display: block;
}

footer .d0 .d1 ul > li{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

footer .d0 .d1 ul > li:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 1rem;
	margin: 0 1rem;
	background-color:rgba(255,255,255,0.7);
	vertical-align: middle;
}

footer .d0 .d1 ul > li:last-child:after{
	content: none;
}


footer .d0 .d2{
	display: table-cell;
	width: 30%;
	vertical-align: top;
}


footer.on{
	position: fixed;
	bottom:-20rem;
}

footer.on2{

	bottom:0rem;
	transition: all 0.4s ;
}

main{
	padding:2.7rem 0;
}

main > article{
	padding:6.8rem 0;
	position: relative;
}


main.ls_materials_summary .cus-ul-1{
	margin-top: 5.5rem;
}

main.ls_materials_summary .cus-ul-1 li >div{
	padding: 3rem 0;
	text-align: center;
}

main.ls_materials_summary .cus-ul-1 li >div img{
	width: auto;
	height:5rem;
}

main.ls_materials_summary .cus-ul-1 li >div h5{
	color:#00acd4;
	font-size: 1.1rem;
	text-align: center;
	margin:1rem 0;
}

main.ls_materials_summary .cus-ul-1 li >div h6{
	color:#fff;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom:1rem;
}

main.ls_materials_summary .cus-ul-1 li >div h6 span{
	font-size: 1.3rem;
	line-height: 0;
	vertical-align: middle;
}

main.ls_materials_summary .cus-ul-1 li >div p{
	color: #fff;
	font-size: 0.9rem;

}

main.ls_materials_summary .cus-ul-1 li:nth-child(1) > div{
	background-color:#003876;
}

main.ls_materials_summary .cus-ul-1 li:nth-child(2) > div{
	background-color:#00245f;
}

main.ls_materials_summary .cus-ul-1 li:nth-child(3) > div{
	background-color:#003876;
}

main.ls_materials_summary .cus-ul-1 li:nth-child(4) > div{
	background-color:#00245f;
}

main.ls_materials_summary .section-2{
	background-image: url("/kr/images/company/ls_materials_summary_bg_1.png");
	background-size: cover;
}

main.ls_materials_summary .section-2 h2{
	padding-bottom: 3.5rem;
	text-align: center;
	font-size:2.5rem;
	font-weight: 700;
}

main.ls_materials_summary .section-2 .cus-ul-2 >li > div{
	background: rgba(255,255,255,0.5);
	padding: 1.3rem;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
} 


main.ls_materials_summary .section-2 .cus-ul-2 >li > div h5{
	font-size:1.3rem;
	color:#ed174b;

}
main.ls_materials_summary .section-2 .cus-ul-2 >li > div h5 img{
	float: right;
}

main.ls_materials_summary .section-2 .cus-ul-2 >li > div h6{
	font-size: 2.6rem;
	text-align: right;
	margin-top: 1rem;
}

main.ls_materials_summary .section-2 .cus-ul-2 >li > div h6 span{
	font-size: 1.5rem;
	font-weight: 300;
}




main.ls_materials_summary .section-3 .bg{
	width: 100%;
	background: #00acd4;
	background: linear-gradient(0deg,#00acd4 65%, #ffffff 30%);
	background: -webkit-linear-gradient(0deg,#00acd4 65%, #ffffff 30%);
	background: -moz-linear-gradient(0deg,#00acd4 65%, #ffffff 30%);
	display: table;
	margin-top: 10rem;
}

main.ls_materials_summary .section-3 .d0 {
	display: table;
	width: 65%;
	padding-bottom: 2rem;
}

main.ls_materials_summary .section-3 .d0 .d1{
	display: table-cell;
	width: 60%;
	font-size: 2rem;
	color: #fff;
	vertical-align: middle;
}

main.ls_materials_summary .section-3 .d0 .d2{
	display: table-cell;
	width: 40%;
	text-align: right;
	vertical-align: middle;
}

main.ls_materials_summary .section-3 .d0 .d2 span{
	font-size: 2rem;
	color: #fff;
	padding-top: 0.5rem;
}

main.ls_materials_summary .section-3 .d0 .d2 span.on{
	color: #fff;
	opacity: 0.3;
}

main.ls_materials_summary .section-3 .e0{
	margin-top:-10rem;
	table-layout: fixed;
	overflow-x: hidden;
}

main.ls_materials_summary .section-3 .e0 .swiper{
	overflow-x: hidden;
}

main.ls_materials_summary .section-3 .cus-ul-3{
}


main.ls_materials_summary .section-3 .cus-ul-3 >li img{
	margin-left:-1rem;
}

main.ls_materials_summary .section-3 .cus-ul-3 >li:nth-child(1){
	display: block;
}


main.ls_materials_ceo{
	background-image: url("/kr/images/company/ls_materials_ceo_bg.png");
	background-size: cover;
	background-position: 0 20rem;
	background-repeat: no-repeat;
}

main.ls_materials_history .section-1 .bg-w{
	background-color: #fff;
	padding: 3.3rem 0;
}

main.ls_materials_history .section-1 h4{
	color: #00acd4;
	font-size: 2.5rem;
	text-align: right;
	margin-bottom: 3rem;
}

main.ls_materials_history .section-1 .bg-g{
	background-color: #eeeeee;
	padding: 3.3rem 0;
	position: relative;
}

main.ls_materials_history .section-1 .bg-g:before{
	content: "";
	display: block;
	position: absolute;
	background-image: url("/kr/images/company/ls_materials_history_bg.png");
	width: 100%;
	height: 13rem;
	top: -13rem;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50rem;
}

main.ls_materials_history .section-1 .cus-ul-1{
	position: relative;
}

main.ls_materials_history .section-1 .cus-ul-1:before{
	content: "";
	position: absolute;
	display: block;
	height: calc(100% - 1.5rem);
	width: 1px;
	border-right: 1px solid #ccc;
	top:0.6rem;
	z-index: 0;
}

main.ls_materials_history .section-1 .cus-ul-1 li{
	padding-left: 1.5rem;	
	position: relative;
	margin-bottom: 1rem;
}


main.ls_materials_history .section-1 .cus-ul-1 li dl{
	display: table;
	width: 100%;
}

main.ls_materials_history .section-1 .cus-ul-1 li dl dt{
	display: table-cell;
	width:10%;
	white-space: nowrap;
	font-size: 1.1rem;
	font-weight: 700;
}

main.ls_materials_history .section-1 .cus-ul-1 li dl dd{
	display: table-cell;
	width: 80%;
	padding-left: 1rem;
	font-size: 1rem;
}

main.ls_materials_history .section-1 .cus-ul-1 li:before{
	content:'\2022';
	position: absolute;
	left:-0.6rem;
	top:0;
	font-size: 2rem;
	color:#00acd4;
	z-index: 1;
}

main.ls_materials_business{
	padding-top:9.5rem;
}
main.ls_materials_business article{
	max-height:553px ;
	height: 30rem;
	position: relative;
	margin-bottom: 3.1rem;
	padding: 0;
}


main.ls_materials_business article:before{
	content: "";
	background-repeat: no-repeat;
	background-position: 0rem  0%;
	background-size: cover;
	display: block;
	width: 66%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

main.ls_materials_business article dl{
	display: table;
	margin-left: auto;
	width: 21.11rem;
	background-color: #003876;
	padding: 3.5rem;
	position: absolute;
	top:5rem;
	right: 0;

}

main.ls_materials_business article dl dt{
	font-size: 1.5rem;
	color:#fff;

}

main.ls_materials_business  article dl dd{
	font-size: 1.2rem;
	color:rgba(255,255,255,0.7);
	text-align: left;
	margin-top: 1rem;
	font-weight: 400;
}

main.ls_materials_business  article dl dd span{
	font-size: 1rem;
	display: block;
	margin-top: 3rem;
}


main.ls_materials_business article.section-1:before{
	background-image: url("/kr/images/company/ls_materials_business_bg_1.png");
	background-size: cover;
}

main.ls_materials_business article.section-2:before{
	background-image: url("/kr/images/company/ls_materials_business_bg_2.png");
	right:0;
	background-size: cover;
}

main.ls_materials_business article.section-2 dl{
	background-color:#333333;
	right: initial;
	left: 0;
}


main.ls_materials_business article.section-3:before{
	background-image: url("/kr/images/company/ls_materials_business_bg_3.png");
	background-size: cover;

}

main.ls_materials_business article.section-3 dl{
	background-color:#0066a9;
}

main.ultracapacitor.product{

}

main.ultracapacitor.uc_good_to_use .list .usr-box-2{
	text-align: center;
	padding:3rem 0.5rem;
}

main.ultracapacitor.uc_good_to_use .list .usr-box-2 img{
	height: 4rem;
}

main.ultracapacitor.uc_good_to_use .list .usr-box-2 dl{
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}

main.ultracapacitor.uc_good_to_use .list .usr-box-2 dl dt{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4em;
}

main.ultracapacitor.uc_good_to_use .list .usr-box-2 li:last-child dl dt{
	padding-left: 0;
	padding-right: 0;
}

main.ultracapacitor.uc_good_to_use .list .usr-box-2 dl dd{
	font-size: 1.1rem;
}

main.ultracapacitor.application .section-2 .bg-1{
	background: #ffffff;
	background: linear-gradient(0deg,#ffffff 50%, #eef5fa 50%);
	background: -webkit-linear-gradient(0deg,#ffffff 50%, #eef5fa 50%);
	background: -moz-linear-gradient(0deg,#ffffff 50%, #eef5fa 50%);
}

main.ultracapacitor.application article{
	padding-bottom: 0;
}
main.ultracapacitor.application .section-2{
	padding-top: 0;
}
main.ultracapacitor.application .section-2 section{
	padding-top: 5rem;
}

main.ultracapacitor.application .section-2 h3{
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}

main.ultracapacitor.application .section-2 h4{
	font-size: 1.1rem;
	font-weight: 700;
	text-align: left;
	color: #0083c6;
	margin-top: 0.5rem;
	padding-bottom: 1.5rem;
}

main.ultracapacitor.application .section-2 h5{
	font-size: 1.1rem;
	font-weight: 700;
	text-align: left;
	color: #000;
	margin-top: 0.5rem;
	padding-bottom: 1.5rem;
}

main.ultracapacitor.application .section-2 .d0{
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	padding:2.8rem 2rem;
}

main.ultracapacitor.application .section-2 .d0 .d1{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

main.ultracapacitor.application .section-2 .d0 .d2 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 1rem;
}

main.ultracapacitor.application .section-2 .bg-1 > .area-basic{
	background-color:#eef5fa ;
	padding: 2rem;
}

main.ultracapacitor.application .section-2  p{
	font-size: 0.9rem;
	text-align: left;
}

main.ultracapacitor.application .section-2 .bg-1 > .area-basic p{
	margin-top: 1rem;
}


main.esg.ehs_policy .cus-ul-1 > li > div{
	display: block;
	width: 100%;
	padding:2.3rem;
	color: #fff;
	position: relative;
	height: 17rem;
}

main.esg.ehs_policy .cus-ul-1 > li > div h4{
	font-size: 1.3rem;
	font-weight: 700;
}

main.esg.ehs_policy .cus-ul-1 > li > div p{
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.25em;
}

main.esg.ehs_policy .cus-ul-1 > li > div img{
	position: absolute;
	right: 2rem;
	bottom:2rem;
	width: 2rem;
	max-width: 32px;
}

main.esg.ehs_policy .cus-ul-1 > li:nth-child(1) > div{
	background-color:#00acd4;
}

main.esg.ehs_policy .cus-ul-1 > li:nth-child(2) > div{
	background-color:#0083c6;
}

main.esg.ehs_policy .cus-ul-1 > li:nth-child(3) > div{
	background-color:#003876;
}

main.esg.ehs_policy .cus-ul-1 > li:nth-child(4) > div{
	background-color:#4a4a4a;
}


main.esg.ehs_goals_and_core_tasks .cus-ul-1{
	border-top: 2px solid #000;
	margin-top: 7rem;
	display: table;
	width: 100%;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li{
	display: table;
	padding: 2rem 0.5rem;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li .d0{
	display: table;
	width: 100%;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li .d1{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li .d2{
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li .d3{
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li  h4{
	font-size: 1.9rem;
	font-weight: 500;
	margin-top: 1rem;
}

main.esg.ehs_goals_and_core_tasks .cus-ul-1 > li  h5{
	font-size: 1.3rem;
	font-weight: 700;
	color:#00acd4;
	margin-bottom: 1rem;
}


main.esg.ehs_goals_and_core_tasks .section-2{
	background-color:#e3edf9;
}

main.esg.ehs_goals_and_core_tasks .section-2 .area-basic{
	width: auto;
}

main.esg.human_rights_management{
	padding-bottom: 0;
}
main.esg.human_rights_management .section-1 .cus-p-1{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: -1px;
}

main.esg.human_rights_management .section-1 .cus-p-1 span{
	color:#0083c6;
}

main.esg.human_rights_management .section-2{
	background-color:#e3edf9;
}


main.esg.human_rights_management .cus-ul-1 > li > div{
	display: block;
	width: 100%;
	padding:2.3rem;
	color: #fff;
	position: relative;
	height: 17rem;
}


main.esg.human_rights_management .cus-ul-1 > li > div h4{
	font-size: 1.3rem;
	font-weight: 700;
}

main.esg.human_rights_management .cus-ul-1 > li > div p{
	font-size: 1rem;
	margin-top: 1rem;
}

main.esg.human_rights_management .cus-ul-1 > li > div img{
	position: absolute;
	right: 2rem;
	bottom:2rem;
}

main.esg.human_rights_management .cus-ul-1 > li:nth-of-type(2n+1) > div{
	background-color:#00acd4;
}

main.esg.human_rights_management .cus-ul-1 > li:nth-of-type(2n+2) > div{
	background-color:#0083c6;
}


main.esg.human_rights_management .cus-ul-1.list.num-3 > li:nth-of-type(3n+1) {
	margin-top:0;
}

main.esg.human_rights_management .cus-ul-1.list.num-3 > li:nth-of-type(3n+2) {
	margin-top:0;
}

main.esg.human_rights_management .cus-ul-1.list.num-3 > li:nth-of-type(3n+3) {
	margin-top:0;
}

main.esg.social_contribution .section-2{
	background-image: url("/kr/images/esg/social_contribution_bg_1.png");
	background-size: cover;
	background-position: 0 -1rem;
	background-repeat: no-repeat;
}


main.ir.financial_information .cus-table-1  {
	display: table;
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}

main.ir.financial_information .cus-table-1  th {
	background-color: #003876;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 1rem;
	border-top: none;
	padding: 10px;
	font-weight: 700;
}

main.ir.financial_information .cus-table-1  td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

main.ir.financial_information .cus-table-1  td:first-child {
	border-left: none;
}

main.ir.financial_information .cus-table-1 td.bg-1 {
	background-color: #f2f2f2;
}

main.ir.financial_information .cus-table-1 td.bg-2 {
	background-color: #e5f3f9;
}


main.ir.financial_information .usr-tab-2 li.on{
	background-color: #003876;
}


main.ir .report{
	display: block;
    width: 100%;
}


main.ir .report.one > li {
    width: 100%;
	margin-bottom:4rem;
}

main.ir .report.two > li {
    width: 48.5%;
    margin-right: 3%;
	display: inline-block;
    float: left;
}

main.ir .report.two > li:nth-of-type(2n+0) {
    margin-right: 0%;
}

main.ir .report.two > li:nth-of-type(2n+1) {
    margin-top: 5%;
    clear: both;
}

main.ir .report.two > li:nth-of-type(2n+2) {
    margin-top: 5%;
}

main.ir .report > li table {
    display: table;
    width: 100%;
    border-top: 2px solid #0072af;
    table-layout: auto;
}

main.ir .report > li table td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 2% 0;
    text-align: center;
}

main.ir .report > li table td:last-child {
    border-right: none;
	white-space: nowrap;
	padding-right:1rem;
}

main.ir .report > li table td .button {
    font-size: 0.9rem;
    border: 1px solid #999999;
    padding: 3px 10px;
	color:#999999;
}

main.ir .report > li table td .button:hover{
	color:#000;
}


main.ir .report > li table td.rline {
	font-weight:500;
	text-align:left;
	padding-left:5%;
	border-right: none;
}

main.ir.ir table {
    display: table;
    width: 100%;
    table-layout: auto;
	padding: 0;
    border-collapse: collapse;
	border-bottom: 2px solid #ccc;
}

main.ir.ir table th {
    background-color: #003876;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    text-align: center;
	color:#fff;
}

main.ir.ir table td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}


main.ir.ir table td.left {
	text-align:left;
}

main.ir.ir table td:last-child {
    border-right: none;
	white-space: nowrap;
	padding-right:1rem;
}

main.ir.ir .ir-more{
	background-color:#003876;
	color:#fff;
	padding:0.7rem 1rem;
	font-weight:500;
	font-size:1rem;
	
}

main.ir.ir .ir-more:after{
	content:'\e145';
	font-family:'Material Icons';
	font-weight:700;
	display:inline-block;
	padding-left:2rem;
	vertical-align: top;
}

main.ir.ir .ir-more.on{
	background-color:#fff;
	color:#4d4d4d;
	border:1px solid #7d7d7d;
}

main.ir.ir .ir-more.on:after{
	content:'\e15b';
	font-family:'Material Icons';
}

main.ir.ir .ir-select{
	display:inline-block;
	position:relative;
}

main.ir.ir .ir-select ul{
	display:none;
	position: absolute;
    width: 100%;
	left:0;
}
main.ir.ir .ir-select ul li{
	display:block;
	color:#4d4d4d;
	padding:0.7rem 1rem;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	background-color:#f0f0f0;
	cursor:pointer;
}


main.ir.ir .ir-select button{
	background-color:#fff;
	color:#4d4d4d;
	padding:0.6rem 1rem;
	font-weight:500;
	font-size:1rem;
	border:1px solid #7d7d7d;
	font-family: 'Noto Sans KR', sans-serif;
	
}

main.ir.ir .ir-select button:after{
	content:url("/kr/images/sub/ri_select.png");
	font-weight:500;
	display:inline-block;
	padding-left:2rem;
	vertical-align: top;
	line-height:100%;
}


main.ir.disclosures .disclosures-select{
	display:inline-block;
	position:relative;
	width: 100%;
	min-width: 8rem;
}

main.ir.disclosures .disclosures-select ul{
	display:none;
	position: absolute;
    width: 100%;
	left:0;
}
main.ir.disclosures .disclosures-select ul li{
	display:block;
	color:#4d4d4d;
	padding:0.7rem 1rem;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	background-color:#f0f0f0;
	cursor:pointer;
	font-weight:500;
}

main.ir.disclosures .disclosures-select button{
	background-color:#fff;
	color:#4d4d4d;
	padding:0.7rem 1rem;
	font-weight:700;
	font-size:1rem;
	border:1px solid #7d7d7d;
	width: 100%;
	text-align:left;
}

main.ir.disclosures .disclosures-select button:after{
	content:url("/kr/images/sub/ri_select.png");
	display:inline-block;
	padding-right:0.5rem;
	vertical-align: top;
	float:right;
}

main.ir.disclosures .disclosures-down{
	background-color:#fff;
	color:#4d4d4d;
	padding:0.6145rem 1rem;
	font-weight:700;
	border:1px solid #7d7d7d;
	width: 100%;
    text-align: left;
}

main.ir.disclosures .disclosures-down:after{
	content:'\f090';
	font-family: 'Material Symbols Outlined';
	font-weight:200;
	display:inline-block;
	padding-left:2rem;
	vertical-align: top;
	font-size: 1.8rem;
}

main.ir.disclosures .total span{
	color:#008ec8;
}

main.esg.social_contribution{
	padding-bottom: 0;
}

main.esg.social_contribution.ethical_management .section-1{
	padding-bottom: 4rem;
}

main.esg.social_contribution.ethical_management .list.num-3 li > div{
	height:29rem;
	background-color: #fff;
	padding: 3rem 1rem 1rem 1rem;
	line-height: 1.35em;
}

main.esg.social_contribution.ethical_management .list.num-3 h4{
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}

main.esg.social_contribution.ethical_management .list.num-3 li > div > img{
	display: table;
	margin: 3rem 0;
	margin-left: auto;
	margin-right: auto;
	width: 7rem;
	max-width: 115px;
}


.masonry-container  {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 1rem 3rem;
   grid-template-rows: masonry;
   grid-auto-rows: 10px;
}

.gallery-container figure {
 margin: 0;
 display: inline-block;
 margin-bottom: 0px;
 width: 100%;
}


.grid-item {
	width: 33%; 
	margin-bottom: 2rem;
}

.grid-item figure{
	display: block;
	background-color:#fff;
	width: 95%;

}

.grid-item figure img{
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.grid-item figure figcaption{
	font-size: 1.2rem;
	padding: 1rem;
	font-weight: 700;
	color:#000;
}

.grid-item figure figcaption span{
	font-size: 1.2rem;
	word-break: break-all;
	display: block;
	margin-bottom: 1rem;
	font-weight:600;
}

.grid-item figure figcaption span.date{
	font-size:0.9rem;
	font-weight:400;
	margin-top:1rem;
	color:#8d8d8d;
}

main.pr_center.news{
	background-color:#e8ecf1;
}

main.pr_center.news.news_view{
	background-color:#fff;
}


main.recruitment .usr-tab-2 li.on{
	background-color: #003876;
}

main.recruitment.notice .cus-ul-1{
	display: table;
	width: 100%;
}

main.recruitment.notice .cus-ul-1 li{
	display: table;
	width: 100%;
}

main.recruitment.notice .cus-ul-1 li  .d0{
	display: table;
	width: 100%;
	border:1px solid #ccc;
	padding: 1.5rem;
	border-bottom: none;
}

main.recruitment.notice .cus-ul-1 li:last-child  .d0{
	border-bottom:1px solid #ccc;
}

main.recruitment.notice .cus-ul-1 li  .d1{
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	padding-right: 1rem;
	font-size: 1.1rem;
	font-weight: 700;
}

main.recruitment.notice .cus-ul-1 li  .d2{
	display: table-cell;
	width: 60%;
	text-align: left;
	vertical-align: middle;
}

main.recruitment.notice .cus-ul-1 li  .d2 .title{
	font-size: 1.2rem;
	font-weight: 700;
}

main.recruitment.notice .cus-ul-1 li  .d2 .date{
	font-size: 1rem;
	color:#0083c6;
	margin-top: 0.5rem;
}

main.recruitment.notice .cus-ul-1 li  .d3{
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	padding-left: 1rem;
	color:#ed174b;
	font-weight: 700;
}

main.recruitment.careers{
	padding-bottom: 0;
}

main.recruitment.careers .section-2{
	background-image: url(/kr/images/recruitment/careers_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -2rem;
	padding-top: 0;
}


main.recruitment.careers .cus-ul-1{
	display: block;
	width: 100%;
	max-width: 69rem;
    margin-left: auto;
    margin-right: auto;
}

main.recruitment.careers .cus-ul-1 > li{
	display: inline-block;
	width: 33%;
}

main.recruitment.careers .cus-ul-1 > li > div{
	border: 1px ;
	display: block;
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	background-color:rgba(0,126,195,0.9);
	position: relative;
}

main.recruitment.careers .cus-ul-1 > li:nth-child(2) > div{
	background-color:rgba(0,166,208,0.9);
}

main.recruitment.careers .cus-ul-1 > li:nth-child(3) > div{
	background-color:rgba(0,55,117,0.9);
}


main.recruitment.careers .cus-ul-1 > li > div > div{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 18rem;
}
main.recruitment.careers .cus-ul-1 > li > div > div >h4{
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

main.recruitment.careers .cus-ul-1 > li > div > div >p{
	font-size: 1.1rem;
	margin-top: 1rem;
	text-align: center;
	line-height: 1.3em;
}

main.recruitment.careers .cus-ul-1 > li > div > div >p span{
	text-decoration: underline;
	font-weight: 700;
}



main.recruitment.personnel_system .cus-ul-1 > li > div{
	display: block;
	width: 100%;
	border:1px solid #ccc;
	height:32rem;
	padding: 2rem 0.5rem;
}

main.recruitment.personnel_system .cus-ul-1 > li > div > h4{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

main.recruitment.personnel_system .cus-ul-1 > li > div > img{
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 7rem;
	max-width: 112px;
}

main.recruitment.personnel_system .cus-ul-1 > li:last-child > div > img{
	width: 4.56rem;
}

main.recruitment.personnel_system .cus-ul-2{
	margin-top: 3rem;
}

main.recruitment.personnel_system .cus-ul-2 > li > div{
	display: block;
	width: 100%;
	height:26rem;
	padding: 2rem;
	padding-top: 3rem;
	color:#fff;
	position: relative;
}

main.recruitment.personnel_system .cus-ul-2 > li:nth-child(1) > div{
	background-color:rgba(4,116,179,0.7);
}

main.recruitment.personnel_system .cus-ul-2 > li:nth-child(2) > div{
	background-color:rgba(3,148,189,0.7);
}

main.recruitment.personnel_system .cus-ul-2 > li > div > h4{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 2rem;
}

main.recruitment.personnel_system .cus-ul-2 > li > div > img{
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}


main.recruitment.personnel_system .section-2{
	background-image: url(/kr/images/recruitment/personnel_system_bg_01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -2rem;
}


main.recruitment.personnel_system .cus-ul-3{
	margin-top: 2rem;
}

main.recruitment.personnel_system .cus-ul-3 > li > div{
	display: table;
	width: 100%;
	height:10rem;
	padding: 2rem 1rem;
	padding-right: 0;
	position: relative;
	border: 1px solid #ccc;
}

main.recruitment.personnel_system .cus-ul-3 > li > div  .d1{
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

main.recruitment.personnel_system .cus-ul-3 > li > div  .d2{
	display: table-cell;
	width: 80%;
	text-align: left;
	padding-left: 0.5rem;
	vertical-align: middle;
}

main.recruitment.personnel_system .cus-ul-3 > li > div  h4{
	font-size: 1.1rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.5rem;
}


main.recruitment.job_introduction .usr-tab-2 li.on{
	background-color: #00acd4;
}

main.recruitment.job_introduction .cus-ul-1{
	border-top:1px solid #ccc;
	display: table;
	width: 100%;
	margin-top: 3rem;
}

main.recruitment.job_introduction .cus-ul-1 > li{
	border-top:1px solid #ccc;
}

main.recruitment.job_introduction .cus-ul-1 > li >div{
	padding: 1rem 3rem 3rem 3rem;
}

main.recruitment.job_introduction .cus-ul-1 > li img{
	margin-right: 1rem;
	max-width: 2rem;
}

main.recruitment.job_introduction .cus-ul-1 > li h4{
	font-size: 1.3rem;
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	padding: 1rem 3rem;
}

main.recruitment.job_introduction .cus-ul-1 > li p{
	font-size: 1.1rem;
	margin-top: 2rem;
}

main.recruitment.job_introduction .cus-ul-1 > li:last-child{
	border-bottom:1px solid #ccc;
}


.text-effect{
	opacity: 0;
}
.text-effect.on{
	animation-delay: 0ms;
	animation-duration: 1s;
  	animation-name: fadeUp;
  	animation-direction: normal;
  	animation-timing-function: linear;
  	opacity: 1;
} 


.text-effect2{
	opacity: 0;
}
.text-effect2.on{
	animation-delay: 0ms;
	animation-duration: 0.5s;
  	animation-name: fadeUp;
  	animation-direction: normal;
  	animation-timing-function: linear;
  	opacity: 1;
} 


.img-effect{
	opacity: 0;
}

.img-effect.on{
	animation-delay: 0ms;
	animation-duration: 0.8s;
  	animation-name: slideInLeft;
  	animation-direction: normal;
  	animation-timing-function: linear;
  	opacity: 1;
} 

@keyframes fadeUp {
  from {
    transform: translate(0,4rem);
    opacity: 0;
  }

  to {
   transform: translate(0,0);
   opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate(4rem,0) scale(.8,.8);
    opacity: 0;
  }

  to {
   transform: translate(0%,0) scale(1,1);
   opacity: 1;
  }
}

.arrow-down{
	position: absolute;
	bottom: 5rem;
	left: 50%;
	width: 2rem;
	transform: translateX(-50%);
}

.arrow-down img{
	position: absolute;
}


main.esg.ehs_goals_and_core_tasks{
	padding-bottom: 0;
}

.board-num li.num-begin a:hover{
	background-color: #eef1f3;
}

.board-num li.num-end a:hover{
	background-color: #eef1f3;
}

main.recruitment.notice .cus-ul-1 li .d0:hover{
	background-color: #eef1f3;
}

main.ultracapacitor{
	padding-bottom: 8rem;
}


main.pr_center.facebook{
	background-color:#e7ebf1;
}



main.privacy .email h3{
	font-size:1.7rem;
	margin-top:2rem;
	font-weight:500;
	margin-bottom:2rem;
	line-height:130%;
	font-weight:400;
}

main.privacy .email .box-1{
	background-color:#e9f4f9;
	padding:1.5rem 2rem ;
}

main.privacy .email .box-1 h4{
	color:#0b74b7;
	font-weight:400;
}

main.privacy dl{
	display:table;

	width:100%;
}

main.privacy dl.first{
		border-top:1px solid #ccc;
}

main.privacy dl dt{
	display:table;
	padding:1rem 2rem;
	font-size:1.1rem;
	color:#0b74b7;
	font-weight:500;
	border-bottom:1px solid #ccc;
	width:100%;
}

main.privacy dl dd{
	background-color:#e9f4f9;
	display:table;
	border-bottom:1px solid #ccc;
	padding:1rem 2rem;
	font-size:0.9rem;
	width:100%;
}

main.privacy .usr-ol-1{
	counter-reset: circle 0;
}

main.privacy .usr-ol-1 > li{
	position:relative;
	padding-left:1rem;
}

main.privacy  .usr-ol-1 > li::before {
  counter-increment: circle 1;
  content: counter(circle) ")";
  padding-right:0.5rem;
  position:absolute;
  left:0;
}


main.privacy .usr-ul-2 > li{
	position:relative;
	padding-left:0.7rem;
}

main.privacy .usr-ul-2 > li:before{
	content:"-";
	padding-right:0.5rem;
  position:absolute;
  left:0;
}

main.ls_group .section-2{
	background-color: #eef5fa;
}

main.ls_group .section-2 .cus-img-1{
	width: initial;
	max-width: 59.7rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

main.ls_group .section-2 ul li .d1{
	display: block;
	width: 100%;
	position: relative;
}



main.ls_group .section-2 ul li .d1 p{
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 1rem 0;
	width: 100%;
}

main.ls_group .section-2 ul li .d2{
	display: block;
	width: 100%;
	text-align: center;
	padding: 1rem 0  3rem 0;
}

main.ls_group{
	padding-bottom: 0;
}

main.recruitment.personnel_system .cus-ul-1 > li:nth-child(3) > div > img{
	margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

main.recruitment.personnel_system .cus-ul-1 > li:nth-child(4) > div > img{
	margin-top: 2.7rem;
    margin-bottom: 2.7rem;
}


/* 2024-06-05 */

.usr-h2-1{
	font-size: 2.34rem;
	margin-bottom: 1.5rem;
}

.usr-h2-1 span{
	font-size: 1rem;
	color:#0b74b7;
	display: block;
	font-weight: 400;
	margin-top: 0.5rem;
}

.usr-h2-1 cite{
	font-size: 1.1rem;
	font-weight: 400;
}

.usr-h4-1{
	font-size: 1.67rem;
	margin-bottom: 1rem;
}

.usr-h5-1{
	font-size: 1.1rem;
	line-height: 1.5em;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.usr-ul-figure > li {
	display: flex;
	justify-content: center;
	width: 100%;
	height:14rem;
	text-align: center;
	align-items: center;
	border:1px solid #ccc;
	border-radius: 5px;
}

.usr-ul-figure >li >figure > figcaption{
	display: block;
	margin-top:1rem;
	font-size: 1.1rem;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;
}

.usr-ul-figure >li >figure > div{
	display: block;
	width:4.56rem;
	height: 5rem;
	text-align: center;
	margin:0 auto;
}
.usr-ul-figure >li >figure > div > img{
	width: 100%;
}

.usr-h4-1 > a{
	border:1px solid #00acd4;
	font-size: 0.9rem;
	color:#00acd4;
	border-radius: 4px;
	padding: 0.3rem 0.5rem 0.2rem 0.5rem;
	margin-left: 2rem;
	font-weight: 500;
}

.usr-h4-1 > a > span{
	vertical-align: middle;
	font-size: 1rem;
	margin-left: 0.5rem;
}

.usr-dl-2{
	font-size: 1.1rem;
	display: table;
	width: 100%;
	margin-bottom: 0.5rem;
}

.usr-dl-2 > dt{
	color: #00acd4;
	display: table-cell;
	width: 15%;
	font-weight: 400;
}

.usr-dl-2 > dd{
	display: table-cell;
	width: 85%;
}

.usr-ul-figure2 > li > figure > figcaption{
	text-align: center;
	margin-top: 1rem;
	font-size: 1.1rem;
}
 
main.ultracapacitor.product.msystem .usr-dl-2 > dt{
	width: 30%;
} 

main.ultracapacitor.product.msystem .usr-dl-2 > dd{
	width: 70%;
}

.usr-h3-1{
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	background-color: #05acd4;
	width: 100%;
	display: table;
	color: #fff;
	line-height: 2em;
}


.usr-write-1{
	display:table;
	width:100%;
	border-top:2px solid #0b74b7;
}

.usr-write-1 dl{
	display:table;
	width:100%;
	border-bottom:1px solid #ccc;
}

.usr-write-1 dl dt{
	display:table-cell;
	width:15%;
	background-color:#003876;
	padding-left:2rem;
	padding-top:1rem;
	padding-bottom:1rem;
	color:#fff;
	vertical-align:top;
}

.usr-write-1 dl dd{
	display:table-cell;
	width:85%;
	vertical-align:middle;
	padding-left:2rem;
}


.usr-agree-1{
	display:table;
	width:100%;
	background-color:#e9f4f8;
	padding:2rem 1rem 1rem 1rem;
}

.usr-agree-1 h3{
	font-size:1.2rem;
	color:#0b74b7;
	margin-bottom:0.5rem;
}

.usr-agree-1 .text{
	font-size:0.9rem;
	color:#1f1f1f;
	font-weight: 300;
}

.usr-agree-1 .cont{
	font-size:0.8rem;
	display:block;
	width:100%;
	background-color:#fff;
	padding:1rem;
	height:10rem;
	overflow-y:auto;
}


main.ultracapacitor.online_inquires .usr-btn-1{
	display: inline-block;
	background-color: #0b74b7;
	color: #fff;
	border-radius: 0.5rem;
	font-size: 1rem;
	padding: 0.7rem 0;
	min-width: 6rem;
	text-align: center;
}

main.ultracapacitor.online_inquires .usr-btn-2 {
	display: inline-block;
	background-color: #fff;
	color: #0b74b7;
	border-radius: 0.5rem;
	font-size: 1rem;
	padding: 0.7rem 0;
	min-width: 6rem;
	text-align: center;
	border: 1px solid #0b74b7;
}


main.ultracapacitor.product .section-3 .usr-pdt-1 .cus-box{
	border: 1px solid #ccc;
	border-radius: 1rem;
	position: relative;
	text-align: center;
	height: auto;
	padding: 1.5rem;
}

main.ultracapacitor.product .section-3 .usr-pdt-1 .cus-flex{
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 2rem;
}

main.ultracapacitor.product .section-3 .usr-pdt-1 .cus-flex > *{
	flex:1 1 0;
	height: 24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


main.ultracapacitor.product .section-3 .usr-pdt-1 .cus-flex > * img{
	max-height: 20rem;
}

main.ultracapacitor.product .section-3 .usr-pdt-1 .cus-flex > div:first-child{
	flex-basis: 60%;
}

main.ultracapacitor.product .section-3 .usr-pdt-1 .cus-flex > div:last-child{
	flex-basis: 30%;
}
