@charset "UTF-8";
/* Made by Masstige */
.rehabilitation_section1 > .container {
  max-width: none;
  padding: 150px 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container {
    padding: 80px 0;
  }
}
.rehabilitation_section1 > .container .txt_bx {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .txt_bx {
    margin-bottom: 40px;
  }
}
.rehabilitation_section1 > .container .txt_bx h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 48px);
    line-height: 1.3;
  }
}
.rehabilitation_section1 > .container .txt_bx p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -1px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .txt_bx p {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.rehabilitation_section1 > .container .content_bx {
  background: #fefaea;
}
.rehabilitation_section1 > .container .content_bx .container {
  padding: 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 85px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .content_bx .container {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .content_bx .container .list {
    width: 100%;
  }
}
.rehabilitation_section1 > .container .content_bx .container .list li {
  max-width: 615px;
  margin-bottom: 50px;
}
.rehabilitation_section1 > .container .content_bx .container .list li:last-child {
  margin-bottom: 0;
}
.rehabilitation_section1 > .container .content_bx .container .list li p.q {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #e9631b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .content_bx .container .list li p.q {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.rehabilitation_section1 > .container .content_bx .container .list li p.a {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -1px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .content_bx .container .list li p.a {
    font-size: clamp(18px, 5vw, 18px);
  }
  .rehabilitation_section1 > .container .content_bx .container .list li p.a br {
    display: none;
  }
}
.rehabilitation_section1 > .container .content_bx .container .img_bx {
  width: 700px;
  position: absolute;
  top: -73px;
  right: 0;
  border-radius: 33px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .rehabilitation_section1 > .container .content_bx .container .img_bx {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section1 > .container .content_bx .container .img_bx {
    width: 100%;
  }
}

.rehabilitation_section2 .container .txt_bx {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .txt_bx {
    margin-bottom: 20px;
  }
}
.rehabilitation_section2 .container .txt_bx h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 48px);
    line-height: 1.3;
  }
}
.rehabilitation_section2 .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .list {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .list {
    margin-bottom: 50px;
  }
}
.rehabilitation_section2 .container .list li {
  width: calc(20% - 33.6px);
  height: 245px;
  background: #fdf2cc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .list li {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .list li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
  }
}
.rehabilitation_section2 .container .list li .corner_bx {
  width: 33px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rehabilitation_section2 .container .list li .text {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.9px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .list li .text {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.rehabilitation_section2 .container .tab_bx {
  position: relative;
  padding: 50px 50px 100px;
  border-radius: 20px;
  overflow: hidden;
  height: 375px;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .tab_bx {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 20px;
  }
}
.rehabilitation_section2 .container .tab_bx .bg_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rehabilitation_section2 .container .tab_bx .bg_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rehabilitation_section2 .container .tab_bx .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .tab_bx .tab_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .tab_bx .tab_btn {
    margin-bottom: 50px;
  }
}
.rehabilitation_section2 .container .tab_bx .tab_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 40px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.45px;
  text-align: center;
  color: #333;
  border-radius: 21px;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
  border-left: 1px solid #eee;
}
.rehabilitation_section2 .container .tab_bx .tab_btn li:first-child {
  border: none;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .tab_bx .tab_btn li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .tab_bx .tab_btn li {
    width: 50%;
    padding: 0 10px;
    font-size: clamp(16px, 4.4444vw, 16px);
  }
}
.rehabilitation_section2 .container .tab_bx .tab_btn li.on {
  color: #fff;
  background: #e9631b;
}
.rehabilitation_section2 .container .tab_bx .tab_con li {
  display: none;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .tab_bx .tab_con li {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .tab_bx .tab_con li {
    width: 100%;
  }
}
.rehabilitation_section2 .container .tab_bx .tab_con li.on {
  display: block;
}
.rehabilitation_section2 .container .tab_bx .tab_con li p.sj {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.75px;
  color: #e9631b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .tab_bx .tab_con li p.sj {
    width: 100%;
    font-size: clamp(18px, 5vw, 18px);
  }
}
.rehabilitation_section2 .container .tab_bx .tab_con li p.txt {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -0.45px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section2 .container .tab_bx .tab_con li p.txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section2 .container .tab_bx .tab_con li p.txt {
    font-size: clamp(18px, 5vw, 18px);
  }
}

.rehabilitation_section3 .container {
  max-width: none;
  padding: 120px 0 180px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container {
    padding: 80px 0;
  }
}
.rehabilitation_section3 .container .txt_bx {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .txt_bx {
    margin-bottom: 20px;
  }
}
.rehabilitation_section3 .container .txt_bx h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 70px);
  }
}
.rehabilitation_section3 .container .swiper_bx .pagination_bx {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .pagination_bx {
    margin-bottom: 50px;
  }
}
.rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination {
  position: relative !important;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: none;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #999;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #999;
  border-radius: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet-active {
  color: #e9631b;
}
@media screen and (max-width: 1400px) {
  .rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet-active {
    display: block;
  }
}
.rehabilitation_section3 .container .swiper_bx .pagination_bx .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #e9631b;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container {
  overflow: visible;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner {
  /* height: 380px; */
  height: 420px;
  padding: 40px 20px 20px;
  background: #fbde7a;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
          box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner {
    /* height: 360px; */
    height: 380px;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .head h3 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .head h3 {
    line-height: 1.3;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .head h3 span {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .head > p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .head > p {
    font-size: 1.125em;
  }
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .head > p br {
    display: none;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble {
  min-height: 135px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
          box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble {
    padding: 15px 10px;
    gap: 10px;
    min-height: 100px;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble .semi_title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble .semi_title span {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble .semi_title {
    font-size: 1.125em;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble .text {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #000;
  text-align: center;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble .text span {
  font-size: 0.8125rem;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-wrapper .swiper-slide .inner .inner_buble .text span.big {
  font-size: 1.25rem;
  font-weight: 500;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: #f3f1f1;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button {
    display: none;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button::after {
  font-size: 1.6875em;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button:hover {
  background: #fbde7a;
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button-next {
  right: 26.5%;
}
@media screen and (max-width: 1400px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button-next {
    right: 19.5%;
  }
}
.rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button-prev {
  left: 26.5%;
}
@media screen and (max-width: 1400px) {
  .rehabilitation_section3 .container .swiper_bx .swiper-container .swiper-button-prev {
    left: 19.5%;
  }
}

.main_section7 {
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
}
.main_section7 .bg_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 250px 0 0;
  overflow: hidden;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .main_section7 .bg_bx {
    border-radius: 0 50px 0 0;
  }
}
.main_section7 .bg_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes scrollText {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scrollText {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.main_section7 .marquee {
  --gap: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
  z-index: 10;
}
.main_section7 .marquee .marquee-content {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  -webkit-animation: scrollText 20s linear infinite;
          animation: scrollText 20s linear infinite;
}
.main_section7 .marquee .marquee-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_section7 .marquee .marquee-content li span {
  margin-right: 100px;
}
.main_section7 .marquee .marquee-content > li {
  height: 100%;
}
.main_section7 .marquee .marquee-content > li img {
  height: 100%;
}
.main_section7 .container {
  max-width: 1440px;
  padding: 170px 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 85px;
}
@media screen and (max-width: 1024px) {
  .main_section7 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .main_section7 .container {
    padding: 80px 20px;
    gap: 50px;
  }
}
.main_section7 .container .txt_bx {
  text-align: left;
  position: relative;
  z-index: 1;
  /* .subTitle {
    font-size: em(36);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.8px;
    color: $color-1;
    margin-bottom: 20px;

    @media screen and (max-width: 768px) {
      font-size: clamp(22px, 6.1111vw, 36px);
    }
  } */
}
@media screen and (max-width: 1600px) {
  .main_section7 .container .txt_bx {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section7 .container .txt_bx {
    margin-left: 0;
  }
}
.main_section7 .container .txt_bx .title {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.6px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .txt_bx .title {
    font-size: clamp(30px, 8.3333vw, 48px);
    margin-bottom: 20px;
  }
}
.main_section7 .container .txt_bx .text {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -1.3px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .txt_bx .text {
    font-size: clamp(16px, 4.4444vw, 26px);
    line-height: 1.5;
  }
}
.main_section7 .container .form_bx {
  width: 100%;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.main_section7 .container .form_bx > h2 {
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .main_section7 .container .form_bx > h2 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx > h2 {
    font-size: clamp(28px, 7.7778vw, 48px);
  }
}
@media screen and (max-width: 1600px) {
  .main_section7 .container .form_bx {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section7 .container .form_bx {
    margin-right: 0px;
  }
}
.main_section7 .container .form_bx form {
  width: 100%;
}
.main_section7 .container .form_bx form .input_bx {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  /* .cover_bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 18px;
    pointer-events: none;
    font-size: em(16);
    font-weight: 400;

    span {
      color: $orange;
    }

    &.off {
      display: none;
    }
  } */
}
.main_section7 .container .form_bx form .input_bx input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .input_bx input {
    height: 40px;
    background: #fbde7a;
    border: none;
    font-size: clamp(16px, 4.4444vw, 26px);
  }
}
.main_section7 .container .form_bx form .input_bx input::-webkit-input-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx input::-moz-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx input:-ms-input-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx input::-ms-input-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx input::placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx select {
  border-radius: 8px;
  height: 50px;
  padding: 0 18px;
  background-position: calc(100% - 18px) center;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .input_bx select {
    height: 40px;
    background-color: #fbde7a;
    border: none;
    font-size: clamp(16px, 4.4444vw, 26px);
  }
}
.main_section7 .container .form_bx form .input_bx textarea {
  border-radius: 8px;
  min-height: 125px;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .input_bx textarea {
    background: #fbde7a;
    border: none;
    font-size: clamp(16px, 4.4444vw, 26px);
  }
}
@media screen and (max-width: 375px) {
  .main_section7 .container .form_bx form .input_bx textarea {
    min-height: 90px;
  }
}
.main_section7 .container .form_bx form .input_bx textarea::-webkit-input-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx textarea::-moz-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx textarea:-ms-input-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx textarea::-ms-input-placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .input_bx textarea::placeholder {
  color: #000;
}
.main_section7 .container .form_bx form .imagecode_bx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .imagecode_bx {
    height: 40px;
  }
}
.main_section7 .container .form_bx form .imagecode_bx h3 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .main_section7 .container .form_bx form .imagecode_bx h3 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .imagecode_bx h3 {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.main_section7 .container .form_bx form .imagecode_bx #imagecode {
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .imagecode_bx #imagecode {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.main_section7 .container .form_bx form .imagecode_bx .code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #242424;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .main_section7 .container .form_bx form .imagecode_bx .code {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .imagecode_bx .code {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.main_section7 .container .form_bx form .agree-bx {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main_section7 .container .form_bx form .agree-bx {
    padding-top: 10px;
  }
}
.main_section7 .container .form_bx form .agree-bx .agree input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.main_section7 .container .form_bx form .agree-bx .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.main_section7 .container .form_bx form .agree-bx .agree label .popup-link {
  border-bottom: 1px solid #fff;
}
.main_section7 .container .form_bx form .agree-bx .agree label .check-bx {
  width: 25px;
  margin-right: 18px;
}
.main_section7 .container .form_bx form .agree-bx .agree label .check-bx span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section7 .container .form_bx form .agree-bx .agree label .check-bx span img {
  width: 100%;
}
.main_section7 .container .form_bx form .agree-bx .agree label .check-bx span:nth-child(2) {
  display: none;
}
.main_section7 .container .form_bx form .agree-bx .agree label .text {
  margin-right: 30px;
}
.main_section7 .container .form_bx form .agree-bx .agree label.on .check-bx span:nth-child(1) {
  display: none;
}
.main_section7 .container .form_bx form .agree-bx .agree label.on .check-bx span:nth-child(2) {
  display: block;
}
.main_section7 .container .form_bx form .submit_btn input {
  width: 100%;
  height: 50px;
  border: 1px solid #e9631b;
  background: #e9631b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .main_section7 .container .form_bx form .submit_btn input:hover {
    background: #fbbb0b;
    border: 1px solid #fbbb0b;
    color: #000;
  }
}

.calculator_section1 {
  position: relative;
}
.calculator_section1 .bg_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calculator_section1 .bg_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculator_section1 .container {
  max-width: 1440px;
  padding: 185px 20px 150px;
  /* height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container {
    padding: 80px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .txt_bx {
    margin-bottom: 40px;
  }
}
.calculator_section1 .container .txt_bx h2 {
  font-size: 5.625em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -5.4px;
  text-align: left;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 90px);
    text-align: center;
    margin-bottom: 20px;
  }
}
.calculator_section1 .container .txt_bx h2 span {
  color: #e9631b;
}
.calculator_section1 .container .txt_bx .note_bx {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .calculator_section1 .container .txt_bx .note_bx {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
  }
}
.calculator_section1 .container .txt_bx p {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1.5px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .txt_bx p {
    font-size: clamp(18px, 5vw, 30px);
    text-align: center;
  }
}
.calculator_section1 .container .txt_bx p span {
  font-weight: 600;
}
.calculator_section1 .container .txt_bx p.note {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1.5px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .txt_bx p.note {
    text-align: center;
  }
}
.calculator_section1 .container .txt_bx p.note2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1.5px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .calculator_section1 .container .txt_bx p.note2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .txt_bx p.note2 {
    text-align: center;
    margin-top: 10px;
    gap: 10px;
  }
}
.calculator_section1 .container .txt_bx p.note2 span {
  font-weight: 400;
}
.calculator_section1 .container .form_bx {
  padding: 45px 40px;
  background: #fbde7a;
  border-radius: 30px;
  -webkit-box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
          box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx {
    padding: 30px 20px;
  }
}
.calculator_section1 .container .form_bx form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.calculator_section1 .container .form_bx form .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.calculator_section1 .container .form_bx form .inner li {
  width: 100%;
  margin-bottom: 40px;
}
.calculator_section1 .container .form_bx form .inner li:last-child {
  margin-bottom: 0;
}
.calculator_section1 .container .form_bx form .inner li h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx form .inner li h3 {
    font-size: clamp(18px, 5vw, 24px);
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
.calculator_section1 .container .form_bx form .inner li p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #666;
}
.calculator_section1 .container .form_bx form .inner li .input_bx {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx form .inner li .input_bx {
    height: 40px;
  }
}
.calculator_section1 .container .form_bx form .inner li .input_bx input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #999;
  color: #e9631b;
}
.calculator_section1 .container .form_bx form .inner li .input_bx input::-webkit-input-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx form .inner li .input_bx input::-moz-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx form .inner li .input_bx input:-ms-input-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx form .inner li .input_bx input::-ms-input-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx form .inner li .input_bx input::placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx form .inner li .input_bx input {
    font-size: clamp(16px, 4.4444vw, 18px);
  }
}
.calculator_section1 .container .form_bx form .inner li .input_bx .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #999;
  padding-left: 10px;
}
.calculator_section1 .container .form_bx form .submit_btn {
  margin-top: 40px;
}
.calculator_section1 .container .form_bx form .submit_btn input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx form .submit_btn input {
    font-size: clamp(18px, 5vw, 18px);
    height: 40px;
  }
}
.calculator_section1 .container .form_bx form .submit_btn input:hover {
  background: #fff;
  color: #333;
}
.calculator_section1 .container .form_bx2 {
  width: 545px;
  padding: 45px 40px;
  background: #fbde7a;
  border-radius: 30px;
  -webkit-box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
          box-shadow: 6.4px 7.7px 12.5px 0.5px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1024px) {
  .calculator_section1 .container .form_bx2 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 {
    width: 100%;
    max-width: 545px;
  }
}
.calculator_section1 .container .form_bx2 form {
  width: 100%;
}
.calculator_section1 .container .form_bx2 form .info_bx {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx {
    margin-bottom: 80px;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx h2 {
    font-size: clamp(28px, 7.7778vw, 48px);
    margin-bottom: 40px;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .inner_bx_type1 {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fdf2cc;
  border-radius: 15px;
}
.calculator_section1 .container .form_bx2 form .info_bx .inner_bx_type1 > h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: center;
  color: #000;
  text-decoration: underline;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .inner_bx_type1 > h3 {
    font-size: clamp(18px, 5vw, 24px);
    margin-bottom: 20px;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .inner_bx_type1 > p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000;
}
.calculator_section1 .container .form_bx2 form .info_bx .result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .result_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .result_list li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .result_list li {
    width: 100%;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .result_list li h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .result_list li h3 {
    font-size: clamp(18px, 5vw, 24px);
    margin-bottom: 10px;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .result_list li .input_bx {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .result_list li .input_bx {
    height: 40px;
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .result_list li .input_bx input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #e9631b;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .result_list li .input_bx input {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.calculator_section1 .container .form_bx2 form .info_bx .result_list li .input_bx .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #e9631b;
  padding-left: 10px;
}
.calculator_section1 .container .form_bx2 form .info_bx .note {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .info_bx .note {
    line-height: 1.3;
    padding: 0 20px;
  }
}
.calculator_section1 .container .form_bx2 form .inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .inner {
    margin-bottom: 40px;
  }
}
.calculator_section1 .container .form_bx2 form .inner h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .inner h3 {
    font-size: clamp(18px, 5vw, 18px);
    line-height: 1.3;
    margin-bottom: 40px;
  }
}
.calculator_section1 .container .form_bx2 form .inner .input_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx:last-child {
  margin-bottom: 0;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx p {
  width: 100px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .inner .input_bx p {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.calculator_section1 .container .form_bx2 form .inner .input_bx input {
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #e9631b;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx input::-webkit-input-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx input::-moz-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx input:-ms-input-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx input::-ms-input-placeholder {
  color: #999;
}
.calculator_section1 .container .form_bx2 form .inner .input_bx input::placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 form .inner .input_bx input {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.calculator_section1 .container .form_bx2 .submit_btn {
  width: 100%;
}
.calculator_section1 .container .form_bx2 .submit_btn input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .calculator_section1 .container .form_bx2 .submit_btn input {
    font-size: clamp(18px, 5vw, 18px);
    height: 40px;
  }
}
.calculator_section1 .container .form_bx2 .submit_btn input:hover {
  background: #fff;
  color: #333;
}

.success_section1 .container {
  padding: 180px 20px 80px;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .success_section1 .container {
    padding: 80px 20px 30px;
  }
}
.success_section1 .container .inner_visual_bx {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .inner_visual_bx {
    margin-bottom: 40px;
  }
}
.success_section1 .container .inner_visual_bx .sub-visual__text {
  color: #666;
  border-bottom: 1px solid #000;
}
.success_section1 .container .inner_visual_bx .sub-visual__title {
  color: #000;
}
.success_section1 .container .txt_bx {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .txt_bx {
    margin-bottom: 40px;
  }
}
.success_section1 .container .txt_bx h2 {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2.4px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 70px);
    line-height: 1.5;
  }
}
.success_section1 .container .txt_bx h2 span {
  color: #fbbb0b;
  font-weight: 500;
  border-bottom: 2px solid #fbbb0b;
}
.success_section1 .container .reset_btn {
  width: 155px;
  height: 40px;
  border-radius: 21.5px;
  border-radius: 35px;
  border: 1px solid #999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
}
.success_section1 .container .reset_btn span {
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .reset_btn {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 1.25em;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .success_section1 .container .reset_btn {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: clamp(18px, 5vw, 18px);
  }
}
@media screen and (min-width: 1201px) {
  .success_section1 .container .reset_btn span {
    color: rgba(0, 0, 0, 0.5);
  }
  .success_section1 .container .reset_btn:hover span {
    color: black;
  }
}
.success_section1 .container .search_form {
  width: 100%;
  /* overflow: hidden; */
  margin-top: 0;
  position: relative;
  z-index: 100;
}
.success_section1 .container .search_form .form_open_mo {
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  background: #fbbb0b;
  height: 60px;
  border-radius: 30px;
  z-index: 10;
  position: relative;
  cursor: pointer;
  display: none;
}
.success_section1 .container .search_form .form_open_mo span {
  height: 18px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .form_open_mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .form_open_mo {
    font-size: clamp(18px, 5vw, 18px);
    height: 40px;
  }
}
.success_section1 .container .search_form .form_open_mo.on:after {
  content: " 닫기";
}
.success_section1 .container .search_form .form_open_mo.on span {
  display: none;
}
.success_section1 .container .search_form .pc_content_bx {
  background: #f6f6f6;
  border-radius: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .pc_content_bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    background: rgba(246, 246, 246, 0.95);
    border-radius: 30px;
    padding-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .success_section1 .container .search_form .pc_content_bx.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.success_section1 .container .search_form .pc_content_bx form {
  width: 100%;
}
.success_section1 .container .search_form .pc_content_bx form .inner {
  width: 100%;
  padding: 50px;
  background: #f6f6f6;
  border-radius: 30px;
  /* margin-bottom: 50px; */
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .pc_content_bx form .inner {
    padding-top: 110px;
    background: rgba(246, 246, 246, 0);
  }
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner {
    padding: 70px 20px 0px;
    margin-bottom: 0px;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 130px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx {
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx:last-child {
  margin-bottom: 0;
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx h3 {
  width: 90px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx h3 {
    font-size: clamp(16px, 4.4444vw, 20px);
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx {
    row-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx {
    row-gap: 15px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx input {
  display: none;
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.66%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label {
    width: 135px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 50%;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label .check {
    width: 16px;
    margin-right: 5px;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label .check img:nth-child(2) {
  display: none;
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label .text {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label .text {
    font-size: clamp(18px, 5vw, 18px);
    font-size: 15px;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label.on .check img:nth-child(1) {
  display: none;
}
.success_section1 .container .search_form .pc_content_bx form .inner .input_bx .radio_bx label.on .check img:nth-child(2) {
  display: block;
}
.success_section1 .container .search_form .pc_content_bx form .inner .console_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px;
  margin-left: 220px;
  position: relative;
  /* .reset_btn {
    width: 155px;
    height: 40px;
    border-radius: 21.5px;
    border: 1px solid #999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: em(18);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #000;
    flex-shrink: 0;

    @media screen and (max-width: 1200px) {
      position: relative;
    }

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  } */
}
@media screen and (max-width: 1200px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .console_bx {
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .console_bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 0;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .console_bx .select_list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .console_bx .select_list {
    height: 40px;
    display: none;
  }
}
.success_section1 .container .search_form .pc_content_bx form .inner .console_bx .select_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fbbb0b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.success_section1 .container .search_form .pc_content_bx form .inner .console_bx .select_list li span.xi-close {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(251, 187, 11, 0.2);
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .success_section1 .container .search_form .pc_content_bx form .inner .console_bx .select_list li span.xi-close:hover {
    color: #fbbb0b;
  }
}
.success_section1 .container .search_form .pc_content_bx form .submit_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.success_section1 .container .search_form .pc_content_bx form .submit_btn input {
  display: none;
}
.success_section1 .container .search_form .pc_content_bx form .submit_btn label {
  margin: 0 auto;
  width: 325px;
  width: 180px;
  height: 70px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fbbb0b;
  border: 1px solid #fbbb0b;
  border-radius: 35px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  /* &:hover {
    background: #fff;
  } */
}
@media screen and (max-width: 768px) {
  .success_section1 .container .search_form .pc_content_bx form .submit_btn label {
    width: 100%;
    width: calc(100% - 40px);
    font-size: clamp(18px, 5vw, 18px);
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .success_section1 .container .search_form .pc_content_bx form .submit_btn label:hover {
    background: #e9631b;
    border: 1px solid #e9631b;
    color: #fff;
  }
}
.success_section1 .container .search_form .pc_content_bx form .submit_btn label .xi-search {
  font-size: 1.5rem;
  margin-right: 10px;
}

.success_section2 .container {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .success_section2 .container {
    /* padding-bottom: 80px; */
  }
}
.success_section2 .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 1400px) {
  .success_section2 .container .list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list {
    gap: 10px;
    row-gap: 30px;
  }
}
.success_section2 .container .list .swiper-slide {
  width: calc(25% - 26.25px);
  position: relative;
  padding-bottom: 45px;
}
@media screen and (max-width: 1400px) {
  .success_section2 .container .list .swiper-slide {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 1024px) {
  .success_section2 .container .list .swiper-slide {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide {
    /* width: 100%; */
    width: calc(50% - 5px);
    padding-bottom: 0;
  }
}
.success_section2 .container .list .swiper-slide .swiper-inner {
  padding: 35px 25px 55px;
  background: #fdf2cc;
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .swiper-inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* padding: 35px 25px 75px; */
    padding: 15px 10px 50px;
  }
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_head {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.2px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 62px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .swiper-inner .slide_head {
    font-size: 24px;
    font-size: 18px;
    height: 46px;
    margin-bottom: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .success_section2 .container .list .swiper-slide .swiper-inner .slide_head {
    font-size: 15px;
    height: 39px;
  }
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_content {
  border-top: 1px solid #fff;
  padding-top: 31px;
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .swiper-inner .slide_content {
    padding-top: 16px;
    padding-top: 11px;
  }
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_content .info {
  font-size: 1.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.4px;
  color: #172959;
  text-align: left;
  margin-bottom: 25px;
  min-height: 65px;
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_content .info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 표시할 최대 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .swiper-inner .slide_content .info {
    font-size: clamp(18px, 5vw, 24px);
    font-size: 14px;
    min-height: auto;
    margin-bottom: 15px;
  }
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_content .note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.8px;
  text-align: left;
  color: #666;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .swiper-inner .slide_content .note {
    font-size: 15px;
    font-size: 10px;
    height: 70px;
  }
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_content .note span {
  display: block;
  width: 100%;
  max-height: 25%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 표시할 최대 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.success_section2 .container .list .swiper-slide .swiper-inner .slide_content .note span:before {
  content: "·";
}
.success_section2 .container .list .swiper-slide .swiper-inner .corner_bx {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .swiper-inner .corner_bx {
    display: none;
  }
}
.success_section2 .container .list .swiper-slide .detail_btn {
  position: absolute;
  width: 0;
  height: 0;
  background: #fbbb0b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: -1.2px;
  color: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .success_section2 .container .list .swiper-slide .detail_btn {
    width: 100%;
    height: 40px;
    opacity: 1;
    border-radius: 0;
    pointer-events: all;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .success_section2 .container .list .swiper-slide:hover .swiper-inner {
    border-radius: 60px;
    background: #fcdf7b;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .success_section2 .container .list .swiper-slide:hover .swiper-inner .corner_bx {
    display: none;
  }
  .success_section2 .container .list .swiper-slide:hover .detail_btn {
    width: 92px;
    height: 92px;
    opacity: 1;
    pointer-events: all;
  }
}

.success_section3 .container {
  max-width: 1440px;
  padding: 150px 20px 0;
}
@media screen and (max-width: 768px) {
  .success_section3 .container {
    padding: 80px 20px 0;
  }
}
.success_section3 .container > .content_head {
  padding: 40px 0;
  margin-bottom: 80px;
  gap: 100px;
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info {
    width: 100%;
  }
}
.success_section3 .container > .content_head .info h2 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
  text-align: left;
  color: #333;
  margin-bottom: 15px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis; */
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info h2 {
    font-size: clamp(18px, 5vw, 22px);
    margin-bottom: 20px;
  }
}
.success_section3 .container > .content_head .info .info_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .info_detail {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.success_section3 .container > .content_head .info .info_detail .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.success_section3 .container > .content_head .info .info_detail .subject span {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .info_detail .subject span {
    font-size: clamp(16px, 4.4444vw, 16px);
  }
}
.success_section3 .container > .content_head .info .keyword_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .keyword_bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.success_section3 .container > .content_head .info .keyword_bx h3 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: left;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .keyword_bx h3 {
    font-size: clamp(16px, 4.4444vw, 16px);
  }
}
.success_section3 .container > .content_head .info .keyword_bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .keyword_bx ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11px;
  }
}
.success_section3 .container > .content_head .info .keyword_bx ul li {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: left;
  color: #666;
  position: relative;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .keyword_bx ul li {
    font-size: clamp(16px, 4.4444vw, 16px);
  }
}
.success_section3 .container > .content_head .info .keyword_bx ul li:last-child::after {
  display: none;
}
.success_section3 .container > .content_head .info .keyword_bx ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -11px;
  background: #666;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .info .keyword_bx ul li:after {
    right: -6px;
  }
}
.success_section3 .container > .content_head .laywer_bx {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx {
    margin: 0 auto;
    width: 100%;
  }
}
.success_section3 .container > .content_head .laywer_bx h2 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx h2 {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.success_section3 .container > .content_head .laywer_bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx ul {
    width: 100%;
  }
}
.success_section3 .container > .content_head .laywer_bx ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx ul li {
    width: calc(50% - 10px);
  }
}
.success_section3 .container > .content_head .laywer_bx ul li .img_bx {
  width: 55px;
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.success_section3 .container > .content_head .laywer_bx ul li .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.success_section3 .container > .content_head .laywer_bx ul li .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx ul li .img_bx {
    width: 75px;
  }
}
.success_section3 .container > .content_head .laywer_bx ul li p {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.35px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx ul li p {
    font-size: clamp(15px, 4.1667vw, 16px);
  }
}
.success_section3 .container > .content_head .laywer_bx ul li p.name {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_head .laywer_bx ul li p.name {
    font-size: clamp(16px, 4.4444vw, 16px);
  }
}
.success_section3 .container > .content_body {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.success_section3 .container > .content_body .content_list li {
  margin-bottom: 80px;
}
.success_section3 .container > .content_body .content_list li:last-child {
  margin-bottom: 0;
}
.success_section3 .container > .content_body .content_list li .inner_content_head {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.75px;
  text-align: left;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_body .content_list li .inner_content_head {
    font-size: clamp(18px, 5vw, 30px);
    margin-bottom: 15px;
  }
}
.success_section3 .container > .content_body .content_list li .inner_content_body {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.45px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .success_section3 .container > .content_body .content_list li .inner_content_body {
    font-size: clamp(15px, 4.1667vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .success_section3 .container > div p img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .success_section3 .container > div p iframe {
    width: 100% !important;
    height: 50vw !important;
  }
}
.success_section3 .container .board_view_btn_box a {
  width: 200px;
  height: 60px;
  background: #fbbb0b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.55px;
  text-align: left;
  color: #333;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container .board_view_btn_box a {
    width: 150px;
    height: 40px;
    font-size: clamp(18px, 5vw, 22px);
  }
}
.success_section3 .container .border-list-type {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container .border-list-type {
    margin-bottom: 80px;
  }
}
.success_section3 .container .border-list-type ul li a .clearfix .list-title {
  padding: 0 100px;
  background-size: 21px;
}
@media screen and (max-width: 768px) {
  .success_section3 .container .border-list-type ul li a .clearfix .list-title {
    padding: 0 40px 0 80px;
    padding: 0 25px 0 60px;
  }
}
.success_section3 .container .border-list-type ul li a .clearfix .list-title.list-up-bg {
  background-image: url("../images/icon/list-prev_gray.png");
}
.success_section3 .container .border-list-type ul li a .clearfix .list-title.list-down-bg {
  background-image: url("../images/icon/list-next_gray.png");
}
.success_section3.type_2 .container > .content_head .info .info_detail {
  margin-bottom: 0;
}
.success_section3.type_2 .container > .content_body {
  padding-bottom: 80px;
  min-height: 610px;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.75px;
  text-align: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.success_section3.type_2 .container > .content_body.type_2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news_press_section .container {
  max-width: 1440px;
  padding: 110px 20px 0;
}
@media screen and (max-width: 1200px) {
  .news_press_section .container {
    padding: 40px 20px 0;
  }
}
.news_press_section .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .news_press_section .container .list {
    gap: 10px;
  }
}
.news_press_section .container .list li {
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* &:nth-child(1) {
    .link {
      padding: 0 40px 40px 0;
    }
  } */
}
@media screen and (max-width: 1024px) {
  .news_press_section .container .list li {
    width: calc(50% - 5px);
  }
}
.news_press_section .container .list li .link {
  padding: 40px 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .news_press_section .container .list li .link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news_press_section .container .list li .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    gap: 20px;
  }
}
.news_press_section .container .list li .link .left {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .news_press_section .container .list li .link .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link .left {
    width: 100%;
  }
}
.news_press_section .container .list li .link .left > .img_bx {
  width: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
.news_press_section .container .list li .link .left > .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news_press_section .container .list li .link .left > .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
@media screen and (max-width: 1200px) {
  .news_press_section .container .list li .link .left > .img_bx {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .news_press_section .container .list li .link .left > .img_bx {
    width: 100%;
  }
}
.news_press_section .container .list li .link .left .cover_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_press_section .container .list li .link .left .cover_bx .img_bx {
  margin-bottom: 15px;
}
.news_press_section .container .list li .link .left .cover_bx p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fbbb0b;
}
.news_press_section .container .list li .link .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link .right {
    width: 100%;
  }
}
.news_press_section .container .list li .link .right .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link .right .info {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.news_press_section .container .list li .link .right .info span {
  font-size: 1em;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.55px;
  text-align: left;
  color: #666;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link .right .info span {
    font-size: clamp(16px, 4.4444vw, 16px);
    font-size: 10px;
  }
}
.news_press_section .container .list li .link .right .info span:nth-child(1):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -11px;
  background: #666;
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link .right .info span:nth-child(1):after {
    right: -6px;
  }
}
.news_press_section .container .list li .link .right .title {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -0.55px;
  text-align: left;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_press_section .container .list li .link .right .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 42px;
    font-size: clamp(18px, 5vw, 22px);
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .news_press_section .container .list li .link:hover .left .cover_bx {
    opacity: 1;
  }
}

.news_youtube_section .container {
  max-width: 1440px;
  padding-top: 150px;
  padding-bottom: 51px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container {
    padding-top: 80px;
    padding-bottom: 41px;
    margin-bottom: 40px;
  }
}
.news_youtube_section .container .point_bx .txt_bx {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .txt_bx {
    margin-bottom: 40px;
  }
}
.news_youtube_section .container .point_bx .txt_bx > .text {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #960;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .txt_bx > .text {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.3;
  }
}
.news_youtube_section .container .point_bx .txt_bx > .title {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.88px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news_youtube_section .container .point_bx .txt_bx > .title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .txt_bx > .title {
    font-size: clamp(30px, 8.3333vw, 48px);
  }
}
.news_youtube_section .container .point_bx .txt_bx > .title span {
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .txt_bx > .title span {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px 0 10px;
  }
  .news_youtube_section .container .point_bx .txt_bx > .title span img {
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.news_youtube_section .container .point_bx .content_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .content_bx {
    gap: 40px;
  }
}
.news_youtube_section .container .point_bx .content_bx .youtube_bx {
  width: calc(50% - 50px);
  /* flex-grow: 1;
  max-width: 700px; */
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx .youtube_bx {
    width: 100%;
  }
}
.news_youtube_section .container .point_bx .content_bx .youtube_bx .img_bx {
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}
.news_youtube_section .container .point_bx .content_bx .youtube_bx .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 56.4285714286%;
}
.news_youtube_section .container .point_bx .content_bx .youtube_bx .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx .youtube_bx .img_bx {
    max-width: none;
  }
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div.top {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .text {
  font-size: 1.25em;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #666;
  margin-bottom: 10px;
  /* padding: 0 45px; */
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .text {
    font-size: clamp(16px, 4.4444vw, 16px);
  }
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .subject {
  font-size: 3.4375em;
  font-size: 2.8125em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2.75px;
  text-align: left;
  color: #000;
  /* padding: 0 45px; */
  margin-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .subject {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .subject {
    font-size: clamp(28px, 7.7778vw, 48px);
  }
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx {
  /* margin-left: 45px; */
  width: 280px;
  width: 200px;
  height: 60px;
  height: 50px;
  padding: 10px;
  background: #fbbb0b;
  border: 1px solid #fbbb0b;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx {
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx:hover {
    background: #e9631b;
    border: 1px solid #e9631b;
  }
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx:hover .link {
    color: #fff;
  }
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx .link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.45px;
  color: #333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx .link {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.news_youtube_section .container .point_bx .content_bx .inner_txt_bx > div .btn_bx .link span {
  position: absolute;
  top: 0;
  right: 0;
}

.news_youtube_section2 .container {
  max-width: 1140px;
}
.news_youtube_section2 .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  row-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .news_youtube_section2 .container .list {
    gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_youtube_section2 .container .list {
    gap: 10px;
    row-gap: 30px;
  }
}
.news_youtube_section2 .container .list li {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .news_youtube_section2 .container .list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .news_youtube_section2 .container .list li {
    width: calc(50% - 10px);
  }
}
.news_youtube_section2 .container .list li .link .top {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news_youtube_section2 .container .list li .link .top {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.news_youtube_section2 .container .list li .link .top > .img_bx {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.news_youtube_section2 .container .list li .link .top > .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.news_youtube_section2 .container .list li .link .top > .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
.news_youtube_section2 .container .list li .link .top .cover_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_youtube_section2 .container .list li .link .top .cover_bx .img_bx {
  margin-bottom: 15px;
}
.news_youtube_section2 .container .list li .link .top .cover_bx p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fbbb0b;
}
.news_youtube_section2 .container .list li .link .bottom .title {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news_youtube_section2 .container .list li .link .bottom .title {
    font-size: clamp(18px, 5vw, 20px);
    font-size: 14px;
    min-height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media screen and (min-width: 769px) {
  .news_youtube_section2 .container .list li .link:hover .cover_bx {
    opacity: 1;
  }
}

/* .paging-area.type2 {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid rgb(#000, 0.1);
} */
.column_section .container {
  max-width: 1440px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .column_section .container {
    padding-top: 80px;
  }
}
.column_section .container .list {
  max-width: 1400px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .column_section .container .list {
    margin-top: 40px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }
}
.column_section .container .list li {
  width: calc(25% - 30px);
  height: auto;
}
@media screen and (max-width: 1200px) {
  .column_section .container .list li {
    width: calc(33.33% - 26.66px);
  }
}
@media screen and (max-width: 1024px) {
  .column_section .container .list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .column_section .container .list li {
    width: calc(50% - 5px);
  }
}
.column_section .container .list li .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 4.5px 5.4px 10.4px 2.6px rgba(0, 0, 0, 0);
          box-shadow: 4.5px 5.4px 10.4px 2.6px rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.column_section .container .list li .link .img_bx {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.column_section .container .list li .link .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 69.2307692308%;
}
.column_section .container .list li .link .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
.column_section .container .list li .link .txt_bx {
  background: #f6f6f6;
  padding: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .column_section .container .list li .link .txt_bx {
    padding: 15px 10px;
  }
}
.column_section .container .list li .link .txt_bx h3 {
  min-height: 66px;
  font-size: 22px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 표시할 최대 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .column_section .container .list li .link .txt_bx h3 {
    min-height: 22px;
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 768px) {
  .column_section .container .list li .link .txt_bx h3 {
    min-height: 21px;
    font-size: clamp(18px, 5vw, 22px);
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.column_section .container .list li .link .txt_bx div {
  min-height: 76px;
  font-size: 1em;
  line-height: 1.6;
  color: #333;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 표시할 최대 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .column_section .container .list li .link .txt_bx div {
    min-height: 48px;
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .column_section .container .list li .link:hover {
    -webkit-box-shadow: 4.5px 5.4px 10.4px 2.6px rgba(0, 0, 0, 0.23);
            box-shadow: 4.5px 5.4px 10.4px 2.6px rgba(0, 0, 0, 0.23);
  }
  .column_section .container .list li .link:hover .txt_bx {
    background: #fbbb0d;
  }
  .column_section .container .list li .link:hover .txt_bx h3,
  .column_section .container .list li .link:hover .txt_bx p {
    color: #fff;
  }
}

.review_section .container {
  max-width: 1440px;
  padding-top: 150px;
  /* padding-bottom: 50px; */
}
@media screen and (max-width: 768px) {
  .review_section .container {
    padding-top: 80px;
  }
}
.review_section .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 100px;
}
@media screen and (max-width: 1400px) {
  .review_section .container .list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .review_section .container .list {
    margin-top: 40px;
    gap: 10px;
    row-gap: 30px;
  }
}
.review_section .container .list li {
  width: 100%;
  width: calc(33.33% - 66.67px);
}
@media screen and (max-width: 1400px) {
  .review_section .container .list li {
    width: calc(33.33% - 26.67px);
  }
}
@media screen and (max-width: 1024px) {
  .review_section .container .list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .review_section .container .list li {
    width: calc(50% - 5px);
  }
}
.review_section .container .list li .link .top {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .review_section .container .list li .link .top {
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.review_section .container .list li .link .top > .img_bx {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.review_section .container .list li .link .top > .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 87.5%;
}
.review_section .container .list li .link .top > .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
.review_section .container .list li .link .top .cover_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.review_section .container .list li .link .top .cover_bx .img_bx {
  margin-bottom: 15px;
}
.review_section .container .list li .link .top .cover_bx p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fbbb0b;
}
.review_section .container .list li .link .bottom .title {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 표시할 최대 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .review_section .container .list li .link .bottom .title {
    min-height: 42px;
    font-size: 14px;
    line-height: 1.5;
    /* font-size: clamp(18px, 5.0000vw, 18px); */
    margin-bottom: 10px;
  }
}
.review_section .container .list li .link .bottom .date {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .review_section .container .list li .link .bottom .date {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .review_section .container .list li .link:hover .cover_bx {
    opacity: 1;
  }
}

.apply_section .container {
  max-width: none;
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .apply_section .container {
    padding: 80px 0 0;
  }
}
.apply_section .container .txt_bx {
  max-width: 1440px;
  margin: 0 auto 70px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .txt_bx {
    margin: 0 auto 80px;
  }
}
.apply_section .container .txt_bx h2 {
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: left;
  color: #fbbb0b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 48px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.apply_section .container .txt_bx p {
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .apply_section .container .txt_bx p {
    font-size: clamp(18px, 5vw, 18px);
    line-height: 1.3;
  }
}
.apply_section .container .content_bx {
  position: relative;
  background: #000;
}
.apply_section .container .content_bx .bg_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.apply_section .container .content_bx .bg_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.apply_section .container .content_bx .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 20px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px;
    gap: 50px;
  }
}
.apply_section .container .content_bx .inner .left {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .left {
    padding: 0;
  }
}
.apply_section .container .content_bx .inner .left .inner_txt_bx p {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -1.2px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .left .inner_txt_bx p {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.apply_section .container .content_bx .inner .left .inner_txt_bx h3 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .left .inner_txt_bx h3 {
    font-size: clamp(28px, 7.7778vw, 48px);
    line-height: 1.3;
  }
}
.apply_section .container .content_bx .inner .right {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .right {
    width: 100%;
  }
}
.apply_section .container .content_bx .inner .right > h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .right > h2 {
    font-size: clamp(18px, 5vw, 24px);
  }
}
.apply_section .container .content_bx .inner .form_bx {
  width: 100%;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.apply_section .container .content_bx .inner .form_bx form {
  width: 100%;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  /* .cover_bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 18px;
      pointer-events: none;
      font-size: em(16);
      font-weight: 400;

      span {
        color: $orange;
      }

      &.off {
        display: none;
      }
    } */
}
.apply_section .container .content_bx .inner .form_bx form .input_bx input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .input_bx input {
    height: 40px;
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .input_bx input::-webkit-input-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx input::-moz-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx input:-ms-input-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx input::-ms-input-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx input::placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx select {
  border-radius: 8px;
  height: 50px;
  padding: 0 18px;
  background-position: calc(100% - 18px) center;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .input_bx select {
    height: 40px;
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .input_bx textarea {
  border-radius: 8px;
  min-height: 125px;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .input_bx textarea {
    height: 40px;
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .input_bx textarea::-webkit-input-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx textarea::-moz-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx textarea:-ms-input-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx textarea::-ms-input-placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .input_bx textarea::placeholder {
  color: #000;
}
.apply_section .container .content_bx .inner .form_bx form .imagecode_bx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .imagecode_bx {
    height: 40px;
  }
}
.apply_section .container .content_bx .inner .form_bx form .imagecode_bx h3 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .apply_section .container .content_bx .inner .form_bx form .imagecode_bx h3 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .imagecode_bx h3 {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .imagecode_bx #imagecode {
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .imagecode_bx #imagecode {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .imagecode_bx .code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #242424;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .apply_section .container .content_bx .inner .form_bx form .imagecode_bx .code {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .imagecode_bx .code {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label {
    font-size: clamp(18px, 5vw, 18px);
  }
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label .check-bx {
  width: 25px;
  margin-right: 18px;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label .check-bx span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label .check-bx span img {
  width: 100%;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label .check-bx span:nth-child(2) {
  display: none;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label .popup-link {
  border-bottom: 1px solid #fff;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label .text {
  margin-right: 30px;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label.on .check-bx span:nth-child(1) {
  display: none;
}
.apply_section .container .content_bx .inner .form_bx form .agree-bx .agree label.on .check-bx span:nth-child(2) {
  display: block;
}
.apply_section .container .content_bx .inner .form_bx form .submit_btn input {
  width: 100%;
  height: 50px;
  border: 1px solid #e9631b;
  background: #e9631b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .apply_section .container .content_bx .inner .form_bx form .submit_btn input:hover {
    background: #fbbb0b;
    border: 1px solid #fbbb0b;
    color: #000;
  }
}

.apply_section2 .container {
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container {
    padding: 80px 20px;
  }
}
.apply_section2 .container .txt_bx h2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 4.375em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: center;
  color: #000;
  padding-bottom: 81px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container .txt_bx h2 {
    font-size: clamp(30px, 8.3333vw, 48px);
    line-height: 1.3;
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}
.apply_section2 .container .content_bx {
  padding-bottom: 81px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container .content_bx {
    padding-bottom: 21px;
    margin-bottom: 40px;
  }
}
.apply_section2 .container .content_bx .name {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.5px;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container .content_bx .name {
    font-size: clamp(18px, 5vw, 18px);
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.apply_section2 .container .content_bx h2 {
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.3px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container .content_bx h2 {
    font-size: clamp(28px, 7.7778vw, 48px);
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.apply_section2 .container .content_bx p {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.3px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container .content_bx p {
    font-size: clamp(13px, 3.6111vw, 22px);
    line-height: 1.5;
  }
}
.apply_section2 .container .link {
  margin: 0 auto;
  width: 220px;
  height: 60px;
  border-radius: 10px;
  background: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.5px;
  text-align: center;
  color: #fff;
  border: 1px solid #242424;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .apply_section2 .container .link {
    font-size: clamp(18px, 5vw, 18px);
    line-height: 1.3;
    width: 150px;
    height: 40px;
  }
}
.apply_section2 .container .link:hover {
  background: #fff;
  color: #282828;
}

.section--01 {
  padding: 9.8125rem 0 16.625rem 0;
}

.section--02 {
  padding: 3.1875rem 0 19.625rem 0;
  border-top: 1px solid #979797;
}

.text--01 {
  font-size: 1.75rem;
  font-weight: 700;
}

.text--02 {
  font-size: 1.25rem;
  color: #666;
}

.text--03 {
  font-size: 1.125rem;
  color: #666;
  font-weight: 500;
}

.select-bx {
  width: 554px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .select-bx {
    width: 100%;
  }
}
.select-bx .sc-tit {
  font-size: 2.625rem;
  font-weight: 700;
}
.select-bx ul {
  margin-top: 6.9375rem;
}
.select-bx ul li {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.select-bx ul li p {
  width: 100%;
  text-align: center;
}
.select-bx ul .sel-tit.bk-txt {
  color: #3C1E1E;
}
.select-bx ul .sel-tit.w-txt {
  color: #fff;
}
.select-bx ul .ye-list {
  background: #F9E000;
  padding: 0 1.25rem;
}
.select-bx ul .ye-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.1875rem;
}
.select-bx ul .ye-list .icon-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}
.select-bx ul .ye-list .icon-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.select-bx ul .pk-list {
  background: #E11960;
}
.select-bx ul .pk-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.select-bx .join-bx {
  margin-top: 1.875rem;
  text-align: center;
}
.select-bx .join-bx .pk-txt {
  color: #E11960;
  margin-top: 1.25rem;
}

.back-bx {
  margin-bottom: 2.6875rem;
}
.back-bx i {
  font-size: 3.125rem;
}

form {
  width: 370px;
  margin: 0 auto;
  /* 인증코드 입력창 + 유효 시간 */
  /* 유효시간 타이머 설정 */
  /* 인증코드를 받지 못하셨나요?  [인증코드 재발송] */
  /* 버튼 공통 설정 */
  /* 이메일을 잘못 입력하셨나요?, 인증코드를 받지 못하셨나요? 메세지 */
  /* 이메일 변경, 인증코드 재발송 */
}
form .pw-bx {
  position: relative;
}
form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .eyes {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
form .eyes i {
  font-size: 1.25rem;
}
form .auth_container {
  display: none;
}
form .msg {
  font-size: 0.75rem;
  padding-top: 8px;
  margin: 0;
  display: none;
}
form .input_container {
  position: relative;
  display: inline-block;
}
form .timer {
  position: absolute;
  right: 16px;
  top: 16px;
}
form .ReRFCBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form button {
  height: 55px;
}
form .misspell_box span, form .ReRFCBox > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
form .misspell_box > button, form .ReRFCBox > button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}