@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

/*body layout*/
#body_layout.a_type .body_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
#body_layout.a_type .lnb_wrap {
  display: flex;
  justify-content: flex-start;
  top: -243px;
  width: 224px;
  z-index: 12;
}
#body_layout.a_type .lnb_wrap .lnb_title {
  overflow: hidden;
  position: relative;
  text-align: left;
  z-index: 10;
  box-sizing: border-box;
}
#body_layout.a_type .lnb_wrap .lnb_title span {
  display: block;
  margin: 2px 0 0;
  font-size: 16px;
  color: #fff;
}
#body_layout.a_type .lnb_wrap .lnb_title strong {
  display: block;
  color: #fff;
  font-size: 37px;
  line-height: 1;
  font-family: "Noto Sans KR", "sans-serif" !important;
  letter-spacing: -1px;
  font-synthesis: style;
  font-weight: bold;
}
#body_layout.a_type .lnb_wrap .depth2_ul {
  background-color: #fbfbfb;
  margin-bottom: 13px;
}
#body_layout.a_type .lnb_wrap .depth2_ul li {
  border: none;
}
#body_layout.a_type .lnb_wrap .depth2_ul li a {
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  position: relative;
}
#body_layout.a_type .lnb_wrap .depth2_ul li a span {
  line-height: 22px;
}
#body_layout.a_type .lnb_wrap .depth2_ul li.on a span {
  font-weight: 700;
  color: #222;
}
#body_layout.a_type .lnb_wrap .depth2_ul > li > a:hover,
#body_layout.a_type .lnb_wrap .depth2_ul > li > a:focus,
#body_layout.a_type .lnb_wrap .depth2_ul > li.on > a {
  font-weight: bold;
  color: #333;
}
#body_layout.a_type .lnb_wrap .depth2_ul > li > a:hover:before,
#body_layout.a_type .lnb_wrap .depth2_ul > li > a:focus:before,
#body_layout.a_type .lnb_wrap .depth2_ul > li.on > a:before {
  background: #333;
  opacity: 1;
}
#body_layout.a_type .lnb_wrap .depth2_ul > li.on > a {
  font-weight: bold;
  background: #eee;
}
#body_layout.a_type .contents_wrap {
  max-width: 940px;
  margin: 0 0 150px 280px;
}
#body_layout.a_type .contents_wrap .title_wrap {
  height: 100%;
  margin-bottom: 40px;
  border: none;
  text-align: center;
}
#body_layout.a_type .contents_wrap .title_wrap .title_box {
  display: inline-block;
}
#body_layout.a_type .contents_wrap .title_wrap .title_box h2 {
  font-size: 36px;
  font-family: "Noto Sans KR", "sans-serif" !important;
  letter-spacing: -1px;
  font-synthesis: weight;
  font-weight: 600;
  line-height: 1;
  line-height: 50px;
}
#body_layout.a_type .contents_wrap .title_wrap .title_box h5 {
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 600;
  word-break: keep-all;
}
#body_layout.a_type .contents_wrap .title_wrap .desc_summary {
  margin-top: 0;
  font-size: 18px;
  line-height: 34px;
  white-space: pre-line;
  word-break: keep-all;
}
#body_layout.a_type .contents_wrap .title_wrap img {
  width: 100%;
  border-radius: 8px;
  margin: 40px 0 60px;
}
#body_layout.a_type .lnb_wrap,
#body_layout.a_type .lnb_wrap .title_wrap {
  width: 228px;
} /* 2차메뉴 넓이 */
#body_layout.a_type .lnb_wrap .title_wrap {
  height: 110px;
}
#body_layout.a_type .lnb_wrap .depth2_ul li a {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-top: 0;
  border-bottom: 0;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #444;
  text-align: left;
  line-height: 22px;
  padding: 14px 32px;
}
#body_layout.a_type .lnb_wrap {
  display: inline-block;
  float: left;
}
#body_layout.a_type .lnb_wrap .depth2_ul {
  width: 100%;
  display: inline-block;
}
#body_layout.a_type .lnb_wrap .depth2_ul li {
  width: 100%;
  display: inline-block;
  float: left;
}
#body_layout.a_type .lnb_wrap .depth2_ul li:nth-child(8) {
  margin-top: 20px;
  border-top: 1px solid #eee;
}

#body_layout.a_type .lnb_wrap .depth2txt {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-top: 0;
  border-bottom: 0;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 22px;
  padding: 16px 24px;
  background-color: #111;
}
#body_layout.a_type .lnb_wrap .depth2txt:before {
  font-weight: bold;
  display: block;
  opacity: 1;
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  border-radius: 2px;
  background: #fff;
}

@media (max-width: 1023px) {
  .layout {
    padding: 0 15px;
  }
  #body_layout.a_type .lnb_wrap {
    display: none;
  }
  #body_layout.a_type .contents_wrap .title_wrap {
    margin-bottom: 24px;
  }
  #body_layout.a_type .contents_wrap .title_wrap .title_box h2 {
    font-size: 30px;
    font-weight: 500;
    color: #111;
    text-align: center;
    display: block;
    float: none;
    width: 100%;
    position: relative;
    word-break: keep-all;
  }

  #body_layout.a_type .contents_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 0 100px;
  }
  #body_layout.a_type .contents_wrap .title_wrap .title_box {
    display: block;
    width: 100%;
  }

  @media (max-width: 830px) {
    #body_layout.a_type .contents_wrap {
      width: 100%;
      margin: 0 auto;
    }
    #body_layout.a_type .contents_wrap .title_wrap {
      position: relative;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      margin-bottom: 18px;
    }
    #body_layout.a_type .contents_wrap .title_wrap .title_box {
    }
    #body_layout.a_type .contents_wrap .title_wrap .title_box h2 {
    }
    #body_layout.a_type .body_wrap {
    }
    #body_layout.a_type .contents_wrap .title_wrap img {
      width: 100%;
      margin-top: 40px;
    }
  }

  /* 문단스타일 */
  .txt-h2 {
    font-size: 15px;
    line-height: 28px;
    word-break: keep-all;
  }
  .subTitle2 {
    background: url(../kobay/images/guide/subTitle-bullet.png) no-repeat left
      center;
    background-size: auto 18px !important;
    padding-left: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 60px;
  }
  .list-1st > dd,
  .list-1st > li,
  .txt_bul {
    padding-left: 24px;
    color: #666;
  }
  .list-1st li {
    background: url(../kobay/images/guide/check.png) no-repeat 0 9px;
    line-height: 34px;
    min-height: 34px;
    font-size: 15px;
  }
  .list-2st {
    display: flex;
  }
  .list-2st > img {
    margin: 40px 10px 12px;
  }
  .btn-detail {
    position: absolute;
    right: 0px;
    background: #666;
    width: 128px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    transition: 0.35s;
    border-radius: 4px;
  }
  .btn-detail a {
    color: #fff;
  }
  .btn-detailL:hover {
    color: #222;
    font-weight: 400;
  }
  .btn-detail:after {
    content: "\e90b";
    font-family: xeicon;
    margin-left: 5px;
    display: inline-block;
    transition: 0.35s;
    color: #fff;
  }
  .btn-detail:hover:after {
    color: #fff;
    font-weight: 500;
    transform: translateX(5px);
  }

  .btn-detailbox {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    transition: 0.35s;
    border-radius: 4px;
    border: 1px solid #999;
    text-align: center;
  }

  .btn-detailbox:hover {
    background: #eee;
    border: 1px solid #999;
    color: fff;
  }
  .btn-detailbox a:hover {
    color: #444;
  }
}

/* Reset CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

/* Common CSS */
section.feature {
  padding: 50px 0 70px;
}

section.feature:nth-child(3) {
  padding-bottom: 160px;
}
.title_center h2 {
  font-weight: bold;
}
.cont_noti .tit_comm {
  font-weight: 600;
  margin-left: 12px;
  font-size: 28px;
}
.cont_noti .list_noti {
  padding: 20px 20px 24px;
  margin: 20px 0 100px;
  border-radius: 10px;
  background: #F7F7F9;
  word-break: keep-all;
  word-wrap: anywhere; /* white-space: break-spaces;*/
}

.cont_noti .list_noti li:before {
  font-size: 20px;
  content: "\e928";
  font-family: xeicon;
  margin-left: 12px;
  display: inline-block;
  transition: 0.35s;
  color: #222;
  font-weight: 600;
}
.cont_noti .list_noti li span {
  font-size: 16px;
  margin-left: 10px;
}
.cont_noti {
  margin-top: 26px;
}

/*사전신청버튼*/
.btnitems {
  text-align: center;
}
.btnitem {
  margin: 60px;
  display: inline-block;
  width: 346px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #999;
}
.btnitem:hover {
  transform: scale(1.03);
  background-color: #333;
}
.btnitem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 44%;
  left: 0;
  bottom: 0;
}
.btnitem h5 {
  font-size: 22px;
}
.btnitem h5 a {
  color: #fff;
}
.btn-item {
  color: #fff;
  display: inline-block;
  padding: 7px;
  border-radius: 30px;
  line-height: 60px;
  transition: 0.35s;
  position: relative;
}
.btn-item:after {
  content: "\e907";
  font-family: xeicon;
  margin-left: 5px;
  display: inline-block;
  transition: 0.35s;
  color: #fff;
}
.btn-item:hover:after {
  color: #fff;
  transform: translateX(5px);
}

/* Show and Hide Tab Content HTML */
.tab-inner {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}
.tab-btn {
  display: flex;
  justify-content: center;
}
.tab-btn a {
  border: 2px solid #111;
  border-radius: 8px;
  background-color: #fff;
  display: inline-block;
  width: 250px;
  text-align: center;
  padding: 10px;
  margin-right: 3%;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.35s;
  color: #111;
  font-size: 24px;
}
.tab-btn a:hover {
  color: #fff;
  background-color: #111;
}

.tab-btn a.active {
  background-color: #111;
  color: #fff;
  border-radius: 6px;
}
.tab-content {
  position: relative;
}
.lab-tab {
  /*position: absolute;*/
  top: 20px;
  left: 0;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  transition: 0.35s;
  background-color: #fff;
}
.lab-tab h2 {
  text-transform: uppercase;
  margin-top: 0;
}
.lab-tab p {
}
.lab-tab img {
  width: 46px;
}
.lab-tab:target {
  opacity: 1;
  visibility: visible;
  /* display: block; */
}
.lab-tab:nth-child(1) {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1023px) {
}
@media (max-width: 1000px) {
}
@media (min-width: 1400px) {
  html,
  body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* Section : Welcome */
  .heading {
    width: 90%;
    word-break: keep-all;
  }
  .heading h1 {
    font-size: 36px;
    line-height: 1.3;
    margin: 20px 6px;
    word-break: keep-all;
  }

  .heading > .btn-top {
    width: 140px;
    height: 48px;
    line-height: 48px;
    border-radius: 12px;
    font-weight: 400;
    background-color: #222;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
  }

  .heading h1 {
    font-size: 28px;
    line-height: 1.5em;
    overflow-wrap: break-word;
  }
  .download-content span {
    display: none;
  }
  .statics {
    display: none;
  }
  .next-section {
    transform: translateX(-50%) scale(0.8);
  }

  /* Section : CallAction */
  section.callaction {
    background-color: #fff;
    padding-top: 0px !important;
  }
  section.callaction h1 {
    font-size: 22px;
  }
  .introcol {
    padding: 0;
    margin-top: 6px;
    text-align: center;
    background: none;
    border-radius: 0 0 14px 14px;
  }
  .callaction-inner p {
    background: url(../kobay/images/live/livecheck01.png) no-repeat 0px 8px;
    line-height: 32px;
    min-height: 32px;
    font-size: 15px;
    text-align: left;
    padding: 0 22px;
    width: 100%;
    margin: 0;
  }
  .callaction-inner p:nth-child(2) {
    background: url(../kobay/images/live/livecheck01.png) no-repeat 0px 8px;
    line-height: 32px;
    min-height: 32px;
    font-size: 15px;
    text-align: left;
    padding: 0 22px;
    width: 100%;
    margin: 0;
  }
  .liveitem {
    margin: 0;
    padding: 60px;
    margin-top: 18px;
  }
  .liveitem:nth-child(1),
  .liveitem:nth-child(2) {
    width: 82%;
    word-break: keep-all;
    padding: 62px;
  }
}

/*livebeta*/
.inner {
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
  /* display: flex;
    align-items: center; */
}

.inner > div {
  float: left !important;
  width: 50%;
}
.desc {
  padding: 0 50px;
  padding-top: 80px;
}
.desc h2 {
  display: flex;
}
.desc h1 {
  color: #1d1d1d;
  font-size: 32px;
  line-height: 2.8em;
  text-align: left;
}
.desc p {
  padding: 4px 2px;
  text-align: left;
  color: #4d4d4d;
}

.photo img {
  width: 100%;
  /*border-radius: 8px;*/
}

/* Section : Welcome */
section.welcome {
  height: 350px;
  position: relative;
  margin-bottom: 40px;
}
.heading {
  position: absolute;
  width: 920px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.heading > .btn-top {
  width: 182px;
  height: 64px;
  line-height: 64px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #111;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
}
.heading h1 {
  color: #1d1d1d;
  font-size: 40px;
  line-height: 1.4em;
  margin: 23px 8px;
  word-break: keep-all;
}

.next-section {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.next-section a {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  background-color: #fff;
  color: #333 !important;
}
.next-section a:hover {
  color: #111 !important;
}
.next-section a i {
  animation: next 1.2s linear infinite;
}

@keyframes next {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}

/* Section : CallAction */
section.callaction {
  border-radius: 14px 14px 0 0;
  background-color: #eee;
  padding: 60px 0 0;
  margin-top: 60px;
}
.callaction-inner {
  text-align: center;
}
.callaction-inner p {
  background: url(../kobay/images/live/livecheck01.png) no-repeat 1px 8px;
  line-height: 34px;
  min-height: 34px;
  font-size: 15px;
  text-align: left;
  padding: 0px 30px;
  margin: -5px 142px;
}
.callaction-inner p:nth-child(2) {
  text-align: left;
  padding: 0px 30px;
  margin: -5px 142px;
}

section.callaction h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 40px;
}

section.callaction .btn-download {
  border: 2px solid #fff;
  background-color: transparent;
}
section.callaction .btn-download:hover {
  color: #000;
  background-color: #fff;
}

.introcol {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #eee;
  border-radius: 0 0 14px 14px;
}
.intro {
  margin: 0 auto;
  text-align: center;
}
.introcol > b {
  font-size: 20px;
  margin-bottom: 20px;
}
.introcol > p {
  font-size: 16px;
  margin-top: 40px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1023px) {
  .inner {
    width: 1020px;
    margin: auto;
    overflow: hidden;
    border-radius: 16px;
  }
  .desc {
    padding: 0px;
    padding-top: 10px;
  }
}
.desc h3 {
  color: #2d2d2d;
  font-size: 1.8em;
  line-height: 1.5em;
  text-align: left;
  overflow-wrap: break-word;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .inner {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    border-radius: 16px;
  }
  .desc {
    padding: 0px;
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  html,
  body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .inner {
    max-width: 1200px;
  }
  .desc {
    padding: 20px;
    padding-top: 10px;
  }
}

@media (max-width: 820px) {
  .inner {
    width: 820px;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
  }
  @media (max-width: 768px) {
    .tab-btn{font-size: 1.5rem;}  
    .tab-btn a {
      border: 2px solid #111;
      border-radius: 8px;
      background-color: #fff;
      display: inline-block;
      width: 250px;
      text-align: center;
      padding: 10px;
      margin-right: 3%;
      font-weight: 500;
      text-transform: uppercase;
      transition: 0.35s;
      color: #111;
      font-size: 1.5rem;
    }
    .tab-btn a:hover {
      color: #fff;
      background-color: #111;
    }
    .tab-btn a.active {
      background-color: #111;
      color: #fff;
      border-radius: 6px;
    }

    .inner {
      width: 100%;
    }

    .inner > div {
      float: none;
      width: 100%;
      text-align: center;
    }
    section.feature.smart .inner,
    section.feature.edit .inner {
      display: flex;
      flex-direction: column;
    }
    section.feature.smart .inner .decs,
    section.feature.edit .inner .decs {
      order: 1;
    }
    section.feature.smart .inner .photo,
    section.feature.edit .inner .photo {
      order: 2;
    }
    section.feature {
      padding: 0 0 50px;
    }
    .desc {
      padding: 0 10px;
      padding-top: 60px;
    }
    .desc h1 {
      font-size: 26px;
      line-height: 1.5em;
      overflow-wrap: break-word;
    }
    .desc p {
      padding: 2px 4px 12px;
      overflow-wrap: break-word;
    }

    /*.desc p:before{
          font-size: 20px;
          content: '\e928';
          font-family: xeicon;
          display: inline-block;
          transition: 0.35s;
          color: #969696;
          font-weight: 600;
          margin-right: 10px;
      }
      
      /* Section : Welcome */
    .heading {
      width: 90%;
      word-break: keep-all;
    }
    .heading h1 {
      font-size: 36px;
      line-height: 1.3;
      margin: 20px 6px;
      word-break: keep-all;
    }

    .heading > .btn-top {
      width: 140px;
      height: 48px;
      line-height: 48px;
      border-radius: 8px;
      font-weight: 400;
      background-color: #222;
      color: #fff;
      font-size: 24px;
      margin: 0 auto;
    }

    .heading h1 {
      font-size: 28px;
      line-height: 1.5em;
      overflow-wrap: break-word;
    }
    .download-content span {
      display: none;
    }
    .statics {
      display: none;
    }
    .next-section {
      transform: translateX(-50%) scale(0.8);
    }
    .btnitem {
    	margin: 0px;
    	width: 78%; 
    }
    .btnitem h5 a {
    color: #fff;
    font-size: 1.9rem;
    
}
  }
}
/*코베이연구소 End*/


/***************************************AI 코베이 Beta 추가 2504 *****************************************************/

/* -- 애니메이션 -- */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.fade-in {
  animation: fadeIn 1s ease-out forwards;
}
.slide-up {
  animation: slideUp 0.8s ease-out forwards;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }


/* ---------- AI 컨테이너 및 인트로 ---------- */
.ai-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.ai-intro {
  text-align: center;
  padding: 0px 20px 50px 20px;
}
.ai-intro h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.ai-intro h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.quote {
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.ai-main1-image, 
.ai-main2-image, 
.ai-main3-image {
  width: 100%;
  max-width: 902px;
  margin: 0 auto;
}
.ai-main1-image img,
.ai-main2-image img,
.ai-main3-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---------- 메인 섹션 ---------- */
.ai-main1, 
.ai-main2, 
.ai-main3 {
  padding: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-main2-content, 
.ai-main3-content {
  display: flex;
  width: 100%;
  max-width: 902px;
  align-items: center;    
}
.ai-main2-text {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 20px;    
}
.ai-main3-text {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;  
}
.ai-main2-text h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ai-main2-text p, 
.ai-main3-search li {
  font-size: 20px;
  line-height: 1.8;
}
.ai-main3-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ai-main3-search {
  list-style: none;
  padding-left: 20px;
}
.ai-btn-wrap {
  text-align: center;
}
.ai-btn {
  display: inline-block;
  width: 64%;
  border-radius: 12px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #333;
}  
.ai-btn:hover {
  transform: scale(1.03);
  background-color: #333;
}
.ai-btn h5 {
  font-size: 22px;
}
.ai-btn h5 a {
  color: #fff;
}
.ai-btn:hover:after {
  color: #fff;
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .ai-intro {
    padding: 10px 15px 30px 15px;
    text-align: center;
  }
  .ai-intro h1 {
    font-size: 20px;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
  }
  .quote {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: left;
  }
  .ai-main1,
  .ai-main2,
  .ai-main3 {
    padding: 10px;
    margin-bottom: 16px;
  }
  .ai-main2-text,
  .ai-main3-text {
    padding: 0 10px;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
  }
  .ai-main2-text h3,
  .ai-main3-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .ai-main3-search {
    padding-left: 0px;    
  }
  .ai-main2-text p,
  .ai-main3-search li {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.2px;
  }
  .ai-main2-content,
  .ai-main3-content {
    flex-direction: column;
    align-items: center;
  }
  .ai-main3-content {
    flex-direction: column-reverse;
  }
  .ai-main2-image,
  .ai-main3-image {
    width: 100%;
    margin-bottom: 0px;
  }
  .ai-btn {
    margin: 0;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    color: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    background-color: #333;
    margin-bottom: 40px;
  }
  .ai-btn h5 {
    font-size: 16px;
  }
  .ai-btn h5 a {
    letter-spacing: -0.2px;
  }
}