@charset "UTF-8";
.wid {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.bn1 {
  overflow: hidden;
  padding: 40px 0;
}

.bn1 .box {
  width: 50%;
  min-height: 765px;
}

.bn1 .box1 {
  background: url("/theme/IDEN03/img/bn1_bg.jpg") no-repeat center;
  float: left;
  background-size: cover;
}

.bn1 .box2 {
  padding: 100px 90px 100px 90px;
  float: RIGHT;
}

.bn1 .box2 h1 {
  font-size: 5em;
  line-height: 1.2em;
}

.bn1 .box2 h1 b {
  color: #07ceec;
}

.bn1 .box2 h2 {
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 40px;
  color: #333;
  line-height: 1.9em;
}

.bn1 .box2 .line {
  height: 3px;
  width: 50px;
  background: #000;
  margin-top: 50px;
}

.about_1 {
  display: block;
  width: 100%;
}

.bn1_h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  word-break:keep-all;
}

.bn1_flex {
  display: flex;
  margin: 20px 0 40px 0;
  gap: 20px;
}

.bn1_left {
  width: 40%;
}

.bn1_left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bn1_right {
  width: 60%;
}

.maptext {
  text-align: center;
  margin: 20px auto;
  word-break: keep-all;
}

@media screen and (max-width: 1400px) {
  .bn1 .box2 {
    padding: 90px 0px 90px 50px;
  }
  .bn1 .box2 h2 {
    font-size: 1.15em;
  }
  .bn1 .box2 h1 {
    font-size: 4.5em;
  }
  .bn1 .box {
    min-height: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .bn1 .box {
    min-height: 500px;
  }
  .bn1 .box {
    width: 100%;
    text-align: center;
  }
  .bn1 .box2 {
    padding: 70px 0px 0px 0px;
  }
  .bn1 .box2 .line {
    margin: 50px auto;
    margin-top: 50px;
  }
}
br.mo {
  display: none;
}

@media screen and (max-width: 992px) {
  br.mo {
    display: block;
  }
  .bn1 {
    padding: 20px 10px;
  }
  .bn1_flex {
    margin: 20px 0 20px 0;
    gap: 10px;
    flex-direction: column-reverse;
  }
  .bn1_left {
    width: 100%;
  }
  .bn1_right {
    width: 100%;
  }
  .bn1_h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 550px) {
  .bn1 .box {
    min-height: 400px;
  }
  .bn1 .box2 h1 {
    font-size: 2.5em;
    text-align: left;
    padding: 0 10px;
  }
  .bn1 .box2 h2 {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 20px;
    text-align: left;
    word-break: keep-all;
  }
}
.bn2 {
  padding: 90px 0;
  background: #20442f;
  text-align: center;
}

.bn2_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bn2 .box {
  width: calc(50% - 11px);
  text-align: Center;
  /* padding: 25px 25px; */
  background: #fff;
  box-shadow: 0px 5px 10px #041b38;
  position: relative;
  top: 0;
  transition: 0.3s;
  display: block;
}

.bn2 .box .box_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}

.bn2 .box img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}

.bn2 .box:hover img {
  transform: scale(1.2);
}

.bn2 .box h1 {
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 0);
}

.bn2 .box h1 i {
  font-size: 1.6em;
  padding-bottom: 28px;
  color: #07ceec;
}

.bn2 .box p {
  margin-top: 12px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.7em;
}

.bn2 .box:hover {
  top: -15px;
}

.bn2 h1 {
  font-size: 3.5em;
  color: #fff;
}

.bn2 h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bn2 .line {
  width: 35px;
  height: 3px;
  background: #07ceec;
  margin: 0px auto;
  margin-top: 30px;
}

.exam_wrap {
  overflow: hidden;
  width: 100%;
  margin: 40px auto 30px auto;
}

.exam_wrap h2 {
  font-size: 3.5em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.exam_wrap .swiper {
  position: relative;
}

.exam_wrap .swiper img {
  display: block;
  width: 100%;
}

.img_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.img_flex img {
  display: block;
  width: calc(33% - 12px);
}

.img_flex.two img {
  display: block;
  width: calc(50% - 12px);
}

.lineb {
  height: 60px;
}

.btn_blog {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  top: -15px;
}

.btn_blog:hover {
  color: white;
  border-color: darkblue;
  background: darkblue;
}

@media screen and (max-width: 1200px) {
  .bn2 .box {
    width: 48%;
  }
  .bn2 .box p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 550px) {
  .img_flex.two img {
    display: block;
    width: calc(50% - 5px);
  }
  .bn2_flex {
    gap: 10px;
  }
  .bn2 .box {
    width: 48%;
    margin: 0;
  }
  .bn2 .box h1 {
    font-size: 14px;
    bottom: 10px;
  }
  .bn2 h2 {
    font-size: 1.15em;
    padding: 0 20px;
  }
  .bn2 h1 {
    font-size: 34px;
  }
  .exam_wrap h2 {
    font-size: 34px;
  }
  .img_flex {
    gap: 9px;
  }
  .exam_wrap .img_flex img {
    width: calc(50% - 5px);
  }
  .btn_blog {
    top: -15px;
  }
}
.bn2_2 {
  background: url("/theme/IDEN03/img/bn2_2_bg.png") no-repeat right top;
  padding: 140px 0;
}

.bn2_2 .box {
  width: 800px;
}

.bn2_2 .box h1 {
  font-size: 3em;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.bn2_2 .box h1 i {
  font-size: 1.4em;
  background: #07ceec;
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.bn2_2 .box .not {
  float: left;
  width: 33.333%;
  margin-top: 50px;
}

.bn2_2 .box .not h2 {
  font-size: 2em;
  color: #07ceec;
}

.bn2_2 .box .not p {
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 10px;
}

@media screen and (max-width: 1400px) {
  .bn2_2 {
    background-size: 600px;
  }
}
@media screen and (max-width: 992px) {
  .bn2_2 {
    background-size: 300px;
    padding: 100px 20px;
  }
  .bn2_2 .box h1 {
    font-size: 2.5em;
  }
  .bn2_2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .bn2_2 {
    background-size: 250px;
    padding: 100px 20px;
  }
  .bn2_2 .box h1 {
    font-size: 2em;
  }
  .bn2_2 .box {
    width: 100%;
  }
  .bn2_2 .box .not {
    width: 49%;
    margin: 0.5%;
    margin-top: 50px;
  }
  .bn2_2 .box .not h2 {
    font-size: 1.6em;
  }
  .bn2_2 .box .not p {
    font-size: 1.05em;
  }
}
.bn3 {
  background: url("/theme/IDEN03/img/bn3_bg.jpg") no-repeat center fixed;
  background-size: cover;
  padding: 100px 0;
}

.bn3 h1 {
  font-size: 3.5em;
  color: #fff;
  text-align: center;
}

.bn3 h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}

.bn3 .box {
  float: left;
  width: 48%;
  margin: 1%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 10px #111;
  position: relative;
  top: 0;
  transition: 0.3s;
  text-align: Center;
  min-height: 300px;
}

.bn3 .box:hover {
  top: -15px;
  background: rgba(255, 255, 255, 0.9);
}

.bn3 .box1 {
  border-radius: 50px 0 50px 0;
}

.bn3 .box1 li {
  border-bottom: 1px solid #b7b7b7;
}

.bn3 .box1 li:last-child {
  border: none;
}

.bn3 .box1 a {
  background: none;
  color: #333;
  font-size: 1.2em;
}

.bn3 .box1 .a1 {
  background: #07ceec;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  padding: 8px 30px;
  border-radius: 60px;
  font-size: 1.1em;
}

.bn3 .box2 {
  border-radius: 0px 50px 0px 50px;
}

.bn3 .box h1 {
  font-size: 2.5em;
  color: #222;
  margin-bottom: 15px;
}

.bn3 .box2 h2 {
  font-size: 4em;
  color: #07ceec;
}

.bn3 .box2 p {
  font-weight: 300;
  line-height: 1.9em;
  font-size: 1.3em;
  text-align: left;
  width: 310px;
  margin: 0 auto;
  margin-top: 20px;
  color: #333;
}

@media screen and (max-width: 992px) {
  .bn3 .box {
    width: 92%;
    margin: 3% 4%;
  }
  .bn3 .box2 h2 {
    font-size: 3em;
  }
}
.bn4 {
  padding: 100px 0;
  text-align: Center;
}

.bn4 h1 {
  font-size: 3.5em;
}

.bn4 h2 {
  font-size: 1.3em;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 40px;
}

.bn4 .a1 {
  background: #07ceec;
  color: #fff;
  display: inline-block;
  margin-top: 45px;
  padding: 8px 30px;
  border-radius: 60px;
  font-size: 1.1em;
}

@media screen and (max-width: 550px) {
  .bn4 h1 {
    font-size: 3em;
  }
  .bn4 h2 {
    font-size: 1.1em;
  }
  .bn3 h1 {
    font-size: 34px;
  }
}
.work_area {
  padding: 80px 0;
}

.idea_text_box {
  padding: 60px 0;
}
.idea_text_box p {
  font-size: 20px;
  word-break: keep-all;
}
.idea_text_box p span.sign {
  font-size: 26px;
  text-align: right;
  font-weight: bold;
  color: #08385a;
  display: block;
}

.idea_title {
  font-size: 36px;
  font-weight: 600;
  color: #08385a;
  text-align: center;
  margin-top: 60px;
}

.idea_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px auto 20px auto;
}

.idea_flex_item {
  width: calc(33% - 16px);
  border: 1px solid #c3c3c3;
  padding: 45px 30px;
  transition: 0.3s ease;
  border-radius: 15px;
}
.idea_flex_item .idea_flex_img {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.idea_flex_item .idea_flex_img img {
  width: 100%;
}
.idea_flex_item h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  word-break:keep-all;
}
.idea_flex_item p {
  font-size: 18px;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  padding-left: 15px;
    word-break:keep-all;
}
.idea_flex_item p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.title_area {
  background: url("/theme/IDEN03/img/sub1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 235px 0 140px 0;
  display: block;
  width: 100%;
}

.title .title_sub {
  font-size: 52px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.sub_img_common {
  display: block;
  width: 100%;
}

.work_area h2 {
  font-size: 26px;
  color: #0f3b95;
  font-weight: 700;
  margin: 60px auto 10px auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .title_area {
    padding: 70px 0 70px 0;
    margin-top: -60px;
  }
  .title .title_sub {
    font-size: 30px;
  }
  .work_area {
    padding: 20px 10px;
  }
  .work_area h2 {
    font-size: 20px;
    word-break: keep-all;
    margin: 50px auto 10px auto;
  }
  .idea_title {
    font-size: 26px;
  }
  .idea_flex {
    gap: 10px;
  }
  .idea_flex_item {
    width: calc(50% - 5px);
    padding: 8px;
  }
  .idea_flex_item .idea_flex_img {
    width: 50%;
    margin-bottom: 0;
  }
  .idea_flex_item h3 {
    font-size: 18px;
    word-break: keep-all;
  }
  .idea_flex_item p {
    font-size: 13px;
    word-break: keep-all;
    text-align: left;
  }
}/*# sourceMappingURL=custom.css.map */