@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
img {
  -webkit-user-drag: none; /* Chrome, Safari, Edge */
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.section00_11 .case_wrapper,
.section00_12 .promise_slider,
.section00_14 {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard */
  -webkit-touch-callout: none; /* iOS Safari 드롭다운 방지 */
}
/*---------------------------- section01 ----------------------------*/
.rerefit_wrap .section01 {
  background-color: #d0d0d0;
}
.rerefit_wrap .section01 .text_area {
  color: #8b7861;
}

.rerefit_wrap .question_bar {
  background-color: #2e2418;
}

/*---------------------------- section00_02 ----------------------------*/
.section00_02 {
  width: 100%;
  padding: 150px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.section00_02 .inner-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_02 .img-box img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section00_02 .text-box {
  margin-top: 50px;
}
.section00_02 .desc-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  word-break: keep-all;
}
.section00_02 .under-line {
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #222;
  padding-bottom: 2px;
}
.section00_02 .question-text {
  font-family: 'Nanum Pen Script', cursive;
  font-size: 60px;
  font-weight: 300;
  color: #000;
  transform: skewX(-5deg);
  letter-spacing: -3px;
}
@media (max-width: 1024px) {
  .section00_02 {
    padding: 50px 0;
  }
  .section00_02 .desc-text {
    font-size: 18px;
  }
  .section00_02 .question-text {
    font-size: 36px;
    margin-top: 20px;
  }
  .section00_02 .img-box img {
    max-width: 100%;
  }
}

/*---------------------------- section00_03 ----------------------------*/
.section00_03 {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 100px;
}
.section00_03 .inner-container {
  margin: 0 auto;
}
.section00_03 .img-combine-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 0;
}
.section00_03 .img-item {
  flex: 1;
  max-width: 50%;
  line-height: 0;
}
.section00_03 .gif-box {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease;
}
.section00_03 .contrast-text-group {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.section00_03 .text-column {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  text-align: center;
  line-height: 1;
}
.section00_03 .text-column strong {
  display: inline-block;
  font-size: 42px;
  color: #000;
  font-weight: 800;
  vertical-align: baseline;
}
.section00_03 .conclusion-box {
  margin-top: 50px;
}
.section00_03 .intro-text {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.section00_03 .handwriting {
  font-family: 'Nanum Pen Script', cursive;
  font-weight: 400;
  font-size: 40px;
  color: #222;
  letter-spacing: -2px;
}
.section00_03 .main-solution {
  font-size: 32px;
  font-weight: 800;
}
.section00_03 .orange-highlight {
  background-color: #ff8a00;
  color: #fff;
  padding: 2px 10px;
}
@media (max-width: 1024px) {
  .section00_03 .img-combine-group {
    flex-direction: column;
    align-items: center;
  }
  .section00_03 .img-item {
    max-width: 100%;
  }
  .section00_03 .contrast-text-group {
    flex-direction: column;
    gap: 30px;
  }
  .section00_03 .text-column strong {
    font-size: 30px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
/*---------------------------- section00_04 ----------------------------*/
.section00_04 {
  width: 100%;
  padding: 70px 0 170px;
  background-color: #fff;
  text-align: center;
}
.section00_04 .inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_04 .main-title {
  font-size: 32px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 100px;
  font-weight: 400;
}
.section00_04 .main-title strong {
  font-weight: 800;
  color: #000;
}
.section00_04 .card-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.section00_04 .card-item {
  flex: 1;
  border: 1px solid #ddd;
  overflow: hidden;
}
.section00_04 .img-box {
  width: 100%;
  line-height: 0;
}
.section00_04 .img-box img {
  width: 100%;
  height: auto;
}
.section00_04 .caption {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid #eee;
}
.section00_04 .check-icon {
  width: 20px;
  height: 20px;
  background: #ff8a00;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section00_04 .sub-footer {
  font-size: 22px;
  color: #333;
  letter-spacing: -0.5px;
}
.section00_04 .sub-footer strong {
  font-weight: 800;
  color: #000;
}
@media (max-width: 1024px) {
  .section00_04 {
    padding: 60px 0;
  }
  .section00_04 .main-title {
    font-size: 24px;
  }
  .section00_04 .card-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .section00_04 .card-item {
    width: 100%;
    max-width: 400px;
  }
  .section00_04 .sub-footer {
    font-size: 18px;
    word-break: keep-all;
  }
}
/*---------------------------- section00_05 ----------------------------*/
.section00_05 {
  width: 100%;
  padding: 50px 0 70px;
  background-color: #4a3929;
  text-align: center;
  color: #fff;
}
.section00_05 .inner-container {
  margin: 0 auto;
}
.section00_05 .title {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 100px;
  letter-spacing: -1px;
}
.section00_05 .solution-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  gap: 0;
  position: relative;
}
.section00_05 .sol-item {
  flex: 1;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.section00_05 .sol-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  -webkit-user-drag: none;
}

.section00_05 .sol-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.section00_05 .text-box {
  position: relative;
  z-index: 2;
  font-size: 45px;
  font-weight: 500;
  color: #fff;
}
.section00_05 .orange {
  color: #ff8a00;
  font-size: 70px;
  font-weight: 700;
  display: inline-block;
  vertical-align: baseline;
}
.section00_05 .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.section00_05 .plus_1 {
  right: -20px;
}
.section00_05 .plus_2 {
  right: -20px;
}
.section00_05 .desc {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  color: #eee;
}
.section00_05 .desc strong {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section00_05 {
    padding: 60px 0;
  }
  .section00_05 .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .section00_05 .solution-wrapper {
    flex-direction: column;
  }
  .section00_05 .sol-item {
    width: 100%;
    height: 180px;
  }
  .section00_05 .plus {
    display: none;
  }
  .section00_05 .orange {
    font-size: 50px;
  }
  .section00_05 .text-box {
    font-size: 30px;
  }
  .section00_05 .desc {
    font-size: 18px;
    padding: 0 20px;
  }
}
/*---------------------------- section00_06 ----------------------------*/
.section00_06 {
  padding: 100px 0 50px;
  background-color: #f1f1f2;
  position: relative;
  overflow: hidden;
}
.section00_06 .title_area {
  text-align: center;
  margin-bottom: 10px;
}
.section00_06 .title_area h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
  letter-spacing: -0.05em;
}
.section00_06 .title_area .sub_title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.section00_06 .tab-scroll-container {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 20px 15%;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-padding: 0 15%;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.section00_06 .tab-scroll-container:active {
  cursor: grabbing;
}
.section00_06 .tab-scroll-container::-webkit-scrollbar {
  display: none;
}
.section00_06 .ba_box {
  flex: 0 0 100%;
  max-width: 900px;
  display: flex;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  scroll-snap-align: center;
  background: #fff;
  margin: 0 auto;
}
.section00_06 .ba_img {
  width: 50%;
  background-color: #e0d8ce;
}
.section00_06 .ba_img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.section00_06 .ba_login {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section00_06 .ba_box:nth-child(1) .ba_login {
  background-image: url('../../images/con00/con00_11.png');
}
.section00_06 .ba_box:nth-child(2) .ba_login {
  background-image: url('../../images/con00/con00_12.png');
}
.section00_06 .ba_box:nth-child(3) .ba_login {
  background-image: url('../../images/con00/con00_13.png');
}
.section00_06 .ba_login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 38, 33, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1;
}
.section00_06 .ba_login p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.section00_06 .ba_login span {
  color: #ea7600;
  font-weight: 700;
}
.section00_06 .btn_login {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 60px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.section00_06 .btn_login:hover {
  background-color: #ea7600;
  color: #fff;
}
.section00_06 .bottom_desc {
  text-align: center;
  margin-top: 50px;
}
.section00_06 .bottom_desc p {
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .section00_06 {
    padding: 80px 0;
  }
  .section00_06 .tab-scroll-container {
    padding: 0 10%;
    scroll-padding: 0 10%;
    gap: 20px;
  }
  .section00_06 .ba_box {
    flex: 0 0 100%;
    flex-direction: column;
  }
  .section00_06 .ba_img,
  .section00_06 .ba_login {
    width: 100%;
    height: 250px;
  }
  .section00_06 .bottom_desc p {
    font-size: 15px;
    padding: 0 20px;
  }
}
/*---------------------------- section00_07 ----------------------------*/
.section00_07 {
  width: 100%;
  padding: 70px 0 250px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.section00_07 .inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_07 .tab_menu {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
}
.section00_07 .tab_menu li {
  flex: 1;
  max-width: 200px;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
}
.section00_07 .tab_menu li a {
  display: block;
  padding: 10px 0;
  color: #aaa;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.section00_07 .tab_menu li.active {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.section00_07 .tab_menu li.active a {
  color: #000;
}
.section00_07 .tab_pane {
  display: none;
}
.section00_07 .tab_pane.active {
  display: block;
}
.section00_07 .step_num {
  font-size: 42px;
  font-weight: 400;
}
.section00_07 .step_title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section00_07 .top_row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
  text-align: left;
}
.section00_07 .text_side {
  flex: 1;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
.section00_07 .text_side .desc {
  margin-bottom: 10px;
}
.section00_07 .text_side .point_text span {
  font-style: italic;
}
.section00_07 .text_side .point_text strong {
  font-weight: 700;
}
.section00_07 .img_side {
  flex: 1.4;
}
.section00_07 .img_side img {
  width: 100%;
}
.section00_07 .bottom_img {
  width: 100%;
  margin-bottom: 60px;
}
.section00_07 .bottom_img img {
  width: 100%;
  display: block;
}
.section00_07 .footer_desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: #222;
}
@media (max-width: 1024px) {
  .section00_07 {
    padding: 70px 0;
  }
  .section00_07 .tab_menu li a {
    font-size: 14px;
    padding: 12px 0;
  }
  .section00_07 .step_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section00_07 .top_row {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .section00_07 .text_side .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section00_07 .text_side .point_text {
    font-size: 19px;
  }
  .section00_07 .footer_desc {
    font-size: 18px;
    word-break: keep-all;
    padding: 0 10px;
  }
}
/*---------------------------- section00_08 ----------------------------*/
.section00_08 {
  width: 100%;
  background-color: #4a3929;
  padding-bottom: 120px;
  text-align: center;
}
.section00_08 .inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_08 .orange-intro-box {
  background-color: #ff8a00;
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 100px 0px;
}
.section00_08 .intro-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.section00_08 .intro-title {
  font-weight: 500;
}
.section00_08 .logo-text {
  font-family: 'Caveat', cursive;
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  transform: skewX(-5deg);
  line-height: 1;
}
.section00_08 .desc-box p {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
}
.section00_08 .desc-box strong {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .section00_08 {
    padding-bottom: 50px;
  }
  .section00_08 .orange-intro-box {
    max-width: 90%;
    padding: 40px 20px;
  }
  .section00_08 .intro-title {
    font-size: 24px;
  }
  .section00_08 .logo-text {
    font-size: 70px;
  }
  .section00_08 .desc-box p {
    font-size: 18px;
    word-break: keep-all;
  }
}
/*---------------------------- section00_09 ----------------------------*/
.section00_09 {
  width: 100%;
  background-color: #4a3929;
}
.section00_09 .inner-container {
  width: 100%;
  max-width: 100%;
}
.section00_09 .solution_grid {
  display: flex;
  width: 100%;
  gap: 0;
}
.section00_09 .grid_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section00_09 .title_part {
  height: 52px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -1px;
  background-color: #4a3929;
}
.section00_09 .orange {
  color: #ff8a00;
  font-size: 70px;
  font-weight: 700;
  padding-right: 5px;
}
.section00_09 .img_part {
  height: 340px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.section00_09 .img_part::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.section00_09 .grid_item:nth-child(1) .img_part {
  background-image: url('../../images/con00/con00_20.png');
}
.section00_09 .grid_item:nth-child(2) .img_part {
  background-image: url('../../images/con00/con00_21.png');
}
.section00_09 .grid_item:nth-child(3) .img_part {
  background-image: url('../../images/con00/con00_22.png');
}
.section00_09 .bottom_desc {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .section00_09 .solution_grid {
    flex-direction: column;
  }
  .section00_09 .grid_item {
    margin-bottom: 20px;
  }
  .section00_09 .title_part {
    font-size: 20px;
    height: 33px;
  }
  .section00_09 .orange {
    font-size: 45px;
  }
  .section00_09 .img_part {
    height: 270px;
    padding-bottom: 30px;
  }
  .section00_09 .bottom_desc {
    font-size: 17px;
  }
}
/*---------------------------- section00_10 ----------------------------*/
.section00_10 {
  width: 100%;
  padding-top: 80px;
  background-color: #4a3929;
  text-align: center;
  overflow: hidden;
}
.section00_10 .inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_10 .title_area h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section00_10 .visual_wrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.section00_10 .main_bg {
  width: 100%;
  height: auto;
  display: block;
}
.section00_10 .point_item {
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 10;
  white-space: nowrap;
}
.section00_10 .plus_btn {
  width: 20px;
  height: 20px;
  background: #fff;
  color: #ff8a00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 1;
}
.section00_10 .label {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.section00_10 .forehead,
.section00_10 .eye {
  flex-direction: column;
  gap: 5px;
}
.section00_10 .nasolabial,
.section00_10 .mouth {
  flex-direction: row;
  gap: 3px;
}
.section00_10 .forehead {
  top: 39%;
  left: 4%;
}
.section00_10 .eye {
  top: 40%;
  left: 28%;
}
.section00_10 .nasolabial {
  top: 65%;
  left: 71%;
}
.section00_10 .mouth {
  top: 71%;
  left: 87%;
}
@media (max-width: 1024px) {
  .section00_10 {
    padding: 60px 0;
  }
  .section00_10 .title_area h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section00_10 .point_item {
    display: none;
  }
}
/*---------------------------- section00_11 ----------------------------*/
.section00_11 {
  width: 100%;
  padding: 80px 0;
  background-color: #f3f3f3;
  text-align: center;
  font-family: 'Pretendard', sans-serif;
  overflow: hidden;
}
.section00_11 .inner-container {
  max-width: 1100px;
  margin: 0 auto;
}
.section00_11 .case_wrapper {
  display: flex;
  gap: 15px;
  padding: 0 20px;
}
.section00_11 .case_group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.section00_11 .case_item img {
  width: 100%;
  display: block;
  transition: 0.3s;
}
.section00_11 .case_item:hover img {
  transform: scale(1.05);
}
.section00_11 .bottom_text {
  margin-top: 50px;
  padding: 0 20px;
}
.section00_11 .bottom_text p {
  font-size: 22px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  word-break: keep-all;
}
.section00_11 .bottom_text strong {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .section00_11 .case_wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 10%;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .section00_11 .case_wrapper::-webkit-scrollbar {
    display: none;
  }
  .section00_11 .case_group {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
  .section00_11 .bottom_text p {
    font-size: 17px;
  }
  .section00_11 .case_item:hover img {
    transform: none;
  }
}
/*---------------------------- section00_12 ----------------------------*/
.section00_12 {
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.section00_12 .inner-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_12 .title_area h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 60px;
  letter-spacing: -1px;
}
.section00_12 .promise_slider {
  display: flex;
  gap: 100px;
  overflow-x: auto;
  padding-bottom: 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding-left: calc((100% - 980px) / 2);
  padding-right: calc((100% - 980px) / 2);
}
.section00_12 .promise_slider::-webkit-scrollbar {
  display: none;
}
.section00_12 .promise_group {
  flex: 0 0 980px;
  display: flex;
  gap: 0;
  scroll-snap-align: center;
  overflow: hidden;
}
.section00_12 .promise_item {
  flex: 1;
  height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: left;
  overflow: hidden;
}
.section00_12 .promise_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  -webkit-user-drag: none;
}
.section00_12 .text_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 60px 25px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  user-select: none;
  -webkit-user-select: none;
}
.section00_12 .point_title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section00_12 .chk_icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ff8a00;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.section00_12 .chk_icon::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.section00_12 .point_desc {
  font-size: 19px;
  color: #eee;
  line-height: 1.6;
  font-weight: 400;
  margin-left: 35px;
}
@media (max-width: 1024px) {
  .section00_12 {
    padding: 60px 0;
  }
  .section00_12 .promise_slider {
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }
  .section00_12 .promise_group {
    flex: 0 0 calc(100% - 40px);
    flex-direction: column;
  }
  .section00_12 .title_area h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .section00_12 .promise_item {
    height: 300px;
    flex: none;
  }
  .section00_12 .text_wrap {
    padding: 20px 30px;
  }
  .section00_12 .point_title {
    font-size: 16px;
  }
  .section00_12 .point_desc {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}
/*---------------------------- section00_13 ----------------------------*/
.section00_13 {
  width: 100%;
  padding: 100px 0 50px;
  background-color: #f3f3f3;
  text-align: center;
}
.section00_13 .inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.section00_13 .title_area h2 {
  font-size: 48px;
  font-weight: 400;
  color: #222;
  margin-bottom: 30px;
}
.section00_13 .ba_content {
  background: #fff;
  padding: 60px 50px 100px;
}
.section00_13 .ba_group {
  margin-bottom: 60px;
}
.section00_13 .ba_group:last-child {
  margin-bottom: 0;
}
.section00_13 .ba_label {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  display: inline-block;
}
.section00_13 .img_row {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.section00_13 .img_box {
  flex: 1;
  overflow: hidden;
}
.section00_13 .img_box img {
  width: 100%;
  display: block;
  -webkit-user-drag: none;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section00_13 {
    padding: 60px 0;
  }
  .section00_13 .title_area h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section00_13 .ba_content {
    padding: 40px 15px;
  }
  .section00_13 .ba_group {
    margin-bottom: 50px;
  }
  .section00_13 .ba_label {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .section00_13 .img_row {
    flex-direction: column;
    gap: 15px;
  }
  .section00_13 .img_box {
    flex: none;
    width: 100%;
  }
}
/*---------------------------- section00_14 ----------------------------*/
.section00_14 {
  width: 100%;
  height: 750px;
  padding-bottom: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}
.section00_14 .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
} /* opacity로 어둡기 조절 */
.section00_14 .inner-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  text-align: center;
}
.section00_14 .banner_title {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  word-break: keep-all;
}
.section00_14 .banner_sub {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 100px;
  font-weight: 600;
  opacity: 0.9;
  word-break: keep-all;
}
.section00_14 .btn_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.section00_14 .btn_white {
  width: 100%;
  max-width: 420px;
  height: 65px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section00_14 .btn_white:hover {
  background: #ff8a00;
  color: #fff;
}
@media (max-width: 1024px) {
  .section00_14 {
    height: 500px;
  }
  .section00_14 .banner_title {
    font-size: 30px;
  }
  .section00_14 .banner_sub {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .section00_14 .btn_white {
    max-width: 90%;
    height: 55px;
    font-size: 17px;
  }
}
