@charset "utf-8";
/*-------------------------------------------------
Main Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2014. 09. 10.
-------------------------------------------------*/

#gnavigation.count8 > li{width:auto;}

.topCont_area {
	display: flex; display: -webkit-flex; flex-flow: row wrap;
	margin-bottom: 8px;
	}
.gfi_link {
	position: relative;
	width: 330px;
	height: 241px;
	padding: 17px 20px 20px;
	border-bottom: solid 2px #e3e4e8;
	background: #fff;
	overflow: hidden;
	}
.gfi_link .txt_title {
	margin-bottom: 15px;
	letter-spacing: -0.1em;
	font-size: 1.45em;
	}
.gfi_link .icon_link {
	margin-left: 4px;
	background: url(../../images/gfi/main/iconLink_line.gif) repeat-x 0 -3px;
	overflow: hidden;
	}	
.gfi_link .icon_link li {
	float: left;
	width: 33.33%;
	margin-bottom: 16px;
	padding-bottom: 12px;
	text-align: center;
	}	
.gfi_link .icon_link li a {
	display: block;
	}
.gfi_product {/*우수제품*/
	position: relative;
	width: 100%;
	padding: 25px 20px 10px;
	border-bottom: solid 2px #e3e4e8;
	background-color: #fff;
    box-sizing: border-box;
	overflow: hidden;
	}
.txt_help {
	float: none;
    height: auto;
	background: #28a48c;
	border-bottom-color: #279250;
	}	
.txt_help .txt_title {
	margin-bottom: 26px;
	line-height: 1.2;
	font-size: 1.45em;
	}
.txt_help .more {	
	margin-top: 20px;
	text-align: right;
	}
.topCont_area .visualType_small02 {
	width: 410px;
	}
.product_search {
	position: absolute;
	top: 28px; 
	right: 20px;
	width: 215px;
	height: 32px;
	padding-left: 18px;
	background: url(../../images/gfi/main/search_bg.gif) no-repeat right top;
	}	
.product_search input[type="search"],	
.product_search input[type="text"] {
	float: left;    
	min-height:  inherit;
	margin-top: 3px;
    border-color: transparent;
	}
.product_search button {
	float: right;
	width: 58px;
	height: 30px;
	margin-right: 3px;
	text-align: center;
	font-weight: bold;
	}	
.product_list {
	margin-top: 8px;
	background: url(../../images/gfi/main/product_line.gif) repeat-x 0 0;
	overflow: hidden;
	}	
.product_list span {
	display: block;
	float: left;
	width: 10%;
	margin: 10px 0; 
	text-align: center;
	}	
.float_wrap .section_cont {
	float: right;
	width: 370px;	
	}	
.section_cont > iframe:first-child  {
	margin-left: 0;
	} 	
.section_cont .tabnews_area {
	height: 198px;
	}
.section_cont .tab_newsitem {
	font-size: 1.1em;
	}
.section_cont .tab_newsitem > li > a {
	padding-bottom: 11px;
	}
.smark {
	background:#fff url(../../images/gfi/main/smark.gif) no-repeat right bottom;
	}
.smark .txt_title {
	margin-bottom: 14px;
	font-size: 1.4em;
	} 	
.smark .txt {
	margin-bottom: 25px;
	color: #45474d;
	line-height: 1.4;
	font-size: 1.1em;
	}
.smark .btn_green {
	display: inline-block;
	padding: 2px 20px 3px;
	background: #36871a;
	border-bottom: solid 2px #206b18;
	border-radius: 5px;
	color: #fff;
	letter-spacing: -0.1em;
	text-shadow: 2px 1px 1px #226d18;
	font-weight: bold;
	}		
.law_area,
.nydev {
	position: relative;
	height: 163px;
	background:#fff url(../../images/gfi/main/law_bg.gif) no-repeat right bottom;
	border-bottom: none;
	}	
.law_area .txt_title {
	margin-bottom: 12px;
	}	
.law_area p > a {
	color: #6c6d70;
	}	
.nydev {
	background:#fff url(../../images/gfi/main/map.png) no-repeat right bottom;
	}
.nydev .txt_title {
	margin-bottom: 12px;
	}	
.law_area:after,
.nydev:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(9,16,44,.11);
	content:'';
	}
.contype_iframeLong02 {
	width: 50%;
	}
.multiCont_area > iframe + iframe  {	
	width: calc(50% - 10px);
	}