@charset "utf-8";
@import url("mnav.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

/*---------------------------------------
  GENERAL               
-----------------------------------------*/

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, summary, mark, meter, output, progress, time, video 
{ display: block; }
body,form,th,td,p { margin:0;padding:0; -webkit-text-size-adjust:none; }
html { font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"; color:#353535; }
/*html { font-family:"Malgun Gothic","Dotum","Gulim,Helvetica","sans-serif";}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, hgroup, 
header, footer, figure, figcaption, nav, section { margin:0; padding:0; border:0;  vertical-align:baseline; background:transparent; }
html, body {  width: 100%;  height: 100%;}
html{  -webkit-font-smoothing: antialiased;}
a {text-decoration:none;   -webkit-transition: 0.5s;  transition: 0.5s;}
a:link, a:visited, a:active, a:focus { text-decoration:none; color:inherit; cursor:pointer; }
a:hover{ text-decoration:none; color:#333; cursor:pointer; }
* {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
*:before,*:after {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
::-webkit-scrollbar{  width: 6px;  height: 6px;}
::-webkit-scrollbar-thumb {  cursor: pointer;  background: #252525;}
#about,#team, #contact {  padding-top: 100px;  padding-bottom: 100px;  text-align: center;}
.scroll .container a.navbar-brand img{border:2px solid #000;}

/*---------------------------------------
  LOADER              
-----------------------------------------*/
.preloader {
  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 99999;  display: flex;
  flex-flow: row nowrap;  justify-content: center;  align-items: center;  background: none repeat scroll 0 0 #ffffff;}
.spinner {  border: 1px solid transparent;  border-radius: 5px;  position: relative;}
.spinner:before {  content: '';  box-sizing: border-box;  position: absolute;  top: 50%;  left: 50%;  width: 45px;  height: 45px; 
  margin-top: -10px;  margin-left: -10px;  border-radius: 50%;  border: 1px solid #959595;  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;}
@-webkit-@keyframes spinner {  to {transform: rotate(360deg);} }
@keyframes spinner {  to {transform: rotate(360deg);}
}

/*---------------------------------------
  HEAD             
-----------------------------------------*/
.slicknav_menu {display:none;}/*모바일 메뉴*/
#top { position:fixed;  width:200px; top:30px; left:30px; height:200px;  background-color:#fff; border-top:0px solid #333; z-index: 999; }
#header { margin:0 auto; overflow:hidden; padding:10px 0 0 0; }
#header div.logo {  padding:35px 0; box-sizing:border-box;  width:100%; border-bottom:1px solid #dfdfdf; text-align:center; z-index:10;}
aside.util {width:100%;  font-size:12px; display:block; background-color:#f0f0f0; border-bottom:1px solid #e9e9e9; }
aside.util div.util_Area { width:100%;  margin:0 auto;  text-align:center;   }
aside.util div.util_Area a{display:block; float:left; width:50%; color:#ddd; padding:12px 0 ; border-left:1px solid #353535; background-color:#111; }
aside.util div.util_Area a:first-child{ border-left:0px; }
div.cutomer {text-align:center;  padding:20px 0; background-color:#bdb839; color:#fff;}
div.cutomer h3{font-size:18px; font-weight:normal;}
div.cutomer p{font-size:13px;}
div.cutomer span{display:block; font-size:25px;}

/*---------------------------------------
  MENU             
-----------------------------------------*/
#topmenu{ clear:both; width:100%; font-size:15px; box-sizing: border-box;  position:relative;}
#topmenu .topmenu {width:100%; box-sizing: border-box;  margin:0 auto;  padding:0 0px 0px 0px;   box-sizing: border-box;}
#topmenu .topmenu ul ul  { display: none; background: #fff; padding: 0; margin: 0; }
#topmenu .topmenu ul li:hover > ul  { display: block; *display:none; }
#topmenu .topmenu ul  {list-style: none;  padding: 0; margin: 0;}
#topmenu .topmenu ul li a{ display:block; padding:13px 0; margin:0; box-sizing: border-box; border-bottom: 1px solid #dfdfdf; }
#topmenu .topmenu li:hover {background-image:url("../../img/main/bg_menu.png"); background-repeat:no-repeat; background-position: right center; }
#topmenu .topmenu ul:after  { content: ""; clear: both; display: block;  }
#topmenu .topmenu ul li {  background-color:#f0f0f0;  text-align:center; border-right:0px solid #dfdfdf;  box-sizing: border-box; padding:0; margin:0; position: relative;}
#topmenu .topmenu ul ul { background-color:#fff; margin: 0; padding:0; position: absolute; left:200px; top:0;  border:2px solid #353535;   z-index:5;  }
#topmenu .topmenu ul ul li  { float: none;  text-align:left; width:170px;  height:auto; border-right:0px; border-bottom:0px solid #dfdfdf; }
#topmenu .topmenu ul ul li.last a{border-bottom:0;}
#topmenu .topmenu ul ul ul  { position: absolute; left: 100%; top:0;  }
#topmenu .topmenu li a {display: block; font-size:17px; font-weight:500; margin: 2px 0em 0.9em 0em; border-right:0px solid #e1e1e1; }
#topmenu .topmenu ul li a.first { border-left:0px solid #dfdfdf; }
#topmenu .topmenu ul li ul li a { font-size:14px; margin: 0; border-bottom:1px solid #dfdfdf; font-weight:500; height:auto; background: #fff;  padding:10px 5px 10px 15px;  border-right:0px;}
#topmenu .topmenu li li a:hover {  text-decoration: none; margin: 0; background-image:none; background-color:#353535; color:#fff; border-bottom:1px solid #353535; }


@media(min-width:980px) {
  .custom-navbar { background: 0 0; }
  .custom-navbar.top-nav-collapse { /*background: #4dc47d;*/ background-color:rgba(255,255,255,1); border-bottom:1px solid #dfdfdf;  padding:0; height:75px; }
}

/*---------------------------------------
  VISUAL             
-----------------------------------------*/
div.visual {position:relative; padding-bottom:2px; background-color:#fff; box-sizing:border-box;}
.banner {background-color: #111;	color: #e2d1df;	padding: 8em 0;	position: relative;	}
.banner input, .banner select, .banner textarea {color: #ffffff;}
.banner a {	color: #ffffff;}
.banner strong, .banner b {	color: #ffffff;	}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {color: #ffffff;	}
.banner blockquote {	border-left-color: rgba(255, 255, 255, 0.25);}
.banner code {background: rgba(255, 255, 255, 0.075);border-color: rgba(255, 255, 255, 0.25);	}
.banner hr {border-bottom-color: rgba(255, 255, 255, 0.25);	}
.banner.full {	padding: 0;	min-height: 100vh;	height: 100vh !important;  box-sizing:border-box;}
.banner.half {	padding: 0;	min-height: 50vh;	height: 50vh !important;}
.banner:after {	-moz-pointer-events: none;	-webkit-pointer-events: none;-ms-pointer-events: none;
	pointer-events: none;-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
	-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
	-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
	transition: opacity 1.5s ease-in-out, visibility 1.5s;
	background: #000000;content: '';display: block;	height: 100%;left: 0;			opacity: 0;
	position: absolute;	top: 0;	visibility: hidden;	width: 100%;z-index: 2;		}
.banner .indicators {bottom: 1.5em;	left: 0;list-style: none;	margin: 0;	padding: 0;
	position: absolute;	text-align: center;	width: 100%;	z-index: 2;	}
.banner .indicators li {cursor: pointer;	display: inline-block;	height: 2em;
	overflow: hidden;	padding: 0;	position: relative;	text-indent: 2em;width: 2em;}
.banner .indicators li:before {	background: rgba(255, 255, 255, 0.35);border-radius: 100%;
	content: '';display: inline-block;	height: 0.8em;left: 50%;
	margin: -0.4em 0 0 -0.4em;	position: absolute;	text-indent: 0;	top: 50%;width: 0.8em;}
.banner .indicators li.visible:before {	background: #fff;}
.banner > article {-moz-transition: opacity 1.5s ease, visibility 1.5s;-webkit-transition: opacity 1.5s ease, visibility 1.5s;-ms-transition: opacity 1.5s ease, visibility 1.5s;
	transition: opacity 1.5s ease, visibility 1.5s; /*background-attachment: fixed;*/ background-position: center;background-repeat: no-repeat;
	background-size: cover;height: 100%;left: 0;opacity: 0;position: absolute;text-align: center;top: 0;visibility: hidden;width: 100%;z-index: 0;}
.banner > article:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}
.banner > article:after {content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #000;opacity: 0.15;}
.banner > article .inner {position: relative;display: inline-block;vertical-align: middle;z-index: 1; margin-bottom:70px;}
.banner > article .inner > :last-child {margin-bottom: 0;}
.banner > article h2 {font-size: 4rem;margin-bottom: 0;color: #FFF;font-weight: 300; padding-bottom:20px;}
.banner > article h2:after {display: none;}
.banner > article p {color: rgba(255, 255, 255, 1);text-transform: uppercase;font-size: 2rem;font-weight: 400;margin: 0;letter-spacing: .15rem;}
.banner > article p:after {content: '';position: absolute;margin: auto;right: 0;bottom: 0;left: 0;width: 50%;height: 1px;background-color: rgba(255, 255, 255, 0.65);}
.banner > article a {color: #FFF;text-decoration: none;}
.banner > article img {display: none;}
.banner > article.visible {opacity: 1;visibility: visible;}
.banner > article.top {z-index: 1;}
.banner > article.instant {-moz-transition: none !important;-webkit-transition: none !important;-ms-transition: none !important;transition: none !important;}
body.is-loading .banner:after {opacity: 1.0;visibility: visible;}

@media screen and (max-width: 1280px) {
.banner.full {padding: 0;min-height: 100vh;height: 100vh !important;}
}

@media screen and (max-width: 980px) {
.banner.full {padding: 0;min-height: 75vh;height: 75vh !important;}
.banner > article {background-attachment: scroll;}
.center-it {display:none;}
}

@media screen and (max-width: 736px) {
.custom-navbar {  margin-bottom: 0;  background-color:rgba(255,255,255,.9) !important;;  padding: 8px 0;}	
.banner > article .inner {width: 90%;}
.banner > article p {margin-bottom: 1rem;}
.banner > article h2 {font-size: 4em;}
}

/*---------------------------------------
  CONTENT             
-----------------------------------------*/

#main{max-width:100%; margin:0 auto; position:relative; overflow:hidden;  }
#main div.main_left section{float:left; width:24%; padding:0 1.33333333% 0 0;   text-align:center; }
div.main_left {clear:both; margin:20px 0; overflow:hidden;}

/*product*/
section.Box_02 {clear:both; overflow:hidden;  width:100%;  padding:70px 0; }
section.Box_02 div.pro {width:1100px; margin:0 auto;}
section.Box_02 div.pro_img { float:left; width:50%; }
section.Box_02 div.pro_txt {float:right; width:45%;}
section.Box_02 div.pro_txt h1 {font-size:35px; padding:20px 0;}
section.Box_02 div.pro_txt p {font-size:15px; line-height:30px; padding-bottom:70px;}
section.Box_02 .btn{ border:1px solid #ccc;	padding: 10px 16px 12px 16px; font-size: 17px;		border-radius: 6px}
section.Box_02 .btn:hover {	color: #333;	background-color: #f0f0f0;	}

section.Box_03 { width:100%; overflow:hidden; font-size:17px; border-bottom:1px solid #dfdfdf; }
section.Box_03 ul {padding:0; width:1100px; margin:0px auto;}
section.Box_03 ul li {float:left;  width:25%; list-style-type:none; padding:25px 0;}
section.Box_03 ul li a{display:block; height:200px; text-align: center; padding-top:135px; box-sizing:border-box; }
section.Box_03 ul li.ico1 a:hover,section.Box_03 ul li.ico2 a:hover,section.Box_03 ul li.ico3 a:hover,section.Box_03 ul li.ico4 a:hover{
		background-position:center 25%; transition: all 0.3s;}
section.Box_03 ul li.ico1 a{ background:url("../../img/main/bg_company.png")no-repeat center 35%; transition: all 0.3s;}
section.Box_03 ul li.ico2 a{ background:url("../../img/main/bg_business.png")no-repeat center 35%; transition: all 0.3s; }
section.Box_03 ul li.ico3 a{ background:url("../../img/main/bg_map.png")no-repeat center 35%;  transition: all 0.3s;}
section.Box_03 ul li.ico4 a{ background:url("../../img/main/bg_qna.png")no-repeat center 35%; transition: all 0.3s;}

section.Box_04 { overflow:hidden; text-align: center; padding:70px 0 70px 0; background-color:#f1f1f1;  }
section.Box_04 ul {padding:0; width:1100px; margin:0px auto;}
section.Box_04 ul li {float:left;  width:20%; list-style-type:none; }
/*section.Box_04 ul li a{display:block; transition: all 0.3s; padding:38px 0; background-color:#fff; margin:0 25px; text-align: center; border:2px solid #333; box-sizing:border-box; }
section.Box_04 ul li a h1 {font-size:22px; font-weight:500}
section.Box_04 ul li a p{padding-top:15px; font-size:13px; }
section.Box_04 ul li a:hover {background-color:#333; color:#fff; transition: all 0.3s;}*/

section.Box_06 { overflow:hidden; text-align: center; padding:70px 0 70px 0; background-color:#fff;  }
section.Box_06 ul {padding:0; width:1100px; margin:0px auto;}
section.Box_06 ul li {float:left;  width:33%; list-style-type:none; }
/*section.Box_06 ul li a{display:block; transition: all 0.3s; padding:38px 0; background-color:#fff; margin:0 45px; text-align: center; border:0px solid #333; box-sizing:border-box; }
section.Box_06 ul li a h1 {font-size:22px; font-weight:500}
section.Box_06 ul li a p{padding-top:15px; font-size:13px; }
section.Box_06 ul li a:hover {background-color:#333; color:#fff; transition: all 0.3s;}*/

/*gallery*/
section.Box_05 { width:1100px; margin:0 auto; padding:110px 0px 100px 0px;  box-sizing:border-box; min-height:500px; }
section.Box_05 td.board_output_gallery_img {text-align:center;}
section.Box_05 span.board_output_gallery_subject a {font-family:"Noto Sans KR","Dotum","Gulim,Helvetica","sans-serif"; font-size:15px !important; display:block; padding-top:10px;}
table.main_gallery table {width:100%;  margin:0 auto !important; text-align:center; box-sizing:border-box; padding:0;}
.board_output_gallery_subject {width:100% !important;}

/*tel*/
section.Box_07 {margin-bottom:20px; color:#fff; width:100%; text-align:center;  height:300px; background-attachment:fixed; background-image:url("../../img/main/bg_tel2.jpg"); background-size:cover; background-position:center center; background-repeat:no-repeat;  box-sizing:border-box; padding:45px 5px 10px 5px; }
section.Box_07 strong.tit01{ font-size:30px; font-weight:normal;  margin:0 auto; width:70%;  opacity:0.3;}
section.Box_07 span.num{display:block; font-size:45px; padding:15px 0 0 0;  font-weight:400;  }
section.Box_07 span.txt01{display:block;  padding-top:12px; font-size:16px; }


/*---------------------------------------
  FOOTER              
-----------------------------------------*/

#footer {text-align:center; width:100%; background-color:#fff; border-top:0px solid #dfdfdf; box-sizing:border-box; font-size:13px; }
#footer div.guide { width:100%; background-color:#fff;   padding:30px 0 0px 0; overflow:hidden; border-top:0px solid #dfdfdf; border-bottom:0px solid #dfdfdf;}
#footer div.guide ul {list-style-type:none;  width:100%; }
#footer div.guide ul li {display:inline-block; padding:0px 20px; border-left:1px solid #ccc;  }
#footer div.guide ul li:first-child {border-left:0; padding:0 20px 0 0 ;}
#footer div.guideBox {width:100%; margin:0 auto;}
#footer div.guide div.sns {padding-bottom:50px;}
#footer div.guide div.sns a{padding:0 5px;}
#footer footer.copy {width:100%; margin:0 auto; clear:both; padding:15px 0 30px 0; overflow:hidden; }
#footer div.copyL{  margin:0 auto;  display:inline-block; padding-bottom:8px;}
#footer div.copyL h3 {display:none; padding:1px 0 0 0; margin:0; float:left; font-size:19px;  }
#footer div.copyL ul { list-style-type:none;  padding:0 0 0 0px; margin:0;  line-height:20px; }
#footer div.copyL ul li{display:inline-block; /*background:url("../../img/main/li_arrow.png") left 6px no-repeat;*/   }
#footer div.copyL ul li:before {content:"/"; padding:0 10px; color:#bbb; }
#footer div.copyL ul li:first-child:before {content:""; border-left:0; padding:0; }
#footer div.copyB { clear:both; border-top:0px solid #dfdfdf; padding:1px 0 20px 0 ;  }


/*---------------------------------------
  SOCIAL ICON             
-----------------------------------------*/
.social-icon {  position: relative;  padding: 0px 0 25px 0;  margin: 0; }
.social-icon li {  display: inline-block;  list-style: none;}
.social-icon li a {  border-radius: 100%;  color: #292929;  cursor: pointer;  font-size: 18px;  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;  text-align: center;  position: relative;  margin: 4px 6px 0 0px;}
.social-icon li a:hover {  -webkit-transform: scale(1.2);  transform: scale(1.2);}
p.member_login {}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 1200px) {
.board_output_gallery_img a {padding:0; margin:0 auto; overflow:hidden; display:block; width:100%; height:auto;   }
.board_output_gallery_img img {width:100%; height:auto;}	
div.cont2 ul li embed {width:100%; height:308px; }
section.Box_03 ul {padding:0; width:100%; margin:0px auto;}
}

@media (max-width: 992px) {
.slicknav_menu {display:block;}/*모바일 메뉴*/
#topmenu,div.cutomer  {	display:none;}
#top {position:absolute; left:0; height:68px; text-align:left; padding:0; margin:0; top:0; background-color:none; border-top:0px solid #333; z-index: 999; width:auto !important; }
#header {width:auto; padding:0; overflow:hidden;    }
#header div.logo { float:left; padding:2px 0 0 5px; top:0; border:0;}
aside.util { display:none; }
#header div.logo {  width:auto; text-align:left; z-index:10;}

#main{width:100%;  position:relative; overflow:hidden; }
/*product*/
section.Box_02 {clear:both; overflow:hidden; text-align: center;  padding:35px 15px 60px 15px;  }
section.Box_02 div.pro {width:100%; margin:0 auto;}
section.Box_02 div.pro_img {clear:both; width:100%; }
section.Box_02 div.pro_img img {max-width:100%;}
section.Box_02 div.pro_txt {clear:both;  width:100%;}
section.Box_02 div.pro_txt h1 {font-size:35px; padding:20px 0;}
section.Box_02 div.pro_txt p {font-size:15px; line-height:30px; padding-bottom:42px;}
section.Box_02 .btn{ border:1px solid #ccc;	padding: 10px 16px 12px 16px; font-size: 17px;		border-radius: 6px}
section.Box_02 .btn:hover {	color: #333;	background-color: #f0f0f0;	}

section.Box_03 { width:100%; overflow:hidden; font-size:17px; padding:30px 0 60px 0; border-bottom:1px solid #dfdfdf; }
section.Box_03 ul li {float:left;  width:50%; list-style-type:none; padding:5px 0;}
section.Box_03 ul li a{height:auto;}

section.Box_04 { overflow:hidden; text-align: center; padding:20px 0 20px 0; background-color:#f1f1f1;  }
section.Box_04 ul {padding:0; width:100%;}
section.Box_04 ul li { width:100%; list-style-type:none; }
/*section.Box_04 ul li a{display:block; padding:38px 20px;transition: all 0.3s;  background-color:#fff; margin:50px 25px 30px 25px; text-align: center; border:2px solid #333; box-sizing:border-box; }
section.Box_04 ul li:last-child a { margin:30px 25px 50px 25px;}*/


section.Box_06 { overflow:hidden; text-align: center; padding:20px 0 20px 0; background-color:#fff;  }
section.Box_06 ul {padding:0; width:100%;}
section.Box_06 ul li { width:100%; list-style-type:none; }
/*section.Box_06 ul li a{display:block; padding:38px 20px;transition: all 0.3s;  background-color:#fff; margin:20px 25px 30px 25px; text-align: center; border:2px solid #fff; box-sizing:border-box; }
section.Box_06 ul li:last-child a { margin:30px 25px 50px 25px;}*/


/*gallery*/
section.Box_05 {clear:both; width:100%; margin:0 auto; padding:60px 0 50px;  min-height:auto; }
section.Box_05 td.board_output_gallery_img {text-align:center;}
section.Box_05 td.board_output_gallery_img img {width:130px; height:130px; }
section.Box_05 span.board_output_gallery_subject {font-size:15px; padding-top:5px; display:block; text-align:center; width:100%; }
table.main_gallery table {width:100%;  margin:0 auto !important; box-sizing:border-box; padding:10px 0;}

/*tel*/
section.Box_07 {margin-bottom:20px; color:#fff; width:100%; text-align:center;  height:250px;  background-image:url("../../img/main/bg_tel2.jpg"); background-size:cover; background-position:center center; background-repeat:no-repeat;  box-sizing:border-box; padding:45px 5px 10px 5px; }
section.Box_07 strong.tit01{ font-size:26px; font-weight:normal;  margin:0 auto; width:70%;  opacity:0.3;}
section.Box_07 span.num{display:block; font-size:38px; padding:15px 0 0 0;  font-weight:bold;  }
section.Box_07 span.txt01{display:block;  padding-top:12px; font-size:14px; }

}

@media (max-width: 980px) {
  .custom-navbar {  padding: 10px 0;  }
  .custom-navbar .nav li a {   display: inline-block;   line-height: 15px;  margin-bottom: 0;  }
  .custom-navbar .nav li:last-child a {  margin-bottom: 5px; } 

}

@media (max-width: 770px) {
}


@media (max-width: 580px) {
 
}