
.inner.sub_page {
	max-width:1100px;
	background:#fff;
	padding:80px 40px 60px;
	font-family:'Malgun Gothic';
}

/* 페이지 탑 네비게이션 */
.page_top_navi {
	height:50px;
	background:#d2d2d2 url(../images/bg_page-top_nav.png) left top repeat-x;
	line-height:50px;
}
.page_top_navi nav img {
	vertical-align:middle;
}
.page_top_navi nav > span {
	color:#696969;
	padding-left:25px;
	background:url(../images/arr_page-top_nav.png) 10px center no-repeat;
}
.page_top_navi nav > span:first-child {
	padding-left:0;
	background:none;
}
.page_top_navi nav > span.current {
	color:#000;
}

/* 제품소개 */
	/* 제품소개 탭 */
.product_tab_wrap {
	overflow:hidden;
	width:100%;
}
.product_tab_wrap .product_tab {
	font-size:14px;
	line-height:41px;
	color:#fff;
	float:left;
	height:41px;
	border:1px solid #a1a1a1;
	text-align:center;
	padding:0 31.9px;
	margin-left:1px;
	margin-top:3px;
	background:#005596;
	font-weight:bold;
}
.product_tab_wrap .product_tab:first-child {
	border-left:1px solid #e1e1e1;
	margin-left:0;
}
.product_tab_wrap .product_tab:hover {
	background-color:#004483;
}

.product_tab_wrap .product_tab.current {
	height:44px;
	border:1px solid #a1a1a1;
	border-bottom-color:#fff;
	font-weight:bold;
	color:#004483;
	background:#fff;
	margin-top:0;
}
.product_tab_sub_wrap {
	overflow:hidden;
	padding-top:15px;
}
.product_tab_sub_wrap .product_tab_sub {
	display:none;
}
.product_tab_sub_wrap .product_tab_sub.view {
	display:block;
}
.product_tab_sub_wrap .product_tab_sub li {
	box-sizing:border-box;
	border:1px solid #e1e1e1;
	border-left-width:0;
	min-width:20%;
	float:left;
	height:33px;
	line-height:33px;
	text-align:center;
	padding:0 10px;
}
.product_tab_sub_wrap .product_tab_sub li:first-child {
	border-left-width:1px;
}
.product_tab_sub_wrap .product_tab_sub li.on,
.product_tab_sub_wrap .product_tab_sub li:hover {
	background:#fafafa;
}
.product_tab_sub_wrap .product_tab_sub li img {
	vertical-align:middle;
	margin-left:5px;
}



	/* 제품상세 */
.product_title_wrap {
	padding-top:60px;
	text-align:center;
}
.product_title_wrap h2.product_title {
	font-size:37px;
	font-weight:bold;
	color:#333;
}
.product_title_wrap .product_sub_title {
	font-size:20px;
	color:#333;
	margin-top:20px;
}

.product_title_wrap .product_text {
	color:#9a9a9a;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
}
.product_image_wrap {
	text-align:center;
	margin-top:40px;
}
.product_image_wrap .product_image {
	display:inline-block;
	zoom:1;/* IE7 */
	*display:inline;/* IE7 */
	text-align:center;
	width:30%;
	margin-left:4%;
}
.product_image_wrap .product_image:first-child {
	margin-left:0;
}
.product_image_wrap .product_image .img {
	border:1px solid #ddd;
}
.product_image_wrap .product_image .img img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	cursor:pointer;
}
.product_image_wrap .product_image .zoom_btn {
	padding:10px;
	line-height:1;
	background:#f4f4f4 url(../images/icon_plus.png) 51px center no-repeat;
	width:70px;
	text-align:left;
	margin-top:15px;
	border:1px solid #b2b2b2;
	color:#000;
	font-wieght:500;
}
	/* 제품 이미지 팝업 */

.product_popup {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:99;
	background:rgba(0, 0, 0, 0.3);
	display:none;
}
.product_popup .popuo_image {
	position:absolute;
	top:50vh;
	left:50%;
}
.product_popup .popuo_image img {
	margin-left:-50%;
	margin-top:-50%;
	cursor:pointer;
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100vh;
	
}
	/* 제품 설명 */
.product_txt_area h3.area_tit {
	font-size:22px;
	color:#333;
	margin-top:60px;
}
.product_txt_area p.area_txt {
	font-size:13px;
	color:#666;
	margin-top:10px;
	padding:30px 30% 30px 3%;
	word-break:keep-all;
	border-top:1px solid #333;
	border-bottom:1px solid #e5e5e5;
	background-color:#f9f9f9;
	line-height:20px;
}


/*  고객센터  */
.customer_tab_wrap {
	overflow:hidden;
	border-left:1px solid #e1e1e1;
}
.customer_tab_wrap .customer_tab {
	float:left;
	border:1px solid #e1e1e1;
	border-left:none;
	width:calc(25% - 2px);
	max-width:148px;
	text-align:center;
	height:38px;
	line-height:38px;
}
.customer_tab_wrap.about_us .customer_tab {
	width:16.6666%;
	box-sizing:border-box;
}
.customer_tab_wrap .customer_tab.current,
.customer_tab_wrap .customer_tab:hover {
	color:#333;
	font-weight:bold;
}

h2.customer_title {
	font-size:33px;
	font-weight:bold;
	color:#333;
	margin-top:60px;
	margin-bottom:40px;
}
table.list-table.customer_view col.view_tit {
	width:100px;
}

/* A/S신청 */
div.list_table.after-service p {
	margin-bottom:10px;
}
div.list_table.after-service p input[type="text"] {
	font-size:16px;
	font-family:"Noto Sans KR";
	padding:0 10px;
	height:40px;
}
div.list_table.after-service p input[type="text"]:focus,
div.list_table.after-service p textarea:focus {
	box-shadow:0 0 8px #015498;
	color:#015498;
}

div.list_table.after-service p input.full-w {
	width:100%;
}
div.list_table.after-service p input.half-w {
	width:calc(50% - 5px);
}
div.list_table.after-service p input.half-w.second {
	margin-left:10px;
}
div.list_table.after-service p textarea {
	font-size:16px;
	font-family:"Noto Sans KR";
	padding:15px 10px;
	width:100%;
	min-height:150px;
}

/* 대리점현황 */
div.list_table table.list-table.agency-table tr th,
div.list_table table.list-table.agency-table tr td {
	font-size:14px;
}


/* 회사소개 */
	/* CEO인사말 */
.ceo_message {
	overflow:hidden;
}
.ceo_message .image {
	float:left;
	width:39.2%;
}
.ceo_message .image img {
	width:auto;
	max-width:100%;
}
.ceo_message .text_wrap {
	float:left;
	width:56%;
	font-family:'Malgun Gothic';
	line-height:1;
	margin-left:4.8%;
}
.ceo_message .text_wrap p.title {
	font-size:21px;
	font-weight:700;
	line-height:33.5px;
	color:#333;
}
.ceo_message .text_wrap .devider {
	width:86px;
	height:7px;
	background:#3f74ca;
	margin-top:25px;
	margin-bottom:10px;
}
.ceo_message .text_wrap p.name {
	font-size:23px;
	color:#333;
	font-weight:bold;
}
.ceo_message .text_wrap p.text {
	font-size:13px;
	line-height:1.8;
	margin-top:35px;
}
.ceo_message .text_wrap p.text .fs15 {
	color:#333;
}

	/* 사업내용 */
.business_infomation .business_partners {
	overflow:hidden;
	width:calc(100% - 1px);
	border-left:1px solid #838383;
}
.business_infomation .business_partners li {
	width:33.333%;
	box-sizing:border-box;
	float:left;
	text-align:center;
	float:left;
	border:1px solid #838383;
	border-left:none;
	padding:10px 0;
	font-size:22px;
	color:#333;
	line-height:1.4;
	font-family:'Noto Sans KR';
	cursor:pointer;
}
.business_infomation .business_partners li.current {
	background:#004483;
	color:#fff;
}
.business_infomation .business_partners li span {
	padding-left:35px;
	display:inline-block;
	height:35px;
}
.business_infomation .business_partners li.title01 span {
	background:url(../images/icon_business01.png) left center no-repeat;
}
.business_infomation .business_partners li.title02 span {
	background:url(../images/icon_business02.png) left center no-repeat;
}
.business_infomation .business_partners li.title03 span {
	background:url(../images/icon_business03.png) left center no-repeat;
}
.business_infomation .business_partners li.title01.current span {
	background:url(../images/icon_business01_v.png) left center no-repeat;
}
.business_infomation .business_partners li.title02.current span {
	background:url(../images/icon_business02_v.png) left center no-repeat;
}
.business_infomation .business_partners li.title03.current span {
	background:url(../images/icon_business03_v.png) left center no-repeat;
}
.business_infomation .business_partners li img {
	width:auto;
	max-width:100%;
	margin-right:5px; 
}
.business_infomation .business_title {
	padding:21px 18px;
	border:1px solid #e9e9e9;
	background-color:#f6f6f6;
	margin-top:20px;
	overflow:hidden;
	display:none;
}
.business_infomation .business_title.view {
	display:block;
}
.business_infomation .business_title .image {
	float:left;
}
.business_infomation .business_title .text {
	float:right;
	width:calc(100% - 262px);
	font-size:15px;
	line-height:24px;
	word-break:keep-all;
}
.business_infomation .business_title .text .tit {
	font-weight:bold;
	color:#3f74ca;
	margin-top:15px;
}
.business_infomation .business_title .text .txt {
	color:#666;
	margin-top:10px;
}
.business_infomation .business_sub {
	margin-top:30px;
}
.business_infomation .business_sub li {
	overflow:hidden;
	margin-bottom:30px;
	line-height:1;
}
.business_infomation .business_sub li .icon {
	float:left;
	margin-left:29px;
}
.business_infomation .business_sub li .text {
	float:right;
	width:calc(100% - 133px);
	min-height:76px;
	font-size:13px;
}
.business_infomation .business_sub li .text .tit {
	font-weight:bold;
	color:#3f74ca;
	margin-top:10px;
}
.business_infomation .business_sub li .text .tit.line2 {
	margin-top:15px;
}
.business_infomation .business_sub li .text .txt {
	margin-top:10px;
	line-height:18px;
}
	/* CI소개 */
.ci_info {
	overflow:hidden;
}
.ci_info > div {
	float:left;
}
.ci_info .concept,
.ci_info .color {
	width:calc(100% - 2px);
	margin-bottom:50px;
}
.ci_info .shape,
.ci_info .space {
	width:calc(50% - 25px);
	margin-bottom:50px;
}
.ci_info .space {
	margin-left:50px;
}
.ci_info .image {
	border:1px solid #ddd;
	text-align:center;
	display:table;
	width:calc(100% - 22px);
	padding-left:10px;
	padding-right:10px;
}
.ci_info .image img {
	width:auto;
	max-width:100%;
}
.ci_info .tit {
	font-weight:bold;
	font-size:15px;
	color:#333;
	margin-top:10px;
	word-break:keep-all;
}
.ci_info .txt {
	font-size:13px;
	color:#666;
	margin-top:5px;
	line-height:22px;
	word-break:keep-all;
}
.ci_info .concept .image {
	background:url(../images/bg_ci_top.jpg) left top repeat;
	padding-top:46px;
	padding-bottom:46px;
}
.ci_info .shape .image,
.ci_info .space .image {
	padding-top:26px;
	padding-bottom:26px;
}
.ci_info .concept .txt_wrap {
	width:71%;
	float:left;
}
.ci_info .color .txt_wrap {
	width:80%;
}
.ci_info .concept .down_btn {
	float:right;
	margin-top:30px;
}
.ci_info .concept .down_btn button {
	display:block;
	width:140px;
	border:1px solid #b2b2b2;
	background:#f4f4f4 url(../images/icon_down.png) 120px center no-repeat;
	padding:5px 20px;
	text-align:left;
	margin-top:5px;
	font-size:13px;
	color:#666;
}
.ci_info .color .image {
	padding:35px 0;
}
.ci_info .color .color_inner {
	display:inline-block;
	zoom:1;/* IE7 */
	*display:inline;/* IE7 */
	width:255px;
	margin:10px;
}
.ci_info .color .color_inner .color_bg {
	padding:30px 0;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	font-size:14px;
}
.ci_info .color .color_inner .color_bg span {
	font-size:13px;
}
.ci_info .color .color_inner .color_blue {
	background:#0562af;
}
.ci_info .color .color_inner .color_green {
	background:#86c240;
}
.ci_info .color .color_inner .color_gray {
	background:#a7a9ac;
}
.ci_info .color .color_inner .color_name {
	border:1px solid #e9e9e9;
	border-top:none;
	padding:20px 0 15px;
	background:#f8f8f8;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-transform:capitalize;
}

	/* 연혁 */
.company_history_wrap {
	overflow:hidden;
}
.company_history_wrap h3 {
	font-size:22px;
	line-height:32px;
	color:#666;
}
.company_history_wrap .company_history {
	position:relative;
	width:100%;
	background:url(../images/bg_company_history_line.png) center top repeat-y;
	box-sizing:border-box;
	transition:all 0.5s;
}
.company_history_wrap .company_history.first {
	margin-top:80px;
}
.company_history_wrap .company_history.last {
	margin-bottom:80px;
}

.company_history_wrap .company_history.right {
	padding-left:539px;
}
.company_history_wrap .company_history.left {
	padding-right:539px;
	text-align:right;
}

.company_history_wrap .company_history .history_year {
	padding-bottom:25px;
	font-weight:bold;
	color:#333;
	font-size:30px;
	height:23px;
	line-height:23px;
}
.company_history_wrap .company_history.left .history_year {
	background:url(../images/bg_company_history_year.png) right top no-repeat;
	padding-right:55px;
}
.company_history_wrap .company_history.right .history_year {
	background:url(../images/bg_company_history_year.png) left top no-repeat;
	padding-left:55px;
}
.company_history_wrap .company_history .history_text {
	padding-bottom:25px;
	font-size:13px;
	color:#666;
	letter-spacing:0;
	text-transform:uppercase;
}
.company_history_wrap .company_history.left .history_text {
	background:url(../images/bg_company_history_month.png) right 9px no-repeat;
	padding-right:55px;
	margin-right:7px;
}
.company_history_wrap .company_history.right .history_text {
	background:url(../images/bg_company_history_month.png) left 9px no-repeat;
	padding-left:55px;
	margin-left:7px;
}
.company_history_wrap .company_history .history_text span {
	color:#333;
	margin-right:10px;
	font-weight:bold;
}
.company_history_wrap .company_history .history_text.last {
	padding-bottom:0;
}
.company_history_wrap .company_history .last_space {
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	width:20px;
	height:8px;
}

	/* 인증현황 */
.certification_wrap h3 {
	font-size:22px;
	color:#666;
}
.certification_wrap h4 {
	font-size:22px;
	color:#333;
	margin-top:50px;
}

.certification_wrap .certification {
	overflow:hidden;
	margin-top:10px;
	margin-bottom:30px;
	border:1px solid #e5e5e5;
	border-top:1px solid #333;
	box-sizing:border-box;
	padding:0 20px 20px;
	background:#f9f9f9;
}
.certification_wrap .certification li {
	width:18%;
	margin-left:2.5%;
	float:left;
	text-align:center;
	word-break:keep-all;
	margin-top:20px;
	vertical-align: top;
    max-height: 350px;
}
.certification_wrap .certification li .image {
	width:calc(100% - 2px);
	border:1px solid #dedede;
}
.certification_wrap .certification li .image img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	cursor:pointer;
}
.certification_wrap .certification li .text_wrap {
	height:60px;
	margin-top:25px;
}
.certification_wrap .certification li p.tit {
	font-weight:bold;
	font-size:13px;
	color:#666;
	line-height:18px;
	cursor:pointer;
}
.certification_wrap .certification li p.txt {
	font-size:12px;
	color:#666;
	line-height:18px;
}
.certification_wrap .certification li:nth-child(5n+1) {
	margin-left:0;
}
.certification_wrap .certification li.half {
	width:48.75%;
}
.certification_wrap .certification li.half.cb {
	margin-left:0;
	clear:both;
}
.certification_popup {
	position:fixed;
	z-index:100;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.7);
	display:none;
	width:100%;
	height:100vh;
}
.certification_popup .img {
	position:absolute;
	text-align:center;
	width:100%;
	height:100vh;
	top:50%;
}
.certification_popup .img img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
/*	margin-left:-50%;
	margin-top:-50%;*/
	cursor:pointer;
}
	/* 오시는 길 */
.location_wrap .text_wrap {
	position:relative;
}
.location_wrap .text_wrap p {
	font-size:13px;
	color:#666;
	margin-top:15px;
}
.location_wrap .text_wrap p span.tit {
	font-size:18px;
	font-weight:bold;
	color:#0562af;
	width:100px;
	display:inline-block;
}
.location_wrap .text_wrap .map_btn {
	font-size:13px;
	color:#666;
	border:1px solid #b2b2b2;
	background:#f4f4f4 url(../images/icon_map_btn.png) 110px center no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	width:138px;
}
.location_wrap .text_wrap .map_btn a {
	display:block;
	padding:6px 39px 6px 23px;
}

/*  로그인  */
h3.login {
	font-size:16px;
	line-height:20px;
	color:#666;
}

.login_top {
	text-align:center;
}
.login_top h1 {
	font-size:45px;
	font-weight:bold;
}
.login_top p {
	font-size:15px;
}
.login_form {
	width:100%;
	max-width:360px;
	background-color:#fff;
	margin:0 auto;
	margin-top:20px;
}
.login_form .login {
	width:100%;
	max-width:360px;
	padding-left:50px;
	height:50px;
	border-radius:5px;
}
.login_form .login.sel {
	background-color:#feffcc;
}
.login_form .loginId {
	background:url(../images/icon_id.png) 13px center no-repeat;
}
.login_form .loginPw {
	background:url(../images/icon_password.png) 15px center no-repeat;
	margin-top:10px;
}

.login_form .idpw_wrap {
	margin-top:5px;
	margin-bottom:30px;
	font-size:13px;
	line-height:20px;
}
.login_form .idpw_wrap .idpw_alert {
	color:#F00;
}
.login_form .idpw_wrap .idpw_find {
	text-decoration:underline;
}
.login_form .remember_wrap {
	margin-top:10px;
	line-height:20px;
	color:#666;
}
.login_form .remember_wrap input {
	margin-right:10px;
}
.login_form .login_btn {
	width:100%;
	text-align:center;
	font-size:20px;
	color:#fff;
/*	font-weight:bold;*/
	font-family:'Noto Sans KR';
	background:url(../images/bg_login-btn.jpg) center center no-repeat;
	padding:15px 0;
	border-radius:5px;
}
.login_form .login_bottom {
	text-align:center;
	font-size:13px;
	margin-top:40px;
	padding-top:20px;
	border-top:1px solid #e4e4e4;
}
.login_form .login_bottom p {
	margin-bottom:10px;
}
/* 아이디/비밀번호 찾기 */
.send_email {
	width:100%;
	max-width:750px;
	background:#f4f4f4;
	text-align:center;
	font-size:15px;
	padding:70px 0;
	margin:0 auto;
	margin-bottom:100px;
	margin-top:70px;
}
.send_email p {
	margin-top:20px;
}
.send_email p span {
	font-weight:bold;
}
/* 이용약관 */
.terms_tit {
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.terms_tit.first {
	margin-top:50px;
}
.product_txt_area p.area_txt.terms {
	padding:30px 3%;
}
.product_txt_area p.terms_input {
	margin-bottom:50px;
}


/* 제품소개 간지페이지 */
.product_info_wrap .product_info {
	padding-top:0;
	position:relative;
	border-bottom:1px solid #333;
}
.product_info_wrap .product_info .image {
	position:absolute;
	left:0;
	top:0;
	width:227px;
	height:100%;
}
.product_info_wrap .product_info .image img {
	max-width:100%;
	max-height:100%;
    vertical-align: middle;
}
.product_info_wrap .product_info .image span {
	vertical-align:middle;
	overflow:hidden;
	display:inline-block;
	width:0;
	height:100%;
}
.product_info_wrap .product_info .text_wrap {
	width:100%;
	box-sizing:border-box;
	padding:50px 120px 50px 240px;
	min-height:227px;
	line-height:18px;
	word-break:keep-all;
}
.product_info_wrap .product_info .text_wrap .title {
	font-size:20px;
	font-weight:300;
}
.product_info_wrap .product_info .text_wrap .text {
	margin-top:15px;
}
.product_info_wrap .product_info .text_wrap .more_btn {
	width:67px;
	height:25px;
	line-height:25px;
	border:1px solid #b2b2b2;
	background:#f4f4f4 url(../images/icon_plus.png) 49px center no-repeat;
	padding-right:10px;
	position:absolute;
	right:0;
	bottom:20px;
	font-size:12px;
}
@media only screen and (max-width:1180px) {
	/*  연혁  */
	.company_history_wrap .company_history.right {
		padding-left:50%;
	}
	.company_history_wrap .company_history.left {
		padding-right:50%;
	}
	.company_history_wrap .company_history.right .history_year {
		margin-left:-12px;
	}
	.company_history_wrap .company_history.left .history_year {
		margin-right:-12px;
	}
	.company_history_wrap .company_history.right .history_text {
		margin-left:-4px;
	}
	.company_history_wrap .company_history.left .history_text {
		margin-right:-4px;
	}
}
@media only screen and (max-width:1132px) {
	.inner.sub_page {
		width:85%;
		background:#fff;
		padding:40px 5% 30px;
	}
	.business_infomation .business_sub li .text .tit.line2,
	.business_infomation .business_sub li .text .tit {
		margin-top:5px;
	}
	/* 연혁 */
}
@media only screen and (max-width:980px) {
	.ceo_message .image {
		width:100%;
		text-align:center;
	}
	.ceo_message .text_wrap {
		width:100%;
		margin-left:0;
		margin-top:15px;
	}
	.certification_wrap .certification li {
		width : 30%;
		margin-left:3.3%;
	}
	.certification_wrap .certification li:nth-child(5n+1) {
		margin-left:3.3%;
	}
	.certification_wrap .certification li:nth-child(3n+1) {
		margin-left:0;
	}
	.certification_wrap .certification li.half {
		margin-left:2.5%;
	}
}
@media only screen and (max-width:640px) {
	/* 제품소개 */
	.product_tab_wrap .product_tab {
		width:33.3333%;
		box-sizing:border-box;
		margin-left:0;
		padding:0;
	}
	.product_tab_sub_wrap .product_tab_sub li {
		width:100%;
		border-left-width:1px;
	}

	.product_image_wrap .product_image {
		width:90%;
		margin-left:0;
		margin-bottom:20px;
	}
	.product_popup .popuo_image {
		width:80%;
		text-align:center;
		left:10%;
	}
	.product_popup .popuo_image img {
		margin-left:0;
	}
	.product_txt_area p.area_txt {
		padding:15px 5%;
	}
	/* 고객센터 */
	.customer_tab_wrap .customer_tab,
	.customer_tab_wrap.about_us .customer_tab {
	    width: calc(50% - 2px);
		max-width:none;
	}
	.customer_tab_wrap .customer_tab:nth-child(3),
	.customer_tab_wrap .customer_tab:nth-child(4),
	.customer_tab_wrap .customer_tab:nth-child(5),
	.customer_tab_wrap .customer_tab:nth-child(6) {
		border-top:none;
	}
	/* A/S신청 */
	div.list_table.after-service p input.half-w {
		width:100%
	}
	div.list_table.after-service p input.half-w.second {
		margin-left:0;
		margin-top:10px;
	}
	/* 사업내용 */
	.business_infomation .business_title .image {
		float:none;
		text-align:center;
	}
	.business_infomation .business_title .text {
		float:none;
		margin-left:0;
		width:100%;
	}
	/* CI소개 */
	.ci_info .shape,
	.ci_info .space {
		width:calc(100% - 2px);
	}
	.ci_info .space {
		margin-left:0;
	}
	.ci_info .concept .txt_wrap,
	.ci_info .color .txt_wrap {
		float:none;
		width:100%;
	}
	.ci_info .concept .down_btn {
		float:none;
		width:100%;
		text-align:center;
		margin-top:15px;
	}
	.ci_info .concept .down_btn button {
		display:inline-block;
	}
	/*연혁*/
	.company_history_wrap h3 {
		text-align:center;
		word-break:keep-all;
		font-size:19px;
	}
	.company_history_wrap .company_history.left,
	.company_history_wrap .company_history.right {
		background:none;
		margin-left:0;
		padding-left:0;
		padding-right:0;
		text-align:left;
	}

	.company_history_wrap .company_history.left .history_year,
	.company_history_wrap .company_history.right .history_year {
		padding-bottom:10px;
		padding-left:25px;
		padding-right:0;
		margin-top:10px;
		margin-left:0;
		margin-right:0;
		background-position:left top;
	}
	.company_history_wrap .company_history.left .history_text,
	.company_history_wrap .company_history.right .history_text {
		padding-bottom:10px;
		padding-left:25px;
		padding-right:0;
		margin-left:7px;
		margin-right:0;
		background-position:left 9px;
	}
	/* 인증현황 */
	.certification_wrap .certification li {
		width : 45%;
		margin-left:2.5%;
		margin-right:2.5%;
	}
	.certification_wrap .certification li:nth-child(5n+1) {
		margin-left:2.5%;
		margin-right:2.5%;
	}
	.certification_wrap .certification li:nth-child(3n+1) {
		margin-left:2.5%;
		margin-right:2.5%;
	}
	.certification_wrap .certification li.half.cb,
	.certification_wrap .certification li.half {
		width:95%;
		margin-left:2.5%;
		margin-right:2.5%;
	}
	/* 오시는 길 */
	.location_wrap .text_wrap p {
		word-break:keep-all;
	}
	.location_wrap .text_wrap p span.tit {
		width:100%;
	}
	.location_wrap .text_wrap .map_btn {
		position:static;
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
	}
	
	/* 제품소개 간지페이지 */
	.product_info_wrap .product_info .image {
		width:100%;
		position:relative;
		text-align:center;
	}
	.product_info_wrap .product_info .text_wrap {
		padding-left:0;
		padding-right:0;
	}
	
}

@media only screen and (max-width:400px) {
	/* 제품소개 */
	.product_tab_wrap .product_tab {
		width:50%;
	}
	
	/* 인증현황 */
	.certification_wrap .certification li {
		width:95%;
	}
}


/*  17.04.05 css 추가  */

.business_infomation .business_sub {
	display:none;
}
.business_infomation .business_sub.view {
	display:block;
}
.business_infomation .business_sub2 li {
	position:relative;
}
.business_infomation .business_sub2 li .icon {
	position:relative;
	margin-left:0;
	margin-right:25px;
}
.business_infomation .business_sub2 .per {
	width:136px;
	position:absolute;
	top:50px;
	left:0px;
	color:#fff;
	text-align:center;
	text-shadow:5px 5px 5px #666;
	font-weight:bold;
}
.business_infomation .business_sub2 li:nth-child(3) .per{
	color: #333;
    text-shadow: 5px 5px 5px #eee;
}
.business_infomation .business_sub2 .per .big {
	font-size:24px;
	margin-right:5px;
}
.business_infomation .business_sub2 .img {
	float:left;
}
.business_infomation .business_sub2 li .text {
	width:calc(100% - 450px);
}
.business_infomation .business_sub2 li .text .tit {
	font-size:16px;
}
.business_infomation .business_sub2 li:nth-child(1) .text .tit {
	color:#8064a2;
}
.business_infomation .business_sub2 li:nth-child(2) .text .tit {
	color:#17375e;
}
.business_infomation .business_sub2 li:nth-child(3) .text .tit {
	color:#4f81bd;
}
.business_infomation .business_sub2 li:nth-child(4) .text .tit {
	color:#f09d11;
}
.business_infomation .business_sub2 li:nth-child(5) .text .tit {
	color:#e60000;
}
.business_infomation .business_sub2 li .text .tit > span {
	font-size:18px;
	margin-right:10px;
}
.business_infomation .business_sub2 li .text .txt {
	font-size:16px;
	margin-top:20px;
	word-break:keep-all;
}

.business_infomation .business_sub3 {
	text-align:center;
}
.business_infomation .business_sub3 .sub_tit {
	font-size:18px;
	font-weight:bold;
	color:#3f74ca;
	margin-bottom:30px;
}
.business_infomation .business_sub3 li {
	width:45%;
	display:inline-block;
}
.business_infomation .business_sub3 li img {
	max-width:100%;
}
.business_infomation .business_sub3 li .sub_txt {
	font-size:16px;
	color:#333;
	margin-bottom:20px;
}
@media screen and (max-width:800px){
	.business_infomation .business_sub2 li {
		border-bottom:1px solid #eee;
		padding-bottom:15px;
	}
	.business_infomation .business_sub2 li .icon {
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
		width: 136px;
	    float: none;
	}
	.business_infomation .business_sub2 li .text {
		width:calc(100% - 250px);
	}
	.business_infomation .business_sub2 .img {
		clear:left;
	}
}
@media screen and (max-width:640px){
	.business_infomation .business_sub2 .img,
	.business_infomation .business_sub2 li .text {
		text-align:center;
		width:100%;
		float:none;
	}
	.business_infomation .business_sub3 li {
		display:block;
		width:100%;
	}
}


