@charset "utf-8"; /*인코딩 언어 선언 */
/*font-family: 'Droid Sans';*/ 

/* reset */
* {margin:0;padding:0;}
li {list-style:none;}
a {text-decoration:none;
			color: black;
}
html,body {
	width:100%;


} 
body {
	background-color:#fff;
	font-family:'arial';
}

/* header */
#header {
	width:100%;
	background-color:#fff;
	height:120px;
	text-align:center; 
	/* color:#fff; */
	color:#325095;					/* <--- 내부용 : #325095; // 외부용 : #58595b; */

	overflow:hidden;
	/*  white-space:nowrap; 줄바꿈 방지 */
}

.wrapper {
	width:800px;
	margin:0 auto;
}
#header ul {

}
	/*float:left;*/
#header li {
	display: inline-block;

	
}

#header .main_title {
	display: none;
	/*width:420px;*/
	height:100%;
}



#header .main_logo {
	width:150px;
	height:100%;
	padding : 20px 0;
	float:left;

}

#header .date_Vol {
	width:130px;
	float:right;
	margin:35px 0;
}


#header li h5 {
	font-size:27px;
	display:block;
	letter-spacing:-0.5px;
	margin-bottom:6px;
}
#header li h5 span {

	font-size:18px;
	display:block;
		font-weight:normal;

}
#header li p {			
	color: #e7141b;					/* <--- 내부용 : #e7141b;  // 외부용 : #cc2128; */
	border : 2px solid #e7141b;	/* <--- 내부용 : #e7141b;  // 외부용 : #cc2128; */
	width:100%;
	padding:2px 0;

	font-size:13px;
}
/* header */


/* Nav */
nav {	
	background-color:#325095; 	/* <--- 내부용 : #325095;  // 외부용 : #953249; */
	overflow:hidden;
	transition:all 0.5s;
	text-align: center;
	margin-bottom: 30px;
		height:30px;
}

nav ul {
	display: inline-block;
}

#gnb li {
	display:block;
	text-align:center;
	float:left;
}

#gnb li a{
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	padding:0 30px;

}

#gnb li:hover a {
	background-color:rgba(0,0,0,0.3);
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
/* Nav */



/*backhome*/
.backhomemain {
	text-align:center;
}
.backhomewrap{
	width:800px;
	display:inline-block;
}
.backhomesize {
	width:100%;
	text-align:left;
}
.backhome {
	display:block;
	margin-bottom:30px;			
	margin-top:30px;	
}
.backhome span {
	display:inline-block;
}
.backhome a{
	color:#626262;
}
.backhome a:hover, a:active {
	color:skyblue;
	border-color : skyblue;
}
/*backhome*/

#product_news { /*240601*/
	text-align:center;
	padding-bottom:30px;
}

/* contents */
contents {
	text-align:center;
}

contents .news_box{
 margin-bottom:10px;
}

/* 아티클 소스*/
contents .Adstitle{
	border-bottom:1px solid gray;
	margin-bottom:20px;
}
contents .Adstitle img{

	margin-bottom:10px;
}
/* 아티클 소스*/



contents .newsmain{
	width:800px;
	display:inline-block;

}

contents .newsmain .headcopy {
	text-align:left;
}

contents .newsmain .headcopy h1 {
	font-size:35px;
	text-align:left;
	margin-bottom:10px;
}

contents .newsmain .headcopy h2 {
	font-size:25px;
	font-style:italic;
	
	color:#636363;
	margin-bottom:10px;
	text-align:left;

}
contents .newsmain .headcopy a {	
	color:red;
}
contents .newsmain a:hover, a:active {
	border-bottom: 1.5px solid skyblue;
	color:skyblue;
}
contents .newsmain .headcopy .underbar:hover, .underbar:active {
	color:skyblue;
}
contents .newsmain .headcopy p {
	font-size:20px;
	line-height:2.0em;
	color:#323232;
	margin-bottom:30px;
}
contents .newsmain .headcopy .engcolor {
	font-size:20px;
	line-height:2.0em;
	color:#4877BA;
	margin-bottom:30px;
}
.textSpace{
	padding-left:40px;

}

.thai { /*태국어*/
	font-family: 'Taviraj', serif;
	font-weight:300;
	line-height:1.45em;
}

 /*20240104*/
contents .newsmain .headcopy .socialline {
	margin-bottom:15px;
}
contents .newsmain .headcopy .pline {
	margin-bottom:0px;		
}
.sociallist {                
	display: inline-block;
	}
.sociallist div {
	display:block;
	text-align:center;
	float:left;
}                            
/*20240104*/


/* 사장 사진 글 */
contents .newsmain .headcopy .text_img {
	width:100%;
	height:100%;
	display:block;


}
.text_img .textphoto{	
	display:block; float:left;
}

contents .newsmain .headcopy .text_L {
	width:545px;
		
}
contents .newsmain .headcopy .text_R {
	width:250px;
	height:412px;
}
contents .newsmain .headcopy .text_R .PhotoNname{
	width:250px;
	padding:5px;
	background-color : lightgray;
}
contents .newsmain .headcopy .text_R .PhotoNname {
		text-align:Center;
}

contents .newsmain .headcopy .text_R .PhotoNname .PhotoName span{
	display:inline-block;

}

contents .newsmain .headcopy .text_R .PhotoNname .ceoname{
	font-size:25px;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


.backhome {
	margin-bottom:40px;
		display:block;
	text-align:left;
	padding-bottom:5px;
}
.backhome a{
	color:#626262
}
.backhome a:hover, a:active {
	color:skyblue;
	border-color : skyblue;
}
a:hover, a:active {
	color:skyblue;
	border-color : skyblue;
}

/*------------------표내용-------------------------*/
div.기본-텍스트-프레임 {

}
table.기본-표 {
	border-collapse:collapse;

	margin-bottom:3px;
	margin-top:3px;
}
td.기본-표, th.기본-표 {

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	vertical-align:top;
}
p.기본-단락 {
	color:#000000;
	font-family:"Adobe Myungjo Std M", serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.2;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-align-last:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
span.bigtxt {
	font-family:Arial, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
}
span.middletxt {
	font-family:Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
}
span.smalltxt {
	font-family:Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
}
td.CellOverride-1 {

	vertical-align:middle;
}
p.ParaOverride-1 {
	text-align:center;
}
span.CharOverride-1 {
	color:#ffffff;
}
col._idGenTableRowColumn-1 {
	width:400px;
}
tr._idGenTableRowColumn-2 {
	height:60px;
}
tr._idGenTableRowColumn-3 {
	height:250px;
}
tr._idGenTableRowColumn-4 {
	height:210px;
}
table._idGenTablePara-1 {
	margin-left:auto;
	margin-right:auto;
}
img._idGenObjectAttribute-1 {
	height:200px;
	width:350px;
}

/*------------------표내용-------------------------*/

/*SNS*/
#SNS_gnb {	
	width:100%;
	height:100px;
	text-align:center;
	margin-bottom:10px;
	margin-top:30px;

	}
#SNS_gnb div {
	display:inline-block;
	width:800px;

}
#SNS_gnb .SNS_list ul {
	display: inline-block;

}
#SNS_gnb .follow_sns {
    position: relative;
    margin-top: 5px;
}
#SNS_gnb .follow_sns li {
    float: left;
    border-radius: 50%;
    margin-right: 10px;
	list-style: none;
}
#SNS_gnb img {
	border: 0;
    vertical-align: middle;
    width: 30px;
}
#SNS_gnb a {
    text-decoration: none;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
}
#SNS_gnb .follow_sns .sns_youtube {
    background: #ff0000;
}
#SNS_gnb .follow_sns .sns_fb {
    background: #3b5998;
}
#SNS_gnb .follow_sns .sns_in {
    background: #0084bf;
}
#SNS_gnb .follow_sns .sns_wechat {
    background: #78ab33;
}
#SNS_gnb .follow_sns .sns_tw {
    background: #000;
}
#SNS_gnb .follow_sns .sns_ins {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
#SNS_gnb .sns_text {
	display:block;
	font-size:16px;
	padding-top:10px;

}
#footer {	
	width:100%;

}
#footer .lockdown {
	text-align:center;
	background-color:#c9c8c8;
	padding:20px 0;
}

#footer span {
	display:block;
	font-size:11px;
	padding-top:10px;
}


/* 반응형 */


@media only screen and (max-width:800px) {
contents .news_box div{
	width:100%;
	}
.list_gnb {
	width:100%;

	}
}