@charset "utf-8";
@import url('font.css'); /* 사이트 세부설정, 공통 클래스 설정, 기타 설정 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

/* reset */
body {
	font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	
	font-weight:400;
	font-size:14px;
	line-height:1.7;
	color:#666666;	
	margin:0;
	padding:0;	
	letter-spacing:-0.5px;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
}/*overflow-x: hidden;*/

button{cursor:pointer; font-family:inherit;}
button:focus{outline:none;}

textarea:focus{outline:none; font-family:inherit;}

input[type=text]{font-family:inherit; background-color:#ffffff; }
input[type=password]{font-family:inherit; background-color:#ffffff;}
input[type=file]{font-family:inherit;}
input:focus{outline:none;}

iframe{border:none; vertical-align:top;}

fieldset{border:none;}

legend{font-size:0; height:0; width:0;}

select{background-color:#ffffff; font-family:inherit;}

img{border:none;}

br{letter-spacing:0; font-family:NanumGothic,'나눔고딕', sans-serif;}

h1, h2, h3, h4, h5, h6 {font-size:1em;}

h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote, address, table, thead, tbody, tfoot, tr, td, caption
{
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
strong, b, h1, h2, h3, h4, h5, h6, th{font-weight:500;}
em,i,address{font-style:normal;}
a{text-decoration:none; color:#666666;}
table{word-break:break-all; word-wrap:break-word;}
*{box-sizing:border-box;}
.swiper-wrapper{box-sizing:border-box;}


/***layout***/
.wrap{width:100%; height:100%; font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif; min-width:1550px;}
header{width:100%;}
main{width:100%;}
footer{width:100%; padding:20px 0 80px; position:relative; background-color:#ffffff; border-top:1px solid #dedede; color:#888888; }

/***common***/
.wrap img{display:block; max-width:100%; vertical-align:top; margin:0 auto;}
#content_go{width:0; height:0; font-size:0; text-indent:-999999px; overflow:hidden;}
.clearfix:after{content:''; zoom:1; display:block; clear:both;}
.inner{width:1550px; padding:0 15px; margin:0 auto;}
.inner02{width:1024px; padding:0 15px; margin:0 auto;}
.en_txt{font-family:'Lato','Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif; font-weight:normal;}
.blind{font-size:0; text-indent:-999999px; overflow:hidden;}
.main_container{padding:30px 0 80px;}

/*header_wrap01 PC / 가로 1201px 이상 common*/
.header_wrap01{width:100%; z-index:350; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; 
		background-color:#ffffff;}
/*top_menu*/
.top_menu{border-bottom:1px solid #eaeaea;}
.top_menu ul{float:right;}
.top_menu ul li{float:left; position:relative; border-left:1px solid #eaeaea; font-size:13px;}
.top_menu li:last-child{border-right:1px solid #eaeaea;}
.top_menu li>a{display:block; padding:4px 20px; color:#9999999;}
.top_menu li>a:hover{color:#000000;}
.top_menu li:first-child>a{background-color:#Fbfbfb;}
.top_menu li.member_name>em{display:block; padding:4px 20px; color:#000000;}
/*middle*/
.middle{padding:20px 0;border-bottom:1px solid #eaeaea;}
.middle>div{position:relative;}
/*.middle h1*/
.middle h1{width:232px; margin:0 auto;}
.middle h1>a{display:block; width:100%;}
.middle h1>a img{width:100%;}
/*top_banner*/
.top_banner{padding-left:43px; position:absolute; left:15px; top:1px; background:url("../images/common/character01.png")no-repeat 0 0; padding-top:2px;}
.top_banner>*{display:block; line-height:1.3;}
.top_banner em{font-weight:bold; color:#000000; font-size:23px;}
.top_banner strong{font-size:15px; color:#6e737b; letter-spacing:-1.5px;}

/*common_search_wrap*/
.common_search_wrap{position:absolute; right:15px; top:9px; background-color:#ffffff;}
.common_search_wrap div{border:1px solid #aeaeae; border-radius:50px; padding:4px 15px;}
.common_search_wrap div>*{display:inline-block; vertical-align:top;}
.common_search_wrap .common_search{border:none; font-size:14px; width:170px;}
.btn_common_search{width:25px; height:25px; position:relative; font-size:0; text-indent:-999999px; background-color:#ffffff; border:none; }
.btn_common_search>span{display:block; width:100%; height:100%;}
.btn_common_search>span:before{content:''; width:14px; height:14px; display:block; border-radius:50%; border:2px solid #999999; position:absolute; left:0; 
		top:2px;}
.btn_common_search>span:after{content:''; width:8px; height:2px; display:block; border-radius:2px; background-color:#999999; position:absolute; left:15px; 
		top:18px; transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);}

/*bottom*/
.bottom{border-bottom:2px solid #567ebf;}
/*통합카테고리*/
.total_category_wrap{float:right; margin-left:40px;}
.btn_total_nav_open{height:50px; cursor:pointer; }
.btn_total_nav_open>*{display:inline-block; vertical-align:top; }
.btn_total_nav_open>div{width:14px; height:100%; padding-top:18px; font-size:0;}
.btn_total_nav_open>div span{display:block; width:100%; height:2px; background-color:#666666;}
.btn_total_nav_open>div span+span{margin-top:4px;}
.btn_total_nav_open strong{color:#666666; font-size:15px; margin-left:3px; line-height:50px; letter-spacing:-1px;}
.btn_total_nav_open:hover span{background-color:#567ebf;}
.btn_total_nav_open:hover strong{color:#567ebf;}
/*통합카테고리메뉴*/
#total_category{width:0; height:100%; position:fixed; right:0; top:0; bottom:0; background-color:rgba(255,255,255,1); z-index:500; overflow:hidden;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease; 
		box-shadow:1px 0 10px rgba(0,0,0,0.2);}
.total_category_inner{padding:25px 25px 15px 25px; position:relative;}
.total_category_inner h1{width:160px; margin:0 auto;}
.total_category_inner>div{margin-top:15px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.total_category_list{float:left; width:25%; margin:15px 0; padding:0 15px;}
.total_category_list:nth-child(4n+1){margin-left:0; clear:both;}
.total_category_inner h3{font-size:15px; color:#000000; position:relative; padding-bottom:9px;}
.total_category_inner h3:before{content:''; width:30px; height:2px; display:block; background-color:#567ebf; position:absolute; left:0; bottom:0;}
.total_2depth{margin-top:7px;}
.total_2depth>li{font-size:14px;}
.total_2depth>li+li{margin-top:2px;}
.total_2depth>li>a{display:block; color:#333333;}
.total_2depth>li>a:hover{color:#567ebf; }
/*통합카테고리 메뉴닫기 버튼*/
#total_category .btn_close{height:30px; width:30px; cursor:pointer; position:absolute; left:15px; top:15px;}
#total_category .btn_close .close_icon{font-size:0; overflow:hidden; display:block; height:100%; width:100%; position:absolute; left:0; top:0;}
#total_category .btn_close .close_icon:before, #total_category .btn_close .close_icon:after{content:''; height:1px; width:30px; display:block;
		background-color:#567ebf;  position:absolute; top:18px; left:0px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
#total_category .btn_close .close_icon:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);}
/*gnb*/
.gnb{float:left;}
.gnb>li{float:left; font-size:16px; position:relative;  letter-spacing:-1px;}
.gnb>li+li{margin-left:40px;}
.gnb>li>a{display:block; color:#231f20; line-height:50px;}
.gnb>li:hover>a{color:#567ebf;}
/*gnb02*/
.gnb02{float:right; position:relative; padding-left:40px;}
.gnb02:before{content:''; width:2px; height:18px; display:block; background-color:#567ebf; position:absolute; left:0; top:17px;}
.gnb02>li{float:left; font-size:16px; position:relative; letter-spacing:-1px;}
.gnb02>li+li{margin-left:40px;}
.gnb02>li>a{display:block; color:#231f20; line-height:50px;}
.gnb02>li:hover>a{color:#567ebf;}
.gnb_2depth_menu{display:none; background-color:#ffffff; position:absolute; left:-10px; top:50px; min-width:180px;  z-index:250; 
		border:1px solid #eaeaea; border-top:2px solid #567EBF; padding:12px 10px 12px 20px; box-shadow:2px 2px 3px rgba(0,0,0,0.05);}
.gnb_2depth_menu.gnb_2depth_menu03,.gnb_2depth_menu.gnb_2depth_menu04{left:auto; right:-10px;}
.gnb_2depth_menu>li+li{margin-top:8px;}
.gnb_2depth_menu>li>a{display:block; font-size:14px; color:#444444;}
.gnb_2depth_menu>li>a:hover{color:#567ebf;}
/*header_wrap01 스크롤 내렸을때 */
.header_wrap01.header_up{position:fixed; left:0; top:-125px; box-shadow:1px 1px 5px rgba(0,0,0,0.2); }

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{display:none; width:100%; padding:15px 15px; background-color:#ffffff; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; min-width:300px; position:relative; }
/*header_wrap02 h1 logo*/
.header_wrap02 h1{width:184px; float:left;}
.header_wrap02 h1>a{display:block; width:100%;}
.header_wrap02 h1>a>img{width:100%;}
/*header_wrap02 전화연결 메뉴/ 모바일 메뉴 common*/
.header_wrap02 .util_menu{float:right; margin-top:6px;}
.header_wrap02 .util_menu>div{float:left; }
.header_wrap02 .util_menu>div+div{margin-left:8px;}
/* 모바일 search box */
.tm_btn_search_open{width:24px; height:30px; position:relative; border:none; background-color:transparent; text-indent:-999999px; 
		overflow:hidden;}
.tm_btn_search_open>span{display:block;}
.tm_btn_search_open>span:before{content:''; width:16px; height:16px; display:block; border-radius:50%; border:2px solid #666666; position:absolute; left:0; 
		top:2px;}
.tm_btn_search_open>span:after{content:''; width:10px; height:2px; display:block; border-radius:2px; background-color:#666666; position:absolute; left:14px; 
		top:22px; transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);}
.tm_search{display:none; position:absolute; left:0; top:71px; z-index:500; background-color:rgba(255,255,255,0.98); width:100%; 
		border-top:1px solid #e6e6e6; padding:20px 15px; letter-spacing:-1px;  -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; border-bottom:1px solid #e6e6e6; }
.tm_search div{border:1px solid #aeaeae; border-radius:50px; overflow:hidden; width:230px; margin:0 auto; padding:4px 0;}
.tm_search div>*{vertical-align:top;}
.tm_search div>input[type=search]{border:none; width:190px; height:30px; padding:2px 5px 2px 15px; background-color:transparent; font-size:14px;}
.btn_tm_common_search{display:inline-block; width:24px; height:30px; border:none; font-size:0; text-indent:-999999px; padding:0; 
		background-color:transparent;}
.btn_tm_common_search>span{display:block; width:100%; height:100%; position:relative;}
.btn_tm_common_search>span:before{content:''; width:16px; height:16px; display:block; border-radius:50%; border:2px solid #666666; position:absolute; left:0; 
		top:2px;}
.btn_tm_common_search>span:after{content:''; width:10px; height:2px; display:block; border-radius:2px; background-color:#666666; position:absolute; left:14px; 
		top:22px; transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
/*전화연결*/
.phone_link{width:30px; height:30px; }
.phone_link>a{display:block; width:100%;}
.phone_link>a>img{width:100%;}
/*모바일 메뉴 열기 버튼*/
.btn_tm_nav_open{width:24px; height:30px; position:relative; cursor:pointer; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; padding-top:7px;}
.btn_tm_nav_open span{display:block; width:100%; height:2px; overflow:hidden; font-size:0;  background-color:#666666; margin:0 auto;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease; }
.btn_tm_nav_open span+span{margin-top:5px;}
/*모바일 메뉴 열렸을때 버튼 모양 x로 변경*/
.btn_tm_nav_open.on{z-index:600; position:fixed; right:25px; top:20px;}
.btn_tm_nav_open.on span{background-color:#ffffff; }
.btn_tm_nav_open.on span:nth-child(1){-webkit-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); 
		transform: translateY(7px) rotate(-45deg);}
.btn_tm_nav_open.on span:nth-child(2){opacity: 0;}
.btn_tm_nav_open.on span:nth-child(3){transform: translateY(-7px) rotate(45deg); -webkit-transform: translateY(-7px) rotate(45deg);
		-ms-transform: translateY(-7px) rotate(45deg);}
/*모바일 메뉴 배경 바탕막*/
.page_cover02{display:none; position:fixed; width:100%; height:100%; top:0px; left:0; background-color:rgba(255,255,255,0.6); z-index:499; 
		min-height:999999px;}
/*모바일,태블릿/1차 2차 카테고리  메뉴 common*/
.tm_gnb_wrap{display:block; width:100%; height:100%; position:fixed; top:0px; right:-100%; z-index:500; background-color:rgba(86,126,191,1); 
		overflow-y:auto; padding-top:60px;}
/*tm_member_menu*/
.tm_member_login{padding:5px 20px 25px;}
.tm_member_login>li{float:left; margin-right:3px; letter-spacing:-1px;} 
.tm_member_login>li:last-child{margin-right:0;}
.tm_member_login>li>a{display:block; padding:3px 10px; border-radius:3px; border:1px solid rgba(255,255,255,0.6); color:#ffffff;}
.tm_member_login>li.tm_member_name{float:none; margin-right:0; margin-bottom:8px;}
.tm_member_login>li.tm_member_name em{color:#ffffff; font-size:16px;}
/*1차 카테고리  메뉴*/
.tm_gnb{width:100%; overflow-x:hidden; background-color:#ffffff; padding-top:20px;}
.tm_gnb>li>a{display:block; color:#231f20;}
.tm_gnb>li strong{display:block; font-size:16px; color:#231f20; padding:7px 10px 7px 25px; cursor:pointer; position:relative; }
.tm_gnb>li .m_more{width:9px; height:9px; display:block; position:absolute; right:20px; top:15px; overflow:hidden; }
.tm_gnb>li .m_more:before,.tm_gnb>li .m_more:after{content:''; width:9px; height:1px; position:absolute; left:0; top:4px; display:block; 
		background-color:#999999;}
.tm_gnb>li .m_more:after{width:1px; height:9px; left:4px; top:0; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  
		transition:all 0.3s ease;}
.tm_gnb>li.active .m_more:after{display:none;}
/*home link*/
.tm_gnb .tm_home{width:54px; height:14px; display:inline-block; position:relative;  font-size:0; text-indent:-999999px; overflow:hidden; margin-left:25px; 
		margin-top:10px;}
.tm_gnb .tm_home:before{content:''; width:0; height:0px; display:block; position:absolute; left:20px; top:0px; border:7px solid transparent; 
		border-bottom-color:#231f20; border-top:0; transform:scale(1,0.8);-webkit-transform:scale(1,0.8); -moz-transform:scale(1,0.8); -o-transform:scale(1,0.8);
		-ms-transform:scale(1,0.8);}
.tm_gnb .tm_home:after{content:''; width:4px; height:4px; display:block; position:absolute; left:22px; top:6px; border:3px solid #222222; 
		border-top-width:3px; border-bottom:0;}
.tm_home_link{padding-top:18px;}
/*2차 카테고리*/
.tm_gnb_2depth{display:none; background-color:rgba(86,126,191,0.8);  padding:15px 0 15px 0;}
.tm_gnb_2depth>li+li{margin-top:5px;}
.tm_gnb_2depth>li>a{display:block; font-size:14px; padding:0 10px 0 35px; position:relative; font-weight:500; color:#ffffff;}
.tm_gnb_2depth>li>a:before{content:'-'; display:block; position:absolute; left:25px; top:0;}
/*tm_cs_center*/
.tm_cs_center{padding:20px 20px 20px 63px; background:url("../images/common/character01.png")no-repeat 20px 20px;} 
.tm_cs_center>*{display:block; line-height:1.3; color:#ffffff;}
.tm_cs_center em{font-size:23px;}
.tm_cs_center strong{font-size:15px; letter-spacing:-1.5px;} 
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{padding:12px 15px; position:fixed; top:0; left:0; z-index:500; box-shadow:1px 1px 3px rgba(0,0,0,0.2); 
		background-color:rgba(255,255,255,0.98);}
.header_wrap02.header_up02 .tm_search{top:65px;}

/*메인 비주얼*/
.main_visual{width:100%;}
/*.main_slide_list>li{width:100%; height:700px; background-size:cover; background-position:center center; background-repeat:no-repeat; 
		overflow:hidden; font-size:0; text-indent:-999999px; }
.main_slide_list .slide01{background-image:url("../images/main/main_visual_slide01.jpg");}
.main_slide_list .slide02{background-image:url("../images/main/main_visual_slide02.jpg");}
.main_slide_list .slide03{background-image:url("../images/main/main_visual_slide03.jpg");}*/
.main_slide_list>li>img{width:100%;}

/*메인 비쥬얼 control_box*/
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{background-color:#ffffff; opacity:0.8; width:6px; height:6px;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{opacity:1; width:30px; border-radius:4px;
		box-shadow:1px 1px 3px rgba(0,0,0,0.2); background-color:#567ebf;}

/*main_products_list*/
.main_products_wrap h3{color:#000000; font-size:32px; letter-spacing:-1px; font-weight:bold; line-height:1.2;}
.main_products_list>li{margin:20px 0; float:left; width:23.05%;}
.main_products_list>li+li{margin-left:2.6%;}
.main_products_list>li:nth-child(4n+1){margin-left:0; clear:both;}
.main_products_list>li>a{display:block; color:#231f20; font-size:17px;}
.main_products_list>li>a>*{display:block;}
.main_products_list>li>a>span{display:block; width:100%; border:1px solid #dedede;}
.main_products_list>li>a>span img{width:100%;}
.main_products_list>li>a strong{margin-top:10px; text-align:center;}
.main_products_list>li>a:hover{color:#567ebf;} 
.main_products_list>li>a:hover span{border-color:#567ebf;}

/*main_banner_wrap*/
.main_banner_wrap{margin-top:20px; padding:70px 0; background:url("../images/main/bg_main.jpg")no-repeat center center; background-size:cover;} 
.main_banner_wrap>div{font-size:0; }
.main_banner_wrap>div>*{display:inline-block; vertical-align:middle; font-size:19px; color:#231f20;font-weight:500;}
.main_banner_wrap ul{width:70%;}
.main_banner_wrap ul>li{float:left; width:33.333333%; box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
.main_banner_wrap ul>li>img{width:100%;}
.main_banner_contents{width:30%; padding-left:35px; line-height:1.1; letter-spacing:-1px;}
.main_banner_contents>em{display:block; font-size:34px; font-weight:700; color:#000000; margin-top:8px;}
.main_banner_contents>em.en_txt{font-size:30px; font-weight:900; color:#567ebf;}

/*main_community_wrap*/
.main_community_wrap{margin-top:60px;}
.main_community{float:left; width:33.333333%; padding:0 30px; min-height:124px;}
.main_community h4{color:#000000; font-size:22px;}
/*고객상담센터*/
.main_community.main_cs{padding:0 30px 0 150px; background:url("../images/common/character02.png")no-repeat 25px center; }
.main_community.main_cs em{display:block; font-size:20px; font-weight:bold; color:#567ebf; letter-spacing:-1px; line-height:1.5;}
.main_community.main_cs p{position:relative; padding-left:35px; letter-spacing:-1px; line-height:1.4;} 
.main_community.main_cs p+p{padding-left:47px;}
.main_community.main_cs span{display:block; position:absolute; left:0; top:0;}
/*공지사항*/
.main_notice{position:relative;}
.main_notice:before{content:''; width:1px; height:100%; display:block; background-color:#e6e6e6; position:absolute; left:0; top:0;}
.main_notice:after{content:''; width:1px; height:100%; display:block; background-color:#e6e6e6; position:absolute; right:0; top:0;}
.main_notice p{font-size:16px; line-height:1.4;}
.main_notice a{position:absolute; right:30px; bottom:0; width:35px; height:25px; display:block; font-size:0; text-indent:-999999px; overflow:hidden;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.main_notice a:before{content:''; height:1px; width:30px; display:block; background-color:#999999; position:absolute; top:13px; right:0;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.main_notice a:after{content:''; height:17px; width:12px; display:block; border:1px solid #999999;  border-left-width:0; border-top-width:0; 
		border-bottom-width:0; position:absolute; top:6px; right:5px; transform:rotate(-60deg);-webkit-transform:rotate(-60deg);
		-moz-transform:rotate(-60deg); -o-transform:rotate(-60deg);-ms-transform:rotate(-60deg); -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.main_notice a:hover{right:40px;}
.main_notice a:hover:before{background-color:#567ebf;}
.main_notice a:hover:after{border-color:#567ebf;}
/*main_banner_list*/
.main_banner_list{display:table; height:124px;}
.main_banner_list ul{display:table-row;}
.main_banner_list li{display:table-cell; width:25%; vertical-align:middle; text-align:center; padding:0 2px; }
.main_banner_list li>a{display:block; }
.main_banner_list li>a strong{font-size:15px; color:#567ebf; display:block; margin-top:8px;letter-spacing:-1px;}

/*기타메뉴*/
.etc_menu{padding:12px 0; border-top:1px solid #dedede;}
.etc_menu ul{font-size:0;}
.etc_menu li{display:inline-block; vertical-align:middle; font-size:14px; position:relative;}
.etc_menu li+li{margin-left:8px; padding-left:8px;}
.etc_menu li+li:before{content:''; width:1px; height:12px; display:block; background-color:#999999; position:absolute; left:0; top:6px;}
.etc_menu li>a{display:block;}
.etc_menu li>a:hover{color:#000000;}

/*footer*/
footer>.inner{position:relative;}
.f_logo{float:left; width:182px; display:block;}
.f_logo>img{width:100%;}
.company_info02{float:left; margin-left:40px; font-size:13px;  }
.company_info02 dl{display:inline-block; vertical-align:middle; position:relative;}
.company_info02 dl+dl{padding-left:8px; margin-left:5px;}
.company_info02 dl+dl:before{content:''; width:1px; height:12px; display:block; position:absolute; left:0; top:6px; background-color:#999999;}
.company_info02 dl dt,.company_info02 dl dd{display:inline-block; vertical-align:top;}
.company_info02 dl dd, .company_info02 span{color:#231f20;}
.company_info02 dl dd{margin-left:5px;}
.company_info02 dl.mailto a{color:#231f20;}
.company_info02 dl.mailto a:hover{ text-decoration:underline;}
.company_info02 p.note{color:#231f20; font-size:14px; margin-top:8px; font-weight:500;}
.footer_banner{position:absolute; right:15px; top:0;}
.footer_banner>*{display:inline-block; vertical-align:top;}
.gyeonggi_banner{width:170px; margin-right:3px;}
.gyeonggi_banner>a{border:1px solid #f0f0f0; width:100%; display:block;}
.gyeonggi_banner>a>img{width:100%;}

/*.top_btn*/
.top_btn{position:fixed; bottom:20px; right:15px; border:1px solid #777777; padding:15px 0 8px; cursor:pointer; width:40px; height:40px; 
		text-align:center; font-size:13px; color:#777777; z-index:300; background-color:rgba(255,255,255,0.05);}
.top_btn:before{content:''; width:4px; height:4px; display:block; border:2px solid #777777; border-left-width:0; border-bottom-width:0; 
		transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
		position:absolute; left:16px; top:9px;}

/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:none; width:40px; height:40px; position:absolute; left:15px; bottom:20px; border:1px solid #777777;}
footer .back_btn>img{width:100%;}


/*1550이하 */
@media screen and (max-width:1550px){

/***layout***/
.wrap{min-width:1300px;}

/***common***/
.inner{width:100%;} 

/*통합카테고리*/
.total_category_wrap{margin-left:35px;}

/*gnb*/
.gnb>li+li{margin-left:32px;}
.gnb02{padding-left:32px;}
.gnb02>li+li{margin-left:32px;}

/*main_community_wrap*/
.main_community{padding:0 20px;}
.main_community.main_cs{padding-left:120px; padding-right:15px; background-position:0 center;}
.main_notice a{right:20px;}
.main_notice a:hover{right:30px;}

}/*1550이하 끝*/

/*1300이하 */
@media screen and (max-width:1300px){

/***layout***/
.wrap{min-width:300px;}

/*header_wrap*/
.header_wrap01{display:none;}
.header_wrap02{display:block;}

/*메인 비주얼*/
/*.main_slide_list>li{height:600px;} */

/*main_banner_wrap*/
.main_banner_wrap ul{width:65%;}
.main_banner_contents{width:35%;} 


/*고객상담센터*/
.main_community.main_cs{width:38%;}
.main_community.main_notice{width:24%;}
.main_community.main_banner_list{width:38%; padding:0;}



/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:block;}

}/*1300이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){

/*common*/
.inner02{width:100%;} 

/*main_banner_wrap*/
.main_banner_wrap{padding:40px 0 40px;}
.main_banner_wrap>div{position:relative; padding-top:170px;}
.main_banner_wrap>div>*{display:block;} 
.main_banner_wrap ul{width:100%;}
.main_banner_contents{width:100%; padding:0 15px; text-align:center; position:absolute; left:0; top:0; right:0;}

/*main_community_wrap*/
.main_community.main_cs{width:55%; margin-bottom:40px; padding-right:10px;}
.main_community.main_notice{width:45%; padding:0 0 0 20px; margin-bottom:40px;}
.main_community.main_notice:after{display:none;}
.main_notice a{right:0;}
.main_notice a:hover{right:10px;}
/*.main_banner_list*/
.main_community.main_banner_list{width:100%; float:none;clear:both; display:block; height:auto; min-height:auto;}
.main_community.main_banner_list ul{display:block;}
.main_community.main_banner_list ul>li{display:block; float:left;}

/*기타메뉴*/
.etc_menu{padding:10px 0;}
.etc_menu ul{text-align:center;}

/*footer*/
.f_logo{float:none; margin:0 auto;}
.company_info02{float:none; margin-left:0; margin-top:15px; text-align:center;}
.footer_banner{position:static; margin:20px auto 0; text-align:center;}

}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){

/*common*/
.main_container{padding:30px 0 60px;}

/*메인 비주얼*/
/*.main_slide_list>li{height:550px;}*/

/*main_products_list*/
.main_products_list>li{width:49%;}
.main_products_list>li+li{margin-left:2%;}
.main_products_list>li:nth-child(2n+1){margin-left:0; clear:both;}

/*main_community_wrap*/
.main_community_wrap{margin-top:40px;}
.main_community.main_cs{width:100%; float:none; margin-bottom:0; padding-right:120px; padding-left:0; background-position:right center;}
.main_community.main_notice{width:100%; float:none; margin-bottom:0; margin-top:20px; padding:20px 0 0 0; border-top:1px solid #e6e6e6;}
.main_community.main_notice:before{display:none;}
.main_community.main_banner_list{margin-top:20px; padding-top:30px; border-top:1px solid #e6e6e6;}

}/*768이하 끝*/

/*600이하 */
@media screen and (max-width:600px){

/*main_products_list*/
.main_products_wrap h3{font-size:26px;}
.main_products_list>li>a{font-size:16px;}

/*main_banner_wrap*/
.main_banner_wrap{padding:30px 0;}
.main_banner_wrap>div{padding-top:130px;}
.main_banner_wrap>div>*{font-size:16px;}
.main_banner_contents>em{ font-size:24px;}
.main_banner_contents>em.en_txt{font-size:22px;}

/*main_community_wrap*/
.main_banner_list li>a strong{font-size:14px;}

/*기타메뉴*/
.etc_menu li{letter-spacing:-1px; padding-top:1px; padding-bottom:1px;}
.etc_menu li+li:before{top:8px;}

/*footer*/
.company_info02 dl.mailto{display:block;}
.company_info02 dl.mailto:before{display:none;}

}/*600이하 끝*/

/*420이하 */
@media screen and (max-width:420px){

/*main_products_list*/
/*.main_products_list{margin-top:15px;}
.main_products_list>li{margin:0; float:none; width:100%;}
.main_products_list>li+li{margin-left:0; margin-top:30px;}*/

/*main_community_wrap*/
.main_community_wrap{margin-top:30px;}
.main_community{min-height:104px;}
.main_community h4{font-size:20px;}
.main_community.main_cs em{font-size:22px;}
.main_community.main_cs p{font-size:13px; padding-left:30px; }
.main_community.main_cs p+p{padding-left:40px;}
.main_notice p{font-size:14px;}
.main_banner_list li>a img{width:45px; height:auto;}
.main_banner_list li>a strong{font-size:13px;}

/*footer*/
.company_info02 dl.corporate_number, .company_info02 dl.personal_information{display:block;}
.company_info02 dl.corporate_number:before, .company_info02 dl.personal_information:before{display:none;}

}/*420이하 끝*/

/*340이하 */
@media screen and (max-width:340px){

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02 h1{width:171px;}
.header_wrap02 .util_menu{margin-top:4px;}
.header_wrap02 .util_menu>div+div{margin-left:5px;}
.header_wrap02.header_up02 .tm_search{top:62px;}

/*main_community_wrap*/
.main_community.main_cs{padding-right:90px; background-size:85px auto;}


}/*340이하 끝*/