
@font-face {
  font-family: 'BMEULJIRO';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


h2.sec_title {
  text-align: center;
  /* font-size: 60px; */
  font-size: 38px;
  margin-bottom: 60px;
  /* font-weight: 700; */
  font-family: 'BMEULJIRO';
}

.wid {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  h2.sec_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section_2 .box p {
    font-size: 17px;
  }
}
.section_1 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}

.flexhalf {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
}

.flexhalf > div {
  width: 50%;
}

.in_l {
  padding-right: 60px;
  box-sizing: border-box;
}

.in_l h2 {
  /* font-size: 60px; */
  font-size: 38px;
  /* font-weight: bold; */
  color: #111;
  word-break: keep-all;
  font-family:'BMEULJIRO';
}

.in_l p {
  margin-top: 15px;
  margin-bottom: 60px;
  word-break: keep-all;
  font-size: 17px;
  line-height: 1.65em;
  color: #333;
}

.in_l a {
  display: block;
  width: 35%;
  margin: 0 auto;
  font-size: 1.7em;
  border: 1px solid #333;
  color: #333;
  padding: 10px 4px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s ease;
}

.in_l a:hover {
  color: #fff;
  background-color: #1f7bbf;
}

.in_r img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

@media screen and (max-width: 992px) {
  .in_l {
    padding-right: 40px;
    padding-left: 20px;
  }
  .in_l h2 {
    font-size: 2.5em;
  }
  .in_l p {
    font-size: 1.3em;
  }
  .in_l a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 550px) {
  .section_1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .flexhalf {
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 20px;
  }
  .flexhalf > div {
    width: 100%;
  }
  .in_l {
    padding-left: 0;
    padding-right: 0;
  }
  .in_l h2 {
    font-size: 1.8em;
  }
  .in_l p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section_2 {
  padding: 80px 0;
  background-image: url("/theme/IDEN_TN1/img/section2_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.section_2 .flexbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

.section_2 .box {
  border-radius: 8px;
  width: 33.3333%;
  padding: 30px 30px 30px 30px;
}

.section_2 .box .imgbox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.section_2 .box i {
  font-size: 5em;
  color: #ccc;
  transition: 0.3s ease;
  text-align: center;
  display: block;
}

.section_2 .box:hover i {
  color: #1f7bbf;
}

.section_2 .box2 {
  /* text-align:Center; */
  background: #fff;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  top: 0;
}

/* .section_2 .box2:hover {top:-9px;} */
.section_2 .box h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section_2 .box h3:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  width: 0%;
  height: 15px;
  background-color: skyblue;
  content: "";
  z-index: -1;
  transition: 0.3s ease;
}

.section_2 .box:hover h3:after {
  width: 60%;
}

.section_2 .box img {
  width: 100%;
  transition: 0.3s ease;
}

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

/* .section_2 .box p {font-size:1.2em; color:#444; margin:15px 0 30px 0; line-height:1.5em; word-break:keep-all;} */
.section_2 .box p {
  font-size: 17px;
  color: #666;
  margin: 15px 0 30px 0;
  line-height: 1.5em;
  word-break: keep-all;
  transition: 0.3s ease;
}
.section_2 .box p span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.section_2 .box p span::after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.section_2 .box:hover p {
  color: #333;
}

.section_2 .box a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.15em;
  color: #fff;
  background: #267de9;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .section_2 .box h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  .section_2 .box p {
    font-size: 1.2em;
  }
  .section_2 .flexbox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 762px) {
  .section_2 .flexbox {
    flex-wrap: wrap;
    gap: 15px;
  }
  .section_2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .section_2 {
    padding: 50px 0;
  }
}
.section_3 {
  width: 100%;
}

.section_3 .wid {
  padding: 60px 0;
  position: relative;
}

.section_3 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_3 .wid h2.sec_title {
  color: #1f7bbf;
  text-shadow: none;
}
.section_3 .wid h2.sec_title span {
  font-size: 30%;
  font-weight: 400;
}

.product_box {
  margin-bottom: 45px;
}

.mb5 {
  background-image: url("/theme/IDEN_TN1/img/bottom_index.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mb5 .wid {
  padding: 80px 0px;
}

.mb5 .wid:after {
  content: "";
  display: table;
  clear: both;
}

.mb5 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.mb5 .wid h2.sec_title {
  color: #000;
  text-shadow: none;
}

.mb5 .box1 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-right: 4%;
  border-right: 1px solid #ddd;
}

.mb5 .box2 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-left: 4%;
}

@media screen and (max-width: 550px) {
  .section_3 .wid {
    padding: 50px 10px;
  }
  .mb5 {
    margin-top: 20px;
  }
  .mb5 .wid {
    padding: 50px 10px;
  }
  .mb5 .box1 {
    width: 90%;
    margin: 0% 5% 2% 5%;
    padding: 0;
    border-right: none;
  }
  .mb5 .box2 {
    width: 90%;
    margin: 11% 5% 0% 5%;
    padding: 0;
  }
  .section_3 h3 {
    font-size: 24px;
  }
}
.map_info_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.info_block {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 20px;
  word-break: keep-all;
}

.info_block h2 {
  width: 30%;
  font-weight: 600;
  font-size: 24px;
  color: #ebeaff;
}

.info_block div {
  width: 70%;
  font-size: 16px;
  color: #fff;
}

.root_daum_roughmap .cont {
  display: none;
}

@media screen and (max-width: 1200px) {
  .map {
    padding: 60px 20px 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  /* .right {
      padding-left: 60px;
  } */
  .right h1 {
    font-size: 2.5em;
  }
  .info_block {
    width: 100%;
  }
  .info_block h2 {
    font-size: 16px;
    width: 50%;
  }
  .info_block h2 i {
    font-size: 18px;
  }
  .info_block div {
    font-size: 15px;
  }
  .right .map_info_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .map {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
    flex-direction: column-reverse;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 100%;
    padding-left: 0px;
    /* margin-top: 60px; */
  }
}
@media screen and (max-width: 360px) {
  .right h1 {
    text-align: center;
  }
  .info_block h2 {
    font-size: 1.3em;
  }
  .info_block div {
    font-size: 1.2em;
  }
}
.initial_title {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: flex-end;
}

.initial_title h3 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding-top: 20px;
}

.initial_title h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #1f7bbf;
  position: absolute;
  left: 0;
  top: 0;
}

.initial_title p {
  font-size: 17px;
}

@media screen and (max-width: 567px) {
  br.nomo {
    display: none;
  }
  .initial_title {
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
    padding: 0 20px;
    justify-content: flex-start;
  }
  .initial_title h3 {
    font-size: 22px;
    display: block;
    width: 45%;
  }
  .initial_title p {
    font-size: 14px;
    word-break: keep-all;
    width: 55%;
  }
}
.sec_in {
  max-width: 1200px;
  margin: 0 auto;
}

.icons_section {
  /* padding: 60px 0; */
  /* padding: 40px 0; */
  padding: 0px 0 60px 0;
}

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

.main_icon {
  float: left;
  width: 32%;
  margin-right: 24px;
  overflow: hidden;
}
.main_icon:last-child {
  margin-right: 0;
}
.main_icon p {
  margin-top: 25px;
  font-size: 28px;
  text-align: center;
  transition: 0.3s ease;
}

.main_icon_imgbox {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.main_icon_imgbox img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.main_icon_imgbox .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 65%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.main_icon_imgbox .textbox p {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_icon_imgbox .textbox span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.main_icon_imgbox .textbox strong {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #1f7bbf;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
}
.main_icon_imgbox .icon_bg {
  background: rgb(26, 22, 100);
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.main_icon_imgbox:hover .icon_bg {
  opacity: 0.9;
}

@media screen and (max-width: 992px) {
  .main_icon_imgbox .icon_bg {
    opacity: 0.8;
  }
}
@media screen and (max-width: 567px) {
  .main_icons {
    padding: 0 10px;
  }
  .icons_section {
    padding: 15px 0 15px 0;
  }
  .main_icon {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
  }
  .main_icon p {
    margin-top: 0;
    font-size: 14px;
  }
  .main_icon_imgbox {
    height: 100%;
  }
  .main_icon_imgbox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_icon_imgbox .textbox {
    justify-content: center;
    gap: 6px;
  }
  .main_icon_imgbox .textbox span {
    font-size: 14px;
  }
  .project_title {
    font-size: 24px;
  }
}/*# sourceMappingURL=custom.css.map */