/*폰트적용(나눔고딕)*/

@font-face {
    font-family:'NanumGothic';
    src: url('../include/font/NanumGothic.eot');
    src: url('../include/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
      	 url('../include/font/NanumGothic.woff') format('woff'),
    	  url('../include/font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 	/* NanumGothic */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);	/* NanumMyeongjo */	
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);	/* NanumSquare */
@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css); /* 나눔바른고딕 */



/*하이퍼링크*/
A:link {color:#6C6C6C;TEXT-DECORATION:none}
A:visited {color:#6C6C6C;TEXT-DECORATION:none}
A:active {color:#6AB5FF;TEXT-DECORATION:none}
A:hover {color:#6AB5FF;TEXT-DECORATION:none}

html {
  font-family: 'NanumGothic';
  color: #4b5f65;
  background: #f5f7fa;
  box-sizing: border-box;
}

body { overflow-x:hidden; 
    margin: 0;
    padding: 0;
    background: #fff;
}


nav { width: 100%; }

#pcmenu{position: fixed; top:0; z-index: 9999;background: #fff;border-bottom:1px solid #333; width:100%; height:25px;}
#pcmenu .menuin{max-width:1180px; margin: 0 auto; text-align:right; padding:0 10px;}
#pcmenu .menuin a{font-size: 13px; padding: 0 5px;line-height:25px} 

.nav_wrapper {
  position: fixed;
  left: 0;
  top: 25px;
  width: 100%;
  transition: top .5s ease-out;
  background: rgba(255,255,255,0.9);
  z-index: 9999;
}

.scroll { top: 25px; }

.no-scroll {
  top: 25px;
  z-index: 9999;
}

.btn {
  padding: 10px 1%;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  transition: all 0.1s ease;
}

.btn:hover { transition: all 0.1s ease; }

main {
  max-width: 800px;
  margin: 0 auto;
}

main p {  1.2em;
}



.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.logo{position: absolute; top: 10px;}

.menu {
  width: 100%;
  height: auto;
  background: none;
  transition: all 0.3s ease;
  max-width: 1200px;
  text-align: right;
}
.navinner{max-width: 1200px; margin: 0 auto;}
.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.menu ul li { padding: 0px; }

.menu > ul > li { display: inline-block; }

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.menu ul li a:hover {
  background: #2e8cd3;
  color: #fff;
}

.menu ul li.hover > a {
  background: #2e8cd3;
  color: #fff;
}

.menu ul li > a { padding: 20px 15px; }

.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #2e8cd3;
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; }

.menu ul ul > li a {
  padding: 10px 15px;
  height: auto;
  background: #fff;
   text-align: left;
 font-size: 16px;  
 border-bottom: 1px solid #ccc  
}

.menu ul ul > li a:hover {
  background: #2e8cd3;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#hero {
  width: 100%;
  height: auto;
  background: #e8ebf0;
  margin: 70px 0 20px 0;
}

#hero img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  background: #0099cc;
  padding: 10px;
  color: #000;
  margin-top: 40px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
 @media all and (max-width: 768px) {

.example-header .container { width: 100%; }

#search { padding: 10px; }

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin: 15px;
  height: 30px;
  width: 30px;
  float: left;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 5px;
  left: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 4px;
  width: 100%;
  padding: 0;
  background-color: #333;
}

.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -12px;
}

a.menu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 1.5em;
}

a.menu-link:hover { color: #efa666; }

a.menu-link:after {
  content: "\2630";
  font-weight: normal;
}

a.menu-link.active:after { content: "\2715"; }

.menu {
  clear: both;
  min-width: inherit;
  float: none;
}

.menu,
.menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #fff;
}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}

.menu.active,
.menu > ul ul.active { max-height: 55em; border-bottom:1px solid #ccc}

.menu ul { display: inline; }

.menu li,
.menu > ul > li { display: block; }

.menu > ul > li:last-of-type a {  }

.menu li a {
  color: #333;
  display: block;
  padding: 0.8em;
  position: relative;
    text-align: left;
}

.menu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after { content: "-"; }

.menu ul ul > li a {
  background-color: #fff;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #2e8cd3;
  color: #fff;
}

.menu ul li.hover > a {
  background: #fff;
  color: #333;
}

.menu ul ul,
.menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}

.search_box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
}

.search_box input { width: 70%; }
.search_box input.search_icon { width: 17%; }
#hero { height: 200px; }

}



      .item{
            margin-bottom: 60px;
        }
		.content-slider li{
		    background-color: #ed3020;
		    text-align: center;
		    color: #FFF;
            height: 250px;
		}
		.content-slider h3 {
		    margin: 0;
		    padding: 70px 0;
		}
.content-slider .titbox{padding: 20px;}

/* Paginate */

.paginate {margin:30px 0 0;}
.paging {text-align: center;line-height: 18px;overflow: hidden;}
.paging a {display: inline-block;width:30px;height:18px;padding:5px 0 5px 0;text-align:center;vertical-align:top;border:1px solid #ddd;color:#333;line-height:18px;}
.paging a:hover {background:#f0f0f0;border-color:#888;}
.paging a.select {background:#555;font-weight:700;border:1px solid #555;color: #fff;}


#section1{background: url(../img/section1bak.jpg);
    background-size: cover; padding: 50px 20px;}

#section1 .title{text-align: center;}
#section1 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 2px solid #333; color: #333;}

#section1 .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0 0 0;}

#section1 .inner .tit1{display: inline-block; vertical-align: top; width:590px; background:url(../img/section1tit1.jpg); height: 390px; background-size: cover; margin: 1px}
#section1 .inner .tit1 .texttit{text-align: center; padding: 120px 50px;}
#section1 .inner .tit1 .texttit p{font-size: 25px; color: #fff;}
#section1 .inner .tit1 .texttit a{padding: 5px 10px; background: none; border: 1px solid #fff; color: #fff; font-size: 16px; text-decoration: none}
#section1 .inner .tit1 .texttit span{font-size: 12px;}
#section1 .inner .tit1 .texttit a:hover{background: rgba(255,255,255,0.9); color: #000;}

#section1 .inner .tit2{display: inline-block; vertical-align: top; width:590px; background:url(../img/section1tit2.jpg); height: 390px; background-size: cover; margin: 1px}
#section1 .inner .tit2 .texttit{text-align: center; padding: 120px 50px;}
#section1 .inner .tit2 .texttit p{font-size: 25px; color: #fff;}
#section1 .inner .tit2 .texttit a{padding: 5px 10px; background: none; border: 1px solid #fff; color: #fff; font-size: 16px; text-decoration: none}
#section1 .inner .tit2 .texttit span{font-size: 12px;}
#section1 .inner .tit2 .texttit a:hover{background: rgba(255,255,255,0.9); color: #000;}


#section1 .inner .tit3{display: inline-block; vertical-align: top; width:390px; background:url(../img/section1tit3.jpg); height: 390px; background-size: cover; margin: 1px}
#section1 .inner .tit3 .texttit{text-align: center; padding: 120px 50px;}
#section1 .inner .tit3 .texttit p{font-size: 25px; color: #fff;}
#section1 .inner .tit3 .texttit a{padding: 5px 10px; background: none; border: 1px solid #fff; color: #fff; font-size: 16px; text-decoration: none}
#section1 .inner .tit3 .texttit span{font-size: 12px;}
#section1 .inner .tit3 .texttit a:hover{background: rgba(255,255,255,0.9); color: #000;}


#section2{background: linear-gradient(-135deg, #37bbd2, #474bd4) fixed; padding: 50px 20px;}

#section2 .title{text-align: center;}
#section2 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 2px solid #fff; color: #fff;}

#section2 .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0 0 0;}

#section3{background: #fff; padding: 50px 20px;}

#section3 .title{text-align: center;}
#section3 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 2px solid #333; color: #333;}

#section3 .inner{margin: 0 auto; max-width: 1200px; }
#section3 .inner .tit3{width: 33%; display: inline-block; vertical-align: top;}
#section3 .inner .tit3 .img{width: 18%; display: inline-block; vertical-align: top;}
#section3 .inner .tit3 .contentare{width: 80%; display: inline-block; vertical-align: top;}
#section3 .inner .tit3 .contentare h1{font-size: 20px; color: #145ca7; font-weight: bold;}
#section3 .inner .tit3 .contentare p{font-size: 16px; color: #000; font-weight: normal; line-height: 30px;}
#section3 .inner .tit3 .contentare p b{font-weight: bold;}
#section3 .inner .tit3 .contentare ul li{font-size: 16px; color: #000; font-weight: normal; list-style: none; margin-left: -40px; padding: 0 0 8px 0;}
#section3 .inner .tit3 .contentare ul li span{float: right;}


#foot{background: #fff; border-top:1px solid #ccc; }
#foot .inner{margin: 0 auto; max-width: 1200px; padding: 40px 0;}
#foot .inner .img{width: 20%; display: inline-block; vertical-align: top;}
#foot .inner .contentare{width: 79%; display: inline-block; vertical-align: top;}
#foot .inner .contentare p{font-size: 16px; color: #333; font-weight: normal; line-height: 25px; padding: 0 0 5px 0; margin: 0}


#companyhead{background: url('../img/companyhead.jpg'); background-size: cover; text-align: center;}
#companyhead h1{font-size: 45px; font-weight: bolder; color: #fff; margin: 0; padding-top: 120px;}
#companyhead p{font-size: 16px; color: #fff; font-weight: normal; margin: 10px 0 0 0; padding-bottom: 80px;}

#businesshead{background: url('../img/businesshead.jpg'); background-size: cover; text-align: center;}
#businesshead h1{font-size: 45px; font-weight: bolder; color: #fff; margin: 0; padding-top: 120px;}
#businesshead p{font-size: 16px; color: #fff; font-weight: normal; margin: 10px 0 0 0; padding-bottom: 80px;}

#company01{background: #fff;}
#company01 .title{text-align: center;}
#company01 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#company01 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0;}
#company01 .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0;}

#company01 .inner .tit2{width: 100%; padding: 50px 0 0 0;}
#company01 .inner .tit2 .img{display: inline-block; vertical-align: top; width: 40%}
#company01 .inner .tit2 .contentare{display: inline-block; vertical-align: top; width: 59%;}

#company01 .inner .tit2 .contentare h2{font-size: 20px; font-weight: normal; color: #000;margin: 0; line-height: 30px;}
#company01 .inner .tit2 .contentare h2 span{font-weight: bold; color: #024660;}
#company01 .inner .tit2 .contentare h3{font-size: 18px; color: #024660; font-weight: normal; text-decoration: underline;}
#company01 .inner .tit2 .contentare p{font-size: 16px; color: #000; font-weight: normal; line-height: 30px;}


#company02{background: #fff; padding: 50px 0 0 0}
#company02 .title{text-align: center;}
#company02 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#company02 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; padding: 0 0 50px 0}
#company02 .inner{margin: 0 auto; max-width: 100%;  background: url('../img/company02.jpg'); background-size: cover; padding: 30px 0 50px 0}
#company02 .inner .tit2{width: 100%;max-width: 800px; margin: 0 auto; padding: 15px 0; border-bottom: 1px solid #ccc;}
#company02 .inner .tit2 .year{width: 20%; display: inline-block; vertical-align: top; font-size: 30px; font-weight: bold; color: #666}
#company02 .inner .tit2 .contentare{display: inline-block; vertical-align: top; width: 79%;}
#company02 .inner .tit2 .contentare ul{margin: 5px 0;}
#company02 .inner .tit2 .contentare ul li{font-size: 16px; color: #000; font-weight: normal; list-style: none; margin-left: -40px; padding: 0 0 8px 0; margin-top: 0;}
#company02 .inner .tit2 .contentare ul li span{font-weight: bold; color:#024660; margin-right: 40px; }


#company03{background: #fff; text-align: center; padding: 50px 0;}
#company03 .title{text-align: center;}
#company03 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#company03 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; padding: 0 0 50px 0}
#company03 .inner{margin: 0 auto; max-width: 100%;  padding:50px 0; background: linear-gradient(-135deg, #37bbd2, #474bd4) fixed; margin-bottom: 50px;}
#company03 .inner p{font-size: 18px; font-weight: normal; line-height: 30px; margin: 0; color: #fff; margin-top: 30px; letter-spacing: -0.5px;}

#company03 h3{font-size: 25px; color: #024660; font-weight: bold; margin:30px 0}
#company03 p{font-size: 18px; font-weight: normal; line-height: 30px; margin: 0; color: #333; margin-top: 30px; letter-spacing: -0.5px;}


#company04{background: #fff;}
#company04 .title{text-align: center;}
#company04 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#company04 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; padding-bottom: 50px;}
#company04 .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0;}

#company04 .inner .tit3{width: 33%; display: inline-block; vertical-align: top; margin: 0 0 30px 0; text-align: center;}
#company04 .inner .tit3 img{width: 100%; border: 1px solid #ccc}
#company04 .inner .tit3 p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0;}

#company05{background: #fff;}
#company05 .title{text-align: center;}
#company05 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#company05 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; padding-bottom: 50px;}
#company05 .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0;}
#company05 .inner ul{padding: 30px 20px}
#company05 .inner ul p{font-size: 18px; font-weight: bold; color:#024660;  margin-left: -20px;}
#company05 .inner ul li{font-size: font-size: 16px; color: #333; font-weight: normal; padding: 10px 0; border-bottom: 1px solid #ccc}


#business01{background: #fff; padding: 50px 0;}
#business01 .title{text-align: center;}
#business01 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#business01 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; padding-bottom: 50px; line-height: 25px;}
#business01 .inner{margin: 0 0 50px 0; max-width: 100%; padding: 50px 0; background: #f7f7f7; }
#business01 .inner .img{width: 50%; display: inline-block; vertical-align: middle; text-align:center}
#business01 .inner .img img{width: 100%; max-width: 700px}
#business01 .inner .tit{width: 49%; display: inline-block; vertical-align: middle; padding-left: 10px;}
#business01 .inner .tit h3{background: linear-gradient(-135deg, #37bbd2, #474bd4) fixed; font-size: 20px; color: #333; font-weight: bold; margin: 0 0 30px 0;  text-align: center; line-height: 25px; padding: 8px 15px; color: #fff; display: inline}
#business01 .inner .tit P{font-size: 16px; color: #333; font-weight: normal; margin: 0; padding-bottom: 50px; line-height: 35px; margin-top: 30px;}
#business01 .inner .tit a{background: #145ca7; font-size: 18px; color: #333; font-weight: normal; margin: 10px 0 0 0;  text-align: center; line-height: 25px; border-radius: 10px; padding: 8px 15px; text-decoration: none; color: #fff;}

#business01 .inner2{background: url(../img/section1bak.jpg);
    background-size: cover; padding: 50px 20px; max-width: 100%px; padding: 50px 0;}
#business01 .inner2 .titbox{max-width: 1200px; margin: 0 auto;}
#business01 .inner2 .titbox .tit3{width: 31.9%; display: inline-block; vertical-align: top; margin: 0 2px 0 2px; text-align: center;}
#business01 .inner2 .titbox .tit3 img{width: 100%; border: 1px solid #ccc}
#business01 .inner2 .titbox .tit3 p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0;}

#business01 .inner2 .titbox .tit2{width: 48.9%; display: inline-block; vertical-align: top; margin: 0 2px 0 2px; text-align: center;}
#business01 .inner2 .titbox .tit2 img{width: 100%; border: 1px solid #ccc; max-width: 387px;}
#business01 .inner2 .titbox .tit2 p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0;}




#business02{background: #fff; padding: 50px 0;}
#business02 .title{text-align: center;}
#business02 .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#business02 .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; padding-bottom: 50px; line-height: 25px;}
#business02 .inner{margin: 0 0 50px 0; max-width: 100%; padding: 50px 0; background: #f7f7f7; }
#business02 .inner .img{width: 50%; display: inline-block; vertical-align: top; text-align:center}
#business02 .inner .img img{width: 100%; max-width: 700px}
#business02 .inner .tit{width: 49%; display: inline-block; vertical-align: top; padding-left: 10px;}
#business02 .inner .tit h3{background: linear-gradient(-135deg, #37bbd2, #474bd4) fixed; font-size: 20px; color: #333; font-weight: bold; margin: 0 0 30px 0;  text-align: center; line-height: 25px; padding: 8px 15px; color: #fff; display: inline}
#business02 .inner .tit P{font-size: 16px; color: #333; font-weight: normal; margin: 0; padding-bottom: 50px; line-height: 35px; margin-top: 30px;}
#business02 .inner .tit a{background: #145ca7; font-size: 18px; color: #333; font-weight: normal; margin: 10px 0 0 0;  text-align: center; line-height: 25px; border-radius: 10px; padding: 8px 15px; text-decoration: none; color: #fff;}

#business02 .inner .tit P b{background: #145ca7; padding: 5px; margin-right: 15px; color: #fff; border-radius: 10px}
#business02 .inner .tit P span{margin-left: 50px;}

#business02 .inner .tit ul{margin: 0; padding: 0 20px 0 0; margin-left: 20px; margin-bottom: 50px;}
#business02 .inner .tit ul P{font-size: 16px; color: #333; font-weight: normal; margin: 0; line-height: 35px; padding-bottom: 0; padding-top: 30px; margin-left: -20px;}
#business02 .inner .tit ul li{font-size: 16px; color: #333; font-weight: normal; padding: 0 20px 0 0;line-height: 30px; }



#business02 .inner .tit table{width: 100%; background: #fff; max-width: 800px; border-spacing: 0; margin-bottom: 50px; text-align: center;}
#business02 .inner .tit table tbody{background: #fff}
#business02 .inner .tit table tr th{padding: 10px; border-bottom: 1px solid #ccc; background: #145ca7; color: #fff; border-right: 1px solid #ccc;}
#business02 .inner .tit table tr th:last-child{border-right:none;}
#business02 .inner .tit table tr td{padding: 10px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
#business02 .inner .tit table tr td:last-child{border-right:none;}

#business02 .inner2{background: url(../img/section1bak.jpg);
    background-size: cover; padding: 50px 20px; max-width: 100%px; padding: 50px 0;}
#business02 .inner2 .titbox{max-width: 1200px; margin: 0 auto;}
#business02 .inner2 .titbox .tit3{width: 31.9%; display: inline-block; vertical-align: top; margin: 0 2px 0 2px; text-align: center;}
#business02 .inner2 .titbox .tit3 img{width: 100%; border: 1px solid #ccc}
#business02 .inner2 .titbox .tit3 p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0;}

#business02 .inner2 .titbox .tit2{width: 48.9%; display: inline-block; vertical-align: top; margin: 0 2px 20px 2px; text-align: center;}
#business02 .inner2 .titbox .tit2 img{width: 100%; border: 1px solid #ccc; max-width: 387px;}
#business02 .inner2 .titbox .tit2 p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0;}


#login{background: #fff; padding:50px 0 0 0}
#login .title{text-align: center;}
#login .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#login .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0;}
#login .inner{margin: 0 auto; max-width: 800px; padding: 0px 0;}

#login ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left:1px;
}
#login ul.tabs li{
  background: #fff;
  color: #222;
  float:left;
  padding: 15px 0px;
  cursor: pointer;
  width:33.2%;
  border:1px solid #ccc;
  margin-left:-1px;
  text-align:center;
  font-weight:bold;
}
 
#login ul.tabs li.current{
  background: #2e8cd3;
  color: #fff;
}
 
#login .tab-content{
  display: none;
  background: #fff;
  padding: 50px 20px;
  margin-top:50px;
  border:1px solid #ccc;
}
 
#login .tab-content.current{
  display: inherit;
}

#login .tab-content .inbox{margin: 0 auto; max-width:800px; }
#login .tab-content .inbox .tit1{display:inline-block; vertical-align: middle; border-right:1px solid #ccc; width:50%; text-align:center;}
#login .tab-content .inbox .tit1 input{width:100%; max-width:270px; font-size:16px; padding:10px; margin-bottom:10px; text-align:left;}
#login .tab-content .inbox .tit1 .btn{background: #2e8cd3; padding:10px; color:#fff; max-width:270px; margin:0 auto; width:100%;}
#login .tab-content .inbox .tit1 .btn a{color:#fff;}
#login .tab-content .inbox .tit1 .tit3{max-width:290px; margin:0 auto; width:100%; padding:40px 0 0 0}
#login .tab-content .inbox .tit1 .tit3 a{display:inline-block; width:30%; background: #f5f5f5; border:1px solid #ccc; font-size:14px; color:#333; padding:5px 0}
#login .tab-content .inbox .tit1 .tit3 p{text-align:left; margin-bottom:5px;}

#login .tab-content .inbox .tit2{display:inline-block; vertical-align: middle; width:49%; text-align:center; }
#login .tab-content .inbox .tit2 h3{font-size:20px; font-weight:normal; margin:10px 0;}
#login .tab-content .inbox .tit2 p{margin:0; color:#333}

#join{background: #fff; padding:50px 0 0 0}
#join .title{text-align: center;}
#join .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#join .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0;}
#join .inner{margin: 0 auto; max-width: 800px; padding: 50px 0;}

#join .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0;  }
#join .inner table{width: 100%; background: #fff; max-width: 1200px; border-spacing: 0; margin-bottom: 50px; text-align: left; border-top: 3px solid #ccc;}
#join .inner table tbody{background: #fff}
#join .inner table tr{border-top: 3px solid #ccc; width: 100%;}
#join .inner table tr th{padding: 20px 30px; border-bottom: 1px solid #ccc; background: #fefefe; color: #333;  font-size: 16px; text-align: left; width: 25%;}
#join .inner table tr th:last-child{}
#join .inner table tr td{padding: 10px 10px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;width: 75%;}
#join .inner table tr td:last-child{}
#join .inner table tr td a{background:#666; color:#fff; padding:11px; vertical-align: middle; margin-left:10px;}
#join .inner input{font-size: 16px; padding: 10px; vertical-align: middle;}
#join .inner select{font-size: 16px; padding: 10px; vertical-align: middle; max-width:200px; width:100%;}
#join .inner table .btnare{text-align: left; padding: 0px;}
#join .inner .b100 {max-width:200px; width:100%;}
#join .inner .tit{padding:0 0 20px 0; border-bottom: 1px solid #ccc; margin-bottom:40px;}
#join .inner .tit .tit2{width:49%; display: inline-block; vertical-align: top; }
#join .inner .tit .tit2 h2{font-size:20px;}
#join .inner .tit .tit2 textarea{font-size: 16px; width: 90%; padding: 10px; height: 200px; overflow-y: scroll;}
#join .inner .tit .tit2 .check{margin-top:20px;}

#join .inner .btnare{text-align: center; padding: 10px;}
#join .inner .btnare a{background: #2e8cd3; color: #fff; font-size: 16px; padding: 15px 20px; margin: 0 2px; display: inline-block; vertical-align: middle; text-decoration: none;}

#gallery{background: #fff; padding: 50px 0;}
#gallery .title{text-align: center;}
#gallery .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#gallery .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; line-height: 25px;}

#gallery .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0;  }
#gallery .inner .tit4{width: 24.1%; display: inline-block; vertical-align: top; margin: 0 2px 40px 2px; text-align: center;}
#gallery .inner .tit4 img{width: 100%; border: 1px solid #ccc; height: 250px;}
#gallery .inner .tit4 p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0;}
#gallery .inner .btnare{text-align: center; padding: 10px;}
#gallery .inner .btnare a{background: #666; color: #fff; font-size: 16px; padding: 10px; margin: 0 2px; display: inline-block; vertical-align: middle; text-decoration: none;}


#gallery .inner table{width: 100%; background: #fff; max-width: 1200px; border-spacing: 0; margin-bottom: 50px; text-align: center;  border-top: 3px solid #ccc;}
#gallery .inner table tbody{background: #fff;}
#gallery .inner table tr{}
#gallery .inner table tr th{padding: 20px 30px; border-bottom: 1px solid #ccc; background: #fefefe; color: #333;  font-size: 20px; text-align: left}
#gallery .inner table tr th:last-child{border-right:none;}
#gallery .inner table tr td{padding: 10px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 16px;}
#gallery .inner table tr td:last-child{border-right:none;}

#gallery .inner2{margin: 0 auto; max-width: 1200px; padding: 50px 0;  }
#gallery .inner2 table{width: 100%; background: #fff; max-width: 1200px; border-spacing: 0; margin-bottom: 50px; text-align: left; border-top: 3px solid #ccc;}
#gallery .inner2 table tbody{background: #fff}
#gallery .inner2 table tr{border-top: 3px solid #ccc; width: 100%;}
#gallery .inner2 table tr th{padding: 20px 30px; border-bottom: 1px solid #ccc; background: #fefefe; color: #333;  font-size: 16px; text-align: left; width: 25%;}
#gallery .inner2 table tr th:last-child{}
#gallery .inner2 table tr td{padding: 10px 10px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;width: 75%;}
#gallery .inner2 table tr td:last-child{}
#gallery .inner2 input{font-size: 16px; padding: 10px;}
#gallery .inner2 textarea{font-size: 16px; width: 80%; padding: 10px; height: 400px; overflow-y: scroll;}

#gallery .inner2 table .btnare{text-align: left; padding: 0px;}

#gallery .inner2 .btnare{text-align: center; padding: 10px;}
#gallery .inner2 .btnare a{background: #666; color: #fff; font-size: 16px; padding: 10px; margin: 0 2px; display: inline-block; vertical-align: middle; text-decoration: none;}

#board{background: #fff; padding: 50px 0;}
#board .title{text-align: center;}
#board .title h2{font-size: 30px; line-height: 50px;  font-weight: bold; display: inline; border-bottom: 0px solid #333; color: #333;}
#gallery .title p{font-size: 16px; color: #333; font-weight: normal; margin: 10px 0 0 0; line-height: 25px;}

#board .inner{margin: 0 auto; max-width: 1200px; padding: 50px 0;  }
#board .inner .btnare{text-align: center; padding: 10px;}
#board .inner .btnare a{background: #666; color: #fff; font-size: 16px; padding: 10px; margin: 0 2px; display: inline-block; vertical-align: middle; text-decoration: none;}


#board .inner table{width: 100%; background: #fff; max-width: 1200px; border-spacing: 0; margin-bottom: 50px; text-align: center;  border-top: 3px solid #ccc;}
#board .inner table tbody{background: #fff;}
#board .inner table tr{}
#board .inner table tr th{padding: 20px 30px; border-bottom: 1px solid #ccc; background: #fefefe; color: #333;  font-size: 20px; text-align: left}
#board .inner table tr th:last-child{border-right:none;}
#board .inner table tr td{padding: 10px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 16px;}
#board .inner table tr td:last-child{border-right:none;}

#board .inner2{margin: 0 auto; max-width: 1200px; padding: 50px 0;  }
#board .inner2 table{width: 100%; background: #fff; max-width: 1200px; border-spacing: 0; margin-bottom: 50px; text-align: left; border-top: 3px solid #ccc;}
#board .inner2 table tbody{background: #fff}
#board .inner2 table tr{border-top: 3px solid #ccc; width: 100%;}
#board .inner2 table tr th{padding: 20px 30px; border-bottom: 1px solid #ccc; background: #fefefe; color: #333;  font-size: 16px; text-align: left; width: 25%;}
#board .inner2 table tr th:last-child{}
#board .inner2 table tr td{padding: 10px 10px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;width: 75%;}
#board.inner2 table tr td:last-child{}
#board .inner2 input{font-size: 16px; width: 80%; padding: 10px;}
#board .inner2 textarea{font-size: 16px; width: 80%; padding: 10px; height: 400px; overflow-y: scroll;}

#board .inner2 table .btnare{text-align: left; padding: 0px;}

#board .inner2 .btnare{text-align: center; padding: 10px;}
#board .inner2 .btnare a{background: #666; color: #fff; font-size: 16px; padding: 10px; margin: 0 2px; display: inline-block; vertical-align: middle; text-decoration: none;}


#board .inner3{margin: 0 auto; max-width: 1200px; padding: 50px 0;  }
#board .inner3 table{width: 100%; background: #fff; max-width: 1200px; border-spacing: 0; margin-bottom: 50px; text-align: left; border-top: 3px solid #ccc;}
#board .inner3 table tbody{background: #fff}
#board .inner3 table tr{border-top: 3px solid #ccc; width: 100%;}
#board .inner3 table tr th{padding: 10px; border-bottom: 1px solid #ccc; background: #fefefe; color: #333;  font-size: 16px; text-align: center; border-left: 1px solid #ccc; }
#board .inner3 table tr th:nth-child(1){width: 5%; border-left:none;}
#board .inner3 table tr th:nth-child(2){width: 65%}
#board .inner3 table tr th:nth-child(3){width: 10%}
#board .inner3 table tr th:nth-child(4){width: 10%}
#board .inner3 table tr th:nth-child(5){width: 10%;  }
#board .inner3 table tr td{padding: 10px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;}
#board .inner3 table tr td:nth-child(1){width: 5%; border-left:none; text-align: center;}
#board .inner3 table tr td:nth-child(2){width: 65%}
#board .inner3 table tr td:nth-child(3){width: 10%; text-align: center;}
#board .inner3 table tr td:nth-child(4){width: 10%; text-align: center;}
#board .inner3 table tr td:nth-child(5){width: 10%;  text-align: center;}



#board .inner3 table tr td a{color: #333; text-decoration: none;}

#board .inner3 input{font-size: 16px; width: 80%; padding: 10px;}
#board .inner3 textarea{font-size: 16px; width: 80%; padding: 10px; height: 400px; overflow-y: scroll;}

#board .inner3 table .btnare{text-align: left; padding: 0px;}

#board .inner3 .btnare{text-align: center; padding: 10px;}
#board .inner3 .btnare a{background: #666; color: #fff; font-size: 16px; padding: 10px; margin: 0 2px; display: inline-block; vertical-align: middle; text-decoration: none;}

.w50{width:33%; text-align: left; padding:10px 30px !important;}

.w50 b{display:inline-block}
.w50 span{display:inline-block}
.w50 textarea{width:80%; min-height:80px; padding:5px; font-size:16px; vertical-align: middle;}
.w50 .btn{padding:30px; color:#fff; font-size:16px; background:#666; border:1px solid #666; vertical-align: middle; min-height: 80px; vertical-align: middle; margin-left:20px;}

.w100{width:95%; text-align: left; padding:10px 30px !important; border-radius:10px; background:#f5f5f5}
.w100 h2{font-size:16px; font-weight:bold; margin:0 0 10px 0; padding-bottom:15px; border-bottom:1px solid #ccc;}
.w100 h2 span{font-size:14px; font-weight:normal; margin-left:15px;}

#serchare{margin-bottom:15px;text-align:center}
#serchare select{padding:10.5px; vertical-align: middle;}
#serchare input{width:20% !important; vertical-align: middle;}
#serchare a{padding:10px; color:#fff; font-size:16px; background:#666; border:1px solid #666; vertical-align: middle;}

@media ( max-width: 850px ) {
	
	.menu ul li > a { padding: 20px 15px; border-bottom: 1px solid #ccc}
	
	#section1 .inner .tit1, #section1 .inner .tit2, #section1 .inner .tit3{width:100%; height:100%;}
	
    #section1{text-align: center;}
    #section3 .inner .tit3 {width: 100%;}
    #section3 .inner .tit3 .img{display: none;}
    #section3 .inner .tit3 .contentare{width: ;}
    
    #company01 .inner{padding: 50px 10px;}
    #company01 .inner .tit2 .img{width:100%;}
    #company01 .inner .tit2 .contentare{width:100%;}

    #company02 .inner{padding: 50px 10px;}
    #company02 .inner .tit2 .contentare ul li{}
    #company02 .inner .tit2 .contentare ul li span{display: block; margin-bottom:10px;}
    
    #company03 .inner{padding: 50px 30px;}
    #company03 .inner img{width: 100%;}
    #company03{padding:0 10px 50px 10px;}
    #company03 img{width: 100%;}
    
    
    #company04 .inner{padding: 50px 10px;}
    #company04 .inner .tit3{width: 49%}
    #company05 .inner{padding: 50px 10px;}
    
    #business01{padding:0 10px 0px 10px;}
    #business01 .inner{padding: 50px 10px;}
    #business01 .inner .img{width: 100%;}
    #business01 .inner .tit{width: 100%; padding-top: 40px}
    #business01 .inner2 .titbox .tit3{width: 100%; margin-bottom: 20px;}
    #business01 .inner2 .titbox .tit2{width: 100%; margin-bottom: 20px;}
    
    #business02{padding:0 10px 0px 10px;}
    #business02 .inner{padding: 50px 10px;}
    #business02 .inner .img{width: 100%;}
    #business02 .inner .tit{width: 100%; padding-top: 40px; padding-left: 0;}
    #business02 .inner2 .titbox .tit3{width: 100%; margin-bottom: 20px;}
    #business02 .inner2 .titbox .tit2{width: 100%; margin-bottom: 20px;}
    
    #gallery .inner{padding: 50px 10px;}
    #gallery .inner2{padding: 50px 10px;}
    #gallery .inner .tit4{width: 48%}
    
    #gallery .inner table tr td img{width: 100%;}
    #gallery .inner2 table tr th{padding:0 5px; font-size:14px; width:30%}
    #gallery .inner2 table tr td{width:65%}
    #gallery .inner2 input{font-size:14px;}
    #board .inner{padding: 50px 10px;}
    #board .inner2{padding: 50px 10px;}
    #board .inner3{padding: 50px 10px;}
    #board .inner table tr td img{width: 100%;}
   #board .inner th{padding:10px !important;}    
    #board .inner3 table tr th:nth-child(2){width:55%;}
    #board .inner3 table tr td:nth-child(2){width:55%;}
    #board .inner3 table tr th:nth-child(3){display: none}
    #board .inner3 table tr td:nth-child(3){display: none}
    #board .inner3 table tr th:nth-child(4){width:40%; padding:0}
    #board .inner3 table tr td:nth-child(4){width:40%; padding:0}
    #board .inner3 table tr th:nth-child(5){display: none}
    #board .inner3 table tr td:nth-child(5){display: none}
    
    
    #foot .inner {padding: 30px 10px; }
    #foot .inner .img{width: 100%; text-align: center; margin-bottom: 15px;}
    #foot .inner .contentare{width: 100%; text-align: center}
    
    .w50{width:33%; text-align: left; padding:10px 10px !important;}

.w50 b{display:block}
.w50 span{display:block}

.w50 textarea{width:60%; min-height:80px; padding:5px; font-size:16px; vertical-align: middle;}
.w50 .btn{padding:30px; color:#fff; font-size:16px; background:#666; border:1px solid #666; vertical-align: middle; min-height: 80px; vertical-align: middle; margin-left:20px;}

.w100{width:85%; text-align: left; padding:10px 30px !important; border-radius:10px; background:#f5f5f5}
.w100 h2{font-size:16px; font-weight:bold; margin:0 0 10px 0; padding-bottom:15px; border-bottom:1px solid #ccc;}
.w100 h2 span{font-size:14px; font-weight:normal; margin-left:0px; margin-top:10px;}

#login{padding:50px 10px;}
#login ul.tabs{margin-left:0;}
#login ul.tabs li{width:100%; margin-top:-1px;}
#login .tab-content{margin-top:160px;}
#login .tab-content .inbox .tit1{width:100%; border-right:none;}
#login .tab-content .inbox .tit2{display:none;}

#join{padding:50px 10px;}
#join .inner .tit .tit2{width:100%;}

#join .inner table tr th{padding:5px; font-size:14px;}
#join .inner table tr td{padding:8px; font-size:14px;}
#join .inner table tr td a{display: block; margin-left:0; max-width:100px; text-align:center; margin-top:5px;}
#join .inner input{font-size: 14px; padding: 10px; vertical-align: middle; margin-top:5px; }
#join .inner select{font-size: 14px; padding: 10px; vertical-align: middle; margin-top:5px; }

}