/* greeting-container */
.greeting-container .profile-container {
  aspect-ratio: 16/5;
  background-color: #eee;
  margin-bottom: 5rem;
  background: url('../img/ceo-picture.jpg') no-repeat center / cover;
}

.greeting-container .profile-bg-text {
  font-size: 4rem;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.greeting-container .profile-bg-text .sub-tit {
  font-size: 0.8em;
  margin-top: 0.5em;
  line-height: 1.25;
}

.greeting-info {
  text-align: center;
}

.greeting-info .sub-mid-tit {
  margin-bottom: 1em;
}

.greeting-info-contents:after {clear:both; content: ""; display: block;}
.greeting-info-left {float:left; width:33%;}
.greeting-info-left img {width:100%;}
.greeting-info-right {float:right; width:66%;}

.greeting-info-text li {
  font-size: 2.2rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: left;
}

.greeting-info-text li .font-b {
  font-weight: bold;
  color: #121212;
  font-size: 1.1em;
}
.sign-container {
  margin-top: 5rem;
  align-items: flex-end;
  /*justify-content: center;*/
}
.sign-container .sign-box {
  width: 16rem;
  margin-left: 0em;
  height: 5rem;
  background: url('../img/sign.jpg') no-repeat center / cover;
  /* background-color: #eee; */
}
/* greeting-container */

.location-container .kakao-location {
  aspect-ratio: 16 / 5;

  width: 100%;
  position: relative;
}

/* location */
.location-container .kakao-location .location {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.kakao-location .location.root_daum_roughmap .wrap_map {
  height: 100%;
}
.location-container .half-container {
  align-items: flex-end;
  height: initial;
}
.location-container .half-container .img-container {
  flex: 1;
}

.location-container .half-container .info-container {
  flex: 1.2;
  margin-left: 10rem;
}

.location-container .half-container .info-container .tit {
  margin-bottom: 1em;
}

.location-info {
  font-size: 1.8rem;
  padding: 1.35em 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.location-info:first-child {
  border-top: 1px solid #ccc;
}
.location-info .info {
  color: #999;
  font-size: 0.9em;
}
.location-info .contact-box {
  margin-right: 3em;
}
.location-info .info a {
  color: #999;
}
/* location */

/* certi */
.certi-box {
  align-items: flex-end;
}

.certi-box .certi-img-wrap {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5em 0;
  flex: 1;
  width: 40%;
}

.certi-box .certi-text-wrap {
  flex: 1.5;
  margin-left: 5em;
}

.certi-box .certi-text-wrap .sub-big-tit {
  margin-bottom: 0.5em;
}

.certi-box .certi-text-wrap .certi-info {
  font-size: 1.8rem;
  color: #888;
  word-break: keep-all;
}

.certi-box .certi-text-wrap .certi-info li {
  margin-bottom: 0.5em;
}

.certi-box .certi-text-wrap .certi-info li:last-child {
  margin-bottom: 0;
}
.certiSwiper {
  width: 80%;
}

.certiSwiper .swiper-slide {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.certiSwiper .swiper-button-next,
.certiSwiper .swiper-button-prev {
  color: #e2590f;
}

.certiSwiper .swiper-slide p {
  font-size: 2rem;
  margin-top: 1em;
}
.certi-box .certi-img-wrap .img-container {
  max-width: 22rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
/* certi */


/* works */

.works-img-bnr {overflow: hidden;}

.works-img-bnr .img-container {
  /*aspect-ratio: 16/5;*/
  height: 100%;
  background-color: #eee;
  margin-bottom: 5rem;
  background: url('../img/work-picture.jpg') no-repeat center / cover;
}

.works-img-bnr .img-container .inner {margin: 0 0 0 60%; width: auto;}
.works-img-bnr .works-bg-text {
  font-size: 4rem;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top:100px;
}

.works-img-bnr .works-bg-text .sub-tit {
  font-size: 0.8em;
  margin-top: 0.5em;
  line-height: 1.25;
}


.works-container .work-box:not(.work-box:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10rem;
}

.works-container .work-title {
  flex: 1;
  line-height: 1.3;
}

.works-container .work-info-wrap {
  flex: 2;
}

.works-container .work-info-txt {
  color: #888;
  font-size: 2.2rem;
}

.works-container .work-info-txt li {
  margin-bottom: 0.5em;
}
.works-container .brand-wrap {
  margin: 5em 0 1em;
}
.works-container .brand-tit {
  font-size: 2rem;
  font-weight: bold;
  display: inline-flex;
  text-align: center;
  background-color: #e2590f;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 1.2em;
  margin-bottom: 2em;
}

.works-container .brand-box {
  flex-wrap: wrap;
}

.works-container .brand-box li {
  width: calc(20% - 1rem);
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.works-container .brand-box li:nth-child(5n) {
  margin-right: 0;
}
/* works */

@media (max-width: 1200px){
  .inner {width:95%; min-width: auto;}
    
  .greeting-info-text li {
    font-size: 1.8rem;
  }
  .greeting-info-right {padding-right: 10px;}
    
}
@media (max-width: 1024px) {

  .location-container .half-container {
    flex-direction: column;
  }

  .location-container .half-container .info-container {
    flex: 1;
    margin-left: 0;
    margin-top: 2em;
    width: 100%;
  }

  .certiSwiper .swiper-button-next:after,
  .certiSwiper .swiper-button-prev:after {
    font-size: 2.8rem;
  }

  .certi-box .certi-img-wrap .img-container {
    max-width: 18rem;
  }
  .certi-box .certi-text-wrap .certi-info {
    font-size: 1.6rem;
  }

  .works-container .work-info-txt,
  .works-container .brand-tit {
    font-size: 1.8rem;
  }
}

@media (max-width: 820px) {
  .greeting-info-left {float:none; width:100%; text-align: center; background-color:#fbfbfa; margin-bottom: 20px;}
  .greeting-info-left img {width: auto;}
  .greeting-info-right {float:none; width:100%; text-align: center;}
  .greeting-info-text li {
    text-align: center;
  }
  .sign-container {
    justify-content: center;
  }
  .certi-box {
    flex-direction: column;
  }

  .certi-box .certi-img-wrap,
  .certi-box .certi-text-wrap {
    flex: 1;
    width: 100%;
  }

  .certi-box .certi-text-wrap {
    margin-top: 1em;
  }

  .works-img-bnr .works-bg-text {
    font-size: 2.4rem;
  }
  .works-img-bnr .img-container .inner {
    margin: 0 0 0 55%;
  }
  .works-img-bnr .works-bg-text {
    padding-top: 56px;
  }
    
  .works-container .work-box {
    flex-direction: column;
  }
  .works-container .work-title {
    margin-bottom: 0.5em;
  }

  .works-container .work-title br {
    display: none;
  }
}

@media (max-width: 650px) {
  .greeting-container .profile-container {
    aspect-ratio: 3 / 2;
    background-image: url('../img/ceo-picture-m.jpg');
  }

  .greeting-container .profile-bg-text {
    font-size: 2.4rem;
    text-align: center;
    align-items: center;
  }

  .greeting-container .profile-bg-text br {
    display: inline-block;
  }
  .greeting-info .sub-mid-tit {
    line-height: 1.2;
  }
  .greeting-info-text li {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .greeting-info-text li br {
    display: none;
  }
  .location-container .kakao-location {
    aspect-ratio: 3 /2;
  }
  .location-container .half-container .img-container {
    flex: 100%;
  }
  .location-container .half-container .info-container {
    flex: 100%;
    margin-top: 2em;
    margin-left: 0;
  }

  .location-info {
    font-size: 1.6rem;
    flex-wrap: wrap;
  }
  .location-info .contact-box {
    margin-bottom: 0.5em;
  }

  .certi-box .certi-img-wrap {
    flex: 100%;
    width: 100%;
    padding: 2em 0;
  }

  .certi-box .certi-img-wrap .img-container {
    max-width: 50%;
  }

  .certi-box .certi-text-wrap {
    flex: 100%;
    margin-left: 0;
    margin-top: 1.5em;
  }

  .certi-box .certi-text-wrap .certi-info {
    font-size: 1.4rem;
  }

  .certiSwiper .swiper-button-next:after,
  .certiSwiper .swiper-button-prev:after {
    font-size: 2.8rem;
  }

  .works-img-bnr .img-container .inner {
    margin: 0 0 0 45%;
  }
  .works-img-bnr .works-bg-text .sub-tit {
    margin-top: 0;
  }
   
  .works-container .work-box {
    flex-direction: column;
  }

  .works-container .work-box:not(.work-box:last-child) {
    padding-bottom: 5vh;
  }

  .works-container .work-info-txt {
    font-size: 1.4rem;
    margin-top: 1em;
  }

  .works-container .work-title br {
    display: none;
  }
  .works-container .work-info-txt li {
    margin-bottom: 0.3em;
  }

  .works-container .brand-tit {
    font-size: 1.6rem;
  }

  .works-container .brand-box li {
    width: calc(50% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .works-container .brand-box li:nth-child(2n) {
    margin-right: 0;
  }
  .works-container .brand-box li:nth-child(5n) {
    margin-right: 1rem;
  }
}
@media (max-width: 440px) {
    .greeting-info-left img {width: 80%;}
    
}