.sub-cont h2 {
  color: #333;
  font-size: 16pt;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.sub-cont .img-wrap {
  border-radius: 0 0 100px 0;
  overflow: hidden;
}
.sub-cont .txt-area h5 {
  color: #222;
  font-size: 1.5em;
  font-weight: 500;
  margin: 10px 0;
}
.sub-cont .cont-g {
  margin-bottom: 30px;
}
#sec-producct .sub-cont .cont-g {
  margin-bottom: 50px;
}
#sec-producct .sub-cont .img-wrapper {
  padding: 30px 10px;
}
#sec-producct .sub-cont .row .img-wrapper {
  padding: 0;
}
.subarea.location > .container {
  max-width: 100%;
  padding: 0;
}

.map_box {
  margin-bottom: 100px;
}
.map_box .wrap {
  position: relative;
  max-width: 92.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.map_infos {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  z-index: 5;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.3333333333em;
  padding-bottom: 3.3333333333em;
  padding-left: 6.6666666667em;
  padding-right: 6.6666666667em;
  background: linear-gradient(to right, #0b4da2 0%, #0837a3 54%, #00b4f1 100%);
}

.map_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  margin-right: 2.2222222222em;
  padding-right: 2.2222222222em;
  font-size: 1.1111111111em;
  letter-spacing: 1px;
}
.map_info .item b {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  letter-spacing: 0.8px;
}
.map_info .item::after {
  content: '';
  display: block;
  height: 3.3333333333em;
  border-right: 1px solid #f8f8f8;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map_info .item:last-child::after {
  display: none;
}

a.btn_line_cw,
button.btn_line_cw {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
a.btn_line_cw:hover {
  background: #fff;
  color: #000;
}
a.btn_rd_full,
button.btn_rd_full {
  border-radius: 12.5rem;
}
a.btn,
button.btn {
  font-size: 1.125rem;
  width: 13.5rem;
  /*    height: 4rem;*/
  line-height: 3.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
}

.ml_10 {
  margin-left: 0.625rem;
}

.row .img-wrapper {
  margin-bottom: 30px;
}
.row .img-wrapper p {
  border: 1px solid #ddd;
  padding: 10px 5px;
  font-weight: 500;
}

.img-wrap-area p {
  margin-top: 10px;
}

.inner {
  max-width: 1600px;
  margin: 0 auto;
}
.s_wrap {
  display: flex;
}

/*서브타이틀*/
.title {
  padding: 75px 0 0;
}
.tit_h2 {
  font-size: 44px;
  line-height: 140%;
  font-weight: 700;
  color: #222;
  word-break: keep-all;
}
.title .tit_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.title .tit_ul li {
  display: flex;
  padding-right: 30px;
}
.title .tit_ul li a {
  font-size: 22px;
  font-weight: 500;
  color: #0669bf;
  position: relative;
}
.title .tit_ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0669bf;
  transition: all 0.2s ease;
}
.title .tit_ul li:hover a:after {
  width: 100%;
}

.sub-bg {
  width: 100%;
  overflow: hidden;
  height: 60vh;
  margin-top: 30px;
  position: relative;
}
.sub-bg .subbg-img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#subbg1 .subbg-img {
  background: url(subbg01.png) no-repeat top center/cover;
}
#subbg2 .subbg-img {
  background: url(subbg02.png) no-repeat top center/cover;
}
#subbg3 .subbg-img {
  background: url(subbg03.png) no-repeat top center/cover;
}
.sub-bg .subbg-img {
  transition: all 0.4s ease-in-out;
}
.sub-bg.scroll .subbg-img {
  height: 70vh;
}
.sub-bg > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  max-width: 1600px;
}
.sub-visual-scroll {
  color: #fff;
  font-size: 16px;
  font-family: 'Proxima', sans-serif;
  font-weight: 500px;
  width: 40px;
  text-align: center;
  position: absolute;
  bottom: 60px;
}
.sub-visual-scroll .arrow {
  display: inline-block;
  transform: translateY(0);
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation: bounce 1600ms infinite
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.sub-visual-scroll .arrow:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

@keyframes bounce {
  20% {
    transform: translateY(12px);
    opacity: 0.6;
  }
  40% {
    transform: translateY(6px);
    opacity: 0.8;
  }
  60% {
    transform: translateY(12px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  20% {
    transform: translateY(12px);
    opacity: 0.6;
  }
  40% {
    transform: translateY(6px);
    opacity: 0.8;
  }
  60% {
    transform: translateY(12px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.sub_box.sub-cont {
  padding: 0;
}

/*서브페이지 서브왼쪽메뉴*/
.left {
  position: relative;
}
.left-menu-wrap {
  position: sticky;
  width: 100%;
  top: 15%;
}
.left-menu li {
  display: block;
  text-align: left;
  line-height: 50px;
  transition: padding 0.3s ease-in-out;
}
.l-menu .left-menu li:hover {
  padding-left: 6px;
}
.left-menu-item {
  display: block;
  color: #a8a8a8;
}
.left-menu-item:hover,
.isactive {
  color: #0669bf;
  font-weight: 500;
}

/*서브페이지 서브내용-큰레이아웃*/
.right {
}
.sub_boxwrap {
}
.sub_boxwrap section {
  margin-bottom: 100px;
}
.sub01_box,
.sub03_box {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
/*서브페이지 서브내용-이미지*/
.sub01_map {
  width: 100%;
  margin-bottom: 30px;
}
.sub02_img {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub01_img,
.sub03_img {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
#section-1 .sub01_img {
  background: url(../img/sub01_img01.png) no-repeat top center/cover;
}
#section-2 .sub01_img {
  background: url(../img/sub01_img02.png) no-repeat top center/cover;
}
#section-3 .sub01_img {
  background: url(../img/sub01_img03.png) no-repeat top center/cover;
  height: 500px;
}
#section-1 .sub03_img {
  background: url(../img/sub03_img01.png) no-repeat top center/cover;
}
#section-2 .sub03_img {
  background: url(../img/sub03_img02.png) no-repeat top center/cover;
}
#section-3 .sub03_img {
  background: url(../img/sub03_img03.png) no-repeat top center/contain;
  height: 500px;
}
#section-5 .sub03_img {
  background: url(../img/sub03_img05.png) no-repeat top center/cover;
}
.sub02_img img {
  max-width: 100%;
}
/*서브페이지 서브내용-폰트*/
.tit_h3 {
  font-size: 32px;
  font-weight: 600;
  color: #0669bf;
  margin-bottom: 50px;
}
.tit_h4 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  word-break: keep-all;
  line-height: 140%;
}
.tit_h5 {
  font-size: 28px;
  color: #0669bf;
  font-weight: 600;
  word-break: keep-all;
  line-height: 140%;
}
.tit_h6 {
  font-size: 23px;
  color: #444;
  font-weight: 600;
  word-break: keep-all;
  line-height: 140%;
  margin-bottom: 40px;
}
.sub_b {
  color: #0669bf;
  font-weight: 700;
}
.sub_p {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  word-break: keep-all;
  line-height: 160%;
  margin-top: 25px;
}
.sub_p1 {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  word-break: keep-all;
  line-height: 160%;
  margin-top: 25px;
}
.sub_p2 {
  font-size: 15px;
  color: #666;
  font-weight: 300;
  word-break: keep-all;
  line-height: 160%;
  margin-top: 10px;
}
.sub01_box span {
  display: inline-block;
  padding-right: 50px;
  font-size: 20px;
  color: #444;
  line-height: 36px;
  font-weight: 600;
}
.sub01_box span:nth-child(1) {
  color: #0669bf;
  font-weight: 700;
  font-size: 24px;
}
/*서브페이지 서브내용-세부레이아웃*/
.sub01_text {
  padding: 0;
}
.sub01_text1 {
  padding: 0 60px 0 0;
}
.sub01_text2 {
  padding: 0 30px 0 0;
}
.sub01_text3 {
  padding: 0 0 0 30px;
}
.sub01_box li {
  width: 20%;
}
.sub01_icon img {
  border-radius: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
/*서브페이지 서브내용-table*/
.sub01_table {
  padding: 0;
}
.sub01_table table {
  width: 100%;
}
.sub01_table table tr:first-child {
  border-top: 2px solid #0669bf;
}
.sub01_table table tr {
  border-bottom: 1px solid #dbdbdb;
}
.sub01_table table tr th {
  font-size: 17px;
  font-weight: 500;
  color: #0669bf;
  padding: 15px;
  background: #f7f7f7;
  text-align: center;
  width: 20%;
}
.sub01_table table tr td {
  font-size: 17px;
  font-weight: 400;
  color: #444;
  padding: 15px;
  text-align: center;
  word-break: keep-all;
}

/*서브페이지 고객지원 왼쪽회사정보*/
.left_wrap {
}
.left_wrap .left_h2 {
  font-size: 42px;
  color: #222;
  font-weight: 700;
}
.left_wrap .left_text {
  margin-top: 65px;
}
.left_text .left_textwrap {
  margin-bottom: 35px;
}
.left_textwrap .left_h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.left_textwrap .left_p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

/*서브페이지 고객지원 오른쪽폼메일*/
.formmail_txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  color: #333333;
}
.formmail_border {
  font-size: 16px;
  background-color: transparent;
  border: none;
}
.formmail_title_bgcolor {
}
.formmail > tbody > tr {
  border-bottom: 1px solid #ddd;
}
.formmail_cell_bgcolor {
  font-size: 16px;
  padding: 5px;
}
.table_02 {
  width: 100%;
}
.table_02 tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table_02 tr {
  border: 1px solid #d7e3ec;
  background-color: #f0f6fa;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.table_02 tr:nth-child(4) {
  width: 100%;
  height: 220px;
}
.table_02 tr:nth-child(5) {
  display: none;
}
.table_02 tr:nth-child(6) {
  display: none;
}
.table_02 td {
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
}
.table_02 td:nth-child(1) {
  padding-left: 25px;
  width: 30%;
}
.table_02 td:nth-child(2) {
  width: 70%;
}
.table_02 td font {
  font-size: 16px;
  color: #666;
  position: relative;
}
.table_02 td font::after {
  position: absolute;
  content: '*';
  color: #0669bf;
  top: 0;
  right: -10px;
  display: inline-block;
}

@media screen and (max-width: 1600px) {
  .title {
    padding: 75px 20px 0;
  }
  .tit_h2 {
    font-size: 38px;
  }
  .tit_h3 {
    font-size: 28px;
  }
  .title .tit_ul li a {
    font-size: 20px;
  }

  .sub01_box span {
    padding-right: 10px;
  }

  .left_wrap .left_h2 {
    font-size: 36px;
  }
  .left_wrap .left_text {
    margin-top: 45px;
  }
  .table_02 tr {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .map_infos,
  .map_info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .map_info,
  .map_btns {
    width: 100%;
  }
  .map_btns {
    text-align: center;
    margin-top: 10px;
  }
  .map_info .item.item.fax {
    margin-right: 0;
    padding-right: 0;
  }
  .map_box .wrap_map {
    height: 300px !important;
  }
  .map_infos {
    padding: 30px 10px;
  }
  a.btn.btn_line_cw.btn_rd_full {
    line-height: 2;
  }
  .map_info .item b {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .s_wrap {
    flex-wrap: wrap;
  }
  .title {
    padding: 55px 15px 0;
  }
  .tit_h2 {
    font-size: 34px;
  }
  .tit_h3 {
    margin-bottom: 20px;
  }
  .tit_h4 {
    font-size: 30px;
  }
  .tit_h5 {
    font-size: 24px;
  }
  .tit_h6 {
    font-size: 21px;
  }
  .title .tit_ul {
    margin-top: 15px;
  }

  .sub-bg {
    margin-top: 10px;
    height: 50vh;
  }
  .sub01_img,
  .sub03_img {
    height: 300px;
  }
  #section-3 .sub01_img {
    height: 400px;
  }

  .sub_boxwrap {
    margin-top: 40px;
  }
  .sub_boxwrap section {
    margin-bottom: 70px;
  }
  .sub01_box,
  .sub03_box {
    margin-bottom: 0;
  }
  .sub01_box li {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .sub01_text1 {
    padding: 0;
  }
  .sub01_text2 {
    padding: 0;
  }
  .sub01_text3 {
    padding: 0;
  }

  .left_wrap .left_text {
    margin: 30px 0 45px;
  }
  .left_text .left_textwrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .left-menu li {
    display: inline-block;
    padding-right: 50px;
  }
  .left-menu-item:hover,
  .isactive {
    padding: 0 40px;
    background: #0669bf;
    border-radius: 50px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .tit_h2 {
    font-size: 30px;
  }
  .tit_h3 {
    font-size: 24px;
  }
  .tit_h4 {
    font-size: 26px;
  }
  .tit_h5 {
    font-size: 20px;
  }
  .tit_h6 {
    font-size: 19px;
  }
  .sub_p {
    margin-top: 15px;
    font-size: 17px;
  }
  .title .tit_ul li {
    line-height: 40px;
  }
  .title .tit_ul li a {
    font-size: 18px;
  }

  .sub-bg {
    height: 40vh;
  }
  .sub01_img,
  .sub03_img {
    height: 250px;
  }
  #section-3 .sub01_img {
    height: 300px;
  }

  .sub_boxwrap section {
    margin-bottom: 50px;
  }
  .sub01_text {
    margin-bottom: 30px;
  }
  .sub01_text1 {
    margin-bottom: 30px;
  }
  .sub01_box span {
    padding-right: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .sub01_box span:nth-child(1) {
    font-size: 21px;
  }
  .sub01_box li {
    width: 50%;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .sub-cont h2 {
    font-size: 1.3em;
  }
  .sub-cont .txt-area h5 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 20px 0 0;
  }
  .sub01_box li {
    width: 100%;
    text-align: center;
  }
  .sub01_box span {
    padding-right: 0;
  }
  .sub01_table table tr th {
    width: 30%;
  }
  .sub01_img,
  .sub03_img {
    height: 170px;
  }
  #section-2 .sub01_img {
    background: url(../img/sub01_img02.png) no-repeat top center/contain;
  }
  #section-3 .sub01_img {
    height: 200px;
  }
  .sub-cont .img-wrap {
    border-radius: 0 0 50px 0;
  }
  .map_box .wrap_map {
    height: 200px !important;
  }
  .map_infos {
    width: 90%;
    padding: 10px;
  }
  .map_info .item {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 1.2;
  }
  a.btn.btn_line_cw.btn_rd_full {
    line-height: 1.5;
    font-size: 14px;
    width: auto;
  }
}

/*메인-포트폴리오 모달창*/
.main_modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: none;
}
.main_modal.show {
  display: block;
}
.main_modal .modal_wrap {
  max-width: 1024px;
  margin: 0 auto;
  vertical-align: middle;
}
.main_modal .modal_wrap .modal_bg {
  background: #fff;
  padding: 60px;
  position: relative;
}
.modal_bg .bi {
  font-size: 20px;
  color: #333;
  position: absolute;
  top: 0px;
  right: 0;
}
.modal_bg .modal_text {
}
.modal_bg .modal_text p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.modal_bg .modal_text h2 {
  font-size: 34px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
.modal_bg .modal_img {
  margin-bottom: 30px;
  text-align: center;
}
.modal_bg .modal_img img {
  max-width: 100%;
  height: 500px;
}
.modal_bg .modal_key {
  display: flex;
  flex-wrap: wrap;
}
.modal_bg .modal_key .modal_k {
  display: flex;
  width: 66.67%;
  flex-wrap: wrap;
}
.modal_bg .modal_key .modal_k h3 {
  width: 100%;
  font-weight: 600;
  color: #222;
  font-size: 17px;
  margin-bottom: 5px;
}
.modal_bg .modal_key .modal_k ul {
  display: flex;
}
.modal_bg .modal_key .modal_k ul li {
  padding-right: 10px;
}
.modal_bg .modal_key .modal_k ul li span {
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 6px;
}
.modal_bg .modal_key .modal_link {
  display: flex;
  width: 33.33%;
  justify-content: flex-end;
}
.modal_bg .modal_key .modal_link a {
  font-size: 16px;
  font-weight: 500;
  color: #0669bf;
  background: url(../img/portfolio_link.png) no-repeat 85% center;
  border: 1px solid #0669bf;
  line-height: 38px;
  border-radius: 40px;
  padding: 5px 70px 5px 30px;
}
.modal_bg .modal_key .modal_link a:hover {
  background: #0669bf;
  color: #fff;
}

.sec-tit {
  margin-bottom: 18px;
  width: 100%;
}
.sec-tit span {
  color: #444;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  display: block;
  padding-left: 25px;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.sec-tit span::before,
.sec-tit span::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.sec-tit span::before {
  left: 0;
  top: 5px;
  background: #c9c9c9;
}
.sec-tit span::after {
  left: 6px;
  top: 10px;
  background: #0837a3;
}

.sub-nav {
  margin: 50px auto 50px;
}
.sub-nav li {
  width: 20%;
  padding-right: 10px;
}
.w2 > li {
  width: 50%;
}
.w3 > li {
  width: 33.33%;
}
.sub-nav li:last-child {
  padding-right: 0;
}
.sub-nav li a {
  display: block;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 17px;
  color: #666;
  padding: 10px 5px;
}
.sub-nav li.on a,
.sub-nav li:hover a {
  background: #0837a3;
  border-color: #0837a3;
  color: #fff;
}

.spec {
  padding-left: 20px;
}
.spec li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.spec li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0837a3;
  left: 0;
  top: 9px;
}
.spec li p {
  font-size: 18px;
  margin: 30px 0 15px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  margin: 0;
  color: #444;
}

.sub-spec {
  padding-left: 20px;
}
.sub-spec li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.sub-spec li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0837a3;
  left: 0;
  top: 10px;
}
.sub-spec li dt {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans KR';
  margin: 0;
  color: #444;
  display: inline-block;
  width: 28%;
  vertical-align: top;
}
.sub-spec li dd {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  margin: 0;
  color: #666;
  display: inline-block;
  width: 70%;
  word-break: keep-all;
}
.sub-spec li p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  margin: 0;
  color: #666;
  word-break: keep-all;
}
.sub-spec li p em {
  font-weight: 600;
}
.sub-spec.dt-s li dt {
  width: 9%;
}
.sub-spec.dt-s li dd {
  width: 90%;
}

.sub-spec.dt-m li dt {
  width: auto;
  padding-right: 5px;
}

.spec .sub-spec {
  padding-left: 0;
  margin-top: 10px;
}
.spec .sub-spec li {
  margin-bottom: 5px;
  padding-left: 12px;
}
.spec .sub-spec li::before {
  top: 10px;
}

.sub-spec li ul li:before {
  display: none;
}

.img-wrapper {
  border: 1px solid #eee;
}
.sub-spec li .sub-spec-tit {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #555;
}
.sub-spec.table-type li {
  margin-bottom: 30px;
}
.subarea table thead th {
  background: #0837a3;
  color: #fff;
}
.sub-flex-wrap {
  display: flex;
  justify-content: space-between;
}
.sub-flex-wrap > ul {
  width: 49%;
  padding: 30px;
  background-color: #f2f2f2;
}
.sub-flex-wrap > ul > li > p {
  margin-bottom: 10px;
}
.sub-flex-wrap .img-wrapper {
  width: 49%;
}
.sub-flex-wrap .sub-flex-txt-box {
  width: 49%;
  padding: 30px;
  background-color: #f2f2f2;
}
.sub-flex-wrap .sub-flex-txt-box ul > li > p {
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .sub-flex-wrap {
    flex-direction: column;
  }
  .sub-flex-wrap ul {
    width: 100%;
  }
  .sub-flex-wrap ul + ul {
    margin-top: 10px;
  }
  .sub-flex-wrap .img-wrapper,
  .sub-flex-wrap .sub-flex-txt-box {
    width: 100%;
  }
}

/* 240401 */

.txt-area10 {
  margin-bottom: 20px;
}
img.business-area-img {
  max-width: 63%;
}
.table-04 td {
  width: 25%;
}
#subbg08 h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #subbg08 {
    background-position: top -50px;
  }
}
@media screen and (max-width: 575px) {
  img.business-area-img {
    max-width: 100%;
  }
}
