body{
   word-break: keep-all;
}
/* main section1 S */
.text-logo-wrap {
   font-size: 48px;
   font-weight: 900;
   color: #333333;
   line-height: 0.6;
   text-align: center;
   padding-top: 50px;
}

.text-logo {
   background: url('../images/main_mark.png') no-repeat left 5px;
   padding-left: 120px;
   padding-top: 40px;
}
@media (max-width: 576px) {
   .text-logo-wrap {
      font-size: 28px;
      text-align: left;
      line-height: 1.2;
   }
   .text-logo {
      padding-left: 60px;
      padding-top: 22px;
      background-size: 53px 50px;
   }
}
.ubt-mark {
   height: 99px; /* 실제 로고 이미지 높이 조정 */
   vertical-align: baseline;
   margin-right: 15px;
}
.btn_intro {
   /* display: inline-block; */
   width: fit-content;
   padding: 0.8rem 1.4rem;
   font-weight: 700;
   line-height: 1.5;
   color: #fff;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   border-radius: 2rem;
   background-color: #000;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
.btn_intro i {
   font-weight: 700;
}
.btn_link1 {
   display: inline-block;
   padding: 24px;
   font-size: 18px;
   font-weight: 700;
   line-height: 1.5;
   color: #fff;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   border-radius: 30px;
   background-color: #000;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
.btn_link1 i {
   font-weight: 700;
}

#section01_bg {
   margin-bottom: 200px;
}
@media (min-width: 992px) {
   #section01_bg {
      background: url('../images/section01_bg.jpg') no-repeat center center;
      width: 100%;
      min-height: 385px;
      background-size: contain;
   }
}

@media (max-width: 991px) {
   #section01_bg {
      background: url('../images/m_section01_bg.jpg') no-repeat center center;
      width: 100%;
      min-height: 340px;
      background-size: cover;
   }
   #section01_bg div {
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   #section01_bg div:nth-child(1),
   #section01_bg div:nth-child(2) {
      border-bottom: 2px solid #fff;
   }
}
/* main section1 E */

/* main section2 S */

.section02 {
   display: flex;
   justify-content: space-around;
   align-items: flex-end;
   background-size: cover;
   height: 640px;
   border-radius: 0 0 0 48px;
}
.section02 .picTitle_5 {
   font-size: 40px;
   font-weight: 700;
   color: #fff;
   height: 96px;
   line-height: 1.2;
   margin-bottom: 40px;
}

.section02 .picBtn {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 48px;
   height: 48px;
   border-radius: 25px;
   color: #fff;
   -webkit-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
   background-color: var(--bs-main-bg-color);
}
.section02 .picBtn i {
   font-size: 30px;
   font-weight: 700;
}

@media (max-width: 576px) {
   .section02 {
   display: flex;
   justify-content: space-around;
   /* align-items: center; */
   background-size: cover;
   height: 350px;
}
   .section02 .picTitle_5 {
   font-size: 32px;
   height: 70px;
   line-height: 1.2;
}
}
.section02_01 {
   background: url('../images/section02_box1.png') no-repeat center center;
}
.section02_02 {
   background: url('../images/section02_box2.png') no-repeat center center;
}
.section02_03 {
   background: url('../images/section02_box3.png') no-repeat center center;
}
.section02_04 {
   background: url('../images/section02_box4.png') no-repeat center center;
}
.section02_05 {
   background: url('../images/section02_box5.png') no-repeat center center;
}
/* main section2 E */

/* 메인 하단 100% bg S */
.main_bottom_bg {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   height: 445px;
   display: flex;
   align-items: center;
}

.main_bottom_bg1 {
   background-image: url('../images/section03_1.jpg');
   justify-content: center;
}

.main_bottom_bg2 {
   background-image: url('../images/section03_2.jpg');
   justify-content: center;
}

.btn_view {
   border: 1px solid #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0.8rem 1.4rem;
   width: fit-content;
   font-size: 18px;
   color: #fff;
   opacity: 1;
   border-radius: 2rem;
   -webkit-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}

.btn_view:hover {
   background-color: #fff;
   opacity: 0.8;
   color: #000;
}

/* 메인 하단 100% bg E */

/* footer S */
#footer img,
#footer .ex {
   opacity: 0.7;
}
#footer .call ul li{
   float: left;
}
/* footer E */
