@charset "utf-8";
/* 서브 기본설정*/
.sub_tit_02 {
  font-size: 30px;
  color: #004b5e;
  margin-bottom: 20px;
}
.sub_tit_03 {
  font-size: 19px;
  color: #004b5e;
  margin-bottom: 10px;
}
.sub_tit_bk {
  color: #000;
  margin-bottom: 10px;
  font-size: 17px;
}
.red {
  color: #ae222a;
}
.green {
  color: #667f02;
}
/*서브 컨텐츠*/
.sub_tit_wrap.tit_01 {
  background: url(../images/sub/sub_tit_01.jpg) no-repeat center 0;
  height: 300px;
}
.sub_menu {
  background: #8a2f34;
  border-bottom: 1px solid #dddddd;
}
.sub_menu .sub_menu_list li {
  float: left;
  width: 20%;
}
.sub_menu .sub_menu_list li:first-child a {
  border-left: 1px solid #cc989b;
}
.sub_menu .sub_menu_list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 19px;
  color: #debbbb;
  border-right: 1px solid #cc989b;
  background: #8a2f34;
}
.sub_menu .sub_menu_list li a.on {
  background: #ae222a;
  color: #fff;
}
.sub_wrap .sub_con {
  padding: 100px 0 110px 0;
}
/*회사소개*/
.about_01 .top_txt {
  font-size: 29px;
  text-align: center;
  color: #000;
}
.about_01 .txt_list {
  margin-top: 70px;
}
.about_01 .txt_list li {
  font-size: 20px;
  border-top: 1px solid #ddd;
}
.about_01 .txt_list li > p {
  position: relative;
}
.about_01 .txt_list li > p:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: '';
  background: #000;
  height: 1px;
  width: 50px;
}
.about_01 .txt_list li.li_01 {
  background: url(../images/about/about_02.jpg) no-repeat 0 center;
  padding: 30px 0 30px 610px;
  height: 281px;
}
.about_01 .txt_list li.li_01 p {
  margin-top: 90px;
}
.about_01 .txt_list li.li_02 {
  background: url(../images/about/about_03.jpg) no-repeat 745px center;
  padding: 30px 480px 30px 0;
  height: 280px;
}
.about_01 .txt_list li.li_02 p {
  margin-top: 70px;
}
.about_01 .txt_list li.li_03 {
  background: url(../images/about/about_04.jpg) no-repeat 0 center;
  padding: 30px 0 30px 535px;
  height: 310px;
}
.about_01 .txt_list li.li_03 p {
  margin-top: 60px;
}
.about_01 .txt_list li.li_04 {
  background: url(../images/about/about_06.jpg) no-repeat right center;
  padding: 30px 720px 30px 0;
}
.about_01 .txt_list li.li_04 p {
  margin-top: 60px;
}
