@charset "utf-8";
@import url('font.css'); /* 사이트 세부설정, 공통 클래스 설정, 기타 설정 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap&subset=korean');

/* reset */
body {
	font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	
	font-weight:400;
	font-size:14px;
	line-height:1.7;
	color:#555555;	
	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;}
button:focus{outline:none;}

textarea:focus{outline:none;}

input:focus {outline: none;}

iframe{border:none;}

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;}
*{box-sizing:border-box;}

/***layout***/
.wrap{width:100%;  height:100%; font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	 min-width:1200px;}
header{width:100%;}
main{width:100%;}
footer{width:100%; padding:20px 0 80px; position:relative; background-color:#eeeeee;  color:#666666;}

/***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 20px; margin:0 auto; }
.main_container{padding:45px 0 80px;}
.main_title{letter-spacing:-1px; line-height:1.4; padding-bottom:18px; position:relative; margin-bottom:12px;}
.main_title h4{font-size:34px; color:#333333;}
.main_title span{display:block; color:#888888; font-size:22px; font-family:'Lato','Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	}
.main_title:before{content:''; width:90px; height:2px; background-color:#5ca363; display:block; position:absolute; left:0; bottom:0;}
.main_info_txt p{font-size:16px;}
.main_info_txt p b{font-size:22px; color:#5ca363; display:block;}
.main_info_txt p:nth-child(3){margin-top:3px; line-height:1.6;}
.main_info_txt a{display:inline-block; font-size:15px; color:#888888; padding:0 45px 0 0; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; background:url("../images/common/view_arrow.png")no-repeat right center;}
.main_info_txt a:hover{color:#5ca363; background-image:url("../images/common/view_arrow_on.png"); }

/***header***/
/*header_wrap01 PC / 가로 1201px 이상 common*/
.header_wrap01{padding-top:25px; width:100%; background-color:rgba(255,255,255,0.9); -webkit-transition:all 0.3s ease; 
		-ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease; position:relative;}
.header_wrap01>.inner{position:relative;}
/*language_tab/언어선택*/
.language_tab{position:absolute; right:70px; top:4px; cursor:pointer; width:90px;}
.language_tab strong{font-size:16px; display:block; padding:0 20px 1px 4px; letter-spacing:-1px; position:relative; border-bottom:1px solid #bbbbbb;
		 font-weight:400;}
.language_tab strong:after{content:''; display:block; width:0; height:0; border:solid transparent; border-width:5px 3px 0 3px; border-top-color:#bbbbbb; 
		position:absolute; right:4px; top:13px;}
.language_tab>ul{display:none; width:100%; position:absolute; left:0; top:28px; border:1px solid #bbbbbb; padding:5px 15px; z-index:320; 
		background-color:rgba(255,255,255,0.9);}
.language_tab>ul>li+li{margin-top:2px;}
.language_tab>ul>li>a{display:block; font-size:15px; }
.language_tab>ul>li>a:hover{color:#008e4c; }
.language_tab.open strong{color:#008e4c;}
.language_tab.open strong:after{border-top-color:#008e4c;}
/*h1 logo*/
.header_wrap01 h1{float:left; width:202px;  -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.header_wrap01 h1>a{display:block; width:100%; height:100%;}
.header_wrap01 h1>a>img{width:100%;}
/*통합카테고리 total_category_wrap common*/
.total_category_wrap{float:right;}
/*통합카테고리 메뉴열기 버튼*/
.btn_total_nav_open{overflow:hidden; text-indent:-999999px; width:24px; height:30px; position:relative; cursor:pointer; padding-top:7px; font-size:0; 
		margin-top:4px;}
.btn_total_nav_open span{display:block; width:100%; height:2px; background-color:#444444; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease;}
.btn_total_nav_open span+span{margin-top:5px;}
.btn_total_nav_open:hover span:nth-child(1){width:24px; margin-left:0}
.btn_total_nav_open:hover span:nth-child(2){width:20px; margin-left:4px}
.btn_total_nav_open:hover span:nth-child(3){width:15px; margin-left:8px;}
/*통합카테고리메뉴*/
#total_category{width:0; height:100%;position:fixed; right:0; top:0; bottom:0; background-color:rgba(23,104,181,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:60px 0 0; position:relative;}
.total_category_inner>div+div{margin-top:20px;}
.total_category_inner h3{font-size:17px; color:#ffffff; padding:0 0 0 60px; }
.total_category_inner ul{margin-top:5px;}
.total_category_inner ul>li+li{margin-top:2px;}
.total_category_inner ul>li{padding:1px 0 1px 60px;}
.total_category_inner ul>li>a{position:relative; padding-left:8px; display:block; color:#dbe9f6; font-size:15px; line-height:1.5;}
.total_category_inner ul>li>a:before{content:'-'; display:block; position:absolute; left:0; top:0; color:#dbe9f6;}
.total_category_inner ul>li>a:hover{color:#ffffff;}
.total_category_inner ul>li>a:hover:before{color:#ffffff;}
/*통합카테고리 메뉴닫기 버튼*/
#total_category .btn_close{ height:30px; width:30px; cursor:pointer; position:absolute; left:25px; top:20px; }
#total_category .btn_close .close_icon{font-size:0; overflow:hidden; display:block; height:100%; width:100%; position:absolute; left:0; top:-4px;}
#total_category .btn_close .close_icon:before, #total_category .btn_close .close_icon:after{content:''; height:2px; width:30px; 
		display:block; background-color:#cee1f3;  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 1차 카테고리*/
.gnb{float:right; margin-top:4px; margin-right:150px;}
.gnb>li{float:left; font-size:18px; width:160px; text-align: center;}
.gnb>li>a{display:block; padding:0 0 29px;}
.gnb>li>a:hover{color:#5ca363;}
/*gnb 2차 카테고리*/
.gnb_2depth_wrap{width:100%; background-color:rgba(255,255,255,0.95); z-index:400; position:absolute; left:0; top:86px; border-top:2px solid #5ca363;
		border-bottom:1px solid #dedede;  text-align:center;}
.gnb_2depth_wrap>.inner>div{float:right; margin-right:170px;}
.gnb_2depth_wrap h3{font-size:0; text-indent:-999999px;}
.gnb_2depth{float:left; width:160px; position:relative; text-align:center; padding:15px 0; min-height:240px; font-size:16px;}
.gnb_2depth:hover{background-color:#5ca363;}
.gnb_2depth:hover ul>li>a{color:#ffffff;}
.gnb_2depth:before{content:''; width:1px; height:100%; display:block; position:absolute; left:0; top:0; bottom:0; background-color:#e6e6e6;}
.gnb_2depth:after{content:''; width:1px; height:100%; display:block; position:absolute; right:-1px; top:0; bottom:0; background-color:#e6e6e6; }
.gnb_2depth>ul>li+li{margin-top:3px;}
.gnb_2depth>ul>li>a{display:block; padding:1px 0;}
/*header_wrap01 스크롤 내렸을때 */
.header_wrap01.header_up{position:fixed; left:0;  z-index:340; box-shadow:1px 1px 5px rgba(0,0,0,0.2); padding-top:10px;}
.header_wrap01.header_up h1{width:180px; }
.header_wrap01.header_up .gnb{margin-top:2px;} 
.header_wrap01.header_up .btn_total_nav_open{margin-top:2px;}
.header_wrap01.header_up .gnb>li>a{padding:0 0 14px;}
.header_wrap01.header_up .gnb_2depth_wrap{top:54px;}

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{display:none; width:100%; height:62px; padding:15px 15px;  background-color:rgba(255,255,255,0.9); -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:176px; position:absolute; left:50%; top:15px; margin-left:-88px; }
.header_wrap02 h1>a{display:block; width:100%; height:100%;}
.header_wrap02 h1>a>img{width:100%; }
/*tm_language_tab/언어선택*/
.tm_language_tab{float:left; cursor:pointer; margin-top:1px; width:90px; position:relative;}
.tm_language_tab strong{display:block; padding:0 20px 1px 4px; position:relative; font-weight:400; letter-spacing:-1px; font-size:16px; 
		border-bottom:1px solid #bbbbbb;}
.tm_language_tab strong:after{content:''; display:block; width:0; height:0; border:solid transparent; border-width:5px 3px 0 3px; border-top-color:#bbbbbb; 
		position:absolute; right:4px; top:13px;}
.tm_language_tab>ul{display:none; width:100%; position:absolute; left:0; top:27px; border:1px solid #bbbbbb; padding:5px 10px; 
		z-index:320; background-color:rgba(255,255,255,0.9);}
.tm_language_tab>ul>li+li{margin-top:2px;}
.tm_language_tab>ul>li>a{display:block; font-size:15px;}
.tm_language_tab>ul>li>a:hover{color:#008e4c;}
.tm_language_tab.open strong{color:#008e4c;}
.tm_language_tab.open strong:after{border-top-color:#008e4c;}
/*header_wrap02 전화연결 메뉴/ 모바일 메뉴 common*/
.header_wrap02 .util_menu{float:right; margin-top:3px;}
.header_wrap02 .util_menu>div{display:inline-block; vertical-align:middle;}
.header_wrap02 .util_menu>div+div{margin-left:10px;}
/*전화연결*/
.phone_link{width:26px; height:26px; }
.phone_link>a{display:block; width:100%;}
.phone_link>a>img{width:100%;}
/*모바일 메뉴 열기 버튼*/
.btn_tm_nav_open{width:26px; height:26px; 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:5px;}
.btn_tm_nav_open span{display:block; width:100%; height:2px; overflow:hidden; font-size:0;  background-color:#444444; 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:15px; top:15px;}
.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(0,0,0,0.6); z-index:499; min-height:999999px;}
/*모바일,태블릿/1차 2차 카테고리  메뉴 common*/
.tm_gnb_wrap{display:block; width:85%; height:100%; position:fixed; top:0px;  right:-100%; z-index:500; background-color:rgba(0,0,0,0.8); overflow-y:auto;
		padding-top:25px;}
/*1차 카테고리  메뉴*/
.tm_gnb{width:100%; overflow-x:hidden; }
.tm_gnb>li+li{margin-top:5px;}
.tm_gnb>li>a{display:block;}
.tm_gnb>li strong{display:block; font-size:17px; color:#ffffff; padding:10px 10px 10px 35px; cursor:pointer; position:relative; font-weight:400;}
.tm_gnb>li .m_more{width:9px; height:9px; display:block; position:absolute; right:20px; top:19px; 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:#ffffff;}
.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:35px; }
.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:#ffffff; 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 #ffffff; 
		border-top-width:3px; border-bottom:0;}
/*2차 카테고리*/
.tm_gnb_2depth{display:none; background-color:rgba(255,255,255,0.9); padding:7px 0 7px 0;}
.tm_gnb_2depth>li+li{margin-top:2px;}
.tm_gnb_2depth>li>a{display:block; padding:3px 0; font-size:15px; color:#333333; padding:0 10px 0 40px;  font-size:15px;}
.tm_gnb_2depth>li>a:hover{color:#5ca363;}
/*고객센터*/
.tm_cs_center{padding:30px 35px 20px ; border-top:1px solid rgba(255,255,255,0.2);}
.tm_cs_center h4{color:#ffffff;  font-size:16px; margin-bottom:3px;}
.tm_cs_center dt,.tm_cs_center dd{display:inline-block; font-size:19px; color:#ffffff; vertical-align:middle; 
		font-family: 'Lato','Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;}
.tm_cs_center dt{margin-right:8px; }
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{padding:10px 15px; position:fixed; top:0; left:0; z-index:500; box-shadow:1px 1px 3px rgba(0,0,0,0.2); height:52px;}
.header_wrap02.header_up02 h1{top:10px;}

/*메인 비주얼*/
.main_visual{width:100%; height:600px;}
.main_slide_list{height:100%;}
.main_slide_list>li{width:100%; height:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.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"); background-position:center bottom; }
.main_slide_list .slide04{background-image:url("../images/main/main_visual_slide04.jpg");}
.main_slide_list .slide05{background-image:url("../images/main/main_visual_slide05.jpg");}
/*메인 비쥬얼 control_box*/
.main_visual_pagination .swiper-pagination-bullet-active{ background-color:#5ca363;}
/*main_visual_txt */
.main_slide_list>li>div{height:100%;}
.main_visual_txt{width:100%; height:100%; display:table;}
.main_visual_txt>div{display:table-cell; vertical-align:middle;  }
.main_visual_txt>div>p{display:inline-block; color:#333333;  letter-spacing:-1.5px; font-size:24px;}
.main_visual_txt>div>p>*{display:block; text-align:center;}
.main_visual_txt>div>p>strong{font-size:60px; color:#000000; font-weight:700; line-height:1.4;}
.main_visual_txt>div>p>span:nth-child(2){font-size:45px; color:#000000;}
.main_slide_list>li .main_visual_txt01>div>p>*{color:#ffffff;}
.main_visual_txt>div>p i:nth-child(1){color:#3a5c81;}
.main_visual_txt>div>p i:nth-child(2){color:#5ca363;}
.main_visual_txt>div>p i:nth-child(3){color:#d63235;}
.main_visual_txt04>div,.main_visual_txt05>div{text-align:right;}

/*main_about_us_wrap 회사소개*/
.main_youtube_wrap{float:left; width:48%; display:block; }
.main_youtube_wrap>iframe{width:100%;}
.main_about_us_txt{float:right; width:46%; margin-left:6%; }
.main_about_us_txt p:last-child{text-align:right; margin-top:15px;}

/*main_products_wrap 제품소개*/
.main_products_wrap{margin-top:70px; padding-bottom:30px;}
.main_products_txt{float:left; width:32%;}
.main_products_txt p:last-child{margin-top:50px;}
.main_products_visual.swiper-container{float:left; width:68%; padding:0 50px 30px;}
.main_products_list>li{background-color:#ffffff; position:relative;}
.main_products_list>li>a{display:block;}
.main_products_img{width:54%; display:block; float:left;}
.main_products_img>img{width:100%;}
.main_products_txt02{width:46%; display:block; float:right; padding:10px 5px 0 30px;}
.main_products_txt02>*{display:block; letter-spacing:-1px; line-height:1.3;}
.main_products_txt02>strong{color:#d63235; font-size:22px;} 
.main_products_txt02>em{font-size:17px; color:#5ca363; margin-top:8px;}
.main_products_txt02>span{font-size:15px; margin-top:15px;}
/*제품소개 control_box*/
.swiper-pagination.main_products_pagination{bottom:0; padding-left:50px; text-align:left;}
.swiper-pagination.main_products_pagination .swiper-pagination-bullet-active{ background-color:#5ca363;}
.main_products_visual .swiper-button-prev,.main_products_visual .swiper-button-next{width:30px; height:30px; border:1px solid #333333;
		border-radius:100%; top:48%;}
.main_products_visual .swiper-button-next:after,.main_products_visual .swiper-button-prev:after{content:''; height:8px; width:8px; display:block; 
		border:2px solid #333333;}
.main_products_visual .swiper-button-prev{left:10px; }
.main_products_visual .swiper-button-prev:after{border-right-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; top:9px; left:10px;}
.main_products_visual .swiper-button-next{right:10px;}
.main_products_visual .swiper-button-next:after{border-left-width:0; border-top-width:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); 
		-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); position:absolute; top:9px; right:10px;}

/*main_laboratory_wrap 연구소 소개*/
.main_laboratory_wrap{margin-top:60px; padding:50px 0; background:url("../images/main/bg_laboratory.jpg")no-repeat center center;
		background-size:cover;}
.main_laboratory_wrap .main_title span{color:#222222;}
.main_laboratory_wrap p{font-size:17px; color:#222222;}
.main_laboratory_wrap p>span{display:block;}
.main_laboratory_wrap p:last-child{margin-top:30px; text-align:right;}
.main_laboratory_wrap p>a{display:inline-block; font-size:15px; color:#222222; padding:0 45px 0 0; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; background:url("../images/common/view_arrow_black.png")no-repeat right center;}
.main_laboratory_wrap p>a:hover{color:#5ca363; background-image:url("../images/common/view_arrow_on.png");}

/*공지사항, 사업문의, Q&A*/
.main_community_wrap{margin-top:50px;}
.main_board_wrap{float:left; width:31%; border:1px solid #999999; padding:15px 25px; font-size:16px; position:relative; height:126px;}
.main_board_wrap+div{margin-left:3.5%;}
.main_board_wrap h4{font-size:21px; color:#222222;}
.main_board_wrap p{margin-top:3px; line-height:1.4;}
.main_board_wrap>a{width:50px; height:24px; display:block; position:absolute; right:25px; bottom:18px; font-size:0;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;
		background:url("../images/common/view_arrow.png")no-repeat right center;}
.main_board_wrap>a:hover{background:url("../images/common/view_arrow_on.png")no-repeat left center;}
/*공지사항*/
.main_notice_wrap{border-color:#5ca363; color:#5ca363;}
.main_notice_wrap h4{color:#5ca363;}

/*기타메뉴 etc_menu*/
.etc_menu{background-color:#555555; padding:8px 0;}
.etc_menu ul{font-size:0;}
.etc_menu li{display:inline-block; position:relative; vertical-align: middle; font-size:14px; padding:0 10px;}
.etc_menu li+li:before{content:''; width:1px; height:10px; display:block; background-color:#eeeeee; position:absolute; left:0; top:7px;}
.etc_menu li>a{display:block; padding:0 2px; color:#eeeeee;}
.etc_menu li>a:hover{color:#ffffff;}
.etc_menu li:first-child{padding-left:0;}

/*footer*/
.company_info02>*+*{margin-top:2px;}
.company_info02>div>dl{display:inline-block; vertical-align:middle; position:relative;}
.company_info02>div>dl+dl{padding-left:9px; margin-left:8px;}
.company_info02>div>dl+dl:before{content:''; width:1px; height:10px; display:block; position:absolute; left:0; top:8px; background-color:#999999;}
.company_info02 dl dt,.company_info02 dl dd{display:inline-block; vertical-align:middle;}
.company_info02 dl dt{padding-right:4px; margin-right:5px; position:relative;}
.company_info02 dl dt:after{content:'.'; display:block; position:absolute; right:0; top:0; color:#666666;}
.company_info02 dl dd,.company_info02 address span{color:#222222; }

/*.top_btn*/
.top_btn{position:fixed; bottom:20px; right:20px; border:1px solid #444444; padding:15px 0 8px; cursor:pointer; width:40px; height:40px; 
		text-align:center; font-size:13px; color:#444444;  z-index:300; font-family: 'Lato','Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	
		font-weight:bold;}
.top_btn:before{content:''; width:4px; height:4px; display:block; border:2px solid #444444; 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 #666666;}
footer .back_btn>img{width:100%;}

/*1200이하 */
@media screen and (max-width:1200px){

/***layout***/
.wrap{min-width:300px;}

/*common*/
.inner{width:100%; padding:0 15px; }

/*header*/
.header_wrap01{display:none;} 
.header_wrap02{display:block;}

/*main_about_us_wrap 회사소개*/
.main_youtube_wrap{ width:50%; }
.main_about_us_txt{width:46%; margin-left:4%; }
.main_about_us_txt p:nth-child(3){line-height:1.5;}

/*공지사항, 사업문의, Q&A*/
.main_board_wrap{width:32%;}
.main_board_wrap+div{margin-left:2%;}
.main_board_wrap>a{bottom:13px;}

/*.top_btn*/
.top_btn{right:15px;}

/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:block;}


}/*1200이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){

/*common*/
.main_container{padding:15px 0 80px;}

/*main_about_us_wrap 회사소개*/
.main_youtube_wrap{float:none; width:100%; } 
.main_about_us_txt{float:none; width:100%; margin-left:0; margin-top:25px;}
.main_about_us_txt p:nth-child(3){line-height:1.7;}

/*main_products_wrap 제품소개*/
.main_products_txt{float:none; width:100%; position:relative;}
.main_products_txt p:last-child{position:absolute; right:0; bottom:0; margin-top:0;}
.main_products_visual.swiper-container{float:none; width:100%;  margin-top:30px;}
/*제품소개 control_box*/
.main_products_visual .swiper-button-prev{left:0; }
.main_products_visual .swiper-button-next{right:0;}

}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){

/*common*/
.main_title{text-align:center; padding-bottom:15px; margin-bottom:10px; }
.main_title:before{left:50%; margin-left:-45px;}
.main_title h4{font-size:30px;}
.main_title span{font-size:19px;}
.main_info_txt p b{font-size:20px; text-align:center;}

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{height:58px;}
.tm_language_tab{margin-top:0; width:80px}
.tm_language_tab strong{padding:0 15px 0 4px;}
.tm_language_tab strong:after{right:2px;}
.tm_language_tab>ul{top:26px;}
.header_wrap02 h1{width:156px; margin-left:-78px;}
.header_wrap02 .util_menu{margin-top:1px;} 
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{height:48px;}

/*메인 비주얼*/
.main_visual{height:450px; }
.main_visual_txt>div{text-align:center;}
.main_visual_txt>div>p{font-size:19px;}
.main_visual_txt>div>p>strong{font-size:37px;} 
.main_visual_txt>div>p>span:nth-child(2){font-size:30px;}

/*main_products_wrap 제품소개*/
.main_products_wrap{margin-top:50px;}
.main_products_visual.swiper-container{padding:0 50px 20px;}
.main_products_txt p:nth-child(3){text-align:center;}
.main_products_txt p:last-child{position:static; margin-top:15px; text-align:right;}
.main_products_img{width:100%; float:none;}
.main_products_img>img{width:100%;}
.main_products_txt02{width:100%; margin-top:20px; padding:0 0 10px; min-height:160px;}
.main_products_txt02>strong{font-size:20px;} 
.main_products_txt02>em{font-size:16px; margin-top:3px;}
.main_products_txt02>span{margin-top:8px;}

/*main_laboratory_wrap 연구소 소개*/
.main_laboratory_wrap{margin-top:30px; padding:30px 0;} 
.main_laboratory_wrap p{font-size:16px;}
.main_laboratory_wrap p>span{display:inline;}

/*공지사항, 사업문의, Q&A*/
.main_board_wrap{float:none; width:100%; }
.main_board_wrap+div{margin-left:0; margin-top:20px;}

/*기타메뉴 etc_menu*/
.etc_menu{text-align:center;}

/*footer*/
.company_info02{text-align:center; }
.company_info02>div:first-child>dl{display:block;}
.company_info02>div:first-child>dl+dl:before{display:none;}
.company_info02>div>dl+dl:before{top:10px;}
}/*768이하 끝*/


/*420이하 */
@media screen and (max-width:420px){

/*common*/
.main_container{padding:15px 0 60px;}
.main_title{padding-bottom:12px; margin-bottom:5px;} 
.main_title h4{font-size:28px;}
.main_title span{font-size:18px;}

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{height:95px; padding:10px 15px 15px;}
.tm_language_tab{margin:0 auto 15px; float:none;}
.header_wrap02 h1{position:static; width:146px; margin-left:0; float:left;}
.header_wrap02 .util_menu{margin-top:0;}
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{height:91px; top:-42px;}

/*메인 비주얼*/
.main_visual{height:400px;}
.main_slide_list .slide04{background-position:30% center;}
.main_visual_txt>div>p{font-size:17px;}
.main_visual_txt>div>p>strong{font-size:30px;} 
.main_visual_txt>div>p>span:nth-child(2){font-size:24px;}

/*main_about_us_wrap 회사소개*/
.main_about_us_txt{margin-top:20px;}

/*main_products_wrap 제품소개*/
.main_products_wrap{padding-bottom:30px; margin-top:40px;}
.main_products_visual.swiper-container{padding:0 40px 20px;}
.main_products_txt02{min-height:170px;}
.main_products_txt02>strong{font-size:17px;} 
.main_products_txt02>em{font-size:15px; }
.main_products_txt02>span{font-size:14px; }
/*제품소개 control_box*/
.swiper-pagination.main_products_pagination{padding-left:40px;}
.main_products_txt02{margin-top:15px;}

/*main_laboratory_wrap 연구소 소개*/
.main_laboratory_wrap{padding:20px 0; margin-top:10px;}
.main_laboratory_wrap p:last-child{margin-top:20px;} 

/*공지사항, 사업문의, Q&A*/
.main_community_wrap{margin-top:40px; }
.main_board_wrap{height:110px; padding:13px 20px;}
.main_board_wrap h4{font-size:19px;}
.main_board_wrap+div{margin-top:15px;}
.main_board_wrap>a{bottom:8px; right:20px;}

/*footer*/
.company_info02{letter-spacing:-1px; font-size:13px;}
.company_info02>div>dl+dl{padding-left:6px; margin-left:5px;}
.company_info02>div:first-child>dl+dl{padding-left:0; margin-left:0;}

}/*420이하 끝*/