@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.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;
}

strong, b, h1, h2, h3, h4, h5, h6{font-weight:500;}
em,i,address{font-style:normal;}
a{text-decoration:none; color:#555555;}
table{word-break:break-all; word-wrap:break-word;}
table caption{font-size:0; text-indent:-999999px;}
*{box-sizing:border-box;}

/***layout***/
.wrap{width:100%; height:100%; font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif; min-width:1400px;}
header{width:100%;}
main{width:100%;}
footer{width:100%; position:relative; background-color:#222222; color:#aaaaaa; padding:30px 0 80px;}

/***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:1400px; padding:0 15px; margin:0 auto;}
.inner02{width:1200px; padding:0 15px; margin:0 auto;}
.blind{font-size:0; text-indent:-999999px; overflow:hidden;}
.en_txt{font-family:'Lato','Noto Sans KR', sans-serif; font-weight:normal;}

/*header_wrap01 PC / 가로 1201px 이상 common*/
.header_wrap01{width:100%; z-index:350; min-width:1400px; 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; padding:20px 0 0; border-bottom:1px solid rgba(255,255,255,0.1);}
/*header_wrap01 h1*/
.header_wrap01 h1{float:left; width:192px; height:47px;}
.header_wrap01 h1>a{display:block; width:100%; height:100%; background:url("../images/common/logo02.png")no-repeat 0 0; text-indent:-999999px; 
		overflow:hidden; font-size:0; background-size:100% auto;}
/*통합카테고리 total_category_wrap common*/
.total_category_wrap{float:right;}
/*통합카테고리 열기 버튼*/
.btn_total_nav_open{overflow:hidden; text-indent:-999999px; width:30px; height:47px; position:relative; cursor:pointer; padding-top:16px; 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:#ffffff;}
.btn_total_nav_open span+span{margin-top:5px;}
.btn_total_nav_open:hover span{width:20px; margin-left:10px; background-color:#37a026;}
.btn_total_nav_open:hover span:nth-child(2){width:30px; margin-left:0;}
/*통합카테고리메뉴*/
#total_category{width:0; height:100%; position:fixed; right:0; top:0; bottom:0; background-color:#fcfcfc; 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:40px 15px 20px 90px; position:relative; height:100%; overflow-y:auto;}
.total_category_list+div{margin-top:30px;}
.total_category_list h3{font-size:20px; color:#000000; font-weight:400; position:relative; padding-bottom:8px;} 
.total_category_list h3:before{content:''; display:block; width:30px; height:2px; background-color:#37a026; position:absolute; left:0; bottom:0;}
.total_2depth{margin-top:10px; font-size:15px;}
.total_2depth>li+li{margin-top:3px;}
.total_2depth>li>a{display:block;} 
.total_2depth>li>a:hover{color:#37a026;}
/*통합카테고리 메뉴닫기 버튼*/
#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:#000000;  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; margin-top:10px; margin-left:160px;}
.gnb>li{float:left; font-size:18px; width:140px; text-align:center;}
.gnb>li:nth-child(3){width:180px;}
.gnb>li:nth-child(4){width:220px;}
.gnb>li>a{display:block; color:#ffffff; padding-bottom:29px;}
.gnb>li>a:hover{color:#37a026;}
/*gnb 2차 카테고리*/
.gnb_2depth_wrap{width:100%; background-color:rgba(255,255,255,1); z-index:350; position:absolute; left:0; top:88px; border-bottom:1px solid #dedede;
		text-align:center;  border-top:1px solid #dedede;}
.gnb_2depth_wrap>.inner>div{float:left;  margin-left:341px;} 
.gnb_2depth{float:left; width:140px; position:relative; padding:15px 10px; min-height:220px; font-size:15px;}
.gnb_2depth:nth-child(3){width:180px;}
.gnb_2depth:nth-child(4){width:220px;}
.gnb_2depth li+li{margin-top:5px;}
.gnb_2depth li>a{display:block; padding:1px 0;}
.gnb_2depth li>a:hover{color:#37a026; font-weight:500;}
.gnb_2depth:before{content:''; width:1px; height:100%; display:block; position:absolute; left:0; top:0; bottom:0; background-color:#dedede;}
.gnb_2depth:after{content:''; width:1px; height:100%; display:block; position:absolute; right:-1px; top:0; bottom:0; background-color:#dedede;}
/*.header_wrap01:hover*/
.header_wrap01:hover{background-color:#ffffff;}
.header_wrap01:hover h1>a{background-image:url("../images/common/logo02_on.png");}
.header_wrap01:hover .btn_total_nav_open span{background-color:#555555;}
.header_wrap01:hover .btn_total_nav_open:hover span{background-color:#37a026;}
.header_wrap01:hover .gnb>li>a{color:#000000;}
.header_wrap01:hover .gnb>li>a:hover{color:#37a026;}
/*header_wrap01 스크롤 내렸을때 */
.header_wrap01.header_up{position:fixed; left:0; box-shadow:1px 1px 4px rgba(0,0,0,0.2); padding-top:10px; background-color:#ffffff; }
.header_wrap01.header_up h1>a{background-image:url("../images/common/logo02_on.png");}
.header_wrap01.header_up .btn_total_nav_open span{background-color:#555555;}
.header_wrap01.header_up .gnb>li>a{padding:0 0 20px; color:#000000;}
.header_wrap01.header_up .gnb_2depth_wrap{top:69px;}

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{display:none; width:100%; padding:15px 15px; -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:350px; position:absolute; left:0; top:0; width:100%; z-index:300; border-bottom:1px solid rgba(255,255,255,0.1);}
.header_wrap02>h1{float:left; width:144px; height:36px;}
.header_wrap02>h1>a{display:block; width:100%; height:100%; font-size:0; text-indent:-999999px; overflow:hidden;
		background:url("../images/common/logo02.png")no-repeat 0 0; background-size:100% auto;}
/*header_wrap02 전화연결 메뉴/ 모바일 메뉴 common*/
.header_wrap02 .util_menu{float:right; margin-top:5px;}
.header_wrap02 .util_menu>div{float:left;}
.header_wrap02 .util_menu>div+div{margin-left:10px;}
/*전화연결*/
.phone_link{width:30px; height:30px;}
.phone_link>a{display:block; width:100%; height:100%; font-size:0; text-indent:-999999px; overflow:hidden;
		background:url("../images/common/btn_phone_on.png")no-repeat 0 0; background-size:100% auto;}
/*모바일 메뉴 열기 버튼*/
.btn_tm_nav_open{width:25px; 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:#ffffff; 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; left:10px; top:15px;}
.btn_tm_nav_open.on span{background-color:#000000; }
.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:20px;}
.tm_gnb_wrap>h1{width:80px; margin:0 auto;}
.tm_gnb_wrap>h1>img{width:100%;}
/*1차 카테고리  메뉴*/
.tm_gnb{width:100%; overflow-x:hidden; margin-top:30px;}
.tm_gnb>li>a{display:block;}
.tm_gnb>li strong{display:block; font-size:16px; color:#000000; padding:11px 10px 11px 15px; cursor:pointer; position:relative; font-weight:400;}
.tm_gnb>li .m_more{width:13px; height:13px; display:block; position:absolute; right:15px; top:17px;}
.tm_gnb>li .m_more:before{content:''; height:8px; width:8px; display:block; border:2px solid #555555; border-left-width:0; border-top-width:0;
		position:absolute; top:2px; right:2px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);
		-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:before{transform:rotate(45deg); top:0;}
/*2차 카테고리*/
.tm_gnb_2depth{display:none; background-color:#37a026; padding:15px 0;}
.tm_gnb_2depth>li+li{margin-top:5px;}
.tm_gnb_2depth>li>a{display:block; font-size:14px; padding:0 20px 0 20px; color:#ffffff;} 
/*고객센터*/
.tm_cs_center h4{font-size:15px;}
.tm_cs_center{padding:15px 15px 20px; border-top:1px solid #dedede;}
.tm_cs_cente dl{margin-top:8px;}
.tm_cs_center dt,.tm_cs_center dd{display:inline-block; font-size:17px; color:#37a026; vertical-align:middle; }
.tm_cs_center dd{margin-left:5px;}
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{padding:10px 15px; position:fixed; top:0; left:0; z-index:500; box-shadow:1px 1px 4px rgba(0,0,0,0.2); 
		background-color:#ffffff;}
.header_wrap02.header_up02>h1>a{background-image:url("../images/common/logo02_on.png");}
.header_wrap02.header_up02 .phone_link>a{background-image:url("../images/common/btn_phone.png");}
.header_wrap02.header_up02 .btn_tm_nav_open span{background-color:#555555;}

/*메인 비주얼*/
.main_visual{width:100%;}
.main_slide_list{width:100%;}
.main_slide_list>li{width:100%; height:920px;}
.main_slide_list>li>.background_visual_img{position:absolute; left:0; top:0; bottom:0; width:100%; height:100%; background-position:center center; 
		background-repeat:no-repeat; background-size:cover; transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1);}
.main_slide_list .slide01>div.background_visual_img{background-image:url("../images/main/main_visual_slide01.jpg");}
.main_slide_list .slide02>div.background_visual_img{background-image:url("../images/main/main_visual_slide02.jpg");}
.main_slide_list .slide03>div.background_visual_img{background-image:url("../images/main/main_visual_slide03.jpg");}
.main_slide_list .slide04>div.background_visual_img{background-image:url("../images/main/main_visual_slide04.jpg");}
.main_slide_list>li.swiper-slide-active>div.background_visual_img{animation:scale 5s ease forwards;}
@keyframes scale {
    0% {
        transform: scale(1.05);
    }

    100% {
         transform: scale(1);
    }
}
/*메인 비쥬얼 control_box*/
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets{bottom:20px;}
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{background-color:#ffffff; opacity:0.6; width:10px; height:10px; 
		border-radius:50%; -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; box-shadow:1px 1px 3px rgba(0,0,0,0.2);
		background-color:transparent; border:2px solid #ffffff; }
/*main_visual_txt*/
.main_slide_list .inner{height:100%; position:relative; z-index:30;}
.main_visual_txt{display:table; width:100%; height:100%;}
.main_visual_txt>div{display:table-cell; width:100%; height:100%; vertical-align:middle; padding-top:70px; color:#ffffff; font-size:25px; font-weight:500;
		letter-spacing:-1px; text-align:center; line-height:1.4;}
.main_visual_txt p:nth-child(1){ opacity:0;
		animation-name: mainVisualAnimation;
		animation-duration:1.0s;
		animation-timing-function: ease-in-out;
		animation-delay:1.0s;
		animation-fill-mode: forwards;}
.main_visual_txt p:nth-child(2){ font-size:47px; opacity:0; margin-top:35px; 
		animation-name: mainVisualAnimation;
		animation-duration:1.5s;
		animation-timing-function: ease-in-out;
		animation-delay:1.5s;
		animation-fill-mode: forwards;}
.main_visual_txt p:last-child{opacity:0; margin-top:15px; 
		animation-name: mainVisualAnimation;
		animation-duration:2.5s;
		animation-timing-function: ease-in-out;
		animation-delay:2.5s;
		animation-fill-mode: forwards;}
@keyframes mainVisualAnimation{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*main_company_introduction_wrap*/
.main_company_introduction_wrap{background-color:#fbfbfb; padding:80px 0;} 
.main_company_introduction_wrap>div{display:flex; flex-wrap:wrap; align-items:center;}
.main_company_introduction_wrap>div>div{width:50%;}
.main_company_introduction_img>img{width:100%;}
.main_company_introduction{padding-left:80px; font-size:16px;}
.main_company_introduction h3{font-size:36px; color:#000000;}
.main_company_introduction p:nth-child(2){color:#222222; font-size:26px; margin-top:20px; line-height:1.4; letter-spacing:-1px;}
.main_company_introduction p:nth-child(3){margin-top:10px;}
.main_company_introduction p:last-child{text-align:right; margin-top:40px;}
.main_company_introduction p:last-child>a{display:inline-block; }
.main_company_introduction p:last-child>a:hover{color:#37a026; font-weight:500;}

/*main_products_wrap*/
.main_products_wrap{padding:80px 0;}
.main_products_wrap>div{position:relative;}
.main_products_title>*{display:inline-block; vertical-align:middle; font-size:36px; line-height:1.2;}
.main_products_title>h3{color:#000000;}
.main_products_title>h4{color:#37a026; margin-left:15px; padding-left:15px; position:relative;}
.main_products_title>h4:before{content:''; display:block; position:absolute; left:-1px; top:7px; background-color:#aaaaaa; width:2px; height:35px;}
.main_products_list{margin-top:35px; display:flex; flex-wrap:wrap; gap:60px 0;}
.main_products_list>li{display:flex; flex-wrap:wrap; align-items:center;}
.main_products_list>li:nth-child(2){flex-flow:row-reverse wrap;}
.main_products_list>li>*{width:50%;}
.construction_photograph>img{width:100%;}
.main_products{padding:0 60px;}
.main_products_img{width:70%; margin:0 auto;}
.main_products p{margin-top:50px; font-size:18px; color:#333333;}
.main_products_wrap .main_products_more{position:absolute; right:15px; top:8px; font-size:16px;}
.main_products_wrap .main_products_more:hover{color:#37a026; font-weight:500;}

/*main_gallery_wrap*/
.main_gallery_wrap{padding:80px 0; background-color:#fbfbfb; }
.main_gallery_wrap h3{font-size:36px; line-height:1.2; color:#000000; }
.main_gallery_list{margin-top:30px; display:flex; flex-wrap:wrap; gap:20px 20px;}
.main_gallery_list>li{width:calc(25% - 15px); position:relative; box-shadow:2px 2px 5px rgba(0,0,0,0.2);}
.main_gallery_list>li>img{width:100%;}
.main_gallery_list>li>a{display:flex; align-items:end; justify-content:center; width:100%; height:100%; position:absolute; left:0; top:0; bottom:0; right:0;
		line-height:1.4; color:#000000; font-size:20px; background-color:rgba(255,255,255,0.2); text-align:center; padding-bottom:20px; letter-spacing:-1px;}
.main_gallery_list>li>a:hover{background-color:rgba(55,160,38,0.8); color:#ffffff; }


/*main_cs_wrap*/
.main_cs_wrap{padding:80px 0; }
.main_cs_wrap>div{position:relative;}
.main_cs_title>*{display:inline-block; vertical-align:bottom; color:#888888; font-size:16px;}
.main_cs_title>h4{color:#000000; font-size:30px; line-height:1.2;}
.main_cs_title>p{margin-left:10px;}
.main_cs{font-size:0; margin-top:10px;}
.main_cs>dl{display:inline-block; vertical-align:middle; font-size:22px; color:#222222; position:relative;} 
.main_cs>dl+dl{margin-left:10px; padding-left:10px;}
.main_cs>dl+dl:before{content:'/'; display:block; position:absolute; left:-4px; top:4px;}
.main_cs>dl>*{display:inline-block; vertical-align:middle;}
.main_cs>dl>dd{margin-left:3px;}
.main_sns_list{position:absolute; left:680px; top:45px; display:flex; gap:0 10px;}
.main_sns_list>li{width:33px; height:auto;}
.main_sns_list>li>a{display:block;}
.main_sns_list>li>a>img{width:100%;}

/*main_banner_wrap*/
.main_banner_wrap{background:url("../images/main/bg_main_banner01.jpg")no-repeat center center; background-size:cover; padding:80px 0; text-align:center;
		color:#ffffff;}
.main_banner_wrap p:nth-child(2){font-size:24px; font-weight:500; margin-top:20px;}
.main_banner_wrap p:nth-child(3){font-size:18px; margin-top:3px;}

/*footer*/
.f_logo>img{margin:0;}
.company_info02{margin-top:20px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.2);}
.company_info02 div{margin-top:2px;}
.company_info02 div dl{display:inline-block; vertical-align:middle; position:relative;}
.company_info02 div dl+dl{margin-left:6px; padding-left:8px;}
.company_info02 div dl+dl:before{content:''; width:1px; height:12px; 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 dt{margin-right:3px;}
.company_info02 p{margin-top:10px;}
.company_info02 dl dd,.company_info02 span{color:#ffffff;}

/*.top_btn*/
.top_btn{position:fixed; bottom:20px; right:15px; border:1px solid #37a026; padding:15px 0 8px; cursor:pointer; width:40px; height:40px; 
		text-align:center; font-size:13px; color:#37a026;  z-index:300; }
.top_btn:before{content:''; width:4px; height:4px; display:block; border:2px solid #37a026; 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 #aaaaaa;}
footer .back_btn>img{width:100%;}


/*1400이하 */
@media screen and (max-width:1400px){

/***layout***/
.wrap{min-width:1200px;}

/***common***/
.inner{width:100%;}

/*header_wrap01 PC / 가로 1201px 이상 common*/
.header_wrap01{min-width:1200px;}

/*gnb*/
.gnb{margin-left:50px;}
.gnb_2depth_wrap>.inner>div{margin-left:285px;}

}/*1400이하 끝*/

/*1200이하 */
@media screen and (max-width:1200px){

/***layout***/
.wrap{min-width:350px;}

/***common***/
.inner02{width:100%;}

/*header*/
.header_wrap01{display:none; } 
.header_wrap02{display:block;}

/*메인 비주얼*/
.main_slide_list>li{height:690px;}
.main_visual_txt>div{padding-top:50px;}

/*main_company_introduction_wrap*/
.main_company_introduction{padding-left:40px;}

/*main_products_wrap*/
.main_products{padding:0 30px;}


/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:block;}


}/*1200이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){

/*main_company_introduction_wrap*/
.main_company_introduction_wrap{padding:50px 0;} 
.main_company_introduction_wrap>div{flex-direction:column; gap:30px 0;}
.main_company_introduction_wrap>div>div{width:100%;}
.main_company_introduction{padding-left:0;}

/*main_products_wrap*/
.main_products_wrap{padding:50px 0;}
.main_products p{margin-top:30px;} 

/*main_gallery_wrap*/
.main_gallery_wrap{padding:50px 0;}
.main_gallery_list>li{width:calc(50% - 10px);}



/*main_cs_wrap*/
.main_cs_wrap{padding:50px 0; }
.main_sns_list{position:static; margin-top:20px;}

/*main_banner_wrap*/
.main_banner_wrap{padding:50px 0; }

}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){

/*main_products_wrap*/
.main_products_list{margin-top:30px; gap:50px 0; flex-direction:column;}
.main_products_list>li{flex-direction:column; gap:30px 0;}
.main_products_list>li:nth-child(2){flex-flow: column wrap;}
.main_products_list>li>*{width:100%;}
.main_products{padding:0;}



/*main_cs_wrap*/
.main_cs>dl:last-child{display:block; margin-left:0; padding-left:0;} 
.main_cs>dl:last-child:before{display:none;}

/*footer*/
.f_logo>img{margin:0 auto;}
.company_info02{text-align:center;}



}/*768이하 끝*/

/*600이하 */
@media screen and (max-width:600px){

/*메인 비주얼*/
.main_visual_txt>div{font-size:17px;} 
.main_visual_txt p:nth-child(1) img{width:120px;}
.main_visual_txt p:nth-child(2){font-size:36px; margin-top:25px;}
.main_visual_txt p:nth-child(2) span{display:block;}

/*main_company_introduction_wrap*/
.main_company_introduction_wrap{padding:40px 0;} 
.main_company_introduction{font-size:14px;} 
.main_company_introduction h3{font-size:28px;}
.main_company_introduction p:nth-child(2){font-size:20px; margin-top:10px;}
.main_company_introduction p:nth-child(3){margin-top:8px;}
.main_company_introduction p:last-child{margin-top:30px;}

/*main_products_wrap*/
.main_products_wrap{padding:40px 0;}
.main_products_title>*{font-size:28px;}
.main_products_title>h4{margin-left:10px; padding-left:10px;}
.main_products_title>h4:before{top:3px; height:30px;}
.main_products p{font-size:15px;}
.main_products_img{width:100%;} 
.main_products_wrap .main_products_more{top:5px; font-size:14px;}

/*main_gallery_wrap*/
.main_gallery_wrap{padding:40px 0;}
.main_gallery_wrap h3{font-size:28px;}
.main_gallery_list{gap:10px;}
.main_gallery_list>li{width:calc(50% - 5px);}
.main_gallery_list>li>a{font-size:18px;}

/*main_cs_wrap*/
.main_cs_wrap{padding:40px 0; text-align:center;}
.main_cs_title>*{display:block; font-size:14px;}
.main_cs_title>h4{font-size:24px; }
.main_cs_title>p{margin-left:0; margin-top:5px;}
.main_cs>dl{font-size:18px; }
.main_cs>dl+dl:before{top:2px;}
.main_sns_list{justify-content:center;}

/*main_banner_wrap*/
.main_banner_wrap{padding:40px 0; }
.main_banner_wrap img{width:100px;}
.main_banner_wrap p:nth-child(2){font-size:19px; letter-spacing:-1px; margin-top:15px;}
.main_banner_wrap p:nth-child(3){font-size:14px;}

/*footer*/
.company_info02 div dl:last-child{display:block;}
.company_info02 div dl:last-child:before{display:none;}

}/*600이하 끝*/

/*420이하 */
@media screen and (max-width:420px){

/*main_gallery_wrap*/
.main_gallery_list{row-gap:20px;}
.main_gallery_list>li{width:100%;}

}/*420이하 끝*/