@charset "UTF-8";
h2.sec_title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: 700;
}

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

.quick_inquiry {
  padding: 30px 0;
  background: #f0f5fa;
}

.quick_inquiry .wid {
  padding: 0 15px;
  text-align: center;
}

.quick_inquiry h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.quick_inquiry p {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
}

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

.quick_inquiry a:hover {
  background: #52443e;
  color: #fff;
}

@media screen and (max-width: 550px) {
  .quick_inquiry {
    padding: 22px 0;
  }
  .quick_inquiry h2 {
    font-size: 22px;
  }
  .quick_inquiry p {
    font-size: 14px;
  }
  .quick_inquiry a {
    padding: 9px 16px;
    width: 90%;
  }
  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: 48px;
  font-weight: 700;
  color: #52443e;
  word-break: keep-all;
}

.in_l p {
  margin-top: 15px;
  margin-bottom: 15px;
  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: #52443e;
}

.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: #f0f5fa;
}

.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: #52443e;
}

.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: 0;
  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: #52443e;
  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: #52443e;
  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;
  }
}
.form_area {
  background: #f0f5fa;
  padding: 80px 60px;
  border-radius: 10px;
}

/* Form Area Styles */
.main_form .form_area {
  margin-top: 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main_form .form_area .row {
  align-items: center;
}

.main_form .form_area .form-group {
  margin-bottom: 12px;
  padding-bottom: 6px;
}

.main_form .form_area .col-form-label {
  font-size: 17px;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
  position: relative;
}

@media (min-width: 768px) {
  .main_form .form_area .col-form-label {
    font-size: 18px;
  }
}
.main_form .form_area .form-control {
  border-radius: 8px;
  min-height: 42px;
  padding: 0.5rem 0.75rem;
  font-size: 16px;
}

.main_form .form_area .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.main_form .form_area select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 3.5L0 1.5h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 10px;
  padding-right: 30px;
}

.main_form .form_area select.form-control:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 1.5L0 3.5h4z'/%3E%3C/svg%3E");
}

.main_form .form_area textarea.form-control {
  min-height: 120px;
}

.main_form .form_area .form-check-inline {
  margin-right: 12px;
}

.main_form .form_area .form-check-label {
  font-size: 16px;
}

.main_form .form_area .form-control-file {
  display: block;
  width: 100%;
}

.main_form .form_area .btn-primary {
  min-height: 44px;
  font-weight: 600;
  border-radius: 8px;
  width: 40%;
  margin: 0 auto;
  display: block;
}

.main_form .form_area .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

.main_form .form_area .form-check-input {
  width: 16px;
  height: 16px;
}

.main_form .form_area .btn-outline-secondary {
  font-size: 13px;
  padding: 2px 8px;
  line-height: 1.3;
  vertical-align: middle;
}

#privacyModal .modal-body {
  max-height: 400px;
  overflow-y: auto;
}

#privacyModal .privacy-content {
  padding: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 567px) {
  .main_form .form_area .col-form-label {
    font-size: 16px;
    word-break: keep-all;
  }
  .main_form .form_area .form-control {
    font-size: 13px;
  }
  .form_area {
    padding: 15px;
  }
}
.main_form .form_area .req {
  color: #d00;
  font-weight: 700;
}

.main_form h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
}

.main_form p {
  font-size: 18px;
  color: #444;
  line-height: 1.6em;
  margin-top: 15px;
}

.contact_flex_area {
  display: flex;
  gap: 40px;
  margin: 10px 0;
}

.contact_flex_box {
  width: 50%;
}

.sub_text {
  font-size: 18px;
  color: #444;
  line-height: 1.6em;
  margin-top: 15px;
}

@media screen and (max-width: 567px) {
  .main_form h2 {
    font-size: 22px;
  }
  .main_form p {
    font-size: 14px;
  }
  .contact_flex_area {
    gap: 0px;
    flex-direction: column;
  }
  .contact_flex_box {
    width: 100%;
  }
  .sub_text {
    font-size: 14px;
  }
}
.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: 30px;
  margin: 10px auto 60px auto;
}

.idea_flex_item {
  width: calc(33% - 16px);
  border: 1px solid #c3c3c3;
  padding: 45px;
  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;
}
.idea_flex_item p {
  font-size: 18px;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  padding-left: 15px;
}
.idea_flex_item p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.imgbox {
  margin: 90px 0 40px 0;
  width: 100%;
}

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

.wellflex {
  margin: 40px 0 80px 0;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.wellitem {
  width: 31.5%;
}

.wellitem img {
  display: block;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 15px;
}

.wellitem h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #52443e;
}

.wellitem p {
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
}

@media screen and (max-width: 991px) {
  .work_area {
    padding: 40px 0;
  }
  .idea_title {
    font-size: 26px;
  }
  .idea_flex_item {
    width: calc(50% - 16px);
    padding: 25px;
  }
  .idea_flex_item .idea_flex_img {
    width: 100%;
  }
  .idea_flex_item h3 {
    font-size: 18px;
    word-break: keep-all;
  }
  .idea_flex_item p {
    font-size: 15px;
    word-break: keep-all;
  }
  .wid {
    padding: 0 10px;
  }
  .wellflex {
    margin: 20px 0 40px 0;
    gap: 10px;
    flex-wrap: wrap;
  }
  .wellitem {
    width: 48%;
  }
  .wellitem h3 {
    font-size: 19px;
  }
  .wellitem p {
    font-size: 14px;
  }
  .imgbox {
    margin: 40px 0 20px 0;
  }
}/*# sourceMappingURL=custom.css.map */