@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
h2.sec_title {
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 60px;
}

.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: 1.1em;
  }
}
.section_1 {
  width: 100%;
  margin-bottom: 120px;
  margin-top: 120px;
}

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

.flexhalf > div {
  width: 50%;
}

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

.in_l h2 {
  font-size: 4.5em;
  word-break: keep-all;
  font-weight: bold;
  color: #24136f;
}

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

.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;
    margin-bottom: 0;
  }
  .in_l a {
    font-size: 1.2em;
  }
  .section_1 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .flexhalf {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 20px;
  }
  .flexhalf > div {
    width: 100%;
  }
  .in_l h2 {
    font-size: 1.8em;
  }
  .in_l p {
    font-size: 1.1em;
  }
}
.section_2 {
  padding: 80px 0;
  background: #f7f7f7;
  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: 60px;
}

.section_2 .box {
  border-radius: 8px;
  /* width: 33.3333%; */
  width: 50%;
  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: #24136f;
}

.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: 1.6em;
  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: 1.4em;
  color: #666;
  margin: 15px 0 30px 0;
  line-height: 1.5em;
  word-break: keep-all;
  transition: 0.3s ease;
}

.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;
  }
  .section_2 .box i {
    color: #24136f;
  }
}
@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: 80px 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: #000;
  text-shadow: none;
}

.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: 20%;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.info_block div {
  width: 80%;
  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: #3f8cd2;
  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%;
  }
}
.common_area {
  padding: 60px 0;
}

.table_component {
  overflow: auto;
  width: 100%;
}

.table_component table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: center;
}

.table_component caption {
  caption-side: top;
  text-align: left;
}

.table_component th {
  border: 1px solid #dededf;
  background-color: #502e7a;
  color: #ffffff;
  padding: 5px;
  font-size: 18px;
}

.table_component td {
  border: 1px solid #dededf;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .common_area {
    padding: 40px 10px;
  }
  .table_component th {
    font-size: 14px;
  }
  .table_component td {
    font-size: 14px;
    padding: 5px 1px;
  }
}
.ytarea {
  position: relative;
  /* padding-bottom: 56.25%; */
  padding-bottom: 33.25%;
  height: 400px;
  margin-bottom: 140px;
}
.ytarea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s02_subtitle {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  word-break: keep-all;
  color: #24136f;
  line-height: 1.3;
}

.s02_subtitle2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  word-break: keep-all;
  line-height: 1.4;
}

.s02_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 160px;
}
.s02_flex.rev {
  flex-direction: row-reverse;
}

.s02_fi {
  width: calc(50% - 20px);
  overflow: hidden;
  border-radius: 15px;
}
.s02_fi .full_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s02_fi .icon_img {
  display: block;
  width: 80px;
  margin-bottom: 10px;
}
.s02_fi h4 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  color: #24136f;
}
.s02_fi h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 3px;
  background: #24136f;
}
.s02_fi p {
  margin-top: 15px;
  font-size: 18px;
  word-break: keep-all;
}
.s02_fi p span {
  display: block;
  position: relative;
  padding-left: 10px;
}
.s02_fi p span::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 120%;
}

@media screen and (max-width: 992px) {
  .ytarea {
    padding-bottom: 56.25%;
    height: auto;
  }
  .s02_subtitle {
    font-size: 22px;
  }
  .s02_subtitle2 {
    font-size: 16px;
  }
  .s02_flex {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .s02_flex.rev {
    flex-direction: column;
  }
  .s02_fi {
    width: 100%;
  }
  .s02_fi .icon_img {
    width: 60px;
    margin: 0 auto 10px auto;
  }
  .s02_fi h4 {
    font-size: 22px;
    text-align: center;
  }
  .s02_fi h4::after {
    left: 50%;
    width: 50%;
    transform: translate(-50%, 0);
  }
  .s02_fi p {
    font-size: 14px;
  }
}
.table_com.table_component td {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: left;
}

.table_com.table_component tr td:first-child {
  font-size: 150%;
  font-weight: bold;
  color: #24136f;
  text-align: left;
  padding-left: 10px;
}

.table_component.table_com table {
  bottom: 0;
}

.overview_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.overview_i {
  width: calc(50% - 20px);
}
.overview_i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 992px) {
  .overview_flex {
    gap: 20px;
    flex-direction: column;
  }
  .overview_i {
    width: 100%;
  }
  .table_com.table_component tr td:first-child {
    font-size: 16px;
    width: 30%;
  }
}
.comidea_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}

.comidea_i {
  width: calc(50% - 20px);
  border-radius: 25px;
  border: 5px solid #000;
  box-sizing: border-box;
  padding: 45px 25px;
}
.comidea_i i {
  display: block;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}
.comidea_i h3 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comidea_i p {
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
}
.comidea_i:first-child {
  border-color: #62b3ce;
}
.comidea_i:first-child h3 {
  color: #62b3ce;
}
.comidea_i:first-child i {
  color: #62b3ce;
}
.comidea_i:nth-child(2) {
  border-color: #306ba7;
}
.comidea_i:nth-child(2) h3 {
  color: #306ba7;
}
.comidea_i:nth-child(2) i {
  color: #306ba7;
}
.comidea_i:nth-child(3) {
  border-color: #f26868;
}
.comidea_i:nth-child(3) h3 {
  color: #f26868;
}
.comidea_i:nth-child(3) i {
  color: #f26868;
}
.comidea_i:last-child {
  border-color: #e6be31;
}
.comidea_i:last-child h3 {
  color: #e6be31;
}
.comidea_i:last-child i {
  color: #e6be31;
}

@media screen and (max-width: 992px) {
  br.mo {
    display: none;
  }
  .comidea_flex {
    gap: 20px;
    margin-top: 40px;
  }
  .comidea_i {
    padding: 20px 10px;
    width: calc(50% - 10px);
  }
  .comidea_i h3 {
    font-size: 20px;
  }
  .comidea_i p {
    font-size: 14px;
    text-align: left;
  }
  .comidea_i p b {
    text-align: center;
  }
}
/* 회사소개 */
.company {
  max-width: 1200px;
  overflow: hidden;
  margin: 50px auto 70px auto;
}

.company:after {
  content: "";
  display: block;
  clear: both;
}

.company .img_cont {
  width: 100%;
  margin-bottom: 50px;
}

.company .img_cont img {
  width: 100%;
  height: 300px;
}

.company .ceo_msg {
  width: 100%;
  /* margin-top: 50px; */
}

.company .ceo_msg .cont_1 {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 50%;
  font-size: 2em;
  color: #000;
  line-height: 1.4em;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.company .ceo_msg .cont_1 .nemo {
  width: 300px;
  height: 250px;
  margin-left: 50px;
  border: 10px solid #eee;
}

.company .ceo_msg .cont_1 .nemo_txt p {
  font-size: 2em;
  color: #000;
  line-height: 1.4em;
}

.company .ceo_msg .cont_1 img {
  display: block;
  width: 97%;
  margin-top: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.company .ceo_msg .cont_1 img.half {
  width: 47%;
}

.company .ceo_msg .cont_2 {
  float: left;
  width: 49%;
  padding: 0 20px;
  margin-left: 1%;
}

.company .ceo_msg .cont_2 p {
  color: #444;
  /* line-height: 1.8em; */
  line-height: 25px;
  /* font-size: 1.3em; */
  font-size: 18px;
  margin-top: 10px;
  word-break: keep-all;
}

.company .ceo_msg .cont_2 .bold {
  color: #A4A4A4;
  line-height: 38px;
  font-size: 1.8em;
  padding-bottom: 15px;
}

.company .ceo_msg .cont_2 .bold strong {
  /* color: #353aac; */
  color: #24136f;
  font-size: 1.8em;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}

.company .ceo_msg .cont_2 .sign {
  display: block;
  font-size: 1.6em;
  color: #000;
  text-align: right;
  padding-top: 30px;
  padding-right: 10px;
}

.company .ceo_msg .cont_2 .sign .pen {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  display: inline-block;
  padding-left: 15px;
}

.company .summary {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.initial_top {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
  overflow: hidden;
}

.initial_top .box {
  width: 50%;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
}

.initial_top .box h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.initial_top .box p {
  font-size: 17px;
}

.initial_top .box:first-child {
  background-image: url("/theme/IDEN_TN1/img/company_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.initial_top .box:last-child {
  background-image: url("/theme/IDEN_TN1/img/company_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.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_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;
  background: #fcfcfc;
  transition: 0.3s ease;
  display: block;
}

.idea_flex_item .idea_flex_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
}

.idea_flex_item .idea_flex_img img {
  width: 100%;
  border-radius: 15px;
  transition: 0.3s ease;
}

.idea_flex_item h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  word-break: keep-all;
  transition: 0.3s ease;
}

.idea_flex_item b {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.idea_flex_item p {
  font-size: 18px;
  transition: 0.3s ease;
  position: relative;
  /* padding-left: 15px; */
  word-break: keep-all;
}

.idea_flex_item:hover {
  background: #3f8cd2;
}

.idea_flex_item:hover h3 {
  color: #fff;
}

.idea_flex_item:hover p {
  color: #fff;
}

.idea_flex_item:hover b {
  color: #fff;
}

.idea_flex_item:hover .idea_flex_img img {
  transform: scale(1.2);
}

.people_title {
  font-size: 32px;
  text-align: center;
  margin: 15px auto;
}

@media screen and (max-width: 1200px) {
  .company .ceo_msg .cont_1 img {
    width: 50%;
    min-height: unset;
  }
  .company .ceo_msg .cont_2 .bold {
    font-size: 1.5em;
  }
  .company .ceo_msg .cont_2 p {
    margin-left: 20px;
  }
  .company .img_cont img {
    width: 100%;
    height: auto;
  }
  .company .ceo_msg .cont_1 {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .company .ceo_msg .cont_1 .nemo {
    margin: 0 auto;
  }
  .company .ceo_msg .cont_1 .nemo_txt {
    left: 50%;
    margin-left: -155px;
    border: 0px solid red;
  }
  .company .ceo_msg .cont_2 {
    width: 100%;
    float: none;
  }
  .company .ceo_msg .msg1 {
    width: 98%;
    margin: 1%;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .company .ceo_msg .msg2 {
    width: 98%;
    margin: 1%;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .company .ceo_msg .msg3 {
    width: 98%;
    margin: 1%;
    border: 0;
  }
}
@media screen and (max-width: 991px) {
  .idea_title {
    font-size: 26px;
  }
  .idea_flex_item {
    width: 100%;
    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;
  }
  .work_area {
    padding: 20px 10px;
  }
  .idea_flex {
    gap: 15px;
    margin: 10px auto 20px auto;
  }
}
@media screen and (max-width: 550px) {
  .company {
    padding: 0 10px;
    margin: 40px auto;
  }
  .company .ceo_msg .cont_1 {
    padding-bottom: 20px;
  }
  .company .ceo_msg .cont_1 img {
    width: 100%;
  }
  .company .ceo_msg .cont_1 img.half {
    width: calc(50% - 10px);
  }
  .company .ceo_msg .cont_2 {
    padding: 0;
    margin-top: 0px;
    margin-left: 0;
  }
  .company .ceo_msg .cont_2 .bold {
    font-size: 1.2em;
    margin-left: 0;
  }
  .company .ceo_msg .cont_2 p {
    font-size: 15px;
    margin-left: 0;
    line-height: 1.5;
  }
  .company .ceo_msg .cont_2 .bold strong {
    display: inline-block;
    margin-top: -5px;
  }
  .company .ceo_msg .cont_2 .sign {
    display: block;
    font-size: 1.3em;
  }
  .initial_top {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    padding: 0 20px;
    flex-direction: column;
  }
  .initial_top .box {
    width: 100%;
    padding: 30px 20px;
  }
  .initial_top .box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .initial_top .box p {
    font-size: 14px;
    text-align: left;
    word-break: keep-all;
  }
}
.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: 20%;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

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

@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;
  }
}
/*# sourceMappingURL=custom.css.map */