@charset "UTF-8";
/* 임시작업 */
body {
  /* font-size: 16px; */
  /* font-family: 'Noto Sans KR', sans-serif; */
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.baselayout {
  /* max-width:1400px; */
  max-width: calc(100% - 10vw);
  margin: 0 auto;
}

.slide_textarea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}

.slide_textarea h2 {
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 3px 5px black;
}

.slide_textarea p {
  font-size: 32px;
  font-weight: 500;
  text-shadow: 2px 3px 5px black;
}

.swiper-slide div.backgroundimg2 {
  background-image: url("/theme/IDEN02/mobile/rework/img/slide2.jpg");
}

.swiper-slide div.backgroundimg6 {
  background-image: url("/theme/IDEN02/mobile/rework/img/slide3.jpg");
}

@media screen and (max-width: 1023px) {
  .baselayout {
    max-width: 100%;
  }
  .slide_textarea h2 {
    font-size: 32px;
  }
  .slide_textarea p {
    font-size: 20px;
  }
}
.mb4 {
  background: #f2f2f2;
  padding: 60px 0;
}

.mb4 .box1 {
  float: left;
  width: 50%;
  height: 500px;
  background: url("/theme/IDEN02/mobile/rework/img/index_bg_new.jpg") no-repeat center;
  background-size: cover;
  text-align: right;
  padding: 125px 50px;
  border-radius: 0 45px 45px 0;
}

.mb4 .box2 {
  float: left;
  /* width:800px; */
  width: calc(50% - 5vw);
  height: 500px;
  padding: 70px 50px;
  background: url("/theme/IDEN02/mobile/rework/img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 15px;
}

.mb4 .box2:after {
  clear: both;
  content: "";
  display: table;
}

.mb4 .box1 h1 {
  font-size: 2.7em;
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
  border-right: 3px solid #fff;
  padding-right: 20px;
  text-shadow: 0px 2px 2px #222;
}

.mb4 .box1 h3 {
  font-size: 1.45em;
  font-weight: 500;
  margin-top: 25px;
  color: #fff;
  line-height: 1.8em;
  padding-right: 24px;
  text-shadow: 0px 2px 2px #222;
}

.mb4 .box1 a {
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border: 1px solid #fff;
  color: #9f85dd;
  background: #fff;
  margin-top: 20px;
  font-size: 1.3em;
  margin-right: 24px;
}

.mb4 .box2 .box_img {
  float: left;
  width: 49%;
  margin: 0.5%;
  height: 180px;
  text-align: center;
  background: #333;
}

.mb4 .box2 .box_img p {
  color: #fff;
  font-size: 2em;
  margin-top: 59px;
  font-weight: 500;
}

.mb4 .box2 .box_img span {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.1em;
}

.mb4 .box2 .box_img1 {
  background: url("/theme/IDEN02/img/site1.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img2 {
  background: url("/theme/IDEN02/img/site2.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img3 {
  background: url("/theme/IDEN02/img/site3.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img4 {
  background: url("/theme/IDEN02/img/site4.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img5 {
  background: url("/theme/IDEN02/img/site5.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img6 {
  background: url("/theme/IDEN02/img/site6.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img7 {
  background: url("/theme/IDEN02/img/site7.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img8 {
  background: url("/theme/IDEN02/img/site8.jpg") no-repeat center;
  background-size: cover;
}

.mb4 .box2 .box_img9 {
  background: url("/theme/IDEN02/img/site9.jpg") no-repeat center;
  background-size: cover;
}

.box2_flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.box2_flex_box {
  width: 35%;
  height: 110px;
  padding: 15px 15px;
  border: 1px solid #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 15px;
}

.box2_flex_box.full {
  width: 72%;
}

.box2_img_box {
  width: 40%;
  display: block;
}
.box2_img_box img {
  width: 60%;
  margin: 0 auto;
}
.box2_img_box img.box2_img_on {
  display: none;
}
.box2_img_box img.box2_img_off {
  display: block;
}

.box2_flex_box.full .box2_img_box img {
  width: 25%;
  margin: 0 auto;
}
.box2_flex_box.full .box2_img_box img.box2_img_on {
  display: none;
}
.box2_flex_box.full .box2_img_box img.box2_img_off {
  display: block;
}

.box2_flex_box p {
  width: 60%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease;
}

.box2_flex_box:hover {
  background: #fff;
}
.box2_flex_box:hover p {
  color: #000;
}
.box2_flex_box:hover .box2_img_box img.box2_img_on {
  display: block;
}
.box2_flex_box:hover .box2_img_box img.box2_img_off {
  display: none;
}

@media screen and (max-width: 1360px) {
  .mb4 .box1 {
    float: left;
    width: 31%;
    padding: 95px 50px 0 0;
  }
  .mb4 .box2 {
    float: left;
    width: 800px;
    margin-left: 0;
  }
  .mb4 .box1 h1 {
    font-size: 2.5em;
  }
  .mb4 .box1 h3 {
    font-size: 1.2em;
  }
  .mb4 .box1 a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1180px) {
  .mb4 .box1 {
    float: left;
    width: 35%;
    padding: 90px 30px 0 0;
    height: 450px;
  }
  .mb4 .box2 {
    float: left;
    width: 65%;
    padding: 55px 30px;
    height: 450px;
  }
  .mb4 .box1 h1 {
    font-size: 1.8em;
  }
  .mb4 .box1 h3 {
    font-size: 1em;
  }
  .mb4 .box1 a {
    font-size: 1em;
  }
}
@media screen and (max-width: 550px) {
  .mb4 .box1 {
    float: right;
    width: 100%;
    height: auto;
    padding: 40px 30px;
    text-align: center;
    border-radius: 30px 30px 0 0;
  }
  .mb4 .box2 {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background-position: right center;
  }
  .mb4 .box1 h1 {
    font-size: 1.8em;
    border: none;
    padding: 0;
  }
  .mb4 .box1 h3 {
    font-size: 1em;
    padding: 0;
  }
  .mb4 .box1 a {
    font-size: 1em;
    margin-right: 0;
  }
  .mb4 .box2 .box_img {
    width: 49%;
  }
  .box2_flex_box {
    width: 46%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7803921569);
  }
  .box2_img_box {
    width: 25%;
  }
  .box2_flex_box p {
    width: 70%;
    font-size: 16px;
  }
}
.split {
  padding: 60px 0;
}

.splitarea {
  overflow: hidden;
  position: relative;
}

.splitbox {
  display: block;
  width: 50%;
  float: left;
  /* overflow: hidden; */
  position: relative;
  padding: 90px 55px 35px 55px;
}
.splitbox img {
  display: block;
  width: 105%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.splitbox .splittxt {
  position: relative;
  /* z-index: 1; */
}
.splitbox .splittxt p {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
  text-shadow: 1px 1px 3px black;
}
.splitbox .splittxt p:last-child {
  margin-top: 45px;
}
.splitbox.splitimg1 img {
  -webkit-clip-path: polygon(0 0, 99% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 99% 0, 90% 100%, 0% 100%);
}
.splitbox.splitimg2 img {
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, -1% 100%);
          clip-path: polygon(7% 0, 100% 0, 100% 100%, -1% 100%);
}
.splitbox.splitimg2 .splittxt {
  text-align: right;
}

.award {
  padding: 60px 0;
  background: #f2f2f2;
}

.award_flex {
  display: flex;
  /* gap : 15px; */
  /* gap : 256px; */
  gap: 160px;
}

.award_box {
  display: block;
  width: 16.6666666667%;
}
.award_box img {
  display: block;
  width: 100%;
}

.orange_big {
  font-size: 28px;
  font-weight: 700;
  color: #003c7e;
  margin-bottom: 15px;
}

.sec1 {
  padding: 35px 0px 40px 0;
  background: #f2f2f2;
}

.sec1 .wid {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.product_lt {
  border: 1px solid #ddd;
}

.sec1 .box {
  float: left;
  width: 20%;
  border: 1px solid #ddd;
  height: 200px;
  background: #fff;
  border-right: none;
  padding: 15px;
}

.sec1 .box h1 {
  font-size: 1.3em;
}

.sec1 .box img {
  width: 100%;
  margin-top: 15px;
}

.sec1 .slide_h1 {
  font-size: 1.3em;
  position: relative;
  top: 53px;
  left: 20px;
  z-index: 10;
  margin-top: -20px;
}

@media screen and (max-width: 992px) {
  .sec1 .box {
    width: 33.33%;
    padding: 20px;
    height: 240px;
  }
  .sec1 .slide_h1 {
    width: 70%;
  }
  .orange_big {
    font-size: 20px;
  }
  .award {
    padding: 30px 10px;
    overflow: hidden;
  }
  .award_flex {
    gap: 10px;
    flex-wrap: wrap;
  }
  .award_box {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 550px) {
  .sec1 {
    padding: 10px;
  }
  .sec1 .box {
    width: 50%;
    padding: 10px;
    height: 180px;
  }
  .sec1 .box2 {
    width: 100%;
  }
}
.mb3 {
  text-align: Center;
  background: #fff;
}

.mb3 h3 {
  font-size: 2.3em;
  color: #333;
  font-weight: 500;
  padding-top: 70px;
}

.mb3 p {
  font-size: 1.4em;
  color: #333;
  font-weight: 300;
  margin-top: 23px;
  margin-bottom: 50px;
  line-height: 1.7em;
}

.mb3 .box {
  float: left;
  width: 50%;
  height: 280px;
}

.mb3 .box1 {
  background: url("/theme/IDEN02/img/mb4_bg1.jpg") no-repeat center;
  background-size: cover;
}

.mb3 .box2 {
  background: url("/theme/IDEN02/img/mb4_bg2.jpg") no-repeat center;
  background-size: cover;
}

.mb3 .box h1 {
  color: #fff;
  font-size: 2em;
  margin-top: 65px;
}

.mb3 .box h2 {
  font-size: 1.4em;
  margin-top: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6em;
}

.mb3 .box a {
  display: inline-block;
  font-size: 1.2em;
  margin-top: 25px;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.mb3 .box a:hover {
  background: #fff;
  color: #333;
}

@media screen and (max-width: 550px) {
  .mb3 .box {
    height: 200px;
  }
  .mb3 .box h1 {
    font-size: 1.5em;
    margin-top: 35px;
  }
  .mb3 .box h2 {
    font-size: 0.9em;
  }
  .mb3 .box a {
    font-size: 1em;
  }
  .mb3 h3 {
    font-size: 1.8em;
  }
  .mb3 p {
    font-size: 0.9em;
  }
}
.customer {
  padding: 40px 0;
  background: #f4f4f4;
}

.customer .wid {
  max-width: 1150px;
}

.customer h2 {
  text-align: center;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.customer h2 i {
  color: #d1d1d1;
  margin: 15px 0;
  font-size: 0.9em;
}

.customer h2 b {
  color: #9f85dd;
}

.customer h2 b img {
  margin-right: 12px;
  margin-top: -5px;
}

.customer .box {
  float: left;
  width: 19%;
  margin: 1% 0.5%;
  border: 1px solid #d1d1d1;
  height: 210px;
  padding: 30px 25px;
  position: relative;
  top: 0px;
  transition: 0.3s;
  background: #fff;
}

.customer .box h1 {
  font-size: 1.5em;
  color: #333;
  border-bottom: 3px solid #9f85dd;
  display: inline-block;
  padding-bottom: 10px;
}

.customer .box .line {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin-top: -3px;
}

.customer .box p {
  font-size: 1.05em;
  margin-top: 20px;
  color: #555;
  line-height: 1.7em;
}

.customer .box a {
  display: inline-block;
  margin-top: 20px;
  height: 25px;
  width: 50px;
  background: #9f85dd;
  text-align: center;
  line-height: 22px;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #9f85dd;
}

.customer .box a i {
  font-size: 1.2em;
}

.customer .box a:hover {
  background: none;
  color: #9f85dd;
  border: 1px solid #9f85dd;
}

.customer .box2 {
  border: 1px solid #9f85dd;
  background: #6d4eb4;
}

.customer .box2 h1 {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.customer .box2 p {
  color: #fff;
  font-size: 1.25em;
}

.customer .box2 p b {
  padding-bottom: 10px;
  display: inline-block;
}

.customer .box2 a {
  background: #fff;
  color: #9f85dd;
  border: 1px solid #fff;
}

.customer .box2 a:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.customer .box:hover {
  position: relative;
  top: -13px;
}

@media screen and (max-width: 992px) {
  .customer .box:hover {
    position: relative;
    top: 0px;
  }
  .customer .box {
    width: 48%;
    margin: 1%;
  }
  .customer .box3 {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .customer .box {
    padding: 27px 15px 0 20px;
  }
  .customer .box p {
    font-size: 0.95em;
  }
  .customer .box2 p {
    font-size: 1.15em;
  }
  .customer h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 400px) {
  .customer .box {
    padding: 27px 10px 0 20px;
  }
  .customer .box p {
    font-size: 0.9em;
  }
  .customer .box2 p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 992px) {
  .split {
    padding: 30px 10px;
  }
  .splitbox {
    width: 100%;
    padding: 20px 25px 20px 25px;
  }
  .splitbox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .splitbox.splitimg1 {
    margin-bottom: 20px;
  }
  .splitbox.splitimg1 img {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .splitbox.splitimg2 img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.common_sec {
  max-width: calc(100% - 10vw);
  margin: 0 auto;
}

.mo {
  display: none;
}

.com_flex {
  display: flex;
  gap: 60px;
  margin: 20px auto 60px auto;
  width: 100%;
}

.com_left {
  width: 50%;
  height: 360px;
  background-image: url("/theme/IDEN02/mobile/rework/img/company_1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
}

.com_right {
  width: 50%;
}

.com_flex p {
  font-size: 18px;
  word-break: keep-all;
}

.button_com {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  gap: 8px;
  height: 45px;
  width: 180px;
  border: none;
  background: #003c7e;
  border-radius: 20px;
  cursor: pointer;
}

.button_com i {
  color: #fff;
}

.lable {
  line-height: 22px;
  font-size: 19px;
  color: #fff;
  font-family: sans-serif;
  letter-spacing: 1px;
}

.button_com:hover {
  background: #59cd22;
}

.button_box {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.button_box.rightalign {
  justify-content: flex-end;
}

.certi_flex {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.certi_item {
  width: calc(16.6666666667% - 50px);
  display: block;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.certi_item img {
  display: block;
  width: 100%;
}

.certi_item p {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px;
  background: #544279;
  color: #fff;
}

.history_area {
  margin-bottom: 60px;
}

.history_item {
  display: flex;
  gap: 100px;
  margin-bottom: 90px;
  overflow: hidden;
  align-items: stretch;
}
.history_item.reverse {
  flex-direction: row-reverse;
}

.history_left {
  width: 50%;
  flex-shrink: 0;
  display: flex;
}

.history_left img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 또는 contain */
  display: block;
}

.history_right {
  width: 50%;
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.history_right h3 {
  font-size: 82px;
  font-weight: 700;
  color: #ececec;
  margin-bottom: 20px;
}

.history_textbox {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  position: relative;
}

.cupsec {
  /* max-width:1200px; */
  max-width: calc(100% - 10vw);
  margin: 0px auto;
}

.cupsec_flex {
  display: flex;
  overflow: hidden;
}

.cupsec_flex h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cupsec_flex p {
  font-size: 18px;
}

.cupsec_flex .left {
  width: 60%;
  padding: 50px 60px;
}

.cupsec_flex .right {
  width: 40%;
}

.cupsec_flex a {
  display: block;
  /* width: 60%; */
  /* margin: 20px auto 0 auto; */
  padding: 8px 20px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #000;
  font-size: 18px;
  transition: 0.3s ease;
}

.cupsec_flex a:hover {
  background: #003c7e;
  border-color: #003c7e;
  color: #fff;
}

.pres_cup {
  margin-bottom: 28px;
}

.hanbiz {
  flex-direction: row-reverse;
}

.pres_cup .left {
  background: #fceada;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}

.hanbiz .left {
  background: #dbedf4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
  text-align: right;
}

.pres_cup .right {
  background-image: url("/theme/IDEN02/mobile/rework/img/prescup.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}

.hanbiz .right {
  background-image: url("/theme/IDEN02/mobile/rework/img/hanbiz.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
}

.s01_05 {
  width: 100%;
  margin: 0 auto 60px auto;
}

.map .map_wid span {
  display: inline-block;
  margin-top: 15px;
}

.map .txt_box h2 {
  font-size: 2.5em;
  color: #0E0E0E;
  font-weight: 400;
  margin-left: -5px;
}

.map .txt_box p {
  font-size: 1.8em;
  color: #262625;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

.map .txt_box p i {
  color: #544279;
  margin-right: 3px;
}

.map .txt_box span b {
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
  background: #ee910d;
  padding: 4px 8px 3px 10px;
  border-radius: 5px;
  font-weight: 400;
}

.map .txt_box span strong {
  font-size: 1.5em;
  color: #262626;
  position: relative;
  top: 1px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map .txt_box h2 i {
  position: relative;
  top: -2px;
  font-size: 0.9em;
}

.map .txt_box {
  text-align: center;
  padding-top: 4px;
}

.map .txt_box .hd_line {
  height: 1px;
  width: 40px;
  background: #999;
  margin: 25px auto;
}

.map .map_box {
  margin-top: 35px;
}

@media screen and (max-width: 992px) {
  .s01_05 {
    padding: 10px 15px;
  }
  .com_flex {
    flex-direction: column;
    gap: 30px;
  }
  .com_left {
    width: 100%;
    height: 200px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .com_right {
    width: 100%;
  }
  .com_flex p {
    font-size: 14px;
  }
  .lable {
    font-size: 16px;
  }
  .history_item {
    gap: 20px;
    margin-bottom: 60px;
    flex-direction: column;
  }
  .history_item.reverse {
    flex-direction: column;
  }
  .history_left {
    width: 100%;
  }
  .history_right {
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .history_right h3 {
    font-size: 48px;
  }
  .history_textbox {
    font-size: 14px;
    line-height: 1.6;
  }
  .certi_flex {
    gap: 20px;
  }
  .certi_item {
    width: calc(50% - 10px);
  }
  .cupsec_flex {
    flex-direction: column;
    gap: 20px;
  }
  .cupsec_flex h3 {
    font-size: 20px;
  }
  .cupsec_flex p {
    font-size: 14px;
  }
  .cupsec_flex .left {
    width: 100%;
    padding: 20px 20px;
  }
  .pres_cup .left {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .cupsec_flex .right {
    width: 100%;
  }
  .pres_cup .right {
    height: 200px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .hanbiz .left {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .hanbiz .right {
    -webkit-clip-path: unset;
            clip-path: unset;
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .s01_05 {
    padding: 10px 15px;
  }
  .map .txt_box h2 {
    font-size: 2em;
  }
  .map .txt_box p {
    font-size: 1.3em;
  }
  .map .txt_box span b {
    font-size: 1em;
  }
  .map .txt_box span strong {
    font-size: 1.3em;
  }
}
.s02_sec {
  /* max-width: 1200px; */
  max-width: calc(100% - 10vw);
  margin: 0 auto;
  /* padding: 60px 0; */
  overflow: hidden;
}

.s02_subsec {
  padding: 40px 0;
}

.s02_sec h2 {
  font-size: 30px;
  /* color: #3ea80b; */
  color: #003c7e;
  margin-bottom: 20px;
  text-align: center;
}

.product_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.product_flex.rev {
  flex-direction: row-reverse;
}

.product_item {
  /* width: calc(50% - 16px); */
  width: calc(33% - 23px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product_item > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.item_box {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  /* margin-bottom: 20px; */
  flex: 1;
}

.item_box img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.item_box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

.item_box p {
  font-size: 18px;
  line-height: 32px;
}

.item_box p span {
  display: block;
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
}

.item_box p span::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.mySwiper {
  position: relative;
  overflow: hidden;
}

.mySwiper p span::after {
  content: "" !important;
}

.Swiper1 {
  position: relative;
}

.Swiper1 img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.tal {
  text-align: left !important;
  margin: 120px 0 20px 0;
}

.product_box {
  margin: 0 0 80px 0;
}

.product_box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #4c7ae1;
}

.product_subflex {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 60px;
}

.product_subflex.reverse {
  flex-direction: row-reverse;
}

.ps_box {
  width: 50%;
}

.ps_box img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ps_box p {
  font-size: 18px;
  line-height: 32px;
  word-break: keep-all;
  /* margin-top: 20px; */
}

.yt_video {
  width: 100%;
  aspect-ratio: 16/9;
}

.options_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
}

.options_item {
  /* width: calc(50% - 16px); */
  width: calc(25% - 23px);
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}

.options_item img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.options_item h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

.options_item p {
  font-size: 18px;
  line-height: 32px;
}

.options_item p span {
  display: block;
  position: relative;
  padding-left: 10px;
}

.options_item p span::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 992px) {
  .tal {
    margin: 40px 0 20px 0;
  }
  .s02_sec h2 {
    font-size: 24px;
  }
  .product_subflex {
    gap: 20px;
    flex-direction: column;
  }
  .product_subflex.reverse {
    flex-direction: column;
  }
  .product_box h3 {
    font-size: 20px;
  }
  .ps_box {
    width: 100%;
  }
  .ps_box p {
    font-size: 14px;
    line-height: 22px;
  }
  .product_item {
    width: 100%;
  }
  .item_box {
    padding: 0px;
  }
  .item_box h3 {
    font-size: 20px;
  }
  .item_box p {
    font-size: 14px;
    line-height: 24px;
  }
  .options_flex {
    gap: 15px;
  }
  .options_item {
    width: 100%;
    padding: 0;
  }
  .options_item h3 {
    font-size: 20px;
  }
  .options_item p {
    font-size: 14px;
    line-height: 24px;
  }
  .options_item img {
    width: 70%;
  }
}
.s03_sec {
  max-width: calc(100% - 10vw);
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
}

.s03_subsec {
  padding: 40px 0;
}

.s03_sec h2 {
  font-size: 30px;
  color: #003c7e;
  margin-bottom: 20px;
}

.product_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product_flex.rev {
  flex-direction: row-reverse;
}

.product_item {
  width: calc(50% - 16px);
}

.product_item > img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.s03_subsec .item_box {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: flex-start;
  gap: 40px;
}

.s03_subsec .item_box img {
  display: block;
  width: 25%;
  margin: 0 auto;
}

.btn_box {
  display: flex;
  gap: 20px;
}

.btn_box a {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 15px 20px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #000;
  font-size: 18px;
  transition: 0.3s ease;
}

.btn_box a:hover {
  background: #3dc4f9;
  border-color: #3dc4f9;
}

@media screen and (max-width: 992px) {
  .product_item {
    width: 100%;
  }
  .product_flex {
    flex-direction: column;
  }
  .product_item > img {
    height: auto;
  }
  .s03_subsec .item_box {
    padding: 0;
    gap: 0px;
  }
  .s03_sec h2 {
    font-size: 24px;
  }
  .btn_box a {
    margin: 10px auto 0 auto;
    padding: 15px 15px;
    font-size: 15px;
  }
}
.s04_01 {
  max-width: 1200px;
  margin: 0 auto;
}

/* .s04_01 section {
        border-bottom: 1px solid #eee;
        padding: 80px 0
    } */
.s04_01 h1 {
  font-size: 25px;
  color: #003c7e;
  margin-bottom: 20px;
}

.s04_01 p {
  font-size: 17px;
  color: #222;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}

.s04_01 span {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

.s04_01 .cont:after {
  content: "";
  display: table;
  clear: both;
}

.s04_01 .cont {
  margin-top: 35px;
  margin-bottom: 35px;
}

.s04_01 .cont .img_box {
  float: left;
  width: 48%;
  background: #333;
  border-radius: 5px;
}

.s04_01 .cont .bg1 {
  background: url("/theme/IDEN02/img/t02_02_01.jpg") no-repeat center;
  background-size: cover;
  height: 310px;
}

.s04_01 .cont .bg2 {
  background: url("/theme/IDEN02/img/t02_02_02.jpg") no-repeat center;
  background-size: cover;
  height: 310px;
}

.s04_01 .cont .bg3 {
  background: url("/theme/IDEN02/img/t02_02_03.jpg") no-repeat center;
  background-size: cover;
  height: 510px;
}

.s04_01 .cont .txt_box {
  float: right;
  width: 45%;
  margin-left: 7%;
  margin-top: 50px;
}

.s04_01 .cont2 .img_box {
  float: right;
}

.s04_01 .cont2 .txt_box {
  margin-left: 0;
  margin-right: 5%;
}

.more_product {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.more_product li {
  width: 49%;
  margin-bottom: 20px;
}

.more_product li img {
  width: 100%;
}

.more_product li p {
  text-align: center;
}

.more_product li span {
  font-size: 17px;
  color: #222;
  line-height: 30px;
  font-weight: 300;
}

.more_product li:nth-child(2n-1) {
  margin-right: 2%;
}

.gallery {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.gallery li {
  width: 49%;
  margin-bottom: 20px;
}

.gallery li img {
  width: 100%;
}

.gallery li:nth-child(2n-1) {
  margin-right: 2%;
}

@media screen and (max-width: 1100px) {
  .s04_01 .cont .txt_box {
    width: 47%;
    margin-left: 5%;
  }
  .s04_01 .cont2 .txt_box {
    margin-left: 0;
    margin-right: 3%;
  }
  .s04_01 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .s04_01 {
    padding: 0 15px;
  }
  .s04_01 .cont .img_box {
    height: 280px;
  }
  .s04_01 .cont .txt_box {
    margin-top: 23px;
    margin-left: 5%;
    width: 47%;
  }
  .s04_01 .cont2 .txt_box {
    margin-right: 5%;
    margin-left: 0;
  }
  .s04_01 p {
    font-size: 1.2em;
  }
  .more_product li span {
    font-size: 1em;
  }
  .s04_01 .cont .bg3 {
    height: 510px;
  }
}
@media screen and (max-width: 550px) {
  .s04_01 section {
    /* border-bottom: 1px solid #eee; */
    padding: 0px 0;
  }
  .s04_01 .cont h1 {
    margin: 15px 0 5px 0;
  }
  .s04_01 .cont .img_box {
    height: 250px;
    width: 100%;
  }
  .s04_01 .cont .txt_box {
    width: 100%;
    margin: 0px 0 0 0;
  }
  .s04_01 h1 {
    font-size: 1.8em;
  }
  .s04_01 p {
    font-size: 1.1em;
  }
  .more_product li span {
    font-size: 1em;
  }
  .pc {
    display: none;
  }
}
.sub_common_sec {
  max-width: calc(100% - 10vw);
  margin: 0px auto;
}

.s04_top {
  background: url("/theme/IDEN02/mobile/rework/img/s04_busin_top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0;
  color: #fff;
  height: 590px;
}

.s04_top_in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
  text-align: right;
  color: #111;
}

.s04_top_in p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.s04_top_in a {
  display: inline-block;
  padding: 10px 20px;
  background: #003c7e;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.s04_01 h2 {
  font-size: 22px;
  color: #ff6666;
  margin-bottom: 10px;
}

.s04_01 p {
  font-size: 18px;
  color: #222;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}

.s04_01 .after_box {
  display: flex;
}

.step img,
.after_box img,
.after_box_mo img {
  margin-bottom: 15px;
  width: 100%;
}

.rental {
  overflow: hidden;
}

.rental a {
  float: left;
  margin-right: 80px;
  font-size: 16px;
}

.rental p {
  float: left;
}

.s04_in_flex {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.s04_if_left {
  width: 320px;
  background-image: url("/theme/IDEN02/mobile/rework/img/s04_apart.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px;
  position: relative;
}
.s04_if_left h2 {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.s04_if_left.apart {
  background-image: url("/theme/IDEN02/mobile/rework/img/s04_apart.jpg");
}
.s04_if_left.screen {
  background-image: url("/theme/IDEN02/mobile/rework/img/s04_screen.jpg");
}
.s04_if_left.company {
  background-image: url("/theme/IDEN02/mobile/rework/img/s04_company.jpg");
}
.s04_if_left.home {
  background-image: url("/theme/IDEN02/mobile/rework/img/s04_home.jpg");
}

.s04_if_right {
  width: calc(100% - 320px);
}

.s04_apart {
  margin-top: 120px;
  margin-bottom: 120px;
}

section.step {
  padding: 60px 0px;
}

@media screen and (max-width: 1100px) {
  .s04_01 p {
    font-size: 15px;
  }
  .s04_01 .after_box {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .s04_01 {
    padding: 0 15px;
  }
  .s04_01 h1 {
    font-size: 23px;
  }
}
@media screen and (max-width: 550px) {
  .s04_01 section {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
  }
  .s04_01 h1 {
    font-size: 1.5em;
    word-break: keep-all;
  }
  .s04_01 h2 {
    font-size: 1.3em;
  }
  .s04_01 p {
    font-size: 1.1em;
  }
  .pc {
    display: none;
  }
  .s04_01 .after_box {
    display: none;
  }
  .mo {
    display: block;
  }
}
.rental_box {
  display: flex;
  gap: 30px;
  align-items: center;
}

.rental_h1 {
  text-align: center;
  display: block;
  padding: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #003c7e;
  border: 3px solid #003c7e;
  border-radius: 10px;
  box-sizing: border-box;
}

.screen_img_flex {
  display: flex;
  gap: 30px;
}

.screen_img:first-child {
  width: 35%;
}

.screen_img:last-child {
  width: 65%;
}

.screen_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design_flex {
  display: flex;
  gap: 90px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.design_item {
  /* width: calc(33% - 15px); */
}
.design_item.dif {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.design_item h2 {
  font-size: 30px;
  color: #003c7e;
  margin-bottom: 20px;
}

.s04_01 .cont .bg_unman {
  background: url(/theme/IDEN02/img/t04_01_10.jpg) no-repeat center;
  background-size: cover;
  height: 520px;
}

.s04_01 .cont .t04_img_03 {
  display: block;
  width: 70px;
  float: left;
  margin: 0 20px 0 0;
}

.step img,
.after_box img,
.after_box_mo img {
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .s04_top {
    height: auto;
    padding: 20px 45px;
  }
  .s04_top_in p {
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 2px 3px black;
  }
  .s04_01 {
    padding: 0;
  }
  .mo_hide {
    display: none;
  }
  .s04_apart {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .s04_01 p {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }
  .s04_in_flex {
    gap: 30px;
    justify-content: space-between;
    flex-direction: column;
  }
  .s04_if_left {
    width: 100%;
    padding: 55px;
  }
  .s04_if_right {
    width: 100%;
  }
  .rental_box {
    gap: 10px;
    align-items: center;
    flex-direction: column;
  }
  .screen_img_flex {
    gap: 10px;
  }
  .design_flex {
    gap: 10px;
  }
  .design_item {
    width: 100%;
  }
  .s04_01 .cont .bg_unman {
    height: 200px;
  }
  .s04_if_right img {
    display: block;
    width: 100%;
  }
}
.s05_sec {
  /* max-width: 1200px;
      margin: 0 auto; */
  max-width: calc(100% - 10vw);
  margin: 0px auto;
  padding: 60px 0;
  overflow: hidden;
}

.s03_subsec {
  padding: 40px 0;
}

.s05_sec h2 {
  font-size: 30px;
  color: #003c7e;
  margin-bottom: 20px;
}

.global_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.global_flex.rev {
  flex-direction: row-reverse;
}

.global_item {
  width: calc(50% - 16px);
  height: 400px;
}

.global_item > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.global_img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.s05_imgflex {
  display: flex;
}

.s05_if_box {
  width: 25%;
  overflow: hidden;
}
.s05_if_box img {
  display: block;
  width: 100%;
}
.s05_if_box.clip1 {
  -webkit-clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}
.s05_if_box.clip2 {
  -webkit-clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}
.s05_if_box.clip3 {
  -webkit-clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
}

.qaicon {
  width: 120px !important;
  margin: 0 auto;
  margin-top: 40px !important;
}

@media screen and (max-width: 992px) {
  .s05_sec {
    padding: 20px 0;
  }
  .s05_sec h2 {
    font-size: 24px;
  }
  .global_flex {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .global_flex.rev {
    flex-direction: column-reverse;
  }
  .global_item {
    width: 100%;
    height: auto;
  }
  .qaicon {
    width: 80px !important;
  }
}/*# sourceMappingURL=custom.css.map */