/**** 임시 이미지 화면 Start ****/
.section-img01 {
  background-image: url(assets/images/section/01.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-attachment:fixed; */
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  height: 1130px;
}

.section-img02 {
  background-image: url(assets/images/section/02.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f8f8fb;
  /* background-attachment:fixed; */
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  height: 1130px;
}

.section-img03-video {
  background-image: url(assets/images/section/03.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-attachment:fixed; */
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  height: 1130px;
}
/**** 임시 이미지 화면 End ****/

.border {
  border: 1px solid red;
}

/**** Start Laguage Menu ****/
.header-util-box {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 1000;
}

.header-lang .dropdown {
  position: relative;
}
.header-lang .dropbtn {
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 14px;
  height: 100%;
  cursor: pointer;
}

.header-lang .dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #8584ca66;
  min-width: 100px;
  z-index: 1;
  border: 0px solid #ffffff;
}

.header-lang.open .dropdown-content {
  display: block;
}

.header-lang .dropdown-content button {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: right;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/**** End Laguage Menu ****/

p {
  color: #5d5a88;
}

.mu-title-area p {
  font-size: 18px;
}

.mu-google-btn {
  background-color: transparent;
  border: 0px solid #fff;
  border-radius: 0;
  color: transparent;
  display: inline-block;
  margin: 0px;
  padding: 0;
  text-transform: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-google-btn:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: transparent;
  display: inline-block;
  margin: 0px;
  padding: 0;
  text-transform: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mu-google-btn img:hover {
  background-color: transparent;
  background-image: url(../images/f4c-Logo_hover.svg);
}

.mu-google-btn:focus {
  background-color: transparent;
  border: none;
}

.mu-header-featured-content h1 span {
  font-size: 48px;
}
.mu-header-featured-content p {
  font-size: 20px;
}

.mu-header-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.mu-title-dot,
.mu-title-dot::after,
.mu-title-dot::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.mu-feature-btn,
.mu-menu-btn,
.mu-video-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#mu-header {
  background-image: url("../images/Heros_BG.jpg");
  display: inline;
  float: left;
  width: 100%;
  /* height: 100vh; */
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.mu-header-featured-area {
  display: flex;
  /* float: left; */
  padding: 50px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.mu-logo {
  color: #fff;
  /* font-size: 59px; */
  display: flex;
  font-weight: 700;
  margin-top: 75px;
  justify-content: center;
}

.mu-header-overlay {
  display: inline;
  float: left;
  opacity: 1;
  width: 100%;
  /* height: 100vh; */
}

.mu-header-featured-content {
  display: flex;
  flex-direction: column;
  float: none;
  margin-top: 100px;
  margin-bottom: 100px;
  /* text-align: center; */
  width: 100%;
}

.mu-logo-area {
  display: flex;
  float: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.mu-header-featured-content h1 {
  font-size: 45px;
  color: #47d445;
  font-weight: 300;
  margin-bottom: 15px;
}

.mu-feature-btn {
  background-color: #2645d6;
}
.mu-google-btn:hover {
  color: #47d445;
}

.signle-service {
  margin-top: 30px;
}
.img-fluid {
  min-width: 100%;
  height: auto;
}

.card-box {
  padding: 4rem 3rem 3rem 3rem;
  border-left: 1px solid #d4d2e3;
  border-right: 1px solid #d4d2e3;
  border-bottom: 1px solid #d4d2e3;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  height: 210px;
}

figcaption h5 {
  color: #2645d6;
  margin-bottom: 1.2rem;
}

/* Core Tech */
.core-service {
  background-color: #fff;
}
.core-service.core-card-box {
  padding: 4rem 3rem 3rem 3rem;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
}

.core-mu-feature-content-right .media {
  display: flex;
  flex-direction: column;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
  background-color: #fff;
  padding: 3rem 3rem;
  margin-top: 3rem;
  min-height: 645px;
}

.core-mu-feature-content-right .media .media-heading {
  display: contents;
  font-size: 22px;
  font-weight: 700;
  color: #2645d6;
  padding-bottom: 50px;
}
.core-mu-feature-content-right .media .media-body {
  display: contents;
}

.core-mu-feature-content-right .media .media-body p.subtit {
  margin-top: 20px;
  font-weight: 700;
}
.core-mu-feature-content-right .media .media-body p {
  margin-top: 0px;
}

.core-mu-feature-content-right .media .media-left img {
  margin-top: 3rem;
}
.core-mu-feature-content-right .media .media-left img.first {
  margin-bottom: 3.77rem;
}

/* News */
.news-service {
  background-color: #fff;
}
.news-service.news-card-box {
  padding: 4rem 3rem 3rem 3rem;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
}

.news-mu-feature-content-right .media {
  display: flex;
  flex-direction: column;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
  background-color: #fff;
  padding: 3rem 3rem;
  min-height: 264px;
}

.news-mu-feature-content-right .media:hover {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.news-mu-feature-content-right .media a {
  color: #8a8a92;
  border: 1px solid #dbdbec;
  border-radius: 100px;
  padding: 6px 16px;
  width: fit-content;
}

.news-mu-feature-content-right .media a:hover {
  color: #1c1b1b;
  border: 1px solid #1c1b1b;
}

.news-mu-feature-content-right .media .media-heading {
  display: contents;
  font-size: 15px;
  font-weight: 700;
  color: #8a8a92;
  padding-bottom: 50px;
}

.news-mu-feature-content-right .media .media-body {
  display: contents;
}

.news-mu-feature-content-right .media .media-body p.subtit {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #2645d6;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.news-mu-feature-content-right .media .media-body p {
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.news-mu-feature-content-right .media .media-left img {
  margin-top: 3rem;
}
.news-mu-feature-content-right .media .media-left img.first {
  margin-bottom: 3.77rem;
}

/* Team */
.team-service {
  background-color: #fff;
}
.team-service.news-card-box {
  padding: 4rem 3rem 3rem 3rem;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
}

.team-mu-feature-content-right .media {
  display: flex;
  flex-direction: column;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
  background-color: #fff;
  padding: 3rem 3rem;
  min-height: 380px;
}

.team-mu-feature-content-right .media .media-heading {
  display: contents;
  font-size: 18px;
  font-weight: 700;
  color: #8a8a92;
  padding-bottom: 50px;
}

.team-mu-feature-content-right .media .media-body {
  display: contents;
}

.team-mu-feature-content-right .media .media-body p.subtit {
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  color: #9fb7f1;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.team-mu-feature-content-right .media .media-body p {
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.team-mu-feature-content-right .media .media-left img {
  margin-top: 3rem;
}
.team-mu-feature-content-right .media .media-left img.first {
  margin-bottom: 3.77rem;
}

.team-mu-feature-content-right .media .media-body ul {
  display: flex;
  flex-direction: column;
}

.team-mu-feature-content-right .media .media-body ul li {
  display: flex;
  font-size: 14px;
  color: #8a8a92;
  line-height: 22px;
}
.team-mu-feature-content-right .media .media-body ul li span {
  padding-right: 4px;
  font-size: 6px;
  color: #8a8a92;
  line-height: 22px;
}

.mu-team-area .row.first {
  margin-bottom: 3rem;
  display: inline-flex;
  flex-direction: row;
}

.mu-team-area .row.ceo {
  margin-bottom: 3rem;
  display: flex;
}

.row.ceo .team-mu-feature-content-right .media {
  min-height: 300px;
  flex-direction: row;
}

.row.ceo .team-mu-feature-content-right .media .avatar {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row.ceo .team-mu-feature-content-right .media .cc-01 {
  width: 33.3333%;
  padding: 2rem 2rem;
  font-weight: 700;
}

.row.ceo .team-mu-feature-content-right .media .cc-02 {
  width: 33.3333%;
  padding: 2rem 2rem;
}

.row.ceo .team-mu-feature-content-right .media .avatar figure.team-ceo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: auto;
  margin-bottom: 1rem;
}

/* Contact Us */

#mu-contact .mu-contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mu-contact .mu-title-area p.company {
  color: #9fb7f1;
  font-weight: 700;
}

#mu-contact .mu-title-area p.mail a {
  color: #9fb7f1;
}

#mu-contact .mu-title-area p.mail a:hover {
  color: #505058;
}

#mu-contact .mu-contact-right .mu-contact-right-single {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

#mu-contact .mu-contact-content {
  margin-top: 0px;
}

#mu-contact ul.adress {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#mu-contact ul.adress li {
  display: inline-flex;
  line-height: 28px;
  font-size: 15px;
  color: #8a8a92;
}

#mu-contact ul.adress li span {
  display: inline-flex;
  line-height: 28px;
  font-size: 8px;
  padding-right: 4px;
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 991px) {
  .card-box {
    min-height: 200px;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .media:first-child {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .mu-team-area .row.first {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .team-mu-feature-content-right .media {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .mu-team-area .row.first {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .mu-team-area .row.ceo {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .row.ceo .team-mu-feature-content-right .media {
    min-height: 300px;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .row.ceo .team-mu-feature-content-right .media .cc-01 {
    width: 100%;
    padding: 2rem 2rem 0rem 2rem;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .row.ceo .team-mu-feature-content-right .media .cc-02 {
    width: 100%;
    padding: 0rem 2rem 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .row.ceo .team-mu-feature-content-right .media .avatar {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #mu-contact ul.adress {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  #mu-contact ul.adress li {
    line-height: 20px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  #mu-contact ul.adress li span {
    line-height: 20px;
  }
}

@media (max-width: 640px) {
  .mu-header-featured-content {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  #mu-video {
    background-image: url("../images/video_BG.png");
    background-attachment: local;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mu-header-featured-content h1 span {
    font-size: 38px;
    word-break: keep-all;
  }
}
