/* section:welcome */
.welcome {
  position: relative;
}
.welcome img {
  width: 100%;
}
.welcome .inner {
  width: 1280px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome .inner .banner_title {
  font-family: '뫼비우스';
  text-align: left;
  width:fit-content;
}
.welcome .inner .banner_title.title_02 h1,
.welcome .inner .banner_title.title_03 h1 {
  color: #fff;
}
.welcome .inner .banner_title h1 {
  font-family: '뫼비우스';
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 100;
  position: relative;
}
.welcome .inner .banner_title h1 b {
  color: var(--main-color);
}

.welcome .inner .banner_title h1::after,
.welcome .inner .banner_title h1::before {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  background-color: rgba(5, 5, 5, 0.616);
  z-index: -10;
}
.welcome .inner .banner_title h1::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome .inner .banner_title h1::before {
  left: -45px;
  top: -35px;
}

.paper-icon-box{
position:absolute;
display:flex;
justify-content:space-evenly;
margin:auto;
}

.paper_item_box{
width:20%;
}

/*250520 AI 추가*/
.process-section {
  background-color: #fff;
}

.process-bg {
  width: 100vw;
  background-image: url('../images/jpg/bg_ribbon.jpg'); /* 좌우 전체에 깔리는 빨간 선 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 150px 0;
}

.process-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-title {
font-size:2.5rem;
font-family: '뫼비우스';
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;

}

.process-title span {
  color: #b61b2d;
}

.process-image-row {
  display: flex;
  justify-content: space-between;
  gap: 0;
  text-align: center;
}

.process-image-row img {
  width: 25%;
  max-width: 100%;
  height: auto;
}

.process-desc {
font-size:1.25rem;
font-family: '뫼비우스';
  text-align: center;

  margin-top: 40px;
  line-height: 1.6;
}

.process-desc strong {
  color: #b61b2d;
}
/**/
.marketing {
  padding-top: 150px;
}
.marketing .section_title {
  top: 115px;
}
.marketing .point_label {
  top: 144px;
}
.marketing .inner > span ~ .download_btn {
  margin-top: 35px;
}
section{
padding-bottom:100px;
}
/* section : faq */
section.faq {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 150px;
  padding-bottom: 160px;
}
.faq_inner {
  width: 1060px;
  margin: auto;
  position: relative;
}
.faq_inner .section_title {
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
}
.faq_title {
  cursor: pointer;
  padding: 10px;
  margin: 5px 0;
  position: relative;
  border-bottom: 5px solid #fff;
  display: flex;
  gap: 10px;
}
.faq_title h3 {
  font-size: 17px;
  color: #555;
  text-align: left;
}
.faq_title b {
  color: var(--main-color);
  font-size: 17px;
}
.faq_title.active {
  background-color: var(--main_color);
}
.faq_content {
  background-color: #fff;
  padding: 15px;
  display: none;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.400) ;
  text-align: left;
}
.faq_content > div {
  display: flex;
  gap: 10px;
}
.faq_content p {
  font-size: 15px;
  color: #555;
}
.faq_content b {
  font-size: 15px;
  color: var(--main-color);
}
.faq_content.downlod div a {
  color: #222;
  margin-top: 10px;
}
.faq_content.downlod div a:hover {
  color: var(--main-color);
}
.faq_content.downlod div a i {
  font-size: 20px;
  vertical-align: middle;
}
.paper .inner{
	width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f6f6f6;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.400);
    position: relative;
    overflow: hidden;
	}

.paper .inner::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.060);
    position: absolute;
    width: 100%;
    height: 300%;
    top: -10px;
    left: 35%;
    transform: rotate(30deg);
}
.paper .inner .sub_inner{
max-width:1440px;
display:flex;
justify-content:space-around;
align-items:center;
margin:auto;
}

.paper .inner .sub_inner .type-arrow{
width:33%;
}

.paper .inner .sub_inner .type, .paper .inner .sub_inner .flutter-bubble{
width:25%;
}


.paper .inner .sub_inner div img{
width:100%;
}

.paper .inner .sub_inner .type img{
width:70%;
margin:10px 0;
}
.flutter-bubble h5{
font-size:1.8rem;
font-weight:bold;
color:#333;
}

@media screen and (max-width: 768px) {
  .welcome {
    height: 100vh;
    max-height: 655px;
  }
  .welcome .inner {
    width: fit-content;
    padding: 5%;
    top: 35%;
  }
  .welcome .inner .banner_title {
    text-align: center;
  }
  .welcome .inner .banner_title.title_02 h1, 
  .welcome .inner .banner_title.title_03 h1 {
    text-align: left;
    white-space: nowrap;
  }
  .welcome img {
    height: 100%;
    max-height: 655px;
    object-fit: cover;
  }
  .welcome .inner .banner_title h1 {
    font-size: 36px;
  }
  .marketing .section_title {
    top: 100px;
  }
  .marketing.mo_on {
    padding-top: 120px;
  }

  
  /* section : faq */
  section.faq {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .faq_inner .section_title {
    top: -120px;
  }
  .faq_inner {
    width: 100%;
  }
  .faq_title h3 {
    font-size: 15px;
  }
  .faq_title b {
    font-size: 14px;
  }
  .faq_content b {
    font-size: 14px;
  }

}


.process-reduction-container{
max-width:1440px;
margin:0 auto;
}
.process-reduction-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-weight: 600;
  color: #111;
}

.section-title .highlight {
  color: #b61b2d;
}

.process-flow-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin:40px 0;
}

.process-left,
.process-arrow,
.process-right {
  flex: 1 1 300px;
  text-align: center;
}

.responsive-img {
  max-width: 80%;
  height: auto;
}
.process-arrow img{
width:50%;
}
.caption {
  margin-top: 10px;
  font-weight: bold;
  color: #555;
  font-size: 1.5rem;
  padding-bottom:25px;
}

.bubble-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.bubble {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.summary-text {
  margin-top: 40px;
  font-size: 1rem;
  color: #333;
}

.summary-text strong {
  font-weight: 700;
  color: #b61b2d;
}


@media (max-width: 768px) {
  .process-flow-flex {
    flex-direction: column;
  }
  
  
.paper .inner .sub_inner{
flex-direction: column;
}

.paper .inner .sub_inner .type.mo_on{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
width:100%;
}
.paper .inner .sub_inner .flutter-bubble{
width: 65%;
}
.paper .inner .sub_inner .type img{
width:40%;
margin:10px 0;
}
  
}