@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");
/* 회사소개 */
.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%;
  overflow: hidden;
  /* margin-top: 50px; */
}

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

.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 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.company .ceo_msg .cont_1 img.half {
  width: calc(50% - 12px);
}

.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: 17px;
  margin-top: 10px;
  word-break: keep-all;
}

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

.company .ceo_msg .cont_2 .bold strong {
  /* color: #353aac; */
  color: #211C84;
  font-size: 1.8em;
  font-weight: 700;
  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: 1.5rem;
  display: inline-block;
  padding-left: 15px;
}

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

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

.initial_top .box {
  width: 50%;
  padding: 60px 70px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  border-radius: 25px;
}

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

.initial_top .box p {
  font-size: 17px;
  text-align: left;
}
.initial_top .box p span {
  display: block;
  position: relative;
  padding-left: 10px;
}
.initial_top .box p span::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}

@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: 567px) {
  .company {
    margin: 20px auto 1px auto;
  }
  .company .ceo_msg {
    padding: 0 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .company .ceo_msg .cont_1 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .company .ceo_msg .cont_1 img {
    width: 100%;
  }
  .company .ceo_msg .cont_2 {
    padding: 0;
  }
  .company .ceo_msg .cont_2 .bold {
    font-size: 1.2em;
  }
  .company .ceo_msg .cont_2 p {
    font-size: 14px;
    margin-left: 0;
  }
  .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 {
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .initial_top .box {
    width: 100%;
    padding: 25px 25px;
  }
  .initial_top .box h4 {
    font-size: 24px;
  }
  .initial_top .box p {
    font-size: 14px;
    word-break: keep-all;
  }
}/*# sourceMappingURL=style.css.map */