.logo{
	float:left;
	width:275px;
	margin-top:25px;
}

.logo img{
	width:100%;
}

.gnb{
	float:right;
	margin-top:47px;
}

.gnb > li{
	position:relative;
	float:left;
	width:200px;
	height:120px;
	font-size:22px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
}

.gnb li .gnb_sub{
	display:none;
	position:absolute;
	left:calc(50% - 100px);
	top:60px;
	width:200px;
	z-index:8888;
}

.gnb li .gnb_sub li{
	float:left;
	width:100%;
	height:initial;
	padding:20px 0;
	text-align:center;
	font-size:18px;
	font-weight:600;
	background:#fff;
}

.gnb li .gnb_sub li:hover{
	color:#014DA2;
}

.m_menu_btn{
	display:none;
}

@media screen and (max-width:640px){
	.logo{
		margin:15px 0 0 15px;
		width:150px;
	}

	.gnb{
		display:none;
	}

	.m_menu_btn{
		display:block;
		position:absolute;
		right:10px;
		top:20px;
		width:25px;
	}

	.m_menu_btn img{
		width:100%;
	}
}

.main_banner_area{
	position:relative;
	float:left;
	width:100%;
	height:331px;
	background:url("/images/main_banner_bg.png") no-repeat center center / cover;
}

.main_banner_area::before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#fff;
	opacity:0.6;
}

.sectors.main_banner{
	position:relative;
	height:100%;
	z-index:2;
	background:url("/images/main_banner_img.png") no-repeat -200px bottom;
}

.main_banner img.main_banner_text{
	float:right;
	margin:110px 150px 0 0;
}

.main_banner img.model{
	position:absolute;
	top:70px;
	right:-200px;
}

.main_content_area{
	float:left;
	width:100%;
	margin-top:32px;
}

@media screen and (max-width:640px){
	.main_banner img.model{
		display:none;
	}

	.main_banner_area{
		height:300px;
	}

	.main_banner img.main_banner_text{
		width:70%;
		margin:30px 20px 0 0;
	}

	.main_banner img.main_banner_text img{
		width:100%;
	}

	.sectors.main_banner{
		background:url("/images/main_banner_img_m.png") no-repeat center bottom / cover;
	}
}

.aside{
	float:left;
	width:360px;
	margin-right:75px;
}

.banner_list1{
	float:left;
	width:100%;
}

.banner_list1 li{
	position:relative;
	float:left;
	width:calc(100% - 2px);
	height:108px;
	margin-bottom:10px;
	border:1px solid #014da2;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background:url("/images/img_banner_01_img.png") no-repeat left bottom;
	cursor:pointer;
}

.banner_list1 li:nth-child(2){
	background:url("/images/img_banner_02_img.png") no-repeat left bottom;
}

.banner_list1 li dl{
	float:right;
	width:220px;
	margin-top:28px;
}

.banner_list1 li dl dt, .banner_list1 li dl dd{
	float:left;
	width:100%;
	font-size:21px;
	font-weight:500;
	color:#5761ab;
}

.banner_list1 li dl dd{
	font-size:26px;
	font-weight:600;
	color:#000;
}

.banner_list1 img{
	position:absolute;
	right:10px;
	top:35px;
}

.banner_list2{
	float:left;
	width:100%;
}

.banner_list2 li{
	float:left;
	width:100%;
	height:66px;
	margin-bottom:10px;
	background:#5761ab;
	color:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	cursor:pointer;
}

.banner_list2 li.talk{
	background:#fae100;
}

.banner_list2 li dl{
	float:left;
	width:calc(100% - 44px);
	margin:15px 0 0 24px;
}

.banner_list2 li dl dd.icon{
	float:left;
	width:37px;
}

.banner_list2 li dl dd.icon img{
	width:100%;
}

.banner_list2 li dl dt{
	float:left;
	margin:4px 0 0 15px;
	font-size:24px;
	font-weight:600;
	color:#000;
}

.banner_list2 li dl dt.white{
	color:#fff;
}

.banner_list2 li dl dt span.light{
	font-weight:300;
}

.banner_list2 li dl dd.arrow{
	float:right;
	margin-top:10px;
}

.banner_list2 li.tel{
	display:none;
}

@media screen and (max-width:640px){
	.aside{
		width:100%;
	}

	.banner_list1, .banner_list2{
		width:90%;
		margin:0 5%;
	}

	.banner_list1 li{
		position:relative;
		float:left;
		width:calc(100% - 2px);
		height:108px;
		margin-bottom:10px;
		border:1px solid #014da2;
		border-radius:20px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		background:url("/images/img_banner_01_img.png") no-repeat left bottom;
		cursor:pointer;
	}

	.banner_list1 li:nth-child(2){
		background:url("/images/img_banner_02_img.png") no-repeat left bottom;
	}

	.banner_list1 li dl{
		width:180px;
	}

	.banner_list1 li dl dt{
		font-size:18px;
	}

	.banner_list1 li dl dd{
		font-size:20px;
	}

	.banner_list2 li.tel{
		display:block;
		background:#102661;
		color:#fff;
	}

	.banner_list2 li dl dt{
		font-size:20px;
	}
}

.banner_customer{
	float:left;
	width:100%;
	margin-top:45px;
}

.banner_customer_icon{
	float:left;
	width:85px;
	margin:5px 0 0 12px;
}

.banner_customer_icon img{
	width:100%;
}

.banner_customer_tel{
	float:right;
	width:255px;
}

.banner_customer_tel dt, .banner_customer_tel dd{
	float:left;
	width:100%;
}

.banner_customer_tel dt{
	font-size:30px;
	line-height:30px;
	font-weight:700;
}

.banner_customer_tel dd{
	margin-top:5px;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	color:#888;
}

.banner_customer_tel dd.num{	
	margin-top:0;
	font-size:48px;
	font-weight:700;
	line-height:48px;
	letter-spacing:-2px;
	color:#000;
}

.banner_customer_email{
	float:left;
	width:100%;
	height:45px;
	margin-top:25px;
	background:#8895a4;
}

.banner_customer_email dt{
	float:left;
	width:86px;
	height:23px;
	margin:8px 0 0 29px;
	padding-top:5px;
	background:#fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#8895a4;
}

.banner_customer_email dd{
	float:left;
	margin:12px 0 0 20px;
	font-size:21px;
	line-height:21px;
	color:#fff;
}

.banner_customer.mobile{
	display:none;
}

@media screen and (max-width:640px){
	.banner_customer{
		display:none;
	}

	.banner_customer.mobile{
		display:block;
		width:100%;
		margin:50px 0 0 0;
	}

	.banner_customer.mobile.sitemap{
		width:90%;
		margin:30px 0 0 5%;
	}

	.banner_customer_icon{
		float:left;
		width:60px;
		margin:5px 0 0 12px;
	}

	.banner_customer_tel{
		float:right;
		width:calc(100% - 100px);
	}

	.banner_customer_tel dt{
		font-size:20px;
	}

	.banner_customer_tel dd.num{
		font-size:32px;
		line-height:32px;
	}

	.banner_customer_email{
		width:100%;
	}

	.banner_customer_email dt{
		width:60px;
		font-size:14px;
		margin-left:10px;
	}

	.banner_customer_email dd{
		font-size:18px;
		line-height:18px;
	}
}

.main_content{
	float:left;
	width:748px;
}

.main_product_area{
	float:left;
	width:100%;
}


.main_product_title{
	position:relative;
	float:left;
	width:100%;
	font-size:28px;
	font-weight:700;
	color:#014da2;
}

.main_product_title span.stxt{
	display:inline-block;
	margin-left:10px;
	font-size:20px;
	font-weight:300;
	color:#888;
}

.main_product_title span.more{
	position:absolute;
	right:0;
	bottom:0;
	font-size:16px;
	font-weight:600;
	color:#888;
	cursor:pointer;
}

@media screen and (max-width:640px){
	.main_content{
		float:left;
		width:90%;
		margin:30px 0 0 5%;
	}

	.main_product_title{
		font-size:22px;
	}

	.main_product_title span.stxt{
		margin-left:5px;
		font-size:15px;
	}

	.main_product_title span.more{
		font-size:15px;
	}
}

.main_product_list{
	float:left;
	width:100%;
	margin-top:15px;
}

.main_product_list li{
	float:left;
	width:178px;
	height:280px;
	margin-right:12px;
	margin-bottom:15px;
}

.main_product_list li:nth-child(4n){
	margin-right:0;
}

.main_product_list li img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center 0;
}

@media screen and (max-width:640px){
	.main_product_list li{
		width:49%;
		height:380px;
		margin-right:initial;
	}

	.main_product_list li:nth-child(2n){
		margin-left:2%;
	}

	.main_product_list li img{
		width:100%;
	}
}



.main_gallery_area{
	float:left;
	width:100%;
	margin-top:80px;
}

.main_gallery_list{
	float:left;
	width:100%;
	margin-top:15px;
}

.main_gallery_list li{
	float:left;
	width:178px;
	height:178px;
	margin-right:12px;
	margin-bottom:15px;
}

.main_gallery_list li:nth-child(4n){
	margin-right:0;
}

.main_gallery_list li img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}

@media screen and (max-width:640px){
	.main_gallery_area{
		margin-top:40px;
	}

	.main_gallery_list li{
		width:49%;
		margin-right:2%;
	}

	.main_gallery_list li:nth-child(2n){
		margin-right:0;
	}
}






.sub_banner_area{
	position:relative;
	float:left;
	width:100%;
	height:292px;
	background:url("/images/sub_banner_bg.png") no-repeat center center / cover;
}

.sub_banner_area::before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#fff;
	opacity:0.6;
}

.sectors.sub_banner{
	position:relative;
	height:100%;
	z-index:2;
	background:url("/images/sub_banner_img.png") no-repeat -200px bottom;
}

@media screen and (max-width:640px){
	.sub_banner_area{
		height:180px;
	}

	.sectors.sub_banner{
	background:url("/images/sub_banner_img_m.png") no-repeat center bottom / cover;
	}
}

.sub_content{
	position:relative;
	float:right;
	width:1005px;
}

.clogo{
	float:left;
	width:383px;
	margin-top:45px;
}

.clogo img{
	width:100%;
}


.company_info{
	clear:both;
	float:left;
	width:500px;
	margin-top:50px;
	font-size:21px;
	line-height:28px;
	color:#000;
}

.ceo_sign{
	clear:both;
	float:left;
	width:305px;
	margin-top:50px;
}

.ceo_sign img{
	width:100%;
}

.company_model{
	position:absolute;
	top:100px;
	right:-100px;
	width:564px;
}

.company_model img{
	width:100%;
}

@media screen and (max-width:640px){
	.sub_content{
		float:left;
		width:90%;
		margin:30px 0 0 5%;
	}


	.clogo{
		float:left;
		width:60%;
	}

	.company_model{
		position:initial;
		float:left;
		width:94%;
		margin:40px 0 0 3%;
	}

	.company_info{
		width:100%;
		font-size:18px;
		line-height:24px;
	}
}

.sub_product_title{
	position:relative;
	float:left;
	width:calc(100% - 20px);
	height:65px;
	margin-top:40px;
	padding:30px 0 0 20px;
	background:url("/images/img_prod_bg.png") no-repeat 100% 100%;
	color:#fff;
	font-size:28px;
	font-weight:700;
}

.sub_product_title span.stxt{
	display:inline-block;
	margin-left:10px;
	font-weight:300;
}

.sub_product_title span.img{
	position:absolute;
	right:25px;
	bottom:0;
	width:267px;
}

.sub_product_title span.img img{
	width:100%;
}

@media screen and (max-width:640px){
	.sub_product_title{
		height:40px;
		padding-top:20px;
		background:url("/images/img_prod_bg_m.png") no-repeat center bottom / cover;
		border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		font-size:16px;
	}

	.sub_product_title span.stxt{
		display:none;
	}

	.sub_product_title span.img{
		right:5px;
		width:120px;
	}
}

.p_type2_list_area{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
}

.p_type2_list{
	text-align:center;
}

.p_type2_list li{
	display:inline-block;
	width:200px;
	height:35px;
	padding-top:10px;
	font-size:20px;
	font-weight:600;
	text-align:center;
	border:1px solid #ddd;
	cursor:pointer;
}

.p_type2_list li:hover, .p_type2_list li.over{
	background:#014DA2;
	color:#fff;
}

.sub_product_list{
	float:left;
	width:100%;
	margin-top:20px;
}

.sub_product_list li{
	float:left;
	width:239px;
	margin:0 16px 80px 0;
}

.sub_product_list li:nth-child(4n){
	margin-right:0;
}

.sub_product_list li dl, .sub_product_list li dl dt, .sub_product_list li dl dd{
	float:left;
	width:100%;
}

.sub_product_list li dl dt{
	margin-top:12px;
	font-size:20px;
	font-weight:700;
	color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_product_list li dl dd{
	height:400px;
}

.sub_product_list li dl dd img{
	width:100%;
	height:100%;
	/* 25.11.30 jwkim - 이미지 변경
	object-fit:cover; */
	object-fit:contain;
	object-position:center 0;
}

.sub_product_list li dl dd.price{
	margin-top:5px;
	font-size:16px;
	font-weight:700;
	color:#f60;
}

@media screen and (max-width:640px){
	.sub_product_list li{
		width:49%;
		margin-right:0;
		margin-bottom:30px;
	}

	.sub_product_list li:nth-child(4n){
		margin-right:initial;
	}

	.sub_product_list li:nth-child(even){
		float:right;
	}

	.sub_product_list li:nth-child(odd){
		clear:both;
	}

	.sub_product_list li dl dt{
		font-size:16px;
	}

	.sub_product_list li dl dd{
		height:350px;
	}
}

.sub_product_detail_area{
	float:left;
	width:calc(100% - 66px);
	padding:32px;
	margin-top:40px;
	border:1px solid #ddd;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.detail_product_title{
	float:left;
	width:100%;
	padding-bottom:15px;
	font-size:24px;
	font-weight:500;
	color:#151515;
	border-bottom:1px solid #ddd;
}

.detail_product_price{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:18px;
	font-weight:700;
	color:#f60;
}

.detail_product_price button{
	padding:5px 20px;
	font-size:16px;
	color:#fff;
	background:#151515;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.sub_product_detail_content{
	float:left;
	width:100%;
	margin-top:20px;
}

.sub_product_detail_content img{
	max-width:100%;
}

@media screen and (max-width:640px){
	.sub_product_detail_area{
		width:calc(100% - 30px);
		padding:15px;
	}

	.detail_product_title{
		font-size:18px;
	}
}

.counsel_table{
	float:left;
	width:100%;
	margin-top:40px;
	border-top:1px solid #000;
}

.counsel_table th, .counsel_table td{
	height:46px;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#000;
}

.counsel_table td{
	font-size:20px;
	font-weight:400;
	color:#696969;
}

.counsel_table td span{
	color:#5761ab;
	font-weight:600;
}

.counsel_table td.tit{
	text-align:left;
	cursor:pointer;
}

.counsel_table td.tit span{
	display:inline-block;
	margin-right:5px;
}

.counsel_table td.btxt{
	color:#00b;
}

.counsel_list{
	display:none;
}

@media screen and (max-width:640px){
	.counsel_table{
		display:none;
	}

	.counsel_list{
		display:block;
		float:left;
		width:100%;
		margin-top:20px;
		border-top:1px solid #333;
	}

	.counsel_list li{
		float:left;
		width:100%;
		padding:10px 0;
		border-bottom:1px solid #ddd;
	}

	.counsel_list li dl{
		float:left;
		width:100%;
		font-size:15px;
		color:#333;
	}

	.counsel_list li dl dd.no{
		float:left;
		width:50px;
		text-align:center;
	}

	.counsel_list li dl dd.no.btxt{
		color:#00b;
	}

	.counsel_list li dl dd.wri{
		float:left;
		width:100px;
		text-align:center;
	}

	.counsel_list li dl dt{
		float:left;
		width:calc(100% - 190px);
		padding-left:10px;
	}
}


.write_name{
	float:left;
	width:50%;
	margin-top:20px;
	font-size:16px;
	font-weight:300;
	color:#707070;
}

.write_date{
	float:right;
	width:50%;
	margin-top:20px;
	text-align:right;
	font-size:16px;
	font-weight:300;
	color:#707070;
}

.write_date img{
	display:inline-block;
	margin-left:15px;
}

.view_line{
	float:left;
	width:100%;
	margin:20px 0;
	height:1px;
	background:#ddd;
}

.sub_gallery_list{
	float:left;
	width:100%;
	margin-top:20px;
}

.sub_gallery_list li{
	float:left;
	width:239px;
	margin:0 16px 80px 0;
}

.sub_gallery_list li:nth-child(4n){
	margin-right:0;
}

.sub_gallery_list li dl, .sub_gallery_list li dl dt, .sub_gallery_list li dl dd{
	float:left;
	width:100%;
}

.sub_gallery_list li dl dd{	
	height:218px
}

.sub_gallery_list li dl dd img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.sub_gallery_list li dl dt{
	margin-top:12px;
	font-size:20px;
	font-weight:700;
	color:#000;
}

@media screen and (max-width:640px){
	.sub_gallery_list li{
		width:49%;
		margin-right:0;
	}

	.sub_gallery_list li:nth-child(even){
		margin-right:0;
		float:right;
	}

	.sub_gallery_list li:nth-child(odd){
		clear:both;
	}

	.sub_gallery_list li dl dt{
		font-size:16px;
	}
}

.write_table{
	float:left;
	width:100%;
	margin-top:30px;
	border-top:1px solid #000;
}

.write_table th, .write_table td{
	padding:10px 0;
	border-bottom:1px solid #ccc;
	font-size:14px;
}

.write_table th{
	color:#999;
}

.write_table td input[type=text], .write_table td input[type=password]{
	height:40px;
	text-indent:5px;
}

.write_table td textarea{
	padding:5px;
}

.write_table td .rtxt{
	color:#f00;
}

@media screen and (max-width:640px){
	.write_table th{
		display:none;
	}
}

.layer_pwd_check_area{
	position:relative;
	float:left;
	margin:200px 0 0 calc(50% - 200px);
	width:360px;
	padding:20px;
	background:#fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.layer_close_btn{
	position:absolute;
	right:15px;
	top:15px;
}

.layer_title{
	float:left;
	width:100%;
	font-size:22px;
	font-weight:700;
}

.layer_pwd_list{
	float:left;
	width:100%;
	margin-top:20px;
}

.layer_pwd_list dd{
	float:left;
	width:100%;
	margin-top:15px;
	text-align:center;
}

.layer_pwd_list dd input{
	width:300px;
	height:40px;
	text-align:center;
}

@media screen and (max-width:640px){
	.layer_pwd_check_area{
		width:calc(80% - 40px);
		margin-left:10%;
	}

	.layer_title{
		font-size:18px;
	}
}

.search_area{
	float:left;
	width:100%;
	margin-top:15px;
	text-align:right;
}

.search_area input{
	float:initial;
	width:200px;
	height:40px;
	font-size:14px;
	text-indent:10px;
}

.search_area button{
	width:70px;
	height:40px;
	background:#000;
	color:#fff;
	font-size:15px;
	font-weight:700;
}







.mobile_gnb{
	float:left;
	width:100%;
	margin-bottom:50px;
	border-top:1px solid #ddd;
}

.mobile_gnb  li{
	float:left;
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #ddd;
	font-size:18px;
	text-align:center;
}

.mobile_gnb li.sub{
	padding:20px 0;
	color:#888;
	border-bottom:1px solid #ddd;
}

.mobile_gnb li.sub.sub1{
	border-bottom:0;
}

.mobile_snb{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
}

.mobile_snb li{
	float:left;
	width:100%;
	padding:20px 0;
	font-size:16px;
	color:#888;
}











.pop_title{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:24px;
	font-weight:700;
	text-align:center;
}

.pop_estimate_table{
	float:left;
	width:90%;	
	margin:25px 0 0 5%;
	border-top:2px solid #333;
}

.pop_estimate_table th, .pop_estimate_table td{
	padding:5px 0;
	height:35px;
	border-bottom:1px solid #ddd;
	font-size:14px;
}

.pop_estimate_table td input[type=text], .pop_estimate_table td input[type=date]{
	height:35px;
	text-indent:5px;
}














.flogo{
	float:left;
	width:223px;
}

.flogo img{
	width:100%;
}

.copyright{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:17px;
	font-weight:300;
	color:#888;
}

@media screen and (max-width:640px){
	.flogo{
		width:40%;
	}

	.copyright{
		font-size:14px;
	}
}


.policy_title{
	float:left;
	width:100%;
	margin-top:40px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:700;
	border-bottom:1px solid #ddd;
}

.policy_content{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:15px;
	line-height:24px;
	color:#666;
}

.policy_content .bold{
	font-weight:600;
	color:#000;
}