@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');

/* @charset "utf-8"; */
* {
  transition: all 0.3s;
}

/*************************/
/* 06. DOWNLOAD
/************************/
#download {
  height: auto;
  background-image: url('../images/bg_download.png');
}

#download .wrap_intro {
  max-width: 1000px;
  padding: 3.25rem 0 6.5rem;
}

#download .wrap_sub_intro {
  display: block;
  margin-top: 2rem;
  padding: 0;
  margin: 0 auto;
}

.ttl_intro {
  margin-top: 3rem;
  display: block;
}

.store_download_button2 {
  width: 95%;
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}

.store_download_button2 div {
  width: 200%;
}

.store_download_button div:first-child {
  margin-left: 0;
}

.store_download_button div:last-child {
  margin-right: 0;
}

.pc_app_div {
  display: block;
}

.mo_ttl_intro {
  display: none;
}

.download_header_text {
  font-size: 30px;
}

.cont_2 {
  height: 0;
  align-items: start;
}

.download_text {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.download_text_info {
  font-size: 16px;
  color: #a7a08e;
}

.download_text_info2 {
  padding-bottom: 100px;
}

.download_os {
  width: 100%;
  font-size: 20px;
  margin-bottom: 14px;
}

.download_os thead th {
  background-color: #937a51;
  height: 60px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
}

.download_os tbody td {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 0.8rem;
}

.download_os2 thead th {
  background-color: #fff;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
}

.download_os2 tbody td {
  background-color: #937a51;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
}

.driver_download_btn {
  margin-top: 10px;
}

.download_os3 th {
  width: 50%;
}

/* 모바일 */
.mo_wrap_sub_intro {
  display: none;
  width: 100%;
}

.mo_download_os {
  display: none;
  width: 100%;
}

.mo_download_os thead,
.mo_download_os tbody {
  width: 100%;
}

.mo_download_os thead th {
  background-color: #937a51;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}

.mo_download_os tbody td {
  background-color: #fff;
  font-size: 0.8rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  padding: 0.5rem;
}

.mo_wrap_sub_intro .cont_2 {
  height: auto;
  max-height: unset;
}

@media screen and (max-width: 720px) {
  #download {
    padding-top: 73px;
  }

  .mobile {
    display: block;
  }
  .pc,
  .pc_app_div,
  .wrap_sub_intro {
    display: none;
  }

  #download .pc{
    display: none;
  }

  .store_download_button div {
    margin-left: 0;
    margin-right: 1rem;
  }

  .store_download_button div:nth-child(3) {
    margin-right: 0;
  }

  .mo_wrap_sub_intro {
    display: block;
  }

  .mo_download_os {
    display: inline-table;
  }

  .ttl_intro {
    margin-top: 1rem;
  }

  #download .wrap_intro {
    padding: 1.5rem;
  }

  #download table {
    margin: 0 0 1rem;
  }

  .store_download_button2 {
    margin: 1.5rem 0;
  }

  .download_text {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    font-weight: bold;
  }

  .download_text:not(:first-child) {
    margin-top: 3rem;
  }

  .download_text_info {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
  }

  .download_text_info:last-child {
    margin-bottom: 50px;
  }
}

/* 모바일 가로 모드 */
@media screen and (max-width: 950px) and (orientation: landscape) {
  /* #download {
        height: 800px;
    } */
}

/* //모바일 가로 모드 */
