@charset "utf-8";

/* ----- 기업소개 | 선보로보틱스 ----- */
/* ----- slogan ----- */
.slogan, .intro_content{
  margin-bottom: 300px;
}
.intro_title, .intro_content{
  text-align: right;
}
.intro_content{
  margin-top: 2rem;
}

@media(max-width: 700px){
  .slogan, .intro_title, .intro_content{
    text-align: center;
  }
}


/* ----- ceo ----- */
.ceo .inner02{
  display: flex;
  justify-content: space-between;
}
.ceo .inner02 > div{
  width: 40%;
  position: relative;
}
.choi{
  margin-top: 300px;
}
.ceo .inner02 > div .btn_white{
  position: absolute;
  top: 3rem;
  right: 0;
  cursor: default;
}
.ceo_content{
  margin-top: 3rem;
}
.btn_twinny{
  background: url(../assets/img/btn_twinny.png) no-repeat center / contain;
}
.btn_twinny::after{
  content: '천홍석';
}
.btn_sunbo{
  background: url(../assets/img/btn_sunbo.png) no-repeat center / contain;
}
.btn_sunbo::after{
  content: '최영찬';
}

@media(max-width: 1400px){
  .ceo .inner02 > div{
    width: 50%;
  }
}
@media(max-width: 900px){
  .ceo .inner02{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ceo .inner02 > div{
    width: 100%;
  }
  .choi{
    margin-top: 100px;
  }
}
@media(max-width: 700px){
  .ceo_title, .ceo_content{
    text-align: center;
  }
  .ceo_title{
    margin-top: 120px;
  }
  .ceo_content{
    margin-top: 1rem;
  }
  .ceo .inner02 > div .btn_white{
    top: 0;
    right: calc(50% - 60px);
  }
}


/* ----- 기업소개 | CI ----- */
/* ----- meaning ----- */
.meaning_box .inner02{
  padding-bottom: 100px;
  border-bottom: 1px solid #6A9BC3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.meaning_box .inner02::after{
  content: '';
  width: 1px;
  background-color: #6A9BC3;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  animation: footer_ani 5s infinite linear;
}
@keyframes footer_ani{
  0%{
    height: 50px;
  }
  70%{
    height: 80px;
  }
  100%{
    height: 50px;
  }
}

.meaning{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon_box{
  margin: auto;
}
.meaning span{
  margin: 0 auto 3rem auto;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
}
.meaning img{
  width: 130px;
}
.meaning02 img{
  width: 172px;
}
.meaning03 img{
  width: 25px;
}

@media (max-width: 1100px){
  .meaning_box .inner02{
    padding-bottom: 100px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
@media (max-width: 700px){
  .meaning span{
    margin: 0 auto 2rem auto;
    font-size: 0.8rem;
  }
  .meaning img{
    width: 100px;
  }
  .meaning02 img{
    width: 142px;
  }
  .meaning03 img{
    width: 20px;
  }
}


/* ----- logo ----- */
.logo{
  padding-top: 200px;
  margin-bottom: 300px;
  display: flex;
  justify-content: center;
}
.logo img{
  width: 280px;
}
@media (max-width: 1100px){
  .logo img{
    width: 250px;
  }
}
@media (max-width: 500px){
  .logo img{
    width: 200px;
  }
}
@media (max-width: 300px){
  .logo img{
    width: 150px;
  }
}


/* ----- rule ----- */
.rule_grid, .rule_space, .rule_color{
  margin: 200px 0;
}
.rule_space{
  text-align: right;
}
.rule_box .txt_small{
  margin: 0.8rem 0 2rem 0;
}
.rule_img{
  width: 700px;
}

@media(max-width: 900px){
  .rule_img{
    width: 100%;
  }
}
@media(max-width: 700px){
  .rule_grid, .rule_space, .rule_color{
    text-align: center;
  }
}


/* ----- download ----- */
.download_box{
  margin: 400px 0;
}
.download_box_catalog{
  margin: 0 0 400px 0;
}
.download_box .inner02{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_download_ai::after{
  content: 'AI';
}
.btn_download_png::after{
  content: 'PNG';
}
.btn_download_ko::after{
  content: '국문';
}
.btn_download_eng::after{
  content: '영문';
}

@media(max-width: 900px){
  .download_box{
    margin: 300px 0;
  }
  .download_box_catalog{
    margin: 0 0 300px 0;
  }
}
@media(max-width: 700px){
  .download_box{
    margin: 200px 0;
  }
  .download_box_catalog{
    margin: 0 0 200px 0;
  }
  .download_box .inner02{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
  }
  .download_box .btn_download{
    margin: 0 auto;
  }
}