@import "font.css";
.mgt25 {
  margin-top: 25px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt35 {
  margin-top: 35px !important;
}
.mgt75 {
  margin-top: 75px !important;
}
.tbl01 {
  border-top: 2px solid #1e6611;
  border-bottom: 1px solid #1e6611;
}
.tbl01 thead {
  background: #e0f3dc;
}
.tbl01 thead th {
  background: #e0f3dc;
}
.tbl01 tr.total {
  font-weight: 700;
  background: #f1f1f1;
}
.tbl01 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.tbl01 td:first-child {
  border-left: none;
}
.tbl02 {
  border-bottom: 1px solid #1e6611;
}
.tbl02 tr:first-child {
  border-top: 2px solid #1e6611;
}
.tbl02 th,
.tbl02 td {
  color: #444;
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.tbl02 th {
  font-weight: 700;
  background: #e0f3dc;
}
.tbl03 {
  border-top: 2px solid #1e6611;
  border-bottom: 1px solid #1e6611;
}
.tbl03:after {
  content: '';
  display: block;
  clear: both;
}
.tbl03 li {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 40px 0;
  color: #444;
  font-size: 16px;
}
.tbl03 li:nth-child(2) {
  background: #ebf4e9;
}
.tbl_lst {
  border-top: 2px solid #1e6611;
  border-bottom: 1px solid #1e6611;
}
.tbl_lst li {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.tbl_lst li:after {
  content: '';
  display: block;
  clear: both;
}
#errorPage {
  padding: 80px 20px 0;
}
#errorPage #logo {
  top: 20px;
  left: auto;
  right: 30px;
  overflow: hidden;
  text-indent: -9999px;
}
#errorPage>div {
  margin-top: 30px;
  padding-top: 130px;
  text-align: center;
  background: url("/images/error/bg_error.png") no-repeat 50% 0;
}
#errorPage>div h2 {
  font-size: 30px;
  font-weight: 500;
}
#errorPage>div p {
  margin-top: 30px;
  font-size: 16px;
}
#errorPage>div a {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 30px;
  border: 1px solid #ccc;
  font-size: 15px;
  background: #fff;
}
.main_con {
  width: 100% !important;
  padding: 0 !important;
}
.main_con01 {
  position: absolute;
  top: -90px;
  left: 50%;
  width: 1150px;
  height: 209px;
  margin-left: -575px;
  padding: 50px 100px 0;
  background: #fff;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0px 2px 40px -8px #000;
  -moz-box-shadow: 0 2px 40px -8px #000;
  -webkit-box-shadow: 0 2px 40px -8px #000;
}
.main_con01>div {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
.main_con01 .left {
  position: relative;
}
.main_con01 .left:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 62px;
  height: 62px;
  background: url("/images/main/ico_main01.png") no-repeat;
  background-size: contain;
}
.main_con01 .left p {
  padding-left: 80px;
  color: #222;
  font-size: 26px;
  font-weight: 500;
}
.main_con01 .right {
  padding-left: 30px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.main_con01 .right strong {
  color: #1e6611;
  font-size: 18px;
  font-weight: 700;
}
.main_con01 .right p {
  margin-top: 8px;
  color: #4cb736;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.main_con02 {
  height: 731px;
  margin-top: -90px;
  text-align: center;
  background: url("/images/main/bg_main01.jpg") 50% 50% no-repeat;
}
.main_con02 h2 {
  padding-top: 185px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.main_con02>p {
  margin-top: 10px;
  color: #fff;
  font-weight: 200;
}
.main_con02 ul {
  width: 1150px;
  margin: 0 auto;
  padding-top: 40px;
}
.main_con02 ul:after {
  content: '';
  display: block;
  clear: both;
}
.main_con02 ul li {
  float: left;
}
.main_con02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_con02 ul li a:hover>figure img {
  transform: scale(1.1);
  transition: 1s;
}
.main_con02 ul li a figure {
  width: 230px;
  height: 300px;
  overflow: hidden;
}
.main_con02 ul li a figure img {
  vertical-align: bottom;
  transition: 1s;
}
.main_con02 ul li a p {
  padding: 20px 30px;
  border-left: 1px solid #1a3314;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  text-align: left;
  background: rgba(29,60,23,0.8);
}
.main_con02 ul li a p.first {
  border-left: none;
}
.main_con03 {
  height: 530px;
  text-align: center;
  background: #fff;
}
.main_con03 h2 {
  padding-top: 60px;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
.main_con03 p {
  margin-top: 10px;
}
.main_con03 ul {
  width: 1150px;
  margin: 0 auto;
  padding-top: 40px;
}
.main_con03 ul:after {
  content: '';
  display: block;
  clear: both;
}
.main_con03 ul li {
  float: left;
  width: 270px;
  margin-left: 23px;
  text-align: left;
}
.main_con03 ul li:first-child {
  margin-left: 0;
}
.main_con03 ul li a>span {
  display: block;
  margin-top: 10px;
  color: #27a81c;
  font-size: 14px;
}
.main_con03 ul li a strong {
  display: block;
  margin-top: 5px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
}
.main_con03 ul li a p {
  color: #666;
  font-size: 14px;
  font-weight: 200;
}
.main_con03 ul li a p span {
  display: block;
}
.main_con03 ul li a figure {
  width: 270px;
  height: 155px;
  overflow: hidden;
}
.main_con03 ul li a figure img {
  vertical-align: bottom;
  transition: 1s;
}
.main_con03 ul li a:hover>figure img {
  transform: scale(1.1);
  transition: 1s;
}
.main_con04 {
  height: 398px;
  margin-bottom: -120px;
  padding-top: 80px;
  background: #e8f0f0;
}
.main_con04 .inner {
  width: 1150px;
  margin: 0 auto;
}
.main_con04 .inner:after {
  content: '';
  display: block;
  clear: both;
}
.main_con04 .inner .notice_area {
  float: left;
  position: relative;
  width: 350px;
  margin-top: 35px;
}
.main_con04 .inner .notice_area h2 {
  color: #222;
  font-size: 22px;
  font-weight: 500;
}
.main_con04 .inner .notice_area .main_notice {
  width: 350px;
}
.main_con04 .inner .notice_area .main_notice li {
  margin-top: 10px;
}
.main_con04 .inner .notice_area .main_notice li a {
  position: relative;
  display: block;
  padding: 3px 100px 3px 0;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_con04 .inner .notice_area .main_notice li a em {
  position: absolute;
  right: 0;
  font-weight: 20;
}
.main_con04 .inner .notice_area .more {
  position: absolute;
  top: 5px;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: url("/images/main/btn_main_more.png") no-repeat;
  background-size: contain;
}
.main_con04 .inner>ul {
  float: right;
}
.main_con04 .inner>ul:after {
  content: '';
  display: block;
  clear: both;
}
.main_con04 .inner>ul li {
  float: left;
  width: 354px;
  height: 236px;
  color: #fff;
  text-align: center;
}
.main_con04 .inner>ul li:first-child {
  background: url("/images/main/img_main10.jpg") no-repeat;
}
.main_con04 .inner>ul li:nth-child(2) {
  background: url("/images/main/img_main11.jpg") no-repeat;
}
.main_con04 .inner>ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_con04 .inner>ul li a h2 {
  padding-top: 55px;
  font-size: 18px;
  font-weight: 700;
}
.main_con04 .inner>ul li a .point {
  margin-bottom: 15px;
}
.main_con04 .inner>ul li a .point span {
  display: block;
}
.main_con04 .inner>ul li a span {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
}
.main_con04 .inner>ul li a span.label,
.main_con04 .inner>ul li a span.arrow,
.main_con04 .inner>ul li a span.item {
  display: inline-block;
}
.main_con04 .inner>ul li a span.fluctuation {
  display: block;
}
.main_con04 .inner>ul li a hr {
  width: 15px;
  margin: 15px auto;
}
.product:after {
  content: '';
  display: block;
  clear: both;
}
.product li {
  float: left;
  margin-left: 20px;
  border: 1px solid #ccc;
}
.product li:first-child {
  margin-left: 0;
}
.product li p {
  height: 49px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 49px;
  background: #6e7c94;
}
.product li img {
  display: block;
}
.product li:nth-child(4n+1) {
  margin-left: 0;
}
.company .img_box {
  margin: 35px 0 60px 0;
  text-align: center;
}
.company .img_box img {
  margin-left: -26px;
}
.company .img_box img:first-child {
  margin-left: 0;
}
.company table {
  width: 100%;
}
.company table th,
.company table td {
  height: 60px;
  vertical-align: middle;
}
.company table th {
  text-align: left;
  padding: 0 10px 0 30px;
}
.company table td {
  width: 80%;
  padding-left: 30px;
}
.company table td.bold {
  color: #1e6611;
  font-weight: 700;
}
.greeting div {
  margin-top: 40px;
}
.greeting div:after {
  content: '';
  display: block;
  clear: both;
}
.greeting div figure {
  float: right;
}
.greeting div .txt_box {
  padding-right: 379px;
  box-sizing: border-box;
}
.greeting div .txt_box p {
  margin-top: 30px;
  padding-right: 38px;
  color: #444;
  font-size: 16px;
}
.greeting div .txt_box p:first-child {
  margin-top: 0;
}
.policies {
  margin: 0 auto;
  text-align: center;
}
.policies h4 {
  margin-bottom: 35px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.policies .management {
  margin-bottom: 70px;
}
.policies .management img {
  margin-left: 37px;
}
.policies .management img:first-child {
  margin-left: 0;
}
.policies .tbl03 li {
  font-size: 20px;
  font-weight: 500;
}
.policies .tbl03 li img {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}
.policies .tbl03 li span {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #1e6611;
  font-size: 16px;
  font-weight: 700;
}
.history {
  position: relative;
}
.history .dim {
  z-index: 53;
}
.history .btn_pop {
  position: absolute;
  top: 170px;
  right: 0;
  color: #666;
  font-size: 13px;
  vertical-align: middle;
  z-index: 2;
}
.history .btn_pop:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  padding-right: 3px;
  background: url("/images/company/ico_history01.png") no-repeat;
  vertical-align: top;
}
.history .pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -375px;
  width: 750px;
  background: #fff;
  z-index: 53;
}
.history .pop>p {
  height: 60px;
  padding-left: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  background: #222;
  box-sizing: border-box;
}
.history .pop div {
  padding: 30px 30px 60px;
  box-sizing: border-box;
}
.history .pop div p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.history .pop .btn_pop_close {
  position: absolute;
  top: 17px;
  right: 25px;
  overflow: hidden;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url("/images/company/btn_close_white.png") no-repeat;
}
.history .tabs li {
  width: 33.33333%;
  height: 65px;
  line-height: 65px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
}
.history #tab1, .history #tab3 {
  background: url("/images/company/bg_history01.png") 50% 30px no-repeat;
}
.history #tab1 ul li:nth-of-type(odd) , .history #tab3 ul li:nth-of-type(odd) {
  margin-left: 670px;
}
.history #tab1 ul li:nth-of-type(odd):first-child , .history #tab3 ul li:nth-of-type(odd):first-child {
  padding-top: 22px;
}
.history #tab1 ul li:nth-of-type(even), .history #tab3 ul li:nth-of-type(even) {
  margin-right: 670px;
  text-align: right;
}
.history #tab2 {
  background: url("/images/company/bg_history02.png") 50% 30px no-repeat;
}
.history #tab2 ul li:nth-of-type(odd) {
  text-align: right;
  margin-right: 670px;
}
.history #tab2 ul li:nth-of-type(odd):first-child {
  padding-top: 22px;
}
.history #tab2 ul li:nth-of-type(even) {
  margin-left: 670px;
}
.history #tab1 ul li strong,
.history #tab2 ul li strong,
.history #tab3 ul li strong {
  display: block;
  margin-bottom: 5px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
}
.history #tab1 ul li p,
.history #tab2 ul li p,
.history #tab3 ul li p{
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.ethics {
  color: #444;
  font-size: 16px;
}
.ethics h4 {
  color: #1e6611;
  font-size: 20px;
  font-weight: 500;
}
.ethics p,
.ethics ul,
.ethics h5 {
  padding-left: 30px;
}
.ethics h5 {
  margin-top: 15px;
  margin-bottom: 3px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.ethics p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ethics ul {
  margin-bottom: 30px;
}
.directions {
  color: #444;
  font-size: 16px;
}
.directions .tabs {
  margin-bottom: 30px;
}
.directions .tabs li {
  width: 383px;
  height: 65px;
  line-height: 65px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
}
.directions .tabs li:nth-child(2) {
  width: 384px;
  border-left: none;
  border-right: none;
}
.directions .tab_con ul li {
  position: relative;
  min-height: 60px;
  margin-top: 35px;
  padding: 15px 0 0 70px;
  box-sizing: border-box;
}
.directions .tab_con ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.directions .tab_con ul li h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.directions .tab_con ul li.car:before {
  background: url("/images/company/ico_directions01.png") no-repeat;
}
.directions .tab_con ul li.bus:before {
  background: url("/images/company/ico_directions02.png") no-repeat;
}
.directions .tab_con ul li.subway:before {
  background: url("/images/company/ico_directions03.png") no-repeat;
}
.directions .tab_con ul li strong {
  display: block;
  margin-bottom: 3px;
  color: #298718;
  font-size: 18px;
  font-weight: 500;
}
.directions .tab_con ul li p,
.directions .tab_con ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.directions .tab_con ul li span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 45px;
  padding-right: 70px;
}
.directions .tab_con ul li span em {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
}
.directions .tab_con ul li span em.green {
  background: #50a232;
}
.directions .tab_con ul li span em.blue {
  background: #395cb4;
}
.directions .map_area iframe {
  display: block;
  vertical-align: bottom;
}
.directions .map_area p {
  padding: 25px 0;
  border: 1px solid #ccc;
  text-align: center;
}
.directions .map_area p span:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 20px;
  background: #444;
  line-height: 16px;
}
.business_area h4 {
  margin: 75px 0 25px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.business_area .guidance_control {
  margin-top: 40px;
}
.business_area .guidance_control li:after {
  content: '';
  display: block;
  clear: both;
}
.business_area .guidance_control li figure {
  float: left;
  width: 575px;
  height: 350px;
}
.business_area .guidance_control li .txt_box {
  float: right;
  width: calc(100% - 575px);
  padding: 65px 0 0 50px;
  font-size: 16px;
  box-sizing: border-box;
}
.business_area .guidance_control li .txt_box em {
  color: #666;
  font-weight: 200;
  vertical-align: middle;
}
.business_area .guidance_control li .txt_box em:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 4px;
  margin-right: 5px;
  background: #666;
  vertical-align: middle;
}
.business_area .guidance_control li .txt_box strong {
  display: block;
  margin-top: 5px;
  padding-left: 15px;
  color: #1e6611;
  font-size: 28px;
  font-weight: 700;
}
.business_area .guidance_control li .txt_box p {
  margin-top: 20px;
  padding-left: 15px;
  color: #444;
  line-height: 1.5;
}
.business_area .guidance_control li .txt_box p span {
  display: block;
}
.business_area .guidance_control li .txt_box .point {
  color: #4cb736;
}
.business_area .guidance_control li:nth-child(2n) {
  box-sizing: border-box;
}
.business_area .guidance_control li:nth-child(2n) figure {
  float: right;
}
.business_area .guidance_control li:nth-child(2n) .txt_box {
  float: left;
  padding: 65px 50px 0 0;
  text-align: right;
}
.business_area .guidance_control li:nth-child(2n) .txt_box p,
.business_area .guidance_control li:nth-child(2n) .txt_box strong {
  padding-left: 0;
  padding-right: 15px;
}
.business_area .guidance_control li:nth-child(2n) .txt_box em:before {
  display: none;
}
.business_area .guidance_control li:nth-child(2n) .txt_box em:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 4px;
  margin-left: 5px;
  background: #666;
  vertical-align: middle;
}
.business_area table {
  width: 100%;
}
.business_area table th,
.business_area table td {
  padding: 22px 10px 22px 30px;
  text-align: left;
  box-sizing: border-box;
}
.business_area table th {
  width: 230px;
}
.business_area table span {
  display: block;
}
.customer ul {
  padding-bottom: 30px;
  border-top: 1px solid #8ab381;
  box-sizing: border-box;
}
.customer ul:after {
  content: '';
  display: block;
  clear: both;
}
.customer ul.customer01 {
  border-top: none;
}
.customer ul.customer01 p {
  margin-bottom: 0;
}
.customer ul li {
  float: left;
  margin-top: 30px;
  padding-left: 18px;
}
.customer ul li:nth-child(5n+1) {
  padding-left: 0;
}
.customer ul li figure {
  display: block;
  width: 215px;
  height: 130px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.customer ul li p {
  margin-top: 10px;
  text-align: center;
}
.technique_area .tabs {
  margin-top: 40px;
}
.technique_area .tabs li {
  width: 191px;
  height: 65px;
  font-size: 18px;
  font-weight: 500;
  line-height: 65px;
  border-left: none;
}
.technique_area .tabs li:first-child,
.technique_area .tabs li:nth-child(6) {
  width: 193px;
}
.technique_area .tabs li:first-child {
  border-left: 1px solid #ccc;
}
.technique_area .tab_con h4 {
  margin: 40px 0 30px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.technique_area .tab_con>p {
  text-align: center;
  line-height: 2;
}
.technique_area .tab_con .keyword {
  margin-top: 30px;
  padding: 25px 30px;
  border: 1px solid #ccc;
  font-weight: 500;
}
.technique_area .tab_con .keyword:after {
  content: '';
  display: block;
  clear: both;
}
.technique_area .tab_con .keyword li {
  line-height: 1.7;
}
.technique_area .tab_con .keyword li span {
  display: block;
  margin-left: 12px;
}
.technique_area .tab_con .keyword.fl:after {
  content: '';
  display: block;
  clear: both;
}
.technique_area .tab_con .keyword.fl li {
  float: left;
  width: 50%;
}
.technique_area .tab_con figure {
  margin: 50px 0;
  text-align: center;
}
.technique_area .tab_con>table {
  width: 100%;
}
.technique_area .tab_con table th,
.technique_area .tab_con table td {
  padding: 22px 0;
}
.technique_area .tab_con table th {
  padding-left: 30px;
  text-align: left;
}
.technique_area .tab_con table tbody tr {
  border-top: none;
}
.technique_area .tab_con table tbody td {
  text-align: center;
}
.technique_area .tab_con .tbl_box {
  margin-top: 30px;
}
.technique_area .tab_con .tbl_box:after {
  content: '';
  display: block;
  clear: both;
}
.technique_area .tab_con .tbl_box table {
  float: left;
  width: 560px;
  margin-left: 30px;
}
.technique_area .tab_con .tbl_box table:first-child {
  margin-left: 0;
}
.technique_area .tab_con#tab2 .tbl_box table,
.technique_area .tab_con#tab3 .tbl_box table {
  width: 375px;
}
.technique_area .tab_con#tab2 .tbl_box table:first-child,
.technique_area .tab_con#tab3 .tbl_box table:first-child {
  width: 745px;
}
.technique_area .tab_con .product li {
  margin-top: 20px;
  box-sizing: border-box;
}
.technique_area .tab_con .tbl03 li {
  padding: 25px 0 0 30px;
  width: 25%;
  height: 160px;
  box-sizing: border-box;
}
.technique_area .tab_con .tbl03 li:nth-of-type(even) {
  background: #ebf4e9;
}
.technique_area .tab_con .tbl03 li strong {
  display: block;
  margin-bottom: 15px;
  color: #1e6611;
  font-weight: 700;
}
.technique_area .tab_con .tbl03 li p {
  position: relative;
  padding-left: 7px;
}
.technique_area .tab_con .tbl03 li p:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 1px;
  margin-right: 5px;
  background: #444;
}
.technique_area .tab_con .img_txt_lst {
  text-align: center;
}
.technique_area .tab_con .img_txt_lst:after {
  content: '';
  display: block;
  clear: both;
}
.technique_area .tab_con .img_txt_lst li {
  float: left;
  width: 33.33%;
}
.technique_area .tab_con .img_txt_lst li p {
  margin-top: 10px;
  font-weight: 500;
}
.technique_area .tab_con .img_txt_lst li span {
  display: block;
  margin-top: 20px;
}
.technique_area.development .c_sub_tit span {
  display: block;
}
.technique_area.development table .pc{
  display: table-cell;
}
.technique_area.process .img_txt {
  width: 820px;
  margin: 0 auto;
}
.technique_area.process .img_txt:after {
  content: '';
  display: block;
  clear: both;
}
.technique_area.process .img_txt figure {
  float: left;
  margin: 0;
}
.technique_area.process .img_txt ul {
  float: left;
  width: 265px;
  height: 390px;
  padding: 25px 0 0 30px;
  background: #4cb736;
  box-sizing: border-box;
}
.technique_area.process .img_txt ul li {
  color: #fff;
  box-sizing: border-box;
}
.technique_area.process .img_txt ul li p {
  margin-top: 20px;
}
.technique_area.process .img_txt ul li span {
  display: block;
}
.technique_area.process .tabs>li,
.technique_area.quality .tabs>li {
  width: 25%;
}
.technique_area.quality #tab2 .img_txt_lst {
  padding: 0 70px;
  box-sizing: border-box;
}
.technique_area.quality #tab2 .img_txt_lst li {
  width: 50%;
}
.technique_area.certification .tabs li {
  width: 383px;
}
.technique_area.certification .tabs li:nth-child(2) {
  width: 384px;
}
.technique_area.certification .tab_con h4 {
  margin: 30px 0 20px;
}
.technique_area.certification .tab_con figure {
  margin: 0;
}
.technique_area.certification .tab_con ul {
  width: 916px;
  margin: 0 auto;
  text-align: center;
}
.technique_area.certification .tab_con ul li {
  display: inline-block;
  margin-left: 14px;
  box-sizing: border-box;
}
.technique_area.certification .tab_con ul li img {
  border: 1px solid #ccc;
}
.technique_area.certification .tab_con ul li p {
  padding: 10px 0 20px;
}
.technique_area.certification #tab1 ul li:first-child,
.technique_area.certification #tab1 ul li:nth-child(4n+1) {
  margin-left: 0;
}
.vision {
  text-align: center;
}
.vision .txt {
  margin-top: 30px;
}
.vision .txt span {
  display: block;
}
.vision ul {
  margin-top: 35px;
}
.vision ul:after {
  content: '';
  display: block;
  clear: both;
}
.vision ul li {
  display: inline-block;
  margin-left: -30px;
  font-weight: 500;
}
.vision ul li p {
  margin-top: 10px;
}
.vision ul li:first-child {
  margin-left: 0;
}
.vision ul li:first-child span {
  color: #045e9a;
}
.vision ul li:nth-child(2) span {
  color: #197d07;
}
.vision ul li:nth-child(3) span {
  color: #e38000;
}
.personnel {
  margin: 0 auto;
  text-align: center;
}
.personnel h4 {
  margin-top: 75px;
  margin-bottom: 30px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.personnel article ul {
  margin-top: 30px;
}
.personnel article ul:after {
  content: '';
  display: block;
  clear: both;
}
.personnel article ul li {
  position: relative;
  float: left;
  width: 49%;
  height: 186px;
  margin-left: 2%;
  padding: 25px;
  border: 1px solid #ccc;
  text-align: left;
  box-sizing: border-box;
}
.personnel article ul li:first-child {
  margin-left: 0;
}
.personnel article ul li:first-child:after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  background: url("/images/recruitment/ico_personnel01.png") no-repeat;
}
.personnel article ul li:nth-child(2):after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  background: url("/images/recruitment/ico_personnel02.png") no-repeat;
}
.personnel article ul li strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.personnel article p span {
  display: block;
}
.welfare ul:after {
  content: '';
  display: block;
  clear: both;
}
.welfare ul li {
  position: relative;
  float: left;
  width: calc(50% - 1px);
  height: 300px;
  margin: 2px 0 0 2px;
  overflow: hidden;
}
.welfare ul li.last {
  width: 100%;
}
.welfare ul li:nth-of-type(odd) {
  margin: 2px 0 0 0;
}
.welfare ul li figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.welfare ul li span {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 300px;
}
.welfare ul li .detail_pop {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #4ead38;
  opacity: 0.9;
  z-index: -3;
}
.welfare ul li .detail_pop div {
  display: table-cell;
  vertical-align: middle;
}
.welfare ul li:hover>.detail_pop {
  z-index: 1;
}
.welfare ul li:hover span {
  display: none;
}
.recruitment_guide {
  text-align: center;
}
.recruitment_guide h4 {
  margin: 30px 0 20px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.recruitment_guide>p {
  margin-top: 25px;
}
.recruitment_guide p > span {
  display: block;
}
.recruitment_guide ul {
  margin-top: 25px;
}
.recruitment_guide ul:after {
  content: '';
  display: block;
  clear: both;
}
.recruitment_guide ul li {
  position: relative;
  float: left;
  width: 25%;
}
.recruitment_guide ul li span {
  display: block;
  margin-top: 10px;
}
.recruitment_guide ul li:before {
  content: '';
  position: absolute;
  top: 58px;
  left: -36px;
  width: 69px;
  height: 45px;
  background: url("/images/recruitment/ico_guide_arrow.png") no-repeat;
}
.recruitment_guide ul li:first-child:before {
  display: none;
}
.recruitment_guide table {
  width: 100%;
  text-align: left;
}
.recruitment_guide table th,
.recruitment_guide table td {
  padding: 22px 30px;
  box-sizing: border-box;
}
.recruitment_guide table th {
  width: 230px;
}
.recruitment_guide table td span {
  display: block;
}
.stock .tabs {
  margin-top: 40px;
}
.stock .tabs li {
  width: 25%;
  height: 65px;
  border-left: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 65px;
}
.stock .tabs li:first-child {
  border-left: 1px solid #ccc;
}
.stock #tab3 thead tr:first-child th:nth-child(2) {
  border-left: 1px solid #ccc;
}
.stock #tab3 thead tr:nth-child(2) th:nth-child(3) {
  border-left: 1px solid #ccc;
}
.stock #tab3 tr:first-child {
  border-bottom: 1px solid #ccc;
}
.stock #tab1 table tbody,
.stock #tab3 table tbody {
  text-align: center;
}
.stock #tab2 table tbody,
.stock #tab4 table tbody {
  text-align: right;
}
.stock #tab2 table tbody td:after,
.stock #tab4 table tbody td:after {
  content: '';
  display: block;
  clear: both;
}
.stock #tab2 table tbody td:first-child,
.stock #tab4 table tbody td:first-child {
  text-align: center;
}
.stock #tab2 table tbody td span,
.stock #tab4 table tbody td span {
  float: left;
}
.stock table {
  width: 100%;
  margin-top: 30px;
}
.stock table thead {
  font-weight: 700;
}
.stock table th,
.stock table td {
  padding: 20px 30px;
}
.notice_list:after {
  content: '';
  display: block;
  clear: both;
}
.notice_list .notice_tbl {
  width: 100%;
  margin-top: 82px;
  color: #444;
  font-size: 16px;
}
.notice_list .notice_tbl:after {
  content: '';
  display: block;
  clear: both;
}
.notice_list .notice_tbl .top {
  background: #e0f3dc;
}
.notice_list .notice_tbl .top:after {
  content: '';
  display: block;
  clear: both;
}
.notice_list .notice_tbl .top p {
  float: left;
  padding: 20px 0;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
.notice_list .notice_tbl .top p:first-child {
  width: 88px;
}
.notice_list .notice_tbl .top p:nth-child(2) {
  width: calc(100% - 221px);
}
.notice_list .notice_tbl .top p:nth-child(3) {
  width: 133px;
}
.notice_list .notice_tbl li {
  cursor: pointer;
}
.notice_list .notice_tbl li p {
  float: left;
  color: #444;
  font-size: 16px;
  box-sizing: border-box;
}
.notice_list .notice_tbl li p:first-child {
  width: 88px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.notice_list .notice_tbl li p:nth-child(2) {
  width: calc(100% - 221px);
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice_list .notice_tbl li p:nth-child(3) {
  width: 133px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.notice_list .notice_tbl li p a:hover {
  color: #4cb736;
}
.notice_list .notice_tbl li.notice p:first-child {
  font-size: 0;
}
.notice_list .notice_tbl li.notice p:first-child:before {
  content: '공지';
  padding: 3px 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 8%;
  background: #4cb736;
}
.srch_area {
  float: right;
  margin: 35px 0 10px 0;
}
.srch_area:after {
  content: '';
  display: block;
  clear: both;
}
.srch_area .select {
  float: left;
  width: 98px;
}
.srch_area .select:after {
  content: '';
  display: block;
  clear: both;
}
.srch_area .srch_box {
  position: relative;
  float: left;
  margin-left: 10px;
}
.srch_area .srch_box input {
  width: 250px;
  height: 37px;
  padding: 0 37px 0 10px;
  color: #444;
  font-size: 14px;
}
.srch_area .srch_box a {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: url("/images/common/btn_srch.png") no-repeat center center;
}
.notice_view:after {
  content: '';
  display: block;
  clear: both;
}
.btn_list {
  display: block;
  float: right;
  width: 150px;
  height: 60px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: #4cb736;
}
#ViewArea {
  margin-top: 40px;
}
#ViewArea:after {
  content: '';
  display: block;
  clear: both;
}
#ViewArea .view_tit {
  position: relative;
  width: 100%;
  padding: 22px 161px 22px 30px;
  border-top: 2px solid #1e6611;
  text-align: left;
  box-sizing: border-box;
}
#ViewArea .view_tit .tit {
  color: #444;
  font-size: 18px;
  font-weight: 500;
}
#ViewArea .view_tit .date {
  position: absolute;
  top: 24px;
  right: 30px;
  color: #666;
  font-size: 14px;
}
#ViewArea .view_box {
  width: 100%;
  padding: 25px 10px 130px;
  border-top: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
}
#ViewArea .view_box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
#ViewArea .view_file {
  position: relative;
  padding: 30px 10px;
  color: #666;
  font-size: 14px;
}
#ViewArea .view_file span {
  position: absolute;
  top: 30px;
  left: 10px;
}
#ViewArea .view_file .file_area {
  padding-left: 66px;
  box-sizing: border-box;
}
#ViewArea .view_file .file_area a {
  display: block;
  vertical-align: middle;
}
#ViewArea .view_file .file_area a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("/images/irpr/ico_down.png") no-repeat;
}
#ViewArea .post_navi {
  color: #444;
  font-size: 16px;
}
#ViewArea .post_navi .post_item {
  position: relative;
  padding: 20px 10px 20px 115px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  box-sizing: border-box;
}
#ViewArea .post_navi .post_item:first-child {
  border-bottom: none;
}
#ViewArea .post_navi .post_item .item {
  position: absolute;
  top: 20px;
  left: 10px;
  vertical-align: middle;
}
#ViewArea .post_navi .post_item.next .item:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background: url("/images/irpr/ico_view_next.png");
  vertical-align: middle;
}
#ViewArea .post_navi .post_item.prev .item:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background: url("/images/irpr/ico_view_prev.png");
  vertical-align: middle;
}
#ViewArea .post_navi .post_item .post_tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ViewArea .post_navi .post_item a.post_tit:hover {
  text-decoration: underline;
}
#ViewArea .post_navi .post_item span.post_tit {
  color: #999;
}
.news_list .news_tbl {
  width: 100%;
  margin-top: 82px;
}
.news_list .news_tbl li {
  padding: 0;
}
.news_list .news_tbl li a {
  display: block;
  padding: 20px 30px;
  box-sizing: border-box;
}
.news_list .news_tbl li a:after {
  content: '';
  display: block;
  clear: both;
}
.news_list .news_tbl li a>p {
  float: left;
  width: 280px;
  height: 185px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.news_list .news_tbl li a>p img {
  width: 100%;
  height: 100%;
}
.news_list .news_tbl li a .txt_area {
  float: right;
  width: calc(100% - 320px);
}
.news_list .news_tbl li a .txt_area .tit {
  margin-top: 18px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list .news_tbl li a .txt_area .txt {
  height: 3em;
  margin-top: 15px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.news_list .news_tbl li a .txt_area .date {
  margin-top: 40px;
  color: #666;
  font-size: 14px;
}
.news_list .news_tbl li a:hover .txt_area .tit {
  color: #4cb736;
}
.news_list .news_tbl li a:hover .txt_area .txt {
  text-decoration: underline;
}
.notice_view:after,
.news_view:after {
  content: '';
  display: block;
  clear: both;
}
.ir {
  color: #444;
  font-size: 16px;
  text-align: center;
}
.ir:after {
  content: '';
  display: block;
  clear: both;
}
.ir h4 {
  float: left;
  margin-bottom: 15px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.ir>p {
  float: right;
}
.ir .tbl_panel {
  margin-bottom: 55px;
}
.ir table {
  width: 100%;
}
.ir table .t_left {
  text-align: left;
}
.ir table .t_right {
  text-align: right;
}
.ir table thead {
  font-weight: 700;
}
.ir table th,
.ir table td {
  height: 60px;
  padding: 0 30px;
  vertical-align: middle;
}
.ir table thead th {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ir table thead th.bln {
  border-left: none;
}
.mobile {
  display: none;
}


/* 200428 추가 */
.main_con01.eng {padding: 30px 100px 0;}

.pt25 {padding-top:25px !important;}























@media screen and (max-width: 960px) {
  #errorPage {
    padding-top: 80px;
  }
  #errorPage #logo {
    left: 40px;
    right: 30px;
    height: 36px;
    background-size: contain;
  }
  .main_con01 {
    width: calc(100% - 20px);
    height: auto;
    margin-left: calc(-50% - -10px);
    padding: 0 15px;
    box-shadow: 0 2px 20px -8px #000;
    -moz-box-shadow: 0 2px 20px -8px #000;
    -webkit-box-shadow: 0 2px 20px -8px #000;
  }
  .main_con01>div {
    display: block;
    width: 100%;
    padding: 25px 0;
  }
  .main_con01 .left:before {
    top: 30px;
    left: 0;
  }
  .main_con01 .right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
  .main_con01 .right p span {
    display: block;
  }
  .main_con02 {
    width: calc(100% + 20px);
    height: auto;
    margin-left: -10px;
    padding-bottom: 60px;
    background-size: cover;
  }
  .main_con02 h2 {
    padding-top: 250px;
  }
  .main_con02 ul {
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 0;
    box-sizing: border-box;
  }
  .main_con02 ul li {
    float: none;
    display: inline-block;
    width: 33.3%;
  }
  .main_con02 ul li:nth-child(4),
  .main_con02 ul li:nth-child(5) {
    margin-top: 20px;
  }
  .main_con02 ul li:nth-child(4) p {
    border-left: none;
  }
  .main_con02 ul li a:hover>figure img {
    transform: scale(1);
  }
  .main_con02 ul li a figure {
    width: 100%;
    height: 100%;
  }
  .main_con02 ul li a p {
    padding: 20px 10px;
  }
  .main_con03 {
    height: auto;
    padding-bottom: 60px;
  }
  .main_con03 p {
    margin-top: 10px;
  }
  .main_con03 ul {
    width: 100%;
  }
  .main_con03 ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 10px 0 15px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .main_con03 ul li:first-child {
    border-top: 1px solid #ccc;
  }
  .main_con03 ul li a>span {
    margin-top: 0;
    padding-top: 0;
  }
  .main_con03 ul li a figure {
    display: none;
  }
  .main_con04 {
    width: calc(100% + 20px);
    height: auto;
    padding: 60px 0;
    margin-left: -10px;
  }
  .main_con04 .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main_con04 .inner .notice_area {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .main_con04 .inner .notice_area h2 {
    font-size: 17px;
  }
  .main_con04 .inner .notice_area .main_notice {
    width: 100%;
  }
  .main_con04 .inner .notice_area .main_notice li {
    margin-top: 10px;
  }
  .main_con04 .inner .notice_area .more {
    width: 18px;
    height: 18px;
  }
  .main_con04 .inner>ul {
    float: none;
    margin-top: 20px;
  }
  .main_con04 .inner>ul li {
    width: 50%;
  }
  .main_con04 .inner>ul li:first-child {
    background-size: cover;
  }
  .main_con04 .inner>ul li:nth-child(2) {
    background-size: cover;
  }
  .main_con04 .inner>ul li a img {
    width: auto;
  }
  .company .img_box img {
    display: inline-block;
    width: 36.4%;
  }
  .company .img_box img:nth-child(3) {
    margin-left: 0;
  }
  .company .img_box img:nth-child(3),
  .company .img_box img:nth-child(4) {
    margin-top: -26px;
  }
  .company table th {
    padding: 0 10px 0 10px;
  }
  .company table td {
    padding-left: 10px;
  }
  .greeting div figure {
    float: none;
    width: 59%;
    margin: 0 auto;
  }
  .greeting div .txt_box {
    padding-right: 0;
  }
  .greeting div .txt_box p {
    padding: 0 30px;
  }
  .policies .management img {
    display: inline-block;
    width: 45%;
    margin-left: 5%;
  }
  .policies .management img:first-child,
  .policies .management img:nth-child(3) {
    margin-left: 0;
  }
  .policies .management img:nth-child(3),
  .policies .management img:nth-child(4) {
    margin-top: 5%;
  }
  .policies .tbl03 li {
    float: none;
    width: 100%;
  }
  .policies .tbl03 li img {
    width: auto;
  }
  .history .pop {
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: calc(-50% + 10px);
    width: calc(100% - 20px);
  }
  .history .tabs li.active {
    border: 1px solid #1e6611;
  }
  .history #tab1 ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .history #tab3 ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .history #tab1 ul li:nth-of-type(even) {
    margin-right: 0;
    text-align: left;
  }
  .history #tab2 ul li:nth-of-type(odd) {
    text-align: left;
    margin-right: 0;
  }
  .history #tab3 ul li:nth-of-type(odd) {
    text-align: left;
    margin-right: 0;
  }
  .history #tab2 ul li:nth-of-type(even) {
    margin-left: 0;
  }
  .history #tab3 ul li:nth-of-type(even) {
    margin-left: 0;
	text-align: left;
	width:100%;
  }
  .history #tab1,
  .history #tab2,
  .history #tab3{
    background: none;
  }
  .history #tab1 ul li,
  .history #tab2 ul li,
  .history #tab3 ul li{
    margin-top: 35px;
    padding-left: 30px;
  }
  .history #tab1 ul li:first-child,
  .history #tab2 ul li:first-child,
   .history #tab3 ul li:first-child{
    margin-top: 25px;
    padding-top: 0;
  }
  .technique_area .tab_con .keyword {
    padding: 25px 10px;
  }
  .technique_area .tab_con .keyword.fl li {
    float: none;
    width: 100%;
  }
  .technique_area .tab_con table th {
    padding-left: 10px;
    text-align: left;
  }
  .technique_area .tab_con .tbl_box table {
    float: none;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .technique_area .tab_con .product {
    text-align: center;
  }
  .technique_area .tab_con .product li {
    float: none;
    display: inline-block;
    width: 32%;
    margin: 0 auto;
    margin-top: 2%;
    margin-left: 2%;
  }
  .technique_area .tab_con .product li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .technique_area .tab_con .product li:first-child,
  .technique_area .tab_con .product li:nth-child(3n+1) {
    margin-left: 0;
  }
  .technique_area .tab_con .tbl03 li {
    padding: 20px 10px;
    width: 100%;
    height: auto;
  }
  .technique_area .tab_con .img_txt_lst li {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .technique_area .tab_con .img_txt_lst li img {
    width: auto;
  }
  .technique_area .tab_con .img_txt_lst li span {
    margin-top: 10px;
  }
  .technique_area.development .c_sub_tit span {
    display: inline;
  }
  .technique_area.development .tabs>li {
    width: 33.3%;
  }
  .technique_area.development .tabs>li:first-child,
  .technique_area.development .tabs>li:nth-child(2),
  .technique_area.development .tabs>li:nth-child(3) {
    border-bottom: none;
  }
  .technique_area.development .tabs>li:nth-child(4) {
    border-left: 1px solid #ccc;
  }
  .technique_area.development table .pc{
    display: none !important;
  }
  .technique_area.process h4 span {
    display: inline;
  }
  .technique_area.process .img_txt {
    width: 100%;
  }
  .technique_area.process .img_txt figure {
    float: none;
  }
  .technique_area.process .img_txt ul {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 30px 20px;
  }
  .technique_area.process .img_txt ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .technique_area.process #tab3 h4 span {
    display: block;
  }
  .technique_area.process #tab3 figure img {
    width: auto;
  }
  .technique_area.process .tabs>li,
  .technique_area.quality .tabs>li {
    width: 50% !important;
  }
  .technique_area.process .tabs>li:first-child,
  .technique_area.quality .tabs>li:first-child,
  .technique_area.process .tabs>li:nth-child(2),
  .technique_area.quality .tabs>li:nth-child(2) {
    border-bottom: none;
  }
  .technique_area.process .tabs>li:nth-child(3),
  .technique_area.quality .tabs>li:nth-child(3) {
    border-left: 1px solid #ccc;
  }
  .technique_area.quality #tab1 figure img {
    width: 180px;
    margin: 0 auto;
    text-align: center;
  }
  .technique_area.quality #tab1 figure .pc{
    margin: 0 auto;
  }
  .technique_area.quality #tab2 .img_txt_lst {
    padding: 0;
  }
  .technique_area.quality #tab2 .img_txt_lst li {
    width: 100%;
  }
  .technique_area.quality #tab2 .img_txt_lst li img {
    width: 60% !important;
  }
  .technique_area.quality #tab3 img {
    width: 450px;
  }
  .technique_area.certification .tabs li {
    width: 33.3%;
  }
  .technique_area.certification .tabs li:nth-child(2) {
    width: 33.4%;
  }
  .technique_area.certification .tab_con ul {
    width: 100%;
  }
  .technique_area.certification .tab_con ul li {
    width: 32%;
    margin-left: 2%;
  }
  .technique_area.certification #tab1 ul li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .technique_area.certification #tab1 ul li:first-child,
  .technique_area.certification #tab1 ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .vision .txt {
    padding: 0 30px;
  }
  .vision .txt span {
    display: inline;
  }
  .vision ul li {
    width: 33.33%;
    margin-left: -5%;
    vertical-align: top;
  }
  .vision ul li p span {
    display: block;
  }
  .ethics p,
  .ethics ul,
  .ethics h5 {
    padding-left: 0;
  }
  .directions .tabs li {
    width: 33%;
  }
  .directions .tabs li:nth-child(2) {
    width: 34%;
  }
  .directions .tab_con ul li span {
    padding-right: 0;
  }
  .directions .map_area iframe {
    height: 70vw;
  }
  .directions .map_area p span:first-child:after {
    display: none;
  }
  .directions .map_area p span em {
    display: block;
  }
  .directions .map_area p span:nth-child(2) {
    display: block;
    padding-top: 10px;
  }
  .business_area>p span {
    display: inline;
  }
  .business_area .guidance_control li figure {
    float: none;
    width: 100%;
    height: auto;
  }
  .business_area .guidance_control li .txt_box {
    float: none;
    width: 100%;
    padding: 30px 0 55px;
  }
  .business_area .guidance_control li:nth-child(2n) figure {
    float: none;
  }
  .business_area .guidance_control li:nth-child(2n) .txt_box {
    float: none;
    padding: 30px 0 55px;
    text-align: left;
  }
  .business_area .guidance_control li:nth-child(2n) .txt_box p,
  .business_area .guidance_control li:nth-child(2n) .txt_box strong {
    padding-left: 15px;
    padding-right: 0;
  }
  .business_area .guidance_control li:nth-child(2n) .txt_box em:before {
    display: inline-block;
  }
  .business_area .guidance_control li:nth-child(2n) .txt_box em:after {
    display: none;
  }
  .business_area table th,
  .business_area table td {
    padding: 22px 10px;
  }
  .business_area table th {
    width: 25%;
  }
  .business_area table span {
    display: inline;
  }
  .business_area .product li {
    width: 32%;
    margin-left: 2%;
    box-sizing: border-box;
  }
  .business_area .product li:first-child {
    margin-left: 0;
  }
  .customer ul li {
    width: 49%;
    padding-left: 2%;
  }
  .customer ul li:nth-child(5n+1) {
    padding-left: 2%;
  }
  .customer ul li:nth-of-type(odd) {
    padding-left: 0;
  }
  .customer ul li figure {
    width: auto;
    height: auto;
  }
  .notice_list .notice_tbl {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #1e6611;
  }
  .notice_list .notice_tbl .top {
    display: none;
  }
  .notice_list .notice_tbl li {
    padding: 20px 10px;
    border-top: 1px solid #ccc;
  }
  .notice_list .notice_tbl li:after {
    content: '';
    display: block;
    clear: both;
  }
  .notice_list .notice_tbl li p {
    float: none;
  }
  .notice_list .notice_tbl li p:first-child {
    display: inline-block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    text-align: left;
  }
  .notice_list .notice_tbl li p:nth-child(2) {
    display: inline-block;
    width: calc(100% - 70px);
    padding: 0;
  }
  .notice_list .notice_tbl li p:nth-child(3) {
    width: auto;
    margin-top: 15px;
    padding: 0;
    text-align: left;
  }
  .notice_list .notice_tbl li.notice p:first-child {
    font-size: 0;
  }
  .notice_list .notice_tbl li.notice p:first-child:before {
    margin-right: 5px;
    border-radius: 8%;
  }
  .srch_area {
    float: none;
    margin: 15px 0 10px;
  }
  .srch_area .select {
    width: 20%;
  }
  .srch_area .srch_box {
    width: calc(80% - 10px);
  }
  .srch_area .srch_box input {
    width: 100%;
  }
  .btn_list {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
  #ViewArea .view_tit {
    padding: 22px 10px;
  }
  #ViewArea .view_tit .date {
    position: static;
    margin-top: 10px;
  }
  .news_list .news_tbl {
    margin-top: 0;
  }
  .news_list .news_tbl li a {
    padding: 20px 10px;
  }
  .news_list .news_tbl li a>p {
    width: 29vw;
    height: 19vw;
  }
  .news_list .news_tbl li a .txt_area {
    position: relative;
    width: calc(100% - 33vw);
    height: 19vw;
  }
  .news_list .news_tbl li a .txt_area .tit {
    height: 2.6em;
    margin-top: 10px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  .news_list .news_tbl li a .txt_area .txt {
    display: none;
  }
  .news_list .news_tbl li a .txt_area .date {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .ir:after {
    content: '';
    display: block;
    clear: both;
  }
  .ir .tbl_panel {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .ir table {
    width: 960px;
  }
  .ir table th,
  .ir table td {
    padding: 0 10px;
  }
  .stock .tab_con {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .stock table {
    width: 960px;
  }
  .stock table th,
  .stock table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .personnel article.con01 figure img {
    width: 341px;
    margin: 0 auto;
  }
  .personnel article.con03 figure {
    width: 100%;
    padding: 25px 0;
    background: #f5f5f5;
  }
  .personnel article.con03 figure img {
    width: 340px;
    margin: 0 auto;
  }
  .personnel article>p span {
    display: inline;
  }
  .personnel article>p em {
    display: block;
  }
  .personnel article ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 25px;
    box-sizing: border-box;
  }
  .personnel article ul li:nth-child(2) {
    margin-top: 20px;
  }
  .welfare ul li {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }
  .welfare ul li:first-child {
    margin-top: 0;
  }
  .welfare ul li:nth-of-type(odd) {
    margin: 0 auto;
    margin-top: 20px;
  }
  .welfare ul li figure {
    position: static;
    width: 100%;
  }
  .welfare ul li figure img {
    vertical-align: bottom;
  }
  .welfare ul li span {
    display: none;
  }
  .welfare ul li .detail_pop {
    position: static;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    border: 1px solid #ccc;
    color: #444;
    text-align: left;
    background: #fff;
    opacity: 1;
    z-index: 1;
    box-sizing: border-box;
  }
  .welfare ul li:hover span {
    display: none;
  }
  .recruitment_guide ul li {
    float: none;
    width: 100%;
  }
  .recruitment_guide ul li span {
    margin-bottom: 40px;
  }
  .recruitment_guide ul li img {
    width: auto;
    margin-top: 40px;
  }
  .recruitment_guide ul li:before {
    display: block;
    position: static;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .recruitment_guide table th {
    width: 25%;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  
/* 200428 추가*/
.main_con01.eng {padding:0 15px;  height: auto; }
}

.business_area .guidance_control li .txt_box.high {padding-top: 20px;}








@media screen and (max-width: 560px) {
  .tbl01 th,
  .tbl02 th,
  .tbl01 td,
  .tbl02 td {
    font-size: 12px;
  }
  #errorPage {
    padding-top: 50px;
  }
  #errorPage #logo {
    top: 11px;
    left: 13px;
    width: 72px;
    height: auto;
  }
  #errorPage>div {
    margin-top: 10px;
  }
  #errorPage>div h2 {
    font-size: 20px;
  }
  #errorPage>div p {
    margin-top: 15px;
    font-size: 13px;
  }
  #errorPage>div a {
    margin-top: 20px;
    font-size: 13px;
  }
  .main_con01 {
    top: -63px;
  }
  .main_con01>div {
    padding: 20px 0;
  }
  .main_con01 .left:before {
    top: 22px;
    width: 45px;
    height: 45px;
  }
  .main_con01 .left p {
    padding-left: 57px;
    font-size: 17px;
  }
  .main_con01 .right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
  .main_con01 .right strong {
    font-size: 13px;
  }
  .main_con01 .right p {
    font-size: 12px;
  }
  .main_con02 {
    padding-bottom: 35px;
  }
  .main_con02 h2 {
    padding-top: 230px;
    font-size: 21px;
  }
  .main_con02>p {
    font-size: 12px;
    font-weight: 200;
  }
  .main_con02 ul {
    padding: 20px 10px 0;
  }
  .main_con02 ul li a p {
    padding: 10px;
    font-size: 12px;
  }
  .main_con03 {
    padding-bottom: 35px;
    text-align: center;
  }
  .main_con03 h2 {
    padding-top: 35px;
    font-size: 21px;
  }
  .main_con03>p {
    font-size: 12px;
  }
  .main_con03 ul {
    padding-top: 20px;
  }
  .main_con03 ul li a>span {
    font-size: 12px;
  }
  .main_con03 ul li a strong {
    font-size: 17px;
  }
  .main_con03 ul li a p {
    margin-top: 5px;
    font-size: 12px;
  }
  .main_con04 {
    margin-bottom: -60px;
    padding: 35px 0;
  }
  .main_con04 .inner .notice_area .main_notice li {
    margin-top: 5px;
  }
  .main_con04 .inner .notice_area .main_notice li a {
    font-size: 12px;
  }
  .main_con04 .inner .notice_area .more {
    width: 15px;
    height: 15px;
  }
  .main_con04 .inner>ul li {
    display: table;
    height: calc(50vw - 20px);
  }
  .main_con04 .inner>ul li:first-child {
    background: url("/images/main/img_main10.jpg") no-repeat;
    background-size: cover;
  }
  .main_con04 .inner>ul li:nth-child(2) {
    background: url("/images/main/img_main11.jpg") no-repeat;
    background-size: cover;
  }
  .main_con04 .inner>ul li a {
    display: table-cell;
    vertical-align: middle;
  }
  .main_con04 .inner>ul li a .point {
    margin-bottom: 3px;
  }
  .main_con04 .inner>ul li a img {
    width: 40px;
    margin-bottom: 24px;
  }
  .main_con04 .inner>ul li a h2 {
    padding-top: 0;
    font-size: 12px;
  }
  .main_con04 .inner>ul li a hr {
    width: 10px;
    margin: 10px auto;
  }
  .main_con04 .inner>ul li a span {
    font-size: 10px;
  }
  .company .img_box {
    margin: 20px 0;
  }
  .company .img_box img {
    margin-left: -26px;
  }
  .company .img_box img:first-child {
    margin-left: 0;
  }
  .company table {
    width: 100%;
  }
  .company table th,
  .company table td {
    height: auto;
    padding: 13px 0;
    font-size: 12px;
  }
  .company table th {
    padding: 0 10px;
  }
  .company table td {
    width: 77%;
    padding-left: 10px;
  }
  .company table span {
    display: block;
  }
  .greeting div {
    margin-top: 20px;
  }
  .greeting div .txt_box p {
    margin-top: 15px;
    padding: 0;
    font-size: 12px;
  }
  .policies h4 {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .policies .management {
    margin-bottom: 20px;
  }
  .policies .tbl03 li {
    padding: 22px 0;
    font-size: 12px;
  }
  .policies .tbl03 li img {
    width: 60px;
    padding-bottom: 10px;
  }
  .policies .tbl03 li span {
    top: 15px;
    left: 15px;
    font-size: 12px;
  }
  .history .btn_pop {
    top: 90px;
    font-size: 10px;
  }
  .history .btn_pop:before {
    width: 15px;
    height: 15px;
    padding-right: 3px;
    background-size: contain;
  }
  .history .pop>p {
    height: auto;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1;
  }
  .history .pop div {
    padding: 15px 13px 25px;
  }
  .history .pop div p {
    font-size: 12px;
    line-height: 1.6;
  }
  .history .pop div p span {
    display: block;
    padding-left: 6px;
  }
  .history .pop .btn_pop_close {
    top: 10px;
    right: 15px;
    width: 13px;
    height: 13px;
    background-size: contain;
  }
  .history .tabs li {
    width: 33.33333%;
    height: auto;
    padding: 13px 0;
    line-height: 1;
    font-size: 12px;
  }
  .history #tab1 ul li:nth-of-type(odd):first-child {
    padding-top: 22px;
  }
  .history #tab2 ul li:nth-of-type(odd):first-child {
    padding-top: 22px;
  }

   .history #tab3 ul li:nth-of-type(odd):first-child {
    padding-top: 22px;
  }
  .history #tab1 ul li,
  .history #tab2 ul li,
   .history #tab3 ul li{
    margin-top: 15px;
    padding-left: 0;
  }
  .history #tab1 ul li strong,
  .history #tab2 ul li strong,
  .history #tab3 ul li strong{
    margin-bottom: 5px;
    font-size: 12px;
  }
  .history #tab1 ul li p,
  .history #tab2 ul li p,
  .history #tab3 ul li p{
    font-size: 12px;
  }
  .technique_area .tabs {
    margin-top: 20px;
  }
  .technique_area .tabs li {
    display: table;
    height: 40px;
    font-size: 12px;
    line-height: 1;
  }
  .technique_area .tabs li a {
    display: table-cell;
    vertical-align: middle;
  }
  .technique_area .tab_con h4 {
    margin: 20px 0 15px !important;
    font-size: 13px;
  }
  .technique_area .tab_con .keyword {
    margin-top: 15px;
    padding: 10px 10px;
  }
  .technique_area .tab_con .keyword li {
    font-size: 12px;
  }
  .technique_area .tab_con .keyword li span {
    display: block;
    margin-left: 12px;
  }
  .technique_area .tab_con figure {
    margin: 20px 0;
  }
  .technique_area .tab_con table th,
  .technique_area .tab_con table td {
    padding: 13px 0;
  }
  .technique_area .tab_con table th {
    padding-left: 10px;
  }
  .technique_area .tab_con .tbl_box {
    margin-top: 20px;
  }
  .technique_area .tab_con .tbl_box table {
    margin-top: 20px;
  }
  .technique_area .tab_con#tab2 .tbl_box table,
  .technique_area .tab_con#tab3 .tbl_box table {
    width: 100%;
  }
  .technique_area .tab_con#tab2 .tbl_box table:first-child,
  .technique_area .tab_con#tab3 .tbl_box table:first-child {
    width: 100%;
  }
  .technique_area .tab_con .product li p {
    height: auto;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1;
  }
  .technique_area .tab_con .product li:first-child,
  .technique_area .tab_con .product li:nth-child(2),
  .technique_area .tab_con .product li:nth-child(3) {
    margin-top: 0;
  }
  .technique_area .tab_con .tbl03 li {
    padding: 13px 10px;
    font-size: 12px;
  }
  .technique_area .tab_con .tbl03 li strong {
    margin-bottom: 5px;
  }
  .technique_area .tab_con .tbl03 li p:before {
    top: 8px;
  }
  .technique_area .tab_con .img_txt_lst li {
    margin-top: 15px;
    font-size: 12px;
  }
  .technique_area .tab_con .img_txt_lst li img {
    width: 40%;
  }
  .technique_area .tab_con .img_txt_lst li p {
    margin-top: 5px;
  }
  .technique_area .tab_con .img_txt_lst li span {
    margin-top: 5px;
  }
  .technique_area.development .tabs>li {
    box-sizing: border-box;
  }
  .technique_area.process .img_txt ul {
    padding: 10px 10px 20px;
  }
  .technique_area.process .img_txt ul li p {
    margin-top: 10px;
  }
  .technique_area.process .img_txt ul li p,
  .technique_area.process .img_txt ul li span {
    font-size: 12px;
  }
  .technique_area.process #tab3 figure {
    margin: 0 auto;
  }
  .technique_area.process #tab3 figure img {
    width: 70%;
  }
  .technique_area.quality #tab1 figure img {
    width: 115px;
  }
  .technique_area.quality #tab3 figure {
    margin-top: 20px;
  }
  .technique_area.quality #tab3 figure img {
    width: 100%;
  }
  .technique_area.certification .tabs li {
    font-size: 12px;
  }
  .technique_area.certification .tab_con h4 {
    margin: 15px 0 10px;
  }
  .technique_area.certification .tab_con ul li p {
    padding: 8px 0 12px;
    font-size: 12px;
  }
  .vision .txt {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 12px;
  }
  .vision ul {
    margin-top: 20px;
  }
  .vision ul li p {
    margin-top: 5px;
    font-size: 12px;
  }
  .ethics {
    font-size: 13px;
  }
  .ethics h4 {
    font-size: 13px;
  }
  .ethics h5 {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 13px;
  }
  .ethics p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ethics ul {
    margin-bottom: 20px;
  }
  .directions {
    font-size: 12px;
  }
  .directions .tabs {
    margin-bottom: 20px;
  }
  .directions .tabs li {
    height: auto;
    padding: 13px 0;
    font-size: 12px;
    line-height: 1;
  }
  .directions .tab_con ul li {
    min-height: 55px;
    margin-top: 20px;
    padding: 15px 0 0 55px;
  }
  .directions .tab_con ul li:before {
    width: 45px;
    height: 45px;
  }
  .directions .tab_con ul li h4 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .directions .tab_con ul li.car:before {
    background-size: contain;
  }
  .directions .tab_con ul li.bus:before {
    background-size: contain;
  }
  .directions .tab_con ul li.subway:before {
    background-size: contain;
  }
  .directions .tab_con ul li strong {
    font-size: 12px;
  }
  .directions .tab_con ul li p,
  .directions .tab_con ul li span {
    font-size: 12px;
  }
  .directions .tab_con ul li span em {
    font-size: 12px;
  }
  .directions .map_area p {
    padding: 15px 0;
  }
  .business_area h4 {
    margin: 20px 0 10px;
    font-size: 13px;
  }
  .business_area .guidance_control {
    margin-top: 20px;
  }
  .business_area .guidance_control li:after {
    content: '';
    display: block;
    clear: both;
  }
  .business_area .guidance_control li .txt_box {
    padding: 5px 0 20px;
    font-size: 12px;
  }
  .business_area .guidance_control li .txt_box em:before {
    width: 7px;
    height: 3px;
    margin-right: 5px;
  }
  .business_area .guidance_control li .txt_box strong {
    font-size: 13px;
  }
  .business_area .guidance_control li .txt_box p {
    margin-top: 6px;
  }
  .business_area .guidance_control li .txt_box p span {
    display: inline;
  }
  .business_area .guidance_control li:nth-child(2n) .txt_box {
    padding: 10px 0 20px;
  }
  .business_area .product li p {
    height: auto;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.3;
  }
  .business_area .product li p span {
    display: block;
  }
  .business_area table {
    width: 100%;
  }
  .business_area table th,
  .business_area table td {
    padding: 13px 10px;
  }
  .business_area table span {
    display: inline;
  }
  .customer ul {
    padding-bottom: 20px;
  }
  .customer ul li {
    margin-top: 20px;
  }
  .customer ul li p {
    margin-top: 8px;
    font-size: 12px;
  }
  .notice_list .notice_tbl {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #1e6611;
  }
  .notice_list .notice_tbl .top {
    display: none;
  }
  .notice_list .notice_tbl li {
    padding: 13px 10px;
    border-top: 1px solid #ccc;
  }
  .notice_list .notice_tbl li:after {
    content: '';
    display: block;
    clear: both;
  }
  .notice_list .notice_tbl li p {
    float: none;
    font-size: 12px;
  }
  .notice_list .notice_tbl li p:first-child {
    display: inline-block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    text-align: left;
  }
  .notice_list .notice_tbl li p:nth-child(2) {
    display: inline-block;
    width: calc(100% - 60px);
    padding: 0;
  }
  .notice_list .notice_tbl li p:nth-child(3) {
    width: auto;
    margin-top: 10px;
    padding: 0;
    font-size: 10px;
    text-align: left;
  }
  .notice_list .notice_tbl li.notice p:first-child {
    font-size: 0;
  }
  .notice_list .notice_tbl li.notice p:first-child:before {
    margin-right: 5px;
    border-radius: 8%;
    font-size: 12px;
  }
  .srch_area {
    float: none;
    margin: 15px 0 10px;
  }
  .srch_area .select {
    width: 20%;
  }
  .srch_area .select select {
    font-size: 11px;
  }
  .srch_area .srch_box {
    width: calc(80% - 10px);
  }
  .srch_area .srch_box input {
    width: 100%;
  }
  .btn_list {
    width: 145px;
    height: 40px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 40px;
  }
  #ViewArea {
    margin-top: 20px;
  }
  #ViewArea .view_tit {
    padding: 15px 10px;
  }
  #ViewArea .view_tit .tit {
    font-size: 12px;
  }
  #ViewArea .view_tit .date {
    font-size: 10px;
  }
  #ViewArea .view_box {
    padding: 15px 10px;
    font-size: 12px;
  }
  #ViewArea .view_box img {
    margin-bottom: 15px;
  }
  #ViewArea .view_file {
    padding: 20px 10px;
    font-size: 10px;
  }
  #ViewArea .view_file span {
    top: 20px;
    left: 10px;
  }
  #ViewArea .view_file .file_area {
    padding-left: 48px;
  }
  #ViewArea .post_navi {
    font-size: 12px;
  }
  #ViewArea .post_navi .post_item {
    position: relative;
    padding: 13px 10px 13px 95px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    box-sizing: border-box;
  }
  #ViewArea .post_navi .post_item:first-child {
    border-bottom: none;
  }
  #ViewArea .post_navi .post_item .item {
    position: absolute;
    top: 12px;
    left: 10px;
    vertical-align: middle;
  }
  #ViewArea .post_navi .post_item.next .item:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: url("/images/irpr/ico_view_next.png");
    vertical-align: middle;
  }
  #ViewArea .post_navi .post_item.prev .item:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: url("/images/irpr/ico_view_prev.png");
    vertical-align: middle;
  }
  #ViewArea .post_navi .post_item .post_tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #ViewArea .post_navi .post_item a.post_tit:hover {
    text-decoration: underline;
  }
  #ViewArea .post_navi .post_item span.post_tit {
    color: #999;
  }
  .news_list .news_tbl li a {
    padding: 13px 10px;
  }
  .news_list .news_tbl li a .txt_area .tit {
    margin-top: 5px;
    font-size: 12px;
  }
  .news_list .news_tbl li a .txt_area .date {
    bottom: 5px;
    font-size: 10px;
  }
  .ir {
    font-size: 12px;
  }
  .ir h4 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .ir>p {
    float: right;
  }
  .ir table th,
  .ir table td {
    height: 40px;
  }
  .stock .tabs li {
    display: table;
    height: 45px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 1;
  }
  .stock .tabs li a {
    display: table-cell;
    vertical-align: middle;
  }
  .stock table th,
  .stock table td {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
  }
  .personnel article h4 {
    margin: 20px 0 5px !important;
    font-size: 13px;
  }
  .personnel article>p {
    font-size: 12px;
  }
  .personnel article.con01 figure img {
    width: 100%;
  }
  .personnel article.con03 figure {
    padding: 20px 10px;
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .personnel article.con03 figure img {
    width: 100%;
  }
  .personnel article>p span {
    display: inline;
  }
  .personnel article>p em {
    display: block;
  }
  .personnel article ul li {
    height: 120px;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
  }
  .personnel article ul li:nth-child(2n) {
    margin-top: 20px;
  }
  .personnel article ul li:after {
    width: 50px !important;
    height: 50px !important;
    right: 10px !important;
    bottom: 15px !important;
    background-size: contain !important;
  }
  .welfare ul {
    margin-top: 20px !important;
  }
  .welfare ul li {
    margin-top: 20px;
  }
  .welfare ul li:nth-of-type(odd) {
    margin-top: 20px;
  }
  .welfare ul li .detail_pop {
    padding: 20px 10px;
  }
  .welfare ul li .detail_pop p {
    font-size: 12px;
  }
  .recruitment_guide h4 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-size: 13px;
  }
  .recruitment_guide p {
    font-size: 12px;
  }
  .recruitment_guide p span {
    display: inline;
    font-size: 12px;
  }
  .recruitment_guide ul {
    margin-top: 0;
  }
  .recruitment_guide ul li span {
    font-size: 12px;
  }
  .recruitment_guide ul li img {
    width: 30%;
  }
  .recruitment_guide ul li:before {
    width: 64px;
    height: 40px;
    background-size: contain;
  }
  .recruitment_guide table th,
  .recruitment_guide table td {
    padding: 13px 10px;
  }
}

.business_area .guidance_control li .txt_box .bul02 {padding-left:15px; padding-top:15px;}
.bul02 li {
	padding-left:8px;
    text-indent: -7px;
	line-height:140%;
	margin:5px 0px;
	min-height:20px;
}
.bul01 > li {
	padding-left:14px;
    position: relative;
	line-height:140%;
	margin:3px 0px;
    font-size: 1em;
	min-height:20px;
}
.bul01 > li:after {display: block; content: ""; width:4px; height:4px; border-radius:100%; position: absolute; left: 0px; top: 8px; background: #333}

.business_area .guidance_control .view_bt > a {display:inline-block; width:100%; max-width:107px; line-height:37px; text-align:center; color:#fff; background:#1e6611; border-radius:30px;}
.business_area .guidance_control li:nth-child(2n) .view {text-align:right;}
.business_area .guidance_control li:nth-child(2n) .bul02 {padding-right:15px;}
.business_area .guidance_control li .txt_box p.g_tit {margin-top:5px; margin-bottom:-10px; color:#4cb736; font-weight:500}

.business_area .guidance_control.long li .txt_box {padding-top:10px;}

.toggle_box {margin-top:30px; margin-bottom:40px;}
.toggle_box .t_tit {margin:0px; padding:10px 10px 10px 15px; text-align:left; color:#333333; font-size:17px; background:#e0f3dc; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;}
.toggle_box .view_box {margin-top:30px; border-top:2px solid #1e6611; border-bottom:1px solid #1e6611;}
.box_wrap {overflow:hidden; position:relative;}
.box_wrap.three .box_in {float:left; width:33.33333%; border:none;} 
.box_wrap.three:after {display:block; content:""; width:1px; height:100%; background:#e4e4e4; position:absolute; left:33.333%; top:0px;}
.box_wrap.three:before {display:block; content:""; width:1px; height:100%; background:#e4e4e4; position:absolute; left:66.666%; top:0px;}
.box_wrap .box_in {padding:15px 15px; overflow:hidden; position:relative; font-weight:200; border-top:1px solid #e4e4e4; box-sizing:border-box; font-size:15px;}
.box_wrap .box_in:first-child {border-top:none;}
.box_wrap .box_in > h5 {color:#1e6611; font-weight:500; font-size:17px; padding-bottom:10px;}
.box_wrap .box_in .bul01 > li {margin-top:5px;}
.box_wrap .box_in .bul01 > li:after {width:3px; height:3px; background: #1e6611;}
.box_wrap .box_in .pic {position:absolute; right:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.tc {text-align:center !important; }
.pt10 {padding-top:10px;}
.content {text-align:right; padding-bottom:20px;}
.content a {color:#444}

.close_bt {text-align:right; padding-top:10px;}
.close_bt > a {display: inline-block; width: 100%; max-width: 107px; line-height: 37px; text-align: center; color: #fff; background: #1e6611; border-radius: 30px;}

.fn {font-weight:200; font-size:0.95em;}


/* 768 이하 */
@media screen and (max-width:767px) {
	.box_wrap .box_in .pic {position:relative; right:auto; top:auto; transform:none; -webkit-transform:none;;}
	.toggle_box {margin-top:10px;}
}

@media screen and (max-width: 560px)  {
	.toggle_box {margin-top:0px; margin-bottom:20px;}
	.toggle_box .t_tit {font-size: 14px;}
	.box_wrap .box_in {padding:10px; font-size:13px;}
	.box_wrap .box_in > h5 {font-size: 14px;}
	.bul01 > li {padding-left:10px;}
	.business_area .guidance_control li .txt_box {position:relative;}
	.business_area .guidance_control .view_bt {padding:0px; margin:0px; position:absolute; right:0px; top:10px;}
	.business_area .guidance_control .view_bt > a {min-width:80px; line-height:32px;}
	.box_wrap.three .box_in {float:none; width:100%; border-top: 1px solid #e4e4e4;}
	.box_wrap.three .box_in:first-child {border-top:none}
	.box_wrap.three:before {display:none;}
	.box_wrap.three:after {display:none;}
	.toggle_box .view_box {margin-top:20px;}
	.toggle_box .view_box:first-child {margin-top:0px;}
	.content {font-size:13px; margin-top:-20px; padding-bottom:30px;}
	
	.close_bt > a {min-width:80px; line-height:32px;}

}

/*# sourceMappingURL=map/contents.css.map */
