h2.sec_title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 60px;
  font-weight: 700;
}

.wid {
  max-width: 1330px;
  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;
}

.flexhalf > div {
  width: 50%;
}

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

.in_l h2 {
  font-size: 60px;
  font-weight: 700;
  color: #07b5c3;
  word-break: keep-all;
}

.in_l p {
  margin-top: 15px;
  margin-bottom: 60px;
  word-break: keep-all;
  font-size: 18px;
  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: #07b5c3;
}

.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: #f3f5ff;
  transition: 0.3s ease;
  text-align: center;
  display: block;
}

.section_2 .box:hover i {
  color: #07b5c3;
}

.section_2 .box2 {
  /* text-align:Center; */
  background: rgba(255, 255, 255, 0.3411764706);
  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;
  color: #f3f5ff;
}

.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: 15px;
    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: 30%;
    padding: 30px 10px 30px 10px;
  }
  .section_2 .box i {
    font-size: 24px;
  }
}
@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: #07b5c3;
  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: #b3ffbd;
}

.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: #07b5c3;
  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: 60px 0;
}

.main_icons {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.main_icon {
  width: calc(33% - 12px);
  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: center;
  gap: 30px;
}
.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: #07b5c3;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
}
.main_icon_imgbox .icon_bg {
  background: #07b5c3;
  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: 0px;
    width: 100%;
    height: 175px;
  }
  .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;
  }
}
.work_area {
  padding: 280px 0 150px 0;
}

.story_img {
  max-width: 412px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.story_img img {
  display: block;
  width: 100%;
}

.story_box p {
  /* font-size: 30px; */
  font-size: 24px;
  text-align: center;
  color: #000;
}

.story_linkbox {
  display: block;
  max-width: 610px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.linkbox_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 15px;
}
.linkbox_top img {
  display: block;
  width: 30px;
}
.linkbox_top p {
  font-size: 22px;
}

.linkbox_bottom {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #103e6f;
}
.linkbox_bottom img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .work_area {
    padding: 60px 10px;
  }
  .story_img {
    margin-bottom: 60px;
  }
  .story_img img {
    width: 65%;
    margin: 0 auto;
  }
  .story_box p {
    font-size: 16px;
    word-break: keep-all;
  }
}
.free_area {
  padding: 280px 0 135px 0;
  border-bottom: 1px solid #d3d3d3;
}

.free_top {
  margin-bottom: 135px;
}

.free_box_bottom {
  padding: 135px 0 0 0;
  border-top: 1px solid #ccc;
}

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

.free_box {
  display: flex;
  gap: 100px;
}

.free_img {
  width: 50%;
}
.free_img img {
  display: block;
  width: 100%;
}

.free_textbox {
  width: 50%;
}
.free_textbox h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 55px;
}
.free_textbox p {
  font-size: 26px;
}
.free_textbox p .grey {
  color: #606060;
}

.sub02_submit_btn {
  display: block;
  width: 100%;
  border-radius: 50px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #04bccb;
  margin-top: 55px;
  padding: 22px 0;
}

.fbb_imgwrap {
  display: block;
  width: 100%;
  position: relative;
}
.fbb_imgwrap > img {
  display: block;
  width: 100%;
}

.fbb_btns {
  position: absolute;
}

.fbb_btn_2 {
  left: 50%;
  top: 77%;
  transform: translate(-50%, -50%);
}

.fbb_btn_7_1 {
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
}

.fbb_btn_7_2 {
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
}

.fbb_btn_2 img {
  display: block;
}

.fbb_btn_7_1 img {
  display: block;
}

.fbb_btn_7_2 img {
  display: block;
}

.fbb_review {
  position: absolute;
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
  width: calc(100% - 125px);
  height: 58%;
  overflow: hidden;
}

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

@media screen and (max-width: 992px) {
  .free_area {
    padding: 60px 10px;
  }
  .free_box {
    gap: 20px;
    flex-direction: column;
  }
  .free_img {
    width: 100%;
  }
  .free_textbox {
    width: 100%;
  }
  .free_textbox h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .free_textbox p {
    font-size: 16px;
  }
  .sub02_submit_btn {
    font-size: 16px;
    margin-top: 30px;
    padding: 18px 0;
  }
  .free_top {
    margin-bottom: 60px;
  }
  .free_box_bottom {
    padding: 60px 0 0 0;
  }
  .fbb_btn_2 {
    width: 50%;
  }
  .fbb_btn_7_1 {
    width: 80%;
  }
  .fbb_btn_7_2 {
    width: 80%;
  }
  .fbb_btn_2 img {
    width: 100%;
  }
  .fbb_btn_7_1 img {
    width: 100%;
  }
  .fbb_btn_7_2 img {
    width: 100%;
  }
  .fbb_review {
    top: 61%;
    width: 91%;
    height: 60%;
  }
}/*# sourceMappingURL=custom.css.map */