@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");


.mouse_u2 {
  background: #fff;
}
/* 회사소개 */
.company {
  max-width: 1200px;
  overflow: hidden;
  margin: 50px auto 10px 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 p strong {
  font-size: 1.5rem;
  line-height: 26px;
}

.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: #1f7bbf;
  font-size: 1.6em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  font-family: 'BMEULJIRO';
}

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



.bottom_sec {
  padding: 80px 0;
}

.bottom_sec img {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.bottom_sec h2 {
  font-size: 38px;
  font-family: 'BMEULJIRO';
  text-align: center;
  margin-bottom: 40px;
}

.bottom_sec p {
  font-size: 20px;
  text-align: center;
  color: #333;
  word-break:keep-all;

}

.bottom_sec p span {
  font-size: 24px;
  color: #000;
}

.bottom_sec p span b {
  font-size: 110%;
}

.menu_flex {
  display: flex; 
  flex-wrap:wrap;
  gap:20px;
  margin: 40px auto;
  overflow: hidden;
}

.menu_flex.flexcenter {
  gap:35px;
  justify-content: center;
}

.menu_item {
  width: calc(100% / 4 - 16px);
  background: rgba(255,255,255,0.8);
  border-radius:25px;
  padding:25px 20px;
  text-align: center;
  border:1px solid #e7e7e7;

}

.menu_item.darkblue {
  background: #111057; 
}

.menu_item.darkblue h3 {
  color:#fff;
}
.menu_item.darkblue p {
  color:#fff;
}

.menu_item img {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.menu_item h3 {
  font-size:24px;
  font-family:'BMEULJIRO';
  margin-bottom: 20px;
  color:#000;
}
.menu_item p {
  font-size:17px;
  color:#333;
  word-break:keep-all;
}

.review_box {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}

.swiper-slide img {
  display: block;
  width: 100% !important;
}
.rank_box {
  margin-bottom: 60px;
  overflow: hidden;
  display: flex;
  gap:20px;
}

.rank_box img {
  display: block;
  width: 50% !important;
}

.note_span {
  display: block;text-align:center;
}


@media screen and (max-width:1023px) {
  .company .ceo_msg .cont_2 p strong {
    font-size: 1.2rem;
    line-height: 23px;
  }
  .bottom_sec {
    padding: 40px 10px;
  }

  .bottom_sec img {
    width: 100%;
  }

  .bottom_sec h2 {
    font-size: 30px;
    word-break:keep-all;
  }

  .bottom_sec p {
    font-size: 17px;
    word-break: keep-all;
  }

  .bottom_sec p span {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {

  .menu_flex.flexcenter {
    gap: 15px;
    justify-content: center;
}

  .menu_item {
    width: calc(100% / 2 - 16px);
    padding: 25px 10px;
  }
  
  .menu_item img {
      margin-bottom: 10px;
  }
  .menu_item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
    .bottom_sec p {
      font-size: 13px;
  }

  .rank_box {
    flex-direction: column;
    gap:10px;
  }
  
  .rank_box img {
    width: 100% !important;
  }
  
}


/*# sourceMappingURL=style.css.map */