@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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

/* reset */
body {
	font-family:'Montserrat','Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	
	font-weight:400;
	font-size:14px;
	line-height:1.6;
	color:#555555;	
	margin:0;
	padding:0;	
	letter-spacing:-0.5px;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

button{cursor:pointer; font-family:inherit;}
button:focus{outline:none;}

textarea{font-family:inherit;}
textarea:focus{outline:none;}

input{ font-family:inherit;}
input:focus{outline:none;}

iframe{border:none; vertical-align:top; font-family:inherit; }

select{background-color:#ffffff; font-family:inherit; }
select:focus{outline:none;}

fieldset{border:none;}

legend{font-size:0; height:0; width:0;}

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;
}

th,strong, b, h1, h2, h3, h4, h5, h6{font-weight:500;}
em,i,address{font-style:normal;}
a{text-decoration:none; color:#555555;}
*{box-sizing:border-box;}
*:before,*:after{box-sizing:border-box;}

/***layout***/
.wrap{width:100%; height:100%; min-width:1200px; font-family:'Montserrat','Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;}
header{width:100%;}
main{width:100%;}
footer{width:100%; background-color:#333333; padding:25px 0 80px; font-size:15px; color:#aaaaaa;} 

/***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:1200px; padding:0 10px; margin:0 auto;}
.inner02{width:1200px; margin:0 auto;}
.main_container{padding:60px 0 0;}

/*header_wrap01 PC / 가로 1201px 이상 common*/
.header_wrap01{width:100%; padding:25px 0 0; z-index:350; min-width:1200px; position:absolute; left:0; 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; height:90px;}
/*header_wrap01 h1*/
.header_wrap01 h1{float:left; width:222px; height:46px;}
.header_wrap01 h1>a{display:block; width:100%; height:100%;}
.header_wrap01 h1>a img{width:100%;}
/*total_category_wrap*/
.total_category_wrap{float:right; margin-left:100px;}
/*통합카테고리 열기 버튼*/
.btn_total_nav_open{overflow:hidden; text-indent:-999999px; width:30px; height:46px; position:relative; cursor:pointer; padding-top:23px; font-size:0;}
.btn_total_nav_open span{display:block; width:100%; height:2px; -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:#222222;}
.btn_total_nav_open span+span{margin-top:5px;}
.btn_total_nav_open:hover span{width:20px; margin-left:10px;}
.btn_total_nav_open:hover span:nth-child(2){width:100%; margin-left:0;}
/*통합카테고리메뉴*/
#total_category{width:0; height:100%; position:fixed; right:0; top:0; bottom:0; background-color:#ed1b23; 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.4);}
.total_category_inner{padding:80px 15px 20px 80px; position:relative; height:100%; overflow-y:auto;}
.total_category_list+div{margin-top:30px;}
.total_category_list h3{font-size:22px; color:#ffffff; position:relative;}
.total_category_list h3:before{content:''; width:30px; height:1px; display:block; background-color:#ffffff; position:absolute; left:0; bottom:-10px;}
.total_2depth{margin-top:20px; font-size:18px;}
.total_2depth>li+li{margin-top:6px;}
.total_2depth>li>a{display:inline-block; color:rgba(255,255,255,0.9);  font-weight:500;} 
.total_2depth>li>a:hover{color:rgba(255,255,255,1);}
/*통합카테고리 메뉴닫기 버튼*/
#total_category .btn_close{height:30px; width:30px; cursor:pointer; position:absolute; left:20px; top:20px;}
#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:#ffffff;  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:right; display:flex; gap:0 100px; margin-top:18px;} 
.gnb>li{position:relative; }
.gnb>li>a{display:block; color:#000000; padding:0 0 18px; font-size:18px;}
.gnb>li>a span{display:inline-block; width:5px; height:5px; border:2px solid #000000; border-left-width:0; border-top-width:0; margin-left:8px;vertical-align:middle;
		 transform:rotate(45deg);-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); margin-top:-5px;}
.gnb>li:hover>a{color:#ed1b23;}
.gnb>li:hover>a span{border-color:#ed1b23;}
/*gnb_2depth_menu*/
.gnb_2depth_menu{display:none; background-color:#ffffff; position:absolute; left:-15px; top:35px; width:120%; min-width:210px; z-index:250; text-align:left; 
	padding:20px 20px 20px 20px; box-shadow:0 0 10px rgba(0,0,0,0.01);  border-radius:10px; border:1px solid #dedede; }
.gnb_2depth_menu>li+li{margin-top:7px;}
.gnb_2depth_menu>li>a{display:block; font-size:16px; font-weight:500;}
.gnb_2depth_menu>li>a:hover{color:#ed1b23; }
/*header_wrap01 스크롤 내렸을때 */
.header_wrap01.header_up{position:fixed; left:0; box-shadow:1px 1px 4px rgba(0,0,0,0.2); padding-top:10px; height:66px; background-color:rgba(255,255,255,0.95);}
.header_wrap01.header_up .gnb>li>a{padding:0 0 10px;} 

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{display:none; width:100%; height:61px; padding:10px; min-width:320px;  justify-content:space-between; align-items:end; position:absolute; left:0;
		top:0; z-index:300; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease; }
/*.header_wrap02>h1*/
.header_wrap02>h1{width:195px;}
.header_wrap02>h1>a{display:block; width:100%;}
.header_wrap02>h1>a img{width:100%;}
/*header_wrap02 전화연결 메뉴/ 모바일 메뉴 common*/
.header_wrap02 .util_menu{gap:0 10px; display:flex;}
/*.header_wrap02 .phone_link*/
.header_wrap02 .phone_link{width:30px; height:30px;}
.header_wrap02 .phone_link>a{display:block; width:100%;}
.header_wrap02 .phone_link>a img{width:100%;}
/*모바일 메뉴 열기 버튼*/
.btn_tm_nav_open{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; width:30px; height:30px; }
.btn_tm_nav_open span{display:block; width:100%; height:2px; overflow:hidden; font-size:0;  background-color:#333333; -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:10px; top:15px;}
.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(0,0,0,0.8); 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:#ffffff; overflow-y:auto; 
		padding-top:15px;}
.tm_gnb_wrap h1{margin:0 auto; width:140px;}
.tm_gnb_wrap h1 img{width:100%;}
/*1차 카테고리  메뉴*/
.tm_gnb{width:100%; overflow-x:hidden; margin-top:50px; }
.tm_gnb>li{text-align:center;}
.tm_gnb>li+li{margin-top:20px; }
.tm_gnb>li strong{display:block; font-size:19px; color:#111111; padding:0 10px; cursor:pointer;} 
/*2차 카테고리*/
.tm_gnb_2depth{margin-top:10px; }
.tm_gnb_2depth>li+li{margin-top:8px;}
.tm_gnb_2depth>li>a{display:block; font-size:16px; padding:0 10px 0 10px; font-weight:500;} 
.tm_gnb_2depth>li>a:hover{color:#ed1b23;}
/*고객센터*/
.tm_cs_center{margin-top:15px; padding:15px 10px 20px; text-align:center; font-size:15px; border-top:1px solid #eeeeee;}
.tm_cs_center h4{color:#222222;}
.tm_cs_center dl{display:flex; justify-content:center; gap:5px;}
.tm_cs_center dt,.tm_cs_center dd{font-size:19px; font-weight:500; color:#ed1b23;}
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때*/
.header_wrap02.header_up02{position:fixed; top:0; left:0; background-color:rgba(255,255,255,0.95); z-index:500; box-shadow:1px 1px 4px rgba(0,0,0,0.4);}

/*메인 비주얼*/
.main_visual{width:100%; height:820px;}
.main_slide_list{width:100%; height:100%;}
.main_slide_list>li{width:100%; height:100%;}
.main_slide_list>li.slide01{background:url("../images/main/main_visual_slide02.jpg")no-repeat 0 0; background-size:cover;}
.main_slide_list>li.slide02{background:#f4f4f4 url("../images/main/bg_main_visual.png")no-repeat 0 0; background-size:100% auto;}
/*메인 비쥬얼 control_box*/
.main_visual.swiper-container-horizontal > .swiper-pagination-bullets{bottom:10px;}
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{background-color:transparent; opacity:1; width:8px; height:8px; 
		border-radius:10px; -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;
		vertical-align:middle;}
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:#ed1b23; width:30px;}
/*main_visual_txt*/
.main_slide_list .inner{height:100%;  padding-top:66px; padding-bottom:30px;}
.main_visual_txt{width:100%; height:100%; display:flex; flex-wrap:wrap;  justify-content:space-between; align-items:center; line-height:1.4; gap:0 60px;
		text-align:center; letter-spacing:-1px;}
.main_visual_txt.main_visual_txt01{ flex-flow:row-reverse wrap;}
.main_visual_phrases h2{font-size:60px; color:#111111; font-weight:700; letter-spacing:-1.5px; line-height:1.2;}
.main_visual_phrases p strong{display:inline-block; background-color:#9e78d6; color:#ffffff; padding:12px 30px; border-radius:50px; font-size:26px; margin-top:30px;}
.main_visual_txt.main_visual_txt02 .main_visual_phrases p strong{background-color:#5d76dd; }
.main_visual_phrases ul{display:inline-block; margin-top:22px; font-size:18px; color:#221d24; text-align:left;}
.main_visual_phrases ul>li+li{margin-top:6px;}
/*main_visual_view*/
.main_visual_view{margin-top:22px;}
.main_visual_view a{display:inline-block; font-size:18px; padding:9px 25px 8px; border:1px solid #555555; border-radius:3px;}
.main_visual_view a:hover{color:#ed1b23; font-weight:500; border-color:#ed1b23;}

/*main_products_list*/
.main_products_list{display:flex; flex-wrap:wrap; gap:30px;}
.main_products_list>li{width:calc(33.3% - 20px); border:1px solid #aaaaaa; border-radius:10px; letter-spacing:-1px; line-height:1.4;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
.main_products_list>li:hover{border:none; box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.3);}
.main_products_list>li>a{display:block; padding:30px 35px; }
.main_products_info{margin-top:30px;}
.main_products_info h2{font-size:24px; color:#111111; font-weight:600;}
.main_products_info>p{font-size:17px; margin-top:10px;}
.main_products_sale{margin-top:15px; font-size:15px;}
.main_products_sale dl{display:flex; gap:0 5px; align-items:center; color:#221d24;}
.main_products_sale dl+dl{margin-top:8px;}
.main_products_sale dt{width:55%;}
.main_products_sale dt strong{color:#ed1b23; font-size:18px;}
.main_products_sale dd{width:calc(45% - 5px); text-align:right;  font-weight:500;}
.main_products_sale .main_bill_amount dd{font-weight:600; font-size:20px;}
.main_products_more{text-align:center;  margin-top:50px;}
.main_products_more>a{display:inline-block; width:81px; height:81px; position:relative; font-size:0; vertical-align:top;}
.main_products_more>a:before{content:''; display:block; background-color:#221d24; width:100%; height:1px; position:absolute; left:0; top:50%;}
.main_products_more>a:after{content:''; display:block; background-color:#221d24; width:1px; height:100%; position:absolute; left:50%; top:1;}
.main_products_more>a:hover:before{background-color:#ed1b23;} 
.main_products_more>a:hover:after{background-color:#ed1b23;} 

/*main_products_banner_wrap*/
.main_products_banner_wrap{margin-top:50px;}
.main_products_banner{display:block; width:100%; border-radius:10px; 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_products_banner>img{width:100%;}
.main_products_banner:hover{box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.3);}

/*main_cs_wrap*/
.main_cs_wrap{margin-top:50px;  padding:50px 0; background-color:#ed1b23; }
.main_cs_wrap>div{display:flex; flex-wrap:wrap; gap:20px 60px; justify-content:center; color:#ffffff; align-items:center; }
.main_cs_title{width:290px;}
.main_cs_title>h3{font-size:26px;  font-weight:700; line-height:1.0;}
.main_cs_title .search{display:flex; margin-top:10px; width:100%; background-color:#ffffff; border-radius:3px; overflow:hidden; border:1px solid rgba(255,255,255,0.8);}
.main_cs_title .search p{width:240px; padding:8px 10px; font-size:20px; color:#000000; font-weight:500; }
.main_cs_title .search .search_icon{width:50px; position:relative; background-color:#ed1b23; font-size:0;}
.main_cs_title .search .search_icon:before{content:''; width:22px; height:22px; display:block; border-radius:50%; border:3px solid #ffffff; 
		position:absolute; left:10px; top:10px;}
.main_cs_title .search .search_icon:after{content:''; width:12px; height:3px; display:block; border-radius:2px; background-color:#ffffff; position:absolute; left:27px; 
		top:30px; transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);}
.main_cs_info>p{font-size:24px;  font-weight:500; line-height:1.0;}
.main_cs_info>p strong{font-size:36px;  font-weight:700;}
.main_cs_info dl{display:flex; margin-top:10px; font-size:15px; gap:0 10px;  line-height:1.4;}

/*footer*/
footer>div{display:flex; flex-wrap:wrap; gap:20px 40px;}
.f_logo{width:180px;}
.company_info02>div>dl{display:inline-block; vertical-align:top; position:relative; padding:1px 0;}
.company_info02 address{padding:1px 0;}
.company_info02>div>dl+dl{margin-left:8px; padding-left:10px; }
.company_info02>div>dl+dl:before{content:''; width:1px; height:14px; display:block; background-color:#aaaaaa; position:absolute; left:0; top:7px;}
.company_info02 dl dt,.company_info02 dl dd{display:inline-block; vertical-align:middle;}
.company_info02 dl dd{margin-left:3px;}
.company_info02 p{margin-top:12px;}
.company_info02 span, .company_info02 dd{color:#ffffff;}

/*.top_btn*/
.top_btn{position:fixed; bottom:20px; right:10px; border:1px solid #aaaaaa; padding:15px 0 8px; cursor:pointer; width:40px; height:40px; 
		text-align:center; font-size:13px; color:#aaaaaa;  z-index:300; }
.top_btn:before{content:''; width:4px; height:4px; display:block; border:2px solid #aaaaaa; 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:10px; bottom:20px; border:1px solid #aaaaaa;}
footer .back_btn>img{width:100%;}



/*1200이하 */
@media screen and (max-width:1200px){

/***layout***/
.wrap{min-width:320px;}

/***common***/
.inner{width:100%;}
.inner02{width:100%;}

/*header*/
.header_wrap01{display:none;} 
.header_wrap02{display:flex;}

/*메인 비주얼*/
.main_visual{height:700px;}
/*main_visual_txt*/
.main_slide_list .inner{ padding-top:60px;}
.main_visual_txt{justify-content:center;}

/*main_products_list*/
.main_products_list{gap:12px;}
.main_products_list>li{width:calc(33.3% - 8px);}
.main_products_list>li>a{padding:30px; }





/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:block;}

}/*1200이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){

/*메인 비주얼*/
/*main_visual_txt*/
.main_visual_txt{align-content:center;}
.main_visual_products{width:100%; max-width:290px;}
.main_visual_phrases{width:100%;}
.main_visual_phrases h2{font-size:48px;} 
.main_visual_phrases p strong{margin-top:20px; font-size:20px;}
.main_visual_phrases ul{margin-top:17px;}
.main_visual_view{margin-top:15px;}
.main_visual_view a{font-size:16px;}

/*main_products_list*/
.main_products_list>li{width:calc(50% - 6px);}




}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){
/*footer*/
footer>div{justify-content:center;}
.company_info02{width:100%; text-align:center;}




}/*768이하 끝*/

/*600이하 */
@media screen and (max-width:600px){

/***layout***/
footer{font-size:14px;} 

/*common*/
.main_container{padding:50px 0 0;}

/*main_visual_txt*/
.main_visual_products{max-width:260px;}
.main_visual_phrases h2{font-size:36px;}
.main_visual_phrases p strong{padding:10px 20px; font-size:17px;}
.main_visual_phrases ul{font-size:14px;}
.main_visual_view a{font-size:15px; padding:8px 20px 7px;}

/*main_products_list*/
.main_products_list>li{width:100%;}
.main_products_list>li>a{padding:25px; }
.main_products_info h2{font-size:22px;}
.main_products_info>p{font-size:16px;}
.main_products_sale{font-size:14px;}
.main_products_sale dt strong{font-size:16px;}
.main_products_sale .main_bill_amount dd{font-size:18px;}
.main_products_more{margin-top:30px;}
.main_products_more>a{width:41px; height:41px;}

/*main_products_banner_wrap*/
.main_products_banner_wrap{margin-top:30px;}

/*main_cs_wrap*/
.main_cs_wrap{margin-top:30px;  padding:40px 0;} 
.main_cs_title>h3{font-size:22px; text-align:center;}
.main_cs_title .search p{font-size:18px;}
.main_cs_title .search .search_icon:before{top:8px;}
.main_cs_title .search .search_icon:after{top:28px;}
.main_cs_info{justify-content:center;}
.main_cs_info>p{font-size:20px;}
.main_cs_info>p strong{font-size:26px;}
.main_cs_info dl{font-size:14px;}

/*footer*/
.company_info02>div:first-child>dl{display:block;}
.company_info02>div:first-child>dl+dl{margin-left:0; padding-left:0; }
.company_info02>div:first-child>dl+dl:before{display:none;}




}/*600이하 끝*/

/*420이하 */
@media screen and (max-width:420px){


}/*420이하 끝*/