/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td,figure {
	margin:0;
	padding:0;
	}

/* 테이블설정 */
table, th, td{
	margin:0;
}

/* 목록 */
ol, ul,li { list-style:none}

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 


/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: separate;
	border-spacing:0;
	border:0 none;
	}

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite, th {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* body 스타일 */
body,td,div {
	color:#222;
	font-size:16px;
	font-family: 'Pretendard', sans-serif;
	font-weight:400;
}

/* 링크 */
a, a:link {color:#222;text-decoration:none;} 
a:visited {color:#222;text-decoration:none;}
a:hover {color:#222;text-decoration:none;}
a:focus {color:#222;text-decoration:none;}
a:active {color:#222;text-decoration:none;} 

/* 이미지, 폼관련 요소 */
label, select, input, textarea {
	font-family: 'Pretendard', sans-serif;
	vertical-align:middle;
	box-sizing:border-box;
	font-size:15px;
}

select {
	padding:9px;
	border:1px solid #D8D8D8;
	background-color:#ffffff;
	font-size:1.05em;
	border-radius:6px;
}

button{
	font-family:'Pretendard', sans-serif;
	background-color: transparent;
	border: initial;
	cursor: pointer;
	padding:0;
}


.thm7{font-size:11px; font-family:tahoma;letter-spacing: 0pt}
.input_{border:1px solid #D8D8D8; background-color:#ffffff;padding:9px;font-size:1.05em;border-radius:6px}


/* 관리자전용알림 */
.adminmess{display:flex;text-align:center;max-width:500px;margin:0 auto;border:2px dashed #000000;padding:10px ;background-color:#efefef;margin-top:10px;box-sizing:border-box;;align-items:center}
.adminmess span:first-child{display:block;padding:5px 20px;background-color:#595C60;color:#ffffff;border-radius:6px}
.adminmess span:last-child{padding-left:20px}


/* 네비게이션 디자인 */
.navi_design{display: none;background-color:#F5F5F5;border:1px solid #dddddd;text-align:left;height:50px;line-height:50px;}
.navi_design h2{display:none}
.navi_design ul{float:left;padding-left:10px}
.navi_design ul li{float:left;padding:0 20px;background:url(../image/A_icon_7.gif);background-repeat:no-repeat;background-Position:100% 50%;}
.navi_design ul li:last-child{background:url();}

.name_popup ul{position:absolute; z-index:1; left:0px; top:10px;background-color:#ffffff;border:1px solid #dddddd;width:120px;border-radius:10px;padding:10px}
.name_popup ul li > a{display:block;padding:5px 10px;}


/* 작성폼등에 설명글용 */
div.mess{margin-top:10px;color:#838383;line-height:1.3em}
span.mess{margin-left:10px;color:#838383}
div.guid{margin-top:10px;padding:10px;background-color:#efefef;border:1px solid #dddddd;border-radius:10px}


/* placeholder 색상변경 */
input::placeholder {color:#ccc;}
input::-webkit-input-placeholder {color:#ccc;}
input:-ms-input-placeholder {color:#ccc;} 
textarea::placeholder {color:#ccc;}
textarea::-webkit-input-placeholder {color:#ccc;}
textarea:-ms-input-placeholder {color:#ccc;}

/* 카테고리 스타일 */
.sub_category {
	overflow: hidden;
}
.sub_category ul{
	display: flex;
	height: auto;
}
.sub_category ul li{
	width: auto;
}

/* 게시판 페이지넘버 */
.page_next{
	margin-left:10px;
	font-size:13px;
	color:#8b8b8b;
}
.page_next.on{
	font-weight:500;
	color:#222;
}
.page_prev {
	margin-right:10px;
	font-size:13px;
	color:#8b8b8b
}
.page_prev.on{
	font-weight:500;
	color:#222;
}
.pageNum {
	margin:0 14px;
	font-size:13px;
	font-weight: 500;
	color:#999;
	cursor: pointer;
}
.pageNum.on {
	font-weight: 500;
	color:#000
}

.basic_search{
	margin-bottom: 30px;
}
.basic_search .td_search ul{
	width: 100%;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	gap:10px;
	box-sizing: border-box;
}
.basic_search .td_search ul li{
	position: relative;
}
.basic_search .td_search ul li select{
	padding:11px 55px 11px 10px;
	border:none;
	border-bottom:1px solid #000;
	font-size:14px;
	background-color: transparent;
	border-radius: 0;
	outline: none;
}
.basic_search .td_search ul li input{
	width:300px;
	padding:12px 32px 12px 20px;
	border:none;
	border-bottom:1px solid #000;
	font-size:14px;
	background-color: transparent;
	outline: none;
}
.basic_search .td_search ul li input::placeholder{
	color:#ccc;
	font-size:14px;
}
.basic_search .td_search ul li .search_icon{
	position: absolute;
	top:50%;
	right:6px;
	transform: translateY(-50%);
	z-index:4
}

.basic_btn{
	display: flex;
	justify-content: flex-end;
	margin-top:40px;
}
.basic_btn ul{
	display: flex;
	gap:4px;
}
.basic_btn ul li a{
	display: block;
	padding:10px 25px;
	font-size:14px;
	color:#fff;
	background-color: #000;
	border-radius: 2px;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
}
.basic_btn ul li a:hover{
	background-color:#0a46a6;
}
.basic_btn.custom ul{
	gap:6px;
}
.basic_btn.custom ul li a{
	width: 200px;
	padding:16px 10px;
	text-align: center;
}

.list_bt{
	padding:30px 0;
}

@media screen and (max-width:768px){
	.page_next{
		margin-left:6px;
		font-size:12px
	}
	.page_prev {
		margin-right:6px;
		font-size:12px
	}
	.pageNum {
		margin:0 10px;
		font-size:12px
	}
	.basic_search .td_search ul li:last-child{
		flex:1
	}
	.basic_search .td_search ul li input{
		width: 100%;
	}
}
@media screen and (max-width:480px){
	.page_next{
		margin-left:2px;
	}
	.page_prev {
		margin-right:2px;
	}
	.pageNum {
		margin:0 6px;
	}
	.basic_search .td_search ul li select{
		padding-right: 20px;
		padding-top:12px;
		font-size:13px;
	}
	.basic_btn ul{
		width: 100%;
	}
	.basic_btn ul li{
		flex:1;
		text-align: center;
	}
	.basic_btn ul li a{
		padding:10px;
		font-size:13px;
	}
}

/* 제품소개 */
.prod_con .prod_main2{
	margin-top:140px;
}
.prod_con .prod_main .wrap{
	display: flex;
	gap:80px;
}
.prod_con .prod_main{
	position: relative;
}
.prod_con .prod_main::before{
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 240px;
	background-color: #f2f6f9;
	z-index:-1
}
.prod_con .prod_main .prod_swiper{
	width: 44%;
	overflow: hidden;
}
.prod_con .prod_main .prod_swiper img{
	width: 100%;
}
.prod_con .prod_main .prod_main_info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:80px;
	width: 56%;
	padding-top:65px;
	overflow: hidden;
}
.prod_con .prod_main .prod_main_info h4{
	font-size:36px;
	line-height: 1.3;
}
.prod_con .prod_main .prod_main_info p{
	margin-top:24px;
	margin-bottom:40px;
	font-size:18px;
	line-height: 1.5;
}
.prod_con .prod_main .prod_main_info a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 52px;
	font-size:17px;
	font-weight:500;
	border-radius: 99px;
	color:#fff;
	background-color: #0a46a6;
}
.prod_con .prod_main .prod_main_info .prod_swiper2 ul li{
	width: 158px;
	height: 158px;
	cursor: pointer;
} 
.prod_con .prod_main .prod_main_info .prod_swiper2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod_con .char_box{
	padding-top:80px;
	padding-bottom:80px;
	background-color: #f2f6f9;
}
.prod_con .prod_title{
	position: relative;
	margin-bottom:34px;
	padding-left: 17px;
	font-size: 28px;
}
.prod_con .prod_title::before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 5px;
	height: 20px;
	background-color: #0a46a6;
}
.prod_con .char_box .char_lists ul{
	display: flex;
	flex-wrap: wrap;
	gap:32px;
}
.prod_con .char_box .char_lists ul li{
	width: calc(100% / 3 - 22px);
	padding:44px 48px;
	background-color: #fff;
	box-sizing: border-box;
}
.prod_con .char_box .char_lists h6{
	margin:20px 0 16px;
	font-size:24px;
	line-height: 1.3;
}
.prod_con .char_box .char_lists ul li p{
	font-size:17px;
	line-height: 1.5;
}
.prod_con .standard_box{
	margin-top:70px;
}
.prod_con .standard_box .standard_half{
	display: flex;
	gap:40px;
}
.prod_con .standard_box .standard_half > div{
	width: 50%;
}
.prod_con .standard_box h6{
	margin-bottom:14px;
	font-size:19px;
	font-weight:600;
}
.prod_con .standard_box .standard_lists{
	max-width: 680px;
	border-top:2px solid #111
}
.prod_con .standard_box .standard_lists ul li{
	display: flex;
}
.prod_con .standard_box .standard_lists ul li div{
	padding:20px 10px;
	border-bottom: 1px solid #ddd;
	padding-left:40px;
	font-size:17px;
	font-weight:500;
	box-sizing: border-box;
}
.prod_con .standard_box .standard_lists ul li div:nth-child(1){
	width: 35%;
	border-right: 1px solid #ddd;
	background-color: #f8f8f8;
}
.prod_con .standard_box .standard_lists ul li div:nth-child(2){
	width: 65%;
}
.prod_con .type_box{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f2f6f9;
}
.prod_con .type_box .wrap div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:80px 20px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.prod_con .type_box .wrap div img{
	max-width: 100%;
}
.prod_con .type_box .wrap div img.hidden{
	display: none;
}
@media screen and (max-width:1280px){
	.prod_con .prod_main::before{
		height: 210px;
	}
	.prod_con .prod_main .wrap{
		gap:64px;
	}
	.prod_con .prod_main .prod_swiper{
		width: 40%;
	}
	.prod_con .prod_main .prod_main_info{
		width: 60%;
		padding-top:40px;
	}
	.prod_con .prod_main .prod_main_info h4{
		font-size:32px;
	}
	.prod_con .prod_main .prod_main_info h4 br{
		display: none;
	}
	.prod_con .prod_main .prod_main_info h4 br.mobile{
		display: block;
	}
	.prod_con .prod_main .prod_main_info p br{
		display: none;
	}
	.prod_con .prod_main .prod_main_info p br.mobile{
		display: block;
	}
	.prod_con .prod_main .prod_main_info .prod_swiper2 ul li{
		width: 140px;
		height: 140px;
	} 
}
@media screen and (max-width:1024px){
	.prod_con .prod_main{
		padding-bottom:80px
	}
	.prod_con .prod_main::before{
		display: none;
	}
	.prod_con .prod_main .wrap{
		flex-direction: column;
		gap: 60px;
	}
	.prod_con .prod_main .prod_swiper{
		width: 100%;
	}
	.prod_con .prod_main .prod_swiper img{
		max-width: 100%;
		width: auto;
	}
	.prod_con .prod_main .prod_main_info{
		width: 100%;
		gap: 50px;
		padding-top:0;
	}
	.prod_con .prod_main .prod_main_info p{
		margin-top:20px;
		margin-bottom: 50px;
	}
	.prod_con .char_box .char_lists ul{
		gap:30px;
	}
	.prod_con .char_box .char_lists ul li{
		width: calc(50% - 15px);
		padding:40px;
	}
	.prod_con .standard_box .standard_half{
		flex-wrap: wrap;
		gap:50px;
	}
	.prod_con .standard_box .standard_half > div{
		width: 100%;
	}
	.prod_con .standard_box .standard_lists{
		max-width: 100%;
	}
}
@media screen and (max-width:768px){
	.prod_con .prod_title{
		margin-bottom: 30px;
		padding-left: 16px;
		font-size: 26px;
	}
	.prod_con .prod_title::before{
		top: 6px;
		height: 19px;
	}
	.prod_con .prod_main .wrap{
		gap:45px;
	}
	.prod_con .prod_main .prod_main_info h4{
		font-size:26px;
	}
	.prod_con .prod_main .prod_main_info p{
		margin-bottom: 40px;
		font-size:17px;
	}
	.prod_con .prod_main .prod_main_info a{
		width: 190px;
    height: 50px;
		font-size:16px
	}
	.prod_con .char_box .char_lists ul li{
		width:100%;
		padding: 34px 40px;
	}
	.prod_con .standard_box h6{
		font-size:18px;
	}
	.prod_con .standard_box .standard_lists ul li div{
		padding-left: 34px;
		font-size:16px;
	}
	.prod_con .type_box .wrap div{
		padding:60px 20px;
	}
}
@media screen and (max-width:480px){
	.prod_con .prod_title{
		margin-bottom: 25px;
		padding-left: 13px;
		font-size: 21px;
	}
	.prod_con .prod_title::before{
		top: 5px;
		width: 4px;
		height: 15px;
	}
	.prod_con .prod_main2{
		margin-top:90px;
	}
	.prod_con .prod_main{
		padding-bottom:50px;
	}
	.prod_con .prod_main .wrap{
		gap:36px
	}
	.prod_con .prod_main .prod_main_info{
		gap:42px
	}
	.prod_con .prod_main .prod_main_info h4{
		font-size: 22px;
	}
	.prod_con .prod_main .prod_main_info p{
		margin-top: 18px;
		margin-bottom: 30px;
		font-size:15px;
	}
	.prod_con .prod_main .prod_main_info a{
		width: 160px;
		height: 44px;
		font-size:14px;
	}
	.prod_con .prod_main .prod_main_info .prod_swiper2 ul li{
		width: 105px;
		height: 105px;
	} 
	.prod_con .char_box{
		padding-top: 60px;
    padding-bottom: 60px;
	}
	.prod_con .char_box .char_lists ul{
		gap:20px;
	}
	.prod_con .char_box .char_lists ul li{
		padding: 30px 32px;
	}
	.prod_con .char_box .char_lists h6{
		margin:18px 0 14px;
		font-size:20px;
	}
	.prod_con .char_box .char_lists ul li p{
		font-size:15px;
	}
	.prod_con .standard_box{
		margin-top:50px;
	}
	.prod_con .standard_box .standard_half{
		gap:40px;
	}
	.prod_con .standard_box h6{
		font-size:17px;
	}
	.prod_con .standard_box .standard_lists ul li div{
		padding: 18px 10px;
		padding-left:10px;
		font-size:14px;
		text-align: center;
	}
	.prod_con .type_box{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.prod_con .type_box .wrap div{
		padding:40px 20px;
	}
	.prod_con .type_box .wrap div img{
		display: none;
	}
	.prod_con .type_box .wrap div img.hidden{
		display: block;
	}
}