@charset "UTF-8";
.s_title {
  font-size: 3.75rem;
}

.s_txt {
  font-size: 3.125rem;
}

.s_pi {
  font-size: 2.8125rem;
}

.s_fix {
  font-size: 2.5rem;
}

.s_bix {
  font-size: 1.875rem;
}

.s_xoc {
  font-size: 1.625rem;
}

.s_sec {
  font-size: 1.5rem;
}

.s_namal {
  font-size: 1.25rem;
}

.s_default {
  font-size: 1rem;
}

#sub_contents {
  padding-top: 100px;
}

#sub_visual01 {
  background: url("/img/sub_visual01.jpg") no-repeat center/cover;
  width: 100%;
  height: 438px;
  display: flex;
  align-items: center;
}
#sub_visual01 .title {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

#sub_visual02 {
  background: url("/img/sub_visual02.jpg") no-repeat center/cover;
  width: 100%;
  height: 438px;
  display: flex;
  align-items: center;
}
#sub_visual02 .title {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

#sub_visual03 {
  background: url("/img/sub_visual03.jpg") no-repeat center/cover;
  width: 100%;
  height: 438px;
  display: flex;
  align-items: center;
}
#sub_visual03 .title {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

#sub_cate ul {
  display: flex;
  align-items: center;
  height: 100px;
}
#sub_cate ul li {
  width: auto;
  margin: 0 10px;
  text-align: center;
}
#sub_cate ul li.arrow {
  position: relative;
  width: 20px;
}
#sub_cate ul li.arrow:after {
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
}
#sub_cate ul li.home {
  width: 40px;
  margin: 0 5px 0 0;
}
#sub_cate ul li a {
  color: #707070;
  font-weight: 600;
}

#about {
  margin: 0 0 100px 0;
}
#about .top {
  background: url("/img/about_bg.jpg") no-repeat center/cover;
  width: 100%;
  height: 419px;
  color: #707070;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#about .top .s_txt {
  padding: 0 20px;
  letter-spacing: -1px;
}
#about .top p.s_pi {
  font-weight: 600;
}
#about .cont {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 50px;
}
#about .cont ul {
  display: flex;
  justify-content: center;
}
#about .cont ul li {
  box-sizing: border-box;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 1px #eee;
  float: left;
  margin: 0 12% 0 0;
  width: 25%;
}
#about .cont ul li:last-child {
  margin: 0;
}
#about .cont ul li .box {
  height: 325px;
  display: flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#about .cont ul li .box p b {
  display: block;
  margin: 0 0 10px 0;
}
#about .cont ul li .box i {
  margin: 0 0 20px 0;
}
#about .line {
  width: 2px;
  height: 80px;
  background: #1323B1;
  margin: 0 auto;
}
#about .about_txt {
  text-align: center;
  margin: 100px 0 50px;
}
#about .about_txt .wellcome {
  margin: 0 0 30px 0;
}
#about .about_txt .wellcome b {
  color: #1323B1;
  font-weight: 600;
}
#about .about_txt p {
  line-height: 2;
}
#about .about_txt strong {
  margin: 30px 0 0;
  display: block;
}

#organization {
  margin: 100px 0;
  /* MQ STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
#organization .title {
  margin: 0 0 100px 0;
  text-align: center;
}
#organization .title b {
  color: #1323B1;
}
#organization .container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
#organization .container .rectangle {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  box-sizing: border-box;
}
#organization .level-1 {
  width: 20%;
  margin: 0 auto 100px;
  background: #49568F;
  color: #fff;
}
#organization .level-1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #BEBEBE;
}
#organization .level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 60px 0 0;
}
#organization .level-2-wrapper:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 67%;
  height: 2px;
  background: #BEBEBE;
  transform: translate(-50%, 0);
}
#organization .level-2-wrapper:after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: #BEBEBE;
}
#organization .level-2-wrapper li {
  position: relative;
}
#organization .level-2-wrapper > li:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #BEBEBE;
}
#organization .level-2 {
  width: 75%;
  margin: 0 auto 50px;
  background: #5488DC;
  color: #fff;
}
#organization .level-2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 35px;
  background: #BEBEBE;
}
#organization .level-2:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: #BEBEBE;
}
#organization .level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  width: 53%;
  margin: 0 auto;
}
#organization .level-3-wrapper.last li h3 {
  background: #BEBEBE;
}
#organization .level-3-wrapper > li h3 {
  background: #8B8B8B;
  color: #fff;
}
#organization .level-3-wrapper > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: #BEBEBE;
}
#organization .level-3 {
  margin-bottom: 20px;
}
#organization .level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}
#organization .level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 64px;
  width: 2px;
  height: calc(100% + 20px);
  background: #BEBEBE;
}
#organization .level-4-wrapper li + li {
  margin-top: 20px;
}
#organization .level-4 {
  font-weight: normal;
}
#certification {
  margin: 100px 0;
}
#certification .title {
  color: #707070;
  font-weight: 800;
  text-align: center;
  margin: 0 0 100px 0;
}
#certification .certification_box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 250px;
  text-align: center;
  color: #fff;
}
#certification .certification_box.certification01:before {
  content: "";
  background: url("/img/overview_bg2.jpg") no-repeat center/cover;
  width: 100%;
  height: 562px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#certification .certification_box.certification02:before {
  content: "";
  background: url("/img/overview_bg2.jpg") no-repeat center/cover;
  width: 100%;
  height: 562px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#certification .certification_box .sub_top {
  padding: 50px 0 20px;
  position: relative;
}
#certification .certification_box p {
  position: relative;
}
#certification .certification_box ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}
#certification .certification_box ul li {
  margin: 0 10% 0 0;
}
#certification .certification_box ul li:last-child {
  margin: 0;
}

#workplace {
  margin: 100px 0;
}
#workplace .workplace_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#workplace .workplace_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  background-size: 350px 57px;
}
#workplace .workplace_box ul {
  margin: 50px 0;
  text-align: left;
}
#workplace .workplace_box ul li {
  display: table;
  margin: 15px 0;
}
#workplace .workplace_box ul li i {
  display: table-cell;
  background: url("/img/address_icon.png") no-repeat;
  background-position: center 7px;
  width: 30px;
  height: 37px;
  background-size: 26px 20px;
}
#workplace .workplace_box ul li span {
  margin: 0 0 0 5px;
}
#workplace .workplace_box .map_box {
  max-width: 900px;
  margin: 0 auto 100px;
}
#workplace .workplace_box .map_box .root_daum_roughmap {
  width: 100% !important;
}

#introduction {
  margin: 100px 0;
}
#introduction .introduction_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#introduction .introduction_box .thumb li {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}
#introduction .introduction_box .thumb li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#introduction .introduction_box .thumb li:last-child {
  margin: 0 0 5% 0;
}
#introduction .introduction_box.introduction01 table th {
  width: 25%;
}
#introduction .introduction_box.introduction02 table th {
  width: 25%;
}
#introduction .introduction_box.introduction03 table th {
  width: 25%;
}
#introduction .introduction_box.introduction04 table th {
  width: 15%;
  border-right: 0;
}
#introduction .introduction_box.introduction04 table td {
  background: #E0E2E8;
}
#introduction .introduction_box.introduction05 table th {
  width: 15%;
  border-right: 0;
}
#introduction .introduction_box.introduction05 table td {
  background: #E0E2E8;
}
#introduction .introduction_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#introduction .introduction_box table {
  width: 100%;
  text-align: center;
}
#introduction .introduction_box table th {
  background: #132369;
  color: #fff;
  border-right: 1px solid #fff;
  height: 55px;
  font-weight: 600;
}
#introduction .introduction_box table th:last-child {
  border: 0;
}
#introduction .introduction_box table tbody {
  background: #F6F6F6;
  color: #878787;
}
#introduction .introduction_box table tbody td {
  height: 35px;
  border: 1px solid #DDDDDD;
  font-weight: 600;
  padding: 10px;
}
#introduction .introduction_box table tbody td span.m_block {
  display: none;
}

#resistance {
  margin: 100px 0;
}
#resistance .txt_line {
  text-align: left;
  display: flex;
  justify-content: center;
}
#resistance .title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
#resistance .title strong {
  color: #1323B1;
  font-weight: 800;
  display: block;
  margin: 0 0 30px 0;
}
#resistance .title p {
  color: #6B6B6B;
}
#resistance .title p b {
  color: #1323B1;
}
#resistance .resistance_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#resistance .resistance_box .thumb li {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}
#resistance .resistance_box .thumb li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#resistance .resistance_box .thumb li:last-child {
  margin: 0 0 5% 0;
}
#resistance .resistance_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#resistance .resistance_box table {
  width: 100%;
  text-align: center;
}
#resistance .resistance_box table tr.last td {
  border-bottom: 1px solid #707070;
}
#resistance .resistance_box table th {
  background: #132369;
  color: #fff;
  border-right: 1px solid #ddd;
  height: 55px;
  font-weight: 600;
}
#resistance .resistance_box table th.d2 {
  border-right: 0;
}
#resistance .resistance_box table th.bg {
  background: #49568F;
}
#resistance .resistance_box table th:last-child {
  border: 0;
}
#resistance .resistance_box table tbody {
  background: #F6F6F6;
  color: #878787;
}
#resistance .resistance_box table tbody td {
  height: 35px;
  border: 1px solid #DDDDDD;
  font-weight: 600;
  padding: 10px;
}
#resistance .resistance_box.resistance01 .t_box {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
#resistance .resistance_box.resistance01 .t_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#resistance .resistance_box.resistance01 .t_box ul li {
  width: 48%;
  margin: 0 5% 0 0;
}
#resistance .resistance_box.resistance01 .t_box ul li:last-child {
  margin: 0;
}
#resistance .resistance_box.resistance01 .t_box ul li .top {
  background: #49568F;
  color: #959CDB;
  padding: 8px 0;
}
#resistance .resistance_box.resistance01 .t_box ul li p {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
#resistance .resistance_box.resistance02 .t_box {
  display: flex;
}
#resistance .resistance_box.resistance02 .t_box ul {
  margin: 0 5% 0 0;
}
#resistance .resistance_box.resistance02 .t_box ul li {
  margin: 0 0 40px 0;
  text-align: left;
}
#resistance .resistance_box.resistance02 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#resistance .resistance_box.resistance02 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#resistance .resistance_box.resistance03 table .wid {
  width: 15%;
  background: #C5C8D4;
  border-right: 1px solid #707070;
}
#resistance .resistance_box.resistance03 .check_po {
  display: table;
  margin: 0 0 20px 0;
  color: #1323B1;
  font-weight: 600;
}
#resistance .resistance_box.resistance03 .check_po i {
  display: table-cell;
  background: url("/img/address_icon.png") no-repeat;
  background-position: left 8px;
  width: 36px;
  height: 37px;
  background-size: 26px 20px;
}
#resistance .resistance_box.resistance04 .thumb {
  padding: 100px 0 0;
}
#resistance .resistance_box.resistance04 .thumb li {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
#resistance .resistance_box.resistance04 .thumb li:last-child {
  margin: 0;
}
#resistance .resistance_box.resistance04 table th {
  border-right: 0;
}
#resistance .resistance_box.resistance04 table .wid {
  width: 12%;
}
#resistance .resistance_box.resistance04 table .bg {
  border-right: 1px solid #707070;
  background: #C5C8D4;
}
#resistance .resistance_box.resistance04 .check_po {
  display: table;
  margin: 0 0 20px 0;
  color: #1323B1;
  font-weight: 600;
}
#resistance .resistance_box.resistance04 .check_po i {
  display: table-cell;
  background: url("/img/address_icon.png") no-repeat;
  background-position: left 8px;
  width: 36px;
  height: 37px;
  background-size: 26px 20px;
}

#lining {
  margin: 100px 0;
}
#lining .txt_line {
  text-align: left;
  display: flex;
  justify-content: center;
}
#lining .title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
#lining .title strong {
  color: #1323B1;
  font-weight: 800;
  display: block;
  margin: 0 0 30px 0;
}
#lining .title p {
  color: #6B6B6B;
}
#lining .title p b {
  color: #1323B1;
}
#lining .lining_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#lining .lining_box .thumb {
  display: flex;
  flex-wrap: wrap;
}
#lining .lining_box .thumb li {
  flex: 1 1 30%;
  margin: 0 5% 5% 0;
}
#lining .lining_box .thumb li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#lining .lining_box .thumb li:last-child {
  margin: 0 0 5% 0;
}
#lining .lining_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#lining .lining_box table {
  width: 100%;
  text-align: center;
}
#lining .lining_box table tr.last td {
  border-bottom: 1px solid #707070;
}
#lining .lining_box table th {
  background: #132369;
  color: #fff;
  border-right: 1px solid #ddd;
  height: 55px;
  font-weight: 600;
}
#lining .lining_box table th.d2 {
  border-right: 0;
}
#lining .lining_box table th.bg {
  background: #49568F;
}
#lining .lining_box table th:last-child {
  border: 0;
}
#lining .lining_box table tbody {
  background: #F6F6F6;
  color: #878787;
}
#lining .lining_box table tbody td {
  height: 35px;
  border: 1px solid #DDDDDD;
  font-weight: 600;
  padding: 10px;
}
#lining .lining_box.lining01 .t_box {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
#lining .lining_box.lining01 .t_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
#lining .lining_box.lining01 .t_box ul li {
  width: 45%;
  margin: 0 5% 5% 0;
}
#lining .lining_box.lining01 .t_box ul li:nth-of-type(2n) {
  margin: 0 0 5% 0;
}
#lining .lining_box.lining01 .t_box ul li .top {
  background: #49568F;
  color: #959CDB;
  padding: 8px 0;
}
#lining .lining_box.lining01 .t_box ul li p {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
#lining .lining_box.lining02 .top {
  display: flex;
  justify-content: end;
}
#lining .lining_box.lining02 .top span {
  background: url("/img/title_bg_right.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#lining .lining_box.lining02 .t_box {
  display: flex;
  align-items: center;
}
#lining .lining_box.lining02 .t_box ul {
  margin: 0 0 0 7%;
  width: 45%;
  text-align: left;
}
#lining .lining_box.lining02 .t_box ul li {
  margin: 0 0 40px 0;
}
#lining .lining_box.lining02 .t_box figure {
  width: 60%;
}
#lining .lining_box.lining02 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#lining .lining_box.lining02 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#lining .lining_box.lining03 .bgarea {
  background: url("/img/overview_bg2.jpg") no-repeat center/cover;
  width: 100%;
  height: 100%;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#cover {
  margin: 100px 0;
}
#cover .txt_line {
  text-align: left;
  display: flex;
  justify-content: center;
}
#cover .title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
#cover .title strong {
  color: #1323B1;
  font-weight: 800;
  display: block;
  margin: 0 0 30px 0;
}
#cover .title p {
  color: #6B6B6B;
}
#cover .title p b {
  color: #1323B1;
}
#cover .cover02 {
  position: relative;
}
#cover .cover02 .top {
  display: flex;
  justify-content: end;
}
#cover .cover02 .top span {
  background: url("/img/title_bg_right.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#cover .cover02 .t_box {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
}
#cover .cover02 .t_box ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cover .cover02 .t_box ul li {
  width: 33.33%;
  text-align: center;
  margin: 0 5% 0 0;
}
#cover .cover02 .t_box ul li:last-child {
  margin: 0;
}
#cover .cover02 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#cover .cover02 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#cover .cover_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#cover .cover_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#cover .cover_box.cover01 .t_box {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
#cover .cover_box.cover01 .t_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
#cover .cover_box.cover01 .t_box ul li {
  width: 30%;
  margin: 0 5% 5% 0;
}
#cover .cover_box.cover01 .t_box ul li:nth-child(1), #cover .cover_box.cover01 .t_box ul li:nth-child(2) {
  width: 32%;
}
#cover .cover_box.cover01 .t_box ul li:nth-child(2) {
  margin: 0 0 5% 0;
}
#cover .cover_box.cover01 .t_box ul li:last-child {
  margin: 0 0 5% 0;
}
#cover .cover_box.cover01 .t_box ul li .top {
  background: #49568F;
  color: #959CDB;
  padding: 8px 0;
}
#cover .cover_box.cover01 .t_box ul li p {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
#cover .cover_box.cover03 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0 0;
}
#cover .cover_box.cover03 ul li {
  margin: 0 5% 5% 0;
  flex: 1 1 30%;
}
#cover .cover_box.cover03 ul li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#cover .cover_box.cover03 ul li:last-child {
  margin: 0;
}

#scrubber {
  margin: 100px 0;
}
#scrubber .txt_line {
  text-align: left;
  display: flex;
  justify-content: center;
}
#scrubber .title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
#scrubber .title strong {
  color: #1323B1;
  font-weight: 800;
  display: block;
  margin: 0 0 30px 0;
}
#scrubber .title p {
  color: #6B6B6B;
}
#scrubber .title p b {
  color: #1323B1;
}
#scrubber .scrubber_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#scrubber .scrubber_box .thumb li {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}
#scrubber .scrubber_box .thumb li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#scrubber .scrubber_box .thumb li:last-child {
  margin: 0 0 5% 0;
}
#scrubber .scrubber_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#scrubber .scrubber_box table {
  width: 100%;
  text-align: center;
}
#scrubber .scrubber_box table tr.last td {
  border-bottom: 1px solid #707070;
}
#scrubber .scrubber_box table th {
  background: #132369;
  color: #fff;
  border-right: 1px solid #ddd;
  height: 55px;
  font-weight: 600;
}
#scrubber .scrubber_box table th.d2 {
  border-right: 0;
}
#scrubber .scrubber_box table th.bg {
  background: #49568F;
  width: 10%;
}
#scrubber .scrubber_box table th:last-child {
  border-right: 1px solid #ddd;
}
#scrubber .scrubber_box table tbody {
  background: #F6F6F6;
  color: #878787;
}
#scrubber .scrubber_box table tbody td {
  height: 25px;
  border: 1px solid #DDDDDD;
  font-weight: 600;
  padding: 10px;
}
#scrubber .scrubber_box.scrubber01 .t_box {
  display: flex;
}
#scrubber .scrubber_box.scrubber01 .t_box ul {
  margin: 0 5% 0 0;
  width: 50%;
}
#scrubber .scrubber_box.scrubber01 .t_box ul li {
  margin: 0 0 40px 0;
  text-align: left;
}
#scrubber .scrubber_box.scrubber01 .t_box figure {
  width: 50%;
}
#scrubber .scrubber_box.scrubber01 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber01 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber02 .top {
  display: flex;
  justify-content: end;
}
#scrubber .scrubber_box.scrubber02 .top span {
  background: url("/img/title_bg_right.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#scrubber .scrubber_box.scrubber02 .t_box {
  display: flex;
  align-items: center;
}
#scrubber .scrubber_box.scrubber02 .t_box ul {
  margin: 0 0 0 7%;
  width: 45%;
}
#scrubber .scrubber_box.scrubber02 .t_box ul li {
  margin: 0 0 40px 0;
  text-align: left;
}
#scrubber .scrubber_box.scrubber02 .t_box figure {
  width: 60%;
}
#scrubber .scrubber_box.scrubber02 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber02 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#scrubber .scrubber_box.scrubber03 .sub_top {
  background: url("/img/title_long.png") no-repeat !important;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 450px;
  margin: 50px 0 50px 0;
  background-size: 450px 57px !important;
}
#scrubber .scrubber_box.scrubber03 .t_box {
  width: 70%;
  margin: 0 4% 0 0;
}
#scrubber .scrubber_box.scrubber03 .t_box h3 {
  display: table;
  margin: 15px 0;
  color: #1323B1;
  font-weight: 800;
  text-align: left;
}
#scrubber .scrubber_box.scrubber03 .t_box h3 i {
  display: table-cell;
  background: url("/img/title_vertical.png") no-repeat;
  background-position: left 16px;
  width: 50px;
  height: 45px;
  background-size: 45px 33px;
  padding: 0 10px 0 0;
}
#scrubber .scrubber_box.scrubber03 .t_box p {
  color: #6B6B6B;
  text-align: left;
}
#scrubber .scrubber_box.scrubber03 .t_box ul li {
  margin: 0 0 40px 0;
  text-align: left;
}
#scrubber .scrubber_box.scrubber03 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber03 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber03 figure {
  width: 50%;
}
#scrubber .scrubber_box.scrubber04 .sub_top {
  width: 300px;
  background-size: 300px 57px;
}
#scrubber .scrubber_box.scrubber04 table .wid {
  width: 15%;
  background: #C5C8D4;
  border-right: 1px solid #707070;
}
#scrubber .scrubber_box.scrubber04 table tr.last td {
  border-bottom: 1px solid #707070;
}
#scrubber .scrubber_box.scrubber04 table tr th.b_none {
  border-right: 0;
}
#scrubber .scrubber_box.scrubber04 .check_po {
  display: table;
  margin: 0 0 20px 0;
  color: #1323B1;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber04 .check_po i {
  display: table-cell;
  background: url("/img/address_icon.png") no-repeat;
  background-position: left 8px;
  width: 36px;
  height: 37px;
  background-size: 26px 20px;
}
#scrubber .scrubber_box.scrubber05 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#scrubber .scrubber_box.scrubber05 .sub_top {
  background: url("/img/title_long.png") no-repeat !important;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 450px;
  margin: 50px 0 50px 0;
  background-size: 450px 57px !important;
}
#scrubber .scrubber_box.scrubber05 .t_box {
  width: 70%;
  margin: 0 4% 0 0;
}
#scrubber .scrubber_box.scrubber05 .t_box h3 {
  display: table;
  margin: 15px 0;
  color: #1323B1;
  font-weight: 800;
  text-align: left;
}
#scrubber .scrubber_box.scrubber05 .t_box h3 i {
  display: table-cell;
  background: url("/img/title_vertical.png") no-repeat;
  background-position: left 16px;
  width: 50px;
  height: 45px;
  background-size: 45px 33px;
  padding: 0 10px 0 0;
}
#scrubber .scrubber_box.scrubber05 .t_box p {
  color: #6B6B6B;
  text-align: left;
}
#scrubber .scrubber_box.scrubber05 .t_box ul li {
  margin: 0 0 40px 0;
  text-align: left;
}
#scrubber .scrubber_box.scrubber05 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber05 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber05 figure {
  width: 50%;
}
#scrubber .scrubber_box.scrubber06 .sub_top {
  width: 300px;
  background-size: 300px 57px;
}
#scrubber .scrubber_box.scrubber06 table .wid {
  width: 15%;
  background: #C5C8D4;
  border-right: 1px solid #707070;
}
#scrubber .scrubber_box.scrubber06 table .box {
  width: 13%;
}
#scrubber .scrubber_box.scrubber06 table .box2 {
  width: 20%;
}
#scrubber .scrubber_box.scrubber06 table tr.last td {
  border-bottom: 1px solid #707070;
}
#scrubber .scrubber_box.scrubber06 table tr th.b_none {
  border-right: 0;
}
#scrubber .scrubber_box.scrubber06 .check_po {
  display: table;
  margin: 0 0 20px 0;
  color: #1323B1;
  font-weight: 600;
}
#scrubber .scrubber_box.scrubber06 .check_po i {
  display: table-cell;
  background: url("/img/address_icon.png") no-repeat;
  background-position: left 8px;
  width: 36px;
  height: 37px;
  background-size: 26px 20px;
}

#duct {
  margin: 100px 0;
}
#duct .txt_line {
  text-align: left;
  display: flex;
  justify-content: center;
}
#duct .title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
#duct .title strong {
  color: #1323B1;
  font-weight: 800;
  display: block;
  margin: 0 0 30px 0;
}
#duct .title p {
  color: #6B6B6B;
}
#duct .title p b {
  color: #1323B1;
}
#duct .duct_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#duct .duct_box .thumb li {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}
#duct .duct_box .thumb li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#duct .duct_box .thumb li:last-child {
  margin: 0 0 5% 0;
}
#duct .duct_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#duct .duct_box table {
  width: 100%;
  text-align: center;
}
#duct .duct_box table tr.last td {
  border-bottom: 1px solid #707070;
}
#duct .duct_box table th {
  background: #132369;
  color: #fff;
  height: 55px;
  font-weight: 600;
}
#duct .duct_box table tbody {
  background: #F6F6F6;
  color: #878787;
}
#duct .duct_box table tbody td {
  height: 25px;
  border: 1px solid #DDDDDD;
  font-weight: 600;
  background: #E0E2E8;
  padding: 10px;
}
#duct .duct_box.duct01 .t_box {
  display: flex;
}
#duct .duct_box.duct01 .t_box ul {
  margin: 0 5% 0 0;
  width: 50%;
  text-align: left;
}
#duct .duct_box.duct01 .t_box ul li {
  margin: 0 0 40px 0;
}
#duct .duct_box.duct01 .t_box figure {
  width: 50%;
}
#duct .duct_box.duct01 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#duct .duct_box.duct01 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#duct .duct_box.duct02 .top {
  display: flex;
  justify-content: end;
}
#duct .duct_box.duct02 .top span {
  background: url("/img/title_bg_right.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#duct .duct_box.duct02 .t_box {
  display: flex;
  align-items: center;
}
#duct .duct_box.duct02 .t_box ul {
  margin: 0 0 0 7%;
  width: 45%;
  text-align: left;
}
#duct .duct_box.duct02 .t_box ul li {
  margin: 0 0 40px 0;
}
#duct .duct_box.duct02 .t_box figure {
  width: 60%;
}
#duct .duct_box.duct02 .t_box .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#duct .duct_box.duct02 .t_box .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}
#duct .duct_box.duct03 .t_box .first {
  display: flex;
  justify-content: center;
}
#duct .duct_box.duct03 .t_box .check_po {
  display: table;
  margin: 0 0 20px 0;
  color: #1323B1;
  font-weight: 600;
}
#duct .duct_box.duct03 .t_box .check_po i {
  display: table-cell;
  background: url(/img/address_icon.png) no-repeat;
  background-position: left 8px;
  width: 36px;
  height: 37px;
  background-size: 26px 20px;
}
#duct .duct_box.duct03 .t_box .duct_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  padding: 30px 100px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #ddd;
  margin: 0 0 50px 0;
}
#duct .duct_box.duct03 .t_box .duct_thumb li {
  margin: 0 5% 0 0;
}
#duct .duct_box.duct03 .t_box .duct_thumb li:last-child {
  margin: 0;
}
#duct .duct_box.duct04 .t_box .first {
  display: flex;
  justify-content: center;
}
#duct .duct_box.duct04 .t_box .check_po {
  display: table;
  margin: 0 0 20px 0;
  color: #1323B1;
  font-weight: 600;
}
#duct .duct_box.duct04 .t_box .check_po i {
  display: table-cell;
  background: url(/img/address_icon.png) no-repeat;
  background-position: left 8px;
  width: 36px;
  height: 37px;
  background-size: 26px 20px;
}
#duct .duct_box.duct04 .t_box .duct_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  padding: 30px 100px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #ddd;
  margin: 0 0 50px 0;
}
#duct .duct_box.duct04 .t_box .duct_thumb li {
  margin: 0 5% 0 0;
}
#duct .duct_box.duct04 .t_box .duct_thumb li:last-child {
  margin: 0;
}

#pipe {
  margin: 100px 0;
}
#pipe .txt_line {
  text-align: left;
  display: flex;
  justify-content: center;
}
#pipe .title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
#pipe .title strong {
  color: #1323B1;
  font-weight: 800;
  display: block;
  margin: 0 0 30px 0;
}
#pipe .title p {
  color: #6B6B6B;
}
#pipe .title p b {
  color: #1323B1;
}
#pipe .pipe_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
#pipe .pipe_box.pipe01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pipe .pipe_box.pipe01 .m_show {
  display: none;
}
#pipe .pipe_box.pipe01 .deps01 {
  margin: 0 0 100px 0;
}
#pipe .pipe_box.pipe04 .thumb li {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}
#pipe .pipe_box.pipe04 .thumb li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#pipe .pipe_box.pipe04 .thumb li:last-child {
  margin: 0 0 5% 0;
}
#pipe .pipe_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 350px;
  margin: 0 0 50px 0;
  background-size: 350px 57px;
}
#pipe .pipe_box table {
  width: 100%;
  text-align: center;
}
#pipe .pipe_box table tr.last td {
  border-bottom: 1px solid #707070;
}
#pipe .pipe_box table th {
  background: #132369;
  color: #fff;
  border-right: 1px solid #ddd;
  height: 55px;
  font-weight: 600;
  width: 20%;
}
#pipe .pipe_box table th.bg {
  background: #49568F;
}
#pipe .pipe_box table tbody {
  background: #F6F6F6;
  color: #878787;
}
#pipe .pipe_box table tbody td {
  height: 25px;
  border: 1px solid #DDDDDD;
  font-weight: 600;
  background: #E0E2E8;
  padding: 10px;
}
#pipe .pipe_box .sub_top {
  background: url("/img/title_bg.png") no-repeat;
  height: 57px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 300px;
  margin: 0 0 50px 0;
  background-size: 300px 57px;
}
#pipe .pipe_box .t_box ul li {
  margin: 0 0 40px 0;
  text-align: left;
}
#pipe .pipe_box .t_box ul li .txt .num {
  color: #959CDB;
  display: block;
  font-weight: 600;
}
#pipe .pipe_box .t_box ul li .txt .deta {
  padding: 0 0 0 30px;
  display: block;
  color: #6B6B6B;
  font-weight: 600;
}

#frp_wrap {
  margin: 100px 0;
}
#frp_wrap .frp01 {
  width: 64%;
  margin: 0 auto;
}
#frp_wrap .frp01 .title {
  color: #707070;
  margin: 0 0 70px 0;
}
#frp_wrap .frp01 .title h3 {
  position: relative;
  margin: 0 0 100px 0;
}
#frp_wrap .frp01 .title h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  background: #707070;
}
#frp_wrap .frp01 .title p {
  font-size: 1.3rem;
  font-weight: 600;
}
#frp_wrap .frp01 .cont .top {
  text-align: left;
}
#frp_wrap .frp01 .cont strong {
  margin: 0 0 20px 0;
  color: #4F9EC5;
  display: block;
  font-size: 1.875rem;
}
#frp_wrap .frp01 .cont p {
  font-size: 1.125rem;
}
#frp_wrap .frp01 .cont figure {
  background: #F8F8F8;
  padding: 35px;
  margin: 50px auto 70px !important;
}
#frp_wrap .frp01 .cont figure img {
  width: 50%;
}
#frp_wrap .frp02 {
  width: 64%;
  margin: 0 auto;
}
#frp_wrap .frp02 .top {
  text-align: left;
}
#frp_wrap .frp02 .top strong {
  font-size: 1.875rem;
  color: #4F9EC5;
}
#frp_wrap .frp02 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 70px;
}
#frp_wrap .frp02 ul li {
  width: 25%;
}
#frp_wrap .frp02 ul li .line {
  width: 1px;
  height: 30px;
  background: #DBDBDB;
  margin: 15px auto 20px;
}
#frp_wrap .frp03 .top {
  width: 64%;
  margin: 0 auto;
  text-align: left;
}
#frp_wrap .frp03 .top strong {
  margin: 0 0 50px 0;
  color: #4F9EC5;
  display: block;
  font-size: 1.875rem;
}
#frp_wrap .frp03 .bg_box {
  background: #4F9EC5;
  padding: 50px 50px 40px;
}
#frp_wrap .frp03 .bg_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#frp_wrap .frp03 .bg_box ul li {
  color: #fff;
  width: 20%;
  margin: 0 2% 30px 0;
}
#frp_wrap .frp03 .bg_box ul li:nth-of-type(4n) {
  margin: 0 0 30px 0;
}
#frp_wrap .frp03 .bg_box ul li:last-child {
  margin: 0 0 30px 0;
}
#frp_wrap .frp03 .bg_box ul li h4 {
  font-size: 4.375rem;
}
#frp_wrap .frp03 .bg_box ul li p {
  font-size: 1.25rem;
  margin: 10px 0 25px;
}
#frp_wrap .frp03 .bg_box ul li span {
  opacity: 0.8;
  display: block;
}
#frp_wrap .frp04 {
  border-bottom: 1px solid #ddd;
  padding: 70px 0;
}
#frp_wrap .frp04 .top {
  width: 64%;
  margin: 0 auto 50px;
  text-align: left;
}
#frp_wrap .frp04 .top strong {
  font-size: 1.875rem;
  color: #4F9EC5;
}
#frp_wrap .frp04 .table {
  width: 64%;
  margin: 0 auto;
}
#frp_wrap .frp04 .table table {
  width: 100%;
}
#frp_wrap .frp04 .table table thead {
  background: #30779A;
}
#frp_wrap .frp04 .table table thead th {
  font-size: 1.125rem;
  padding: 10px 0;
  color: #fff;
}
#frp_wrap .frp04 .table table thead th:first-child {
  border-right: 1px solid #fff;
}
#frp_wrap .frp04 .table table tbody tr:last-child td {
  border-bottom: 1px solid #30779A;
}
#frp_wrap .frp04 .table table tbody td {
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
#frp_wrap .frp04 .table table tbody td:first-child {
  border-right: 1px solid #ddd;
}
#frp_wrap .frp05 {
  padding: 70px 0;
}
#frp_wrap .frp05 .top {
  margin: 0 auto 50px;
  width: 64%;
  text-align: left;
}
#frp_wrap .frp05 .top strong {
  font-size: 1.875rem;
  color: #4F9EC5;
}
#frp_wrap .frp05 ul {
  display: flex;
  width: 76%;
  margin: 0 auto;
}
#frp_wrap .frp05 ul.last {
  width: 60%;
  margin: 50px auto 0;
}
#frp_wrap .frp05 ul li.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}
#frp_wrap .frp05 ul li.arrow span {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: url("/img/arrow_con.png") no-repeat center/14px auto;
  margin: 0 20px;
  position: relative;
  top: -10%;
}
#frp_wrap .frp05 ul li p {
  text-align: center;
}
#frp_wrap .frp05 ul li p b {
  display: block;
  margin: 20px 0 10px;
  font-size: 1.25rem;
}
#frp_wrap .frp05 ul li p span {
  display: block;
  font-size: 1.125rem;
  color: #A8A2A2;
}

@media (max-width: 1280px) {
  #sub_contents {
    padding-top: 80px;
  }
  #sub_visual01, #sub_visual02, #sub_visual03 {
    height: 320px;
  }
  #about .cont ul li {
    width: 45%;
    margin: 0 5% 0 0;
  }
  #frp_wrap .frp01 {
    width: 85%;
  }
  #frp_wrap .frp02 {
    width: 85%;
  }
  #frp_wrap .frp03 .top {
    width: 85%;
  }
  #frp_wrap .frp03 .bg_box ul li {
    width: 23%;
  }
  #frp_wrap .frp04 .top {
    width: 85%;
  }
  #frp_wrap .frp04 .table {
    width: 85%;
  }
  #frp_wrap .frp05 .top {
    width: 85%;
  }
  #frp_wrap .frp05 ul {
    width: 85%;
  }
  #frp_wrap .frp05 ul.last {
    width: 70%;
  }
  #frp_wrap .frp05 ul li p b {
    font-size: 1.05rem;
  }
  #frp_wrap .frp05 ul li p span {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  #about .cont ul {
    display: block;
  }
  #about .cont ul li {
    margin: 0 10% 10% 0;
  }
  #about .cont ul li:nth-child(2) {
    margin: 0 0 10% 0;
  }
  #about .cont ul li:last-child {
    margin: 0 28%;
  }
  #organization .level-3-wrapper {
    width: 75%;
  }
  #organization .level-1 {
    width: 45%;
  }
  #organization .level-2 {
    width: 95%;
  }
  #certification .certification_box {
    padding: 0 20px;
    margin: 0 auto 150px;
  }
  #certification .certification_box ul li {
    margin: 0 5% 0;
  }
  #certification .certification_box ul li:last-child {
    margin: 0 5% 0;
  }
  #resistance .title p br {
    display: none;
  }
  #resistance .resistance_box.resistance02 .t_box {
    flex-direction: column;
    align-items: center;
  }
  #resistance .resistance_box.resistance02 .t_box ul {
    margin: 0 0 30px 0;
  }
  #lining .lining_box.lining02 .top {
    justify-content: start;
  }
  #lining .lining_box.lining02 .top span {
    background: url("/img/title_bg.png") no-repeat;
    height: 57px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    width: 350px;
    margin: 0 0 50px 0;
    background-size: 350px 57px;
  }
  #lining .lining_box.lining02 .t_box {
    flex-direction: column-reverse;
    margin: 0 0 100px 0;
  }
  #lining .lining_box.lining02 .t_box ul {
    width: auto;
    margin: 0 auto 30px;
  }
  #lining .lining_box.lining02 .t_box figure {
    width: auto;
  }
  #cover .title p .none {
    display: none;
  }
  #cover .cover_box.cover01 .t_box ul li {
    width: 47%;
    margin: 0 5% 5% 0;
  }
  #cover .cover_box.cover01 .t_box ul li:nth-child(1), #cover .cover_box.cover01 .t_box ul li:nth-child(2) {
    width: 47%;
  }
  #cover .cover_box.cover01 .t_box ul li:nth-child(2) {
    margin: 0 0 5% 0;
  }
  #cover .cover_box.cover01 .t_box ul li:nth-child(4) {
    margin: 0 0 5% 0;
  }
  #cover .cover_box.cover01 .t_box ul li:last-child {
    margin: 0 0 5% 0;
  }
  #scrubber .txt_line {
    text-align: center;
  }
  #scrubber .txt_line .none {
    display: none;
  }
  #scrubber .scrubber_box.scrubber01 .t_box {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  #scrubber .scrubber_box.scrubber01 .t_box ul {
    width: auto;
    margin: 0 auto 30px;
  }
  #scrubber .scrubber_box.scrubber01 .t_box figure {
    width: auto;
  }
  #scrubber .scrubber_box.scrubber02 .top {
    justify-content: start;
  }
  #scrubber .scrubber_box.scrubber02 .top span {
    background: url("/img/title_bg.png") no-repeat;
    height: 57px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    width: 350px;
    margin: 0 0 50px 0;
    background-size: 350px 57px;
  }
  #scrubber .scrubber_box.scrubber02 .t_box {
    flex-direction: column-reverse;
    margin: 0 0 100px 0;
  }
  #scrubber .scrubber_box.scrubber02 .t_box ul {
    width: auto;
    margin: 0 auto 30px;
  }
  #scrubber .scrubber_box.scrubber02 .t_box figure {
    width: auto;
  }
  #scrubber .scrubber_box.scrubber03 {
    flex-direction: column;
    align-items: center;
  }
  #scrubber .scrubber_box.scrubber03 .t_box {
    width: auto;
    margin: 0 auto 30px;
  }
  #scrubber .scrubber_box.scrubber03 .t_box h3 i {
    background-position: left center;
  }
  #scrubber .scrubber_box.scrubber03 figure {
    width: auto;
  }
  #scrubber .scrubber_box.scrubber05 {
    flex-direction: column;
    align-items: center;
  }
  #scrubber .scrubber_box.scrubber05 .t_box {
    width: auto;
    margin: 0 auto 30px;
  }
  #scrubber .scrubber_box.scrubber05 .t_box h3 i {
    background-position: left center;
  }
  #scrubber .scrubber_box.scrubber05 figure {
    width: auto;
  }
  #duct .duct_box.duct01 .t_box {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  #duct .duct_box.duct01 .t_box ul {
    width: auto;
    margin: 0 auto 30px;
  }
  #duct .duct_box.duct01 .t_box figure {
    width: auto;
  }
  #duct .duct_box.duct02 .top {
    justify-content: start;
  }
  #duct .duct_box.duct02 .top span {
    background: url("/img/title_bg.png") no-repeat;
    height: 57px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    width: 350px;
    margin: 0 0 50px 0;
    background-size: 350px 57px;
  }
  #duct .duct_box.duct02 .t_box {
    flex-direction: column-reverse;
    margin: 0 0 100px 0;
  }
  #duct .duct_box.duct02 .t_box ul {
    width: auto;
    margin: 0 auto 30px;
  }
  #duct .duct_box.duct02 .t_box figure {
    width: auto;
  }
  #duct .duct_box.duct03 .t_box .duct_thumb {
    flex-direction: column;
  }
  #duct .duct_box.duct04 .t_box .duct_thumb {
    flex-direction: column;
  }
  #pipe .txt_line {
    text-align: center;
  }
  #pipe .pipe_box.pipe01 {
    display: block;
  }
  #pipe .pipe_box.pipe01 .t_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  #pipe .pipe_box.pipe01 .deps01 {
    margin: 0 0 50px 0;
  }
  #pipe .pipe_box.pipe01 .m_show {
    display: block;
    text-align: center;
  }
  #pipe .pipe_box.pipe01 .right ul li {
    width: auto;
    text-align: center;
  }
  #pipe .pipe_box.pipe01 .right ul li:first-child, #pipe .pipe_box.pipe01 .right ul li:nth-child(2) {
    display: none;
  }
  #frp_wrap .frp02 ul {
    justify-content: center;
  }
  #frp_wrap .frp02 ul li {
    width: 40%;
  }
  #frp_wrap .frp02 ul li:nth-child(1), #frp_wrap .frp02 ul li:nth-child(2) {
    margin: 0 0 50px 0;
  }
  #frp_wrap .frp03 .bg_box ul li {
    width: 31%;
  }
  #frp_wrap .frp03 .bg_box ul li:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
  #frp_wrap .frp03 .bg_box ul li:nth-child(4) {
    margin: 0 2% 30px 0;
  }
  #frp_wrap .frp05 ul {
    flex-wrap: wrap;
    width: 70%;
    justify-content: center;
  }
  #frp_wrap .frp05 ul.last li {
    width: 45%;
  }
  #frp_wrap .frp05 ul.last li.arrow05, #frp_wrap .frp05 ul.last li.arrow07 {
    display: none;
  }
  #frp_wrap .frp05 ul.last li:nth-child(2) {
    margin: 0 0 50px 0;
  }
  #frp_wrap .frp05 ul li {
    width: 45%;
  }
  #frp_wrap .frp05 ul li:nth-child(1), #frp_wrap .frp05 ul li:nth-child(3) {
    margin: 0 0 50px 0;
  }
  #frp_wrap .frp05 ul li.arrow {
    width: 30px;
    margin: 0 1%;
  }
  #frp_wrap .frp05 ul li.arrow span {
    margin: 0;
  }
  #frp_wrap .frp05 ul li.arrow02 {
    display: none;
  }
}
@media (max-width: 768px) {
  .s_title {
    font-size: 2.5rem;
  }
  .s_txt {
    font-size: 2.3rem;
  }
  .s_pi {
    font-size: 2rem;
  }
  .s_fix {
    font-size: 1.8rem;
  }
  .s_bix {
    font-size: 1.6rem;
  }
  .s_namal {
    font-size: 1.1rem;
  }
  .s_xoc {
    font-size: 1.2rem;
  }
  .s_sec {
    font-size: 1.2rem;
  }
  #sub_contents {
    padding-top: 70px;
  }
  #sub_visual01, #sub_visual02, #sub_visual03 {
    height: 235px;
  }
  #about .cont {
    width: 100%;
  }
  #about .cont ul li {
    margin: 0 9% 10% 0;
  }
  #about .about_txt p br.none {
    display: none;
  }
  #certification {
    margin: 50px 0;
  }
  #certification .title {
    margin: 0 0 50px 0;
  }
  #workplace {
    margin: 50px 0;
  }
  #workplace .workplace_box ul li i {
    background-position: center 5px;
  }
  #workplace .workplace_box .map_box .root_daum_roughmap {
    height: 300px !important;
  }
  #introduction {
    margin: 50px 0;
  }
  #introduction .introduction_box {
    margin: 0 auto 50px;
  }
  #introduction .introduction_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #introduction .introduction_box .thumb li {
    width: 47%;
  }
  #introduction .introduction_box .thumb li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #introduction .introduction_box .thumb li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #introduction .introduction_box .thumb li:last-child {
    margin: 0 0 5% 0;
  }
  #introduction .introduction_box table {
    border-collapse: separate;
    border-spacing: 0 1rem;
  }
  #introduction .introduction_box table thead {
    display: none;
  }
  #introduction .introduction_box table tbody tr.m_none {
    display: none;
  }
  #introduction .introduction_box table tbody td {
    height: auto;
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    border-bottom: none;
  }
  #introduction .introduction_box table tbody td span {
    width: auto;
    margin: 0 1% 0 0;
    text-align: left;
  }
  #introduction .introduction_box table tbody td span:last-child {
    margin: 0;
  }
  #introduction .introduction_box table tbody td span.m_block {
    display: block;
  }
  #introduction .introduction_box table tbody td span br {
    display: none;
  }
  #introduction .introduction_box table tbody td::before {
    padding: 10px;
    display: inline-block;
    margin-right: 4%;
    flex: 0 0 30%;
    font-weight: 700;
    background: #132369;
    color: #fff;
    content: attr(data-label);
  }
  #resistance {
    margin: 50px 0;
  }
  #resistance .txt_line {
    text-align: center;
  }
  #resistance .title {
    margin: 0 auto 70px;
  }
  #resistance .title strong {
    margin: 0 0 15px 0;
  }
  #resistance .resistance_box {
    margin: 0 auto 50px;
  }
  #resistance .resistance_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #resistance .resistance_box .thumb li {
    width: 47%;
  }
  #resistance .resistance_box .thumb li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #resistance .resistance_box .thumb li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #resistance .resistance_box .thumb li:last-child {
    margin: 0 0 5% 0;
  }
  #resistance .resistance_box .t_box figure img {
    max-width: 400px;
    width: 100%;
  }
  #resistance .resistance_box table {
    border-collapse: separate;
    border-spacing: 0 1rem;
  }
  #resistance .resistance_box table thead {
    display: none;
  }
  #resistance .resistance_box table tr.last td {
    border-bottom: 0;
  }
  #resistance .resistance_box table tr td {
    height: auto;
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    border-bottom: none;
  }
  #resistance .resistance_box table tr td::before {
    padding: 10px;
    display: inline-block;
    margin-right: 4%;
    flex: 0 0 45%;
    font-weight: 700;
    background: #132369;
    color: #fff;
    content: attr(data-label);
  }
  #resistance .resistance_box.resistance03 table .wid {
    width: 100%;
    border-right: 0;
  }
  #resistance .resistance_box.resistance03 .check_po i {
    background-position: center 3px;
  }
  #resistance .resistance_box.resistance04 table .bg {
    border-right: 1px solid #C5C8D4;
  }
  #resistance .resistance_box.resistance04 .thumb {
    padding: 50px 0 0;
  }
  #resistance .resistance_box.resistance04 .thumb li {
    float: none;
    margin: 0 auto 30px;
    width: 50%;
  }
  #resistance .resistance_box.resistance04 .thumb li:last-child {
    margin: 0 auto;
  }
  #resistance .resistance_box.resistance04 .check_po i {
    background-position: center 3px;
  }
  #lining {
    margin: 50px 0;
  }
  #lining .txt_line {
    text-align: center;
  }
  #lining .title {
    margin: 0 auto 70px;
  }
  #lining .title strong {
    margin: 0 0 15px 0;
  }
  #lining .lining_box {
    margin: 0 auto 50px;
  }
  #lining .lining_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #lining .lining_box .thumb li {
    flex: 1 1 45%;
  }
  #lining .lining_box .thumb li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #lining .lining_box .thumb li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #lining .lining_box .thumb li:last-child {
    margin: 0 0 5% 0;
  }
  #lining .lining_box.lining02 .t_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #lining .lining_box.lining02 .t_box ul {
    width: 100%;
  }
  #lining .lining_box.lining02 .t_box figure {
    width: 100%;
  }
  #cover {
    margin: 50px 0;
  }
  #cover .title {
    margin: 0 auto 70px;
  }
  #cover .title strong {
    margin: 0 0 15px 0;
  }
  #cover .cover_box {
    margin: 0 auto 50px;
  }
  #cover .cover_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #cover .cover_box.cover03 ul li {
    flex: 1 1 45%;
  }
  #cover .cover_box.cover03 ul li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #cover .cover_box.cover03 ul li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #cover .txt_line {
    text-align: center;
  }
  #organization {
    margin: 50px 0;
  }
  #organization .title {
    margin: 0 0 70px 0;
  }
  #organization .rectangle {
    padding: 20px 10px;
  }
  #organization .level-2-wrapper:before {
    top: -20px;
  }
  #organization .level-1,
  #organization .level-2 {
    width: 100%;
  }
  #organization .level-1 {
    margin-bottom: 20px;
  }
  #organization .level-2-wrapper::after {
    display: none;
  }
  #organization .level-1::before,
  #organization .level-2-wrapper > li::before {
    display: none;
  }
  #organization .level-2-wrapper:before {
    top: -20px;
  }
  #organization .level-2-wrapper,
  #organization .level-2::after {
    display: block;
  }
  #organization .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
    padding: 30px 0 0;
  }
  #organization .level-2-wrapper::before {
    left: -19px;
    width: 2px;
    height: 65.8%;
  }
  #organization .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
  #organization .level-3-wrapper {
    width: 100%;
  }
  #scrubber {
    margin: 50px 0;
  }
  #scrubber .txt_line {
    text-align: center;
  }
  #scrubber .title {
    margin: 0 auto 70px;
  }
  #scrubber .title strong {
    margin: 0 0 15px 0;
  }
  #scrubber .scrubber_box {
    margin: 0 auto 50px;
  }
  #scrubber .scrubber_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #scrubber .scrubber_box .thumb li {
    width: 47%;
  }
  #scrubber .scrubber_box .thumb li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #scrubber .scrubber_box .thumb li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #scrubber .scrubber_box .thumb li:last-child {
    margin: 0 0 5% 0;
  }
  #scrubber .scrubber_box.scrubber01 .t_box, #scrubber .scrubber_box.scrubber02 .t_box {
    align-items: start;
    margin: 0 0 50px 0;
  }
  #scrubber .scrubber_box.scrubber01 .t_box ul, #scrubber .scrubber_box.scrubber02 .t_box ul {
    margin: 0 0 30px 0;
  }
  #scrubber .scrubber_box.scrubber03 .sub_top {
    height: 45px;
    width: 330px;
    background-size: 330px 50px !important;
    margin: 50px 0 20px 0;
  }
  #scrubber .scrubber_box.scrubber04 table tr.last td, #scrubber .scrubber_box.scrubber06 table tr.last td {
    border-bottom: 1px solid #ddd;
  }
  #scrubber .scrubber_box.scrubber04 table tr td.last, #scrubber .scrubber_box.scrubber06 table tr td.last {
    border-bottom: 1px solid #DDDDDD;
  }
  #scrubber .scrubber_box.scrubber04 table .wid, #scrubber .scrubber_box.scrubber06 table .wid {
    width: 100%;
    border-right: 1px solid #C5C8D4;
  }
  #scrubber .scrubber_box.scrubber05 .sub_top {
    height: 45px;
    width: 350px;
    background-size: 350px 50px !important;
    margin: 50px 0 20px 0;
  }
  #scrubber .scrubber_box table {
    border-collapse: separate;
    border-spacing: 0 1rem;
  }
  #scrubber .scrubber_box table thead {
    display: none;
  }
  #scrubber .scrubber_box table tr td {
    height: auto;
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    border-bottom: none;
  }
  #scrubber .scrubber_box table tr td:before {
    padding: 10px;
    display: inline-block;
    margin-right: 4%;
    flex: 0 0 45%;
    font-weight: 700;
    background: #132369;
    color: #fff;
    content: attr(data-label);
  }
  #duct {
    margin: 50px 0;
  }
  #duct p {
    text-align: center;
  }
  #duct .title {
    margin: 0 auto 70px;
  }
  #duct .title strong {
    margin: 0 0 15px 0;
  }
  #duct .duct_box {
    margin: 0 auto 50px;
  }
  #duct .duct_box.duct02 .t_box {
    margin: 0 0 50px 0;
  }
  #duct .duct_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #duct .duct_box .thumb li {
    width: 47%;
  }
  #duct .duct_box .thumb li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #duct .duct_box .thumb li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #duct .duct_box .thumb li:last-child {
    margin: 0 0 5% 0;
  }
  #duct .duct_box table {
    border-collapse: separate;
    border-spacing: 0 1rem;
  }
  #duct .duct_box table thead {
    display: none;
  }
  #duct .duct_box table tr.last td {
    border: 0;
  }
  #duct .duct_box table tbody td {
    height: auto;
    width: 100%;
    display: flex;
    margin-bottom: 2px;
    padding: 0;
    align-items: center;
    border-bottom: none;
  }
  #duct .duct_box table tbody td::before {
    padding: 10px;
    display: inline-block;
    margin-right: 4%;
    flex: 0 0 45%;
    font-weight: 700;
    background: #132369;
    color: #fff;
    content: attr(data-label);
  }
  #pipe {
    margin: 50px 0;
  }
  #pipe .title {
    margin: 0 auto 50px;
  }
  #pipe .title strong {
    margin: 0 0 15px 0;
  }
  #pipe .pipe_box {
    margin: 0 auto 50px;
  }
  #pipe .pipe_box .sub_top {
    height: 45px;
    width: 300px;
    background-size: 300px 50px;
    margin: 0 0 20px 0;
  }
  #pipe .pipe_box.pipe01 .t_box {
    align-items: start;
  }
  #pipe .pipe_box.pipe03 .t_box table {
    border-collapse: separate;
    border-spacing: 0 1rem;
  }
  #pipe .pipe_box.pipe03 .t_box table thead {
    display: none;
  }
  #pipe .pipe_box.pipe03 .t_box table tr td {
    height: auto;
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    border-bottom: none;
  }
  #pipe .pipe_box.pipe03 .t_box table tr td::before {
    padding: 10px;
    display: inline-block;
    margin-right: 4%;
    flex: 0 0 45%;
    font-weight: 700;
    background: #132369;
    color: #fff;
    content: attr(data-label);
  }
  #pipe .pipe_box.pipe04 .thumb li {
    width: 47%;
  }
  #pipe .pipe_box.pipe04 .thumb li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #pipe .pipe_box.pipe04 .thumb li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #pipe .pipe_box.pipe04 .thumb li:last-child {
    margin: 0 0 5% 0;
  }
  #frp_wrap {
    margin: 50px 0;
  }
  #frp_wrap .frp01 .title p {
    font-size: 1rem;
  }
  #frp_wrap .frp01 .title h3 {
    margin: 0 0 50px 0;
  }
  #frp_wrap .frp01 .title h3:after {
    bottom: -40px;
    height: 30px;
  }
  #frp_wrap .frp01 .cont figure {
    margin: 30px auto 50px !important;
    padding: 20px 0;
  }
  #frp_wrap .frp01 .cont figure img {
    width: 65%;
  }
  #frp_wrap .frp01 .cont strong {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
  #frp_wrap .frp01 .cont p {
    font-size: 1rem;
  }
  #frp_wrap .frp02 .top strong {
    font-size: 1.5rem;
  }
  #frp_wrap .frp03 .top strong {
    font-size: 1.5rem;
  }
  #frp_wrap .frp03 .bg_box ul li {
    width: 32%;
  }
  #frp_wrap .frp03 .bg_box ul li h4 {
    font-size: 3.375rem;
  }
  #frp_wrap .frp03 .bg_box ul li p {
    font-size: 1rem;
    margin: 10px 0 15px;
  }
  #frp_wrap .frp04 .top strong {
    font-size: 1.5rem;
  }
  #frp_wrap .frp04 .table table thead th {
    font-size: 1rem;
  }
  #frp_wrap .frp04 .table table tbody td {
    font-size: 1rem;
  }
  #frp_wrap .frp05 .top strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  #about .cont {
    margin: 70px auto 50px;
  }
  #about .cont ul li {
    float: none;
    width: 60%;
    margin: 0 auto 7%;
  }
  #about .cont ul li:nth-child(2) {
    margin: 0 auto 7%;
  }
  #about .cont ul li:last-child {
    margin: 0 auto;
  }
  #frp_wrap .frp02 ul {
    margin: 30px auto 70px;
  }
  #frp_wrap .frp02 ul li {
    width: 50%;
  }
  #frp_wrap .frp03 .top strong {
    margin: 0 0 30px 0;
  }
  #frp_wrap .frp03 .bg_box ul li {
    width: 48%;
  }
  #frp_wrap .frp03 .bg_box ul li:nth-child(4) {
    margin: 0 0 30px 0;
  }
  #frp_wrap .frp03 .bg_box ul li:nth-of-type(2n) {
    margin: 0 0 30px 0;
  }
  #frp_wrap .frp04 .top {
    margin: 0 auto 30px;
  }
  #frp_wrap .frp05 ul {
    width: 85%;
  }
  #frp_wrap .frp05 ul.last {
    width: 85%;
  }
  #frp_wrap .frp05 ul li.arrow {
    margin: 0;
  }
}
@media (max-width: 540px) {
  #sub_cate ul {
    height: 80px;
  }
  #organization .level-2:before {
    height: 50px;
  }
  #organization .level-3-wrapper {
    width: 75%;
  }
  #organization .level-3-wrapper > li:before {
    display: none;
  }
  #resistance .resistance_box.resistance02 .t_box ul li {
    margin: 0 0 20px 0;
  }
  #lining .lining_box.lining01 .t_box ul li {
    width: 47%;
  }
  #cover .cover02 .coverbg img {
    display: none;
  }
  #cover .cover02 .t_box {
    margin: 50px 0 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: url("/img/coverbg_m.png") no-repeat center/100% auto;
    width: 100%;
    height: 100%;
  }
  #cover .cover02 .t_box ul {
    display: block;
  }
  #cover .cover02 .t_box ul li {
    margin: 0 0 50px 0;
    width: 100%;
  }
  #cover .cover02 .t_box ul li:last-child {
    margin: 0;
  }
  #cover .cover_box.cover01 .t_box ul li {
    width: 80%;
    margin: 0 0 5% 0;
  }
  #cover .cover_box.cover01 .t_box ul li:nth-child(1), #cover .cover_box.cover01 .t_box ul li:nth-child(2) {
    width: 80%;
  }
  #cover .cover_box.cover03 ul {
    flex-wrap: wrap;
  }
  #duct .duct_box.duct03 .t_box .duct_thumb {
    padding: 30px;
  }
  #duct .duct_box.duct04 .t_box .duct_thumb {
    padding: 30px;
  }
  #introduction .introduction_box table tbody td::before {
    display: flex;
    margin: 0;
    justify-content: center;
  }
  #introduction .introduction_box table tbody td span {
    float: left;
    padding: 10px 0;
    margin: 0 2% 0 0%;
  }
  #introduction .introduction_box table tbody td span:first-child {
    margin: 0 2% 0 5%;
  }
}
@media (max-width: 480px) {
  .s_xoc {
    font-size: 1rem;
  }
  .s_fix {
    font-size: 1.3rem;
  }
  .s_title {
    font-size: 2rem;
  }
  .s_txt {
    font-size: 1.8rem;
  }
  .s_pi {
    font-size: 1.5rem;
  }
  #sub_contents {
    padding-top: 60px;
  }
  #sub_visual01, #sub_visual02, #sub_visual03 {
    height: 170px;
  }
  #about .top {
    height: 280px;
  }
  #about .cont ul li {
    width: 85%;
  }
  #about .cont ul li .box {
    height: 280px;
  }
  #organization .level-2-wrapper::before {
    left: -20px;
  }
  #certification .certification_box {
    margin: 0 auto 100px;
  }
  #certification .certification_box ul {
    flex-direction: column;
  }
  #certification .certification_box ul li:last-child {
    margin: 30px 5% 0;
  }
  #workplace .workplace_box .sub_top {
    width: 280px;
    background-size: 280px 57px;
  }
  #introduction .introduction_box .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
  }
  #introduction .introduction_box table tbody td {
    font-size: 0.8rem;
  }
  #introduction .introduction_box table tbody td:before {
    flex: 0 0 35%;
  }
  #resistance .resistance_box .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
    margin: 0 0 35px 0;
  }
  #resistance .resistance_box.resistance01 .t_box ul {
    flex-direction: column;
  }
  #resistance .resistance_box.resistance01 .t_box ul li {
    width: 80%;
    margin: 0 0 30px 0;
  }
  #resistance .resistance_box.resistance01 .t_box ul li:last-child {
    margin: 0;
  }
  #resistance .resistance_box.resistance04 .thumb li {
    width: 100%;
  }
  #resistance .resistance_box table tr td::before {
    flex: 0 0 43%;
  }
  #lining .lining_box .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
  }
  #lining .lining_box.lining02 .top span {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
  }
  #cover .cover_box .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
    margin: 0 0 35px 0;
  }
  #cover .cover_box.cover02 .top span {
    width: 280px;
    background-size: 280px 57px;
  }
  #scrubber .scrubber_box table tr td {
    font-size: 0.8rem;
  }
  #scrubber .scrubber_box .sub_top {
    width: 210px;
    background-size: 210px 57px;
    height: 40px;
  }
  #scrubber .scrubber_box.scrubber02 .top span {
    width: 280px;
    background-size: 280px 57px;
  }
  #scrubber .scrubber_box.scrubber03 .t_box h3 i {
    width: 40px;
    height: 33px;
    background-size: 33px 26px;
    padding: 0;
  }
  #scrubber .scrubber_box.scrubber03 .sub_top {
    width: 280px;
    background-size: 280px 57px !important;
    text-align: center;
    height: 40px;
  }
  #scrubber .scrubber_box.scrubber04 .sub_top, #scrubber .scrubber_box.scrubber06 .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
  }
  #scrubber .scrubber_box.scrubber05 .sub_top {
    width: 290px;
    background-size: 290px 57px !important;
    text-align: center;
    height: 40px;
  }
  #scrubber .scrubber_box.scrubber05 .t_box h3 i {
    width: 40px;
    height: 33px;
    background-size: 33px 26px;
    padding: 0;
    background-position: left 4px;
  }
  #scrubber .scrubber_box.scrubber05 .t_box p br {
    display: none;
  }
  #duct .duct_box .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
    margin: 0 0 35px 0;
  }
  #duct .duct_box table tbody td {
    font-size: 0.8rem;
  }
  #duct .duct_box.duct02 .top span {
    width: 250px;
    background-size: 250px 57px;
  }
  #pipe .pipe_box .sub_top {
    width: 210px;
    background-size: 210px 45px;
    height: 40px;
  }
  #frp_wrap .frp01 .title h3.s_fix {
    font-size: 1.8rem;
  }
  #frp_wrap .frp01 .cont strong {
    font-size: 1.2rem;
  }
  #frp_wrap .frp01 .cont figure img {
    width: 85%;
  }
  #frp_wrap .frp02 .top strong {
    font-size: 1.2rem;
  }
  #frp_wrap .frp02 ul li {
    width: 85%;
  }
  #frp_wrap .frp02 ul li:nth-child(3) {
    margin: 0 0 50px 0;
  }
  #frp_wrap .frp03 .top strong {
    font-size: 1.2rem;
  }
  #frp_wrap .frp03 .bg_box ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #frp_wrap .frp04 .top strong {
    font-size: 1.2rem;
  }
  #frp_wrap .frp05 .top strong {
    font-size: 1.2rem;
  }
  #frp_wrap .frp05 ul {
    width: 75%;
  }
  #frp_wrap .frp05 ul.last {
    margin: 0 auto;
  }
  #frp_wrap .frp05 ul.last li {
    width: 100%;
  }
  #frp_wrap .frp05 ul.last li.arrow05, #frp_wrap .frp05 ul.last li.arrow06, #frp_wrap .frp05 ul.last li.arrow07 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
  }
  #frp_wrap .frp05 ul.last li:nth-child(2) {
    margin: 0;
  }
  #frp_wrap .frp05 ul.last li.arrow {
    margin: 20px auto;
  }
  #frp_wrap .frp05 ul li {
    width: 100%;
  }
  #frp_wrap .frp05 ul li.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
  }
  #frp_wrap .frp05 ul li.arrow span {
    top: 0;
    transform: rotate(90deg);
  }
  #frp_wrap .frp05 ul li.arrow02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #frp_wrap .frp05 ul li.arrow02 span {
    display: block;
  }
  #frp_wrap .frp05 ul li:nth-child(1), #frp_wrap .frp05 ul li:nth-child(3) {
    margin: 0;
  }
}
@media (max-width: 414px) {
  #lining .lining_box.lining03 .bgarea {
    padding: 70px 20px;
  }
  #cover .cover_box.cover01 .t_box ul li {
    width: 100%;
  }
  #cover .cover_box.cover01 .t_box ul li:nth-child(1), #cover .cover_box.cover01 .t_box ul li:nth-child(2) {
    width: 100%;
  }
}/*# sourceMappingURL=sub.css.map */