@charset "utf-8";

/* --------------------------------------------------
	news.css
-------------------------------------------------- */
#contentsMain.newsContents #contentsHeader {
	margin-bottom: 60px;
}
.col2Layout #contentsMain.newsContents #contentsHeaderInner {
	padding-bottom: 0;
}
#contentsMain.newsContents #contentsHeader .socialBtn li {
	display: inline;
	margin-bottom: 15px;
}
#contentsMain.newsContents .newsHeadingsLv2 {
	margin-bottom: 30px;
	font-size: 116%;/* 16px */
	font-weight: bold;
}
#contentsMain.newsContents .newsHeadingsLv3 {
	margin: 30px 0 15px;
	font-size: 108%;/* 14px */
	font-weight: bold;
}
#contentsMain.newsContents .newsSubHeadings {
	margin: 30px 0 15px;
	font-size: 108%;/* 14px */
	font-weight: bold;
}

.newsContents #contentsHeader p.newsDate {
	margin-right: 30px;
	margin-bottom: 0;
	text-align: right;
}
.newsContents #contentsHeader p.companyName {
	margin-top: 0;
	margin-right: 30px;
	text-align: right;
}
#contentsMain.newsContents .contentsEnd {
	margin-bottom: 60px;
	text-align: right;
}

.newsContents sup {
	margin-right: 5px;
}
.newsContents p:first-child {
	margin-top: 0;
}
.newsContents p {
	margin-top: 15px;
}

#contentsMain.newsContents .contentsItem {
	margin-bottom: 60px;
	zoom: 1;
}
#contentsMain.newsContents .contentsItem:after {
	content: "";
	display: block;
	clear: both;
}

#contentsMain.newsContents .contentsItem p {
	line-height: 1.6;
	margin-bottom: 0;
}
#contentsMain.newsContents .contentsItem th:first-child {
	width: 200px;
}
#contentsMain.newsContents .contentsItem p + .hyphenList,
#contentsMain.newsContents .contentsItem p + .discList,
#contentsMain.newsContents .contentsItem p + table,
#contentsMain.newsContents .contentsItem table + table {
	margin-top: 30px;
}

#contentsMain.newsContents .imageItem {
	zoom: 1;
	text-align: center;
}
#contentsMain.newsContents .imageItem:after {
	content: "";
	display: block;
	clear: both;
}
#contentsMain.newsContents .contentsItem .imageItem {
	margin-top: 30px;
}
#contentsMain.newsContents .imageItem ul {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: bottom;
	margin-top: 30px;
}
#contentsMain.newsContents .imageItem ul:first-child {
	margin-top: 0;
}
#contentsMain.newsContents .imageItem li {
	float: left;
	margin-right: 30px;
	height: auto;
}
#contentsMain.newsContents .imageItem li:last-child {
	margin-right: 0;
}
#contentsMain.newsContents .imageItem li span {
	display: block;
	margin-top: 10px;
	font-size: 85%;/* 12px */
}
#contentsMain.newsContents .imageItem li img {
	vertical-align: bottom;
}
#contentsMain.newsContents .imageItem.leftFloat {
	float: left;
	margin: 0 30px 0 0;
}
#contentsMain.newsContents .imageItem.rightFloat {
	float: right;
	margin: 0 0 0 30px;
}
#contentsMain.newsContents .imageItem + p {
	margin-top: 30px;
}
.col2Layout #contentsMain.newsContents .contentsItem .imageItem.col2 li {
	width: 345px;
}
.col2Layout #contentsMain.newsContents .contentsItem .imageItem.col3 li {
	width: 220px;
}

#contentsMain.newsContents .notesItem {
	margin-bottom: 60px;
	font-size: 85%;/* 12px */
}
#contentsMain.newsContents .imageItem .notesItem {
	text-align: left;
}
#contentsMain.newsContents .notesItem p {
	margin: 0 0 10px;
	text-indent: 0;
}
#contentsMain.newsContents .contentsItem .notesItem {
	margin: 15px 0 0;
}


#contentsMain.newsContents .additionalMod p {
	text-indent: 0;
}

#contentsMain.newsContents .contactMod .newsHeadingsLv2 {
	font-size: 100%;
}
#contentsMain.newsContents .contactMod p {
	margin-top: 15px;
	text-indent: 0;
}
#contentsMain.newsContents .contactMod p:first-child {
	margin-top: 0;
}

#contentsMain.newsContents .noBorderTable.newsTable {
	margin-top: 60px;
}
.newsContents .noBorderTable.newsTable td,
.newsContents .noBorderTable.newsTable th {
	padding-bottom: 15px;
}
.newsContents .noBorderTable tr:last-child th,
.newsContents .noBorderTable tr:last-child td {
	padding-bottom: 0;
}

#contentsMain.newsContents .profileBlock {
	zoom: 1;
}
#contentsMain.newsContents .profileBlock:after {
	content: "";
	display: block;
	clear: both;
}
#contentsMain.newsContents .profileBlock .image {
	float: left;
	width: 190px;
	margin-right: 30px;
}
#contentsMain.newsContents .profileBlock .text {
	float: left;
	width: 500px;
}

#contentsMain.newsContents #contentsHeader h1{
	line-height: 1.2;
	margin-bottom: 15px;
}

#contentsMain.newsContents #contentsHeader h1 .subTitle {
	margin-top: 10px;
}
/* --------------------------------------------------
	Area difference
-------------------------------------------------- */


:lang(ko-KR) > #contentsHeader .subTitle {
	font-size: 53%;
}
