a {
  color: #333;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.notScroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: none;
}

/* Select box 스타일 초기화 */
select {
  padding: 0 10px 0 4px;
  background: #fff url("arrow.png") no-repeat 100% 50% !important;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
}

select option {
  color: #000;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* placeholder 초기화 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input::placeholder {
  font-weight: 400;
  color: #aaa;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}

/* header */
header {
  background: linear-gradient(to right, #c6e3ff, #dfecff);
}
header .container {
  display: flex;
  align-items: center;
}
header a {
  display: inline-block;
  padding: 25px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #222;
}
header h1 {


  font-weight: 700 ;

}
header a img {
  width: 200px;
}
header .list_wrap {
  margin-left: auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
}
header .list_wrap a {
  color: #222;
}

/* section1 */
.section1 {
  background: linear-gradient(to right, #c6e3ff, #dfecff);
  padding: 70px 0 110px;
  position: relative;
}
.section1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../Img/main_bg.png") no-repeat 0 0 / cover;
}
.section1 .title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.section1 .title_wrap .text_wrap {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.section1 .title_wrap .text_wrap h1 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.35;
  color: #000;
  animation: section1TitleSlide 0.9s ease-out both;
}
@media (min-width: 768px) {
  .section1 .title_wrap .text_wrap h1 {
    font-size: 64px;
  }
}
@media (min-width: 1100px) {
  .section1 .title_wrap .text_wrap h1 {
    font-size: 76px;
  }
}
.section1 .title_wrap .text_wrap p {
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -2px;
  color: #222;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(-24px);
  animation: section1TitleSlide 0.9s ease-out 0.2s both;
}
@keyframes section1TitleSlide {
  from {
    opacity: 0;
    transform: translateY(-32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section1 .title_wrap .text_wrap p b {
  font-weight: 500;
  color: #0058d8;
}
.section1 .title_wrap .img_wrap {
  position: relative;
}
.section1 .title_wrap .img_wrap img {
  margin-right: 70px;
}
.section1 .title_wrap .img_wrap p {
  position: absolute;
  top: 370px;
  right: 20px;
  font-size: 15px;
  letter-spacing: -1px;
  color: #fff;
}

.section1 .form_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  padding: 55px 40px;
  border-radius: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 30px;
}
.section1 .bohum_swiper {
  margin-bottom: 20px;
}
.section1 .form_wrap form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section1 .form_wrap ul {
  display: grid;
  grid-template-columns: 2.7fr 2.3fr;
  box-sizing: border-box;
  gap: 30px 40px;
}
.section1 .form_wrap ul li,
.section1 .form_wrap .name_cover {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.section1 .form_wrap ul li:first-child {
  flex-direction: row;
}
.section1 .form_wrap ul li .sex_cover {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-left: 12px;
}
.section1 .form_wrap label {
  font-size: 24px;
  font-weight: 500;
  min-width: 80px;
  white-space: nowrap;
  letter-spacing: -1px;
}
.section1 .form_wrap ul .birth_wrap label {
  min-width: 98px;
}
.section1 .form_wrap input[type="radio"] {
  display: none;
}
.section1 .form_wrap input[type="text"],
.section1 .form_wrap input[type="tel"] {
  border: 1px solid #cccccc;
  font-size: 24px;
  padding: 0 20px;
  outline: none;
  font-family: inherit;
  background: #fff;
  width: 100%;
  height: 66px;
  border-radius: 10px;
  letter-spacing: -1px;
}
.section1 .form_wrap input[type="text"]::placeholder,
.section1 .form_wrap input[type="tel"]::placeholder {
  color: #aaa;
}
.section1 .form_wrap .tel_cover {
  display: flex;
  width: 100%;
}
.section1 .form_wrap select {
  font-size: 24px;
  padding-left: 12px;
  padding-right: 28px;
  appearance: none;
  background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important;
  border: 1px solid #cccccc;
  margin-right: 8px;
  border-radius: 6px;
}
.section1 .form_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #bbb;
  margin: 0;
  margin-right: 8px;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.section1 .form_wrap input[type="radio"]:checked + label {
  background: #0058d8;
}
.section1 .form_wrap input[type="radio"]:not(:checked) + label {
  color: #777;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.section1 .form_wrap .sex_cover .sex_box label {
  margin-bottom: 0;
  font-size: 24px;
  cursor: pointer;
  background: #ccc;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  width: 66px;
  color: #fff;
  border-radius: 10px;
}
.section1 .privacy_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.section1 .privacy_wrap .privacy_box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
}
.section1 .privacy_wrap .privacy_box input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  opacity: 0;
}
.section1 .privacy_wrap .privacy_box i {
  width: 25px;
  height: 25px;
  background: url("../Img/check-off.png") no-repeat center / contain;
}
.section1 .privacy_wrap .privacy_box input[type="checkbox"]:checked + i {
  background: url("../Img/check-on.png") no-repeat center / contain;
}
.section1 .privacy_wrap .privacy_box label {
  font-size: 19px;
  margin-bottom: 0;
  cursor: pointer;
  letter-spacing: -1px;
  color: #999;
}
.section1 .privacy_wrap .privacy_box button {
  font-family: inherit;
  margin: 0;
  padding: 5px 9px;
  background: #7a7a7a;
  color: #fff;
  border: 0;
  font-size: 13px;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: -1px;
}
.section1 .form_wrap .btn_submit {
  display: block;
  border: 0;
  font-family: inherit;
  font-size: 25px;
  font-weight: 600;
  background: #0058d8;
  color: #fff;
  padding: 17px;
  width: 200px;
  cursor: pointer;
  border-radius: 10px;
  height: 171px;
  line-height: 1.3;
}

/* section2 */
.section2 {
  background: url("../Img/con1_img_1.png") no-repeat center / cover;
  padding: 110px 0;
  text-align: center;
}
.section2 .title_wrap {
  margin-bottom: 40px;
}
.section2 .title_wrap h2 {
  font-size: 45px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 25px;
}
.section2 .title_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.3;
}
.section2 .content_wrap {
  border: 1px solid #fff;
  padding: 25px 50px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}
.section2 .content_wrap p {
  font-size: 28px;
  letter-spacing: -1px;
  color: #fff;
}

/* section3 */
.section3 {
  padding: 80px 0;
}
.section3 .title_wrap {
  text-align: center;
  margin-bottom: 80px;
}
.section3 .title_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #181818;
  margin-bottom: 30px;
}
.section3 .title_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  color: #555;
}
.section3 .content_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section3 .content_wrap ul li {
  background: #f7f9fc;
  padding: 60px 50px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 2px solid transparent;
}
.section3 .content_wrap ul li:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(2, 123, 254, 0.15);
  border-color: rgba(2, 123, 254, 0.35);
}
.section3 .content_wrap ul li .title_box {
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.section3 .content_wrap ul li span {
  display: block;
  font-size: 25px;
  letter-spacing: -1px;
  color: #027bfe;
}
.section3 .content_wrap ul li h4 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 18px;
}
.section3 .content_wrap ul li img {
  width: 193px;
}
.section3 .content_wrap ul li p {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.section3 .content_wrap ul li b {
  display: block;
  margin-top: 12px;
  letter-spacing: -1px;
  font-size: 21px;
  color: #999;
}

/* section4 */
.section4 {
  background: #027bfe;
  padding: 100px 0 230px;
  position: relative;
}
.section4 .title_wrap {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.section4 .title_wrap img {
  position: absolute;
}
.section4 .title_wrap img.img1 {
  top: 100px;
  left: 60px;
}
.section4 .title_wrap img.img2 {
  top: 100px;
  right: 60px;
}
.section4 .title_wrap span {
  display: block;
  color: #bfd9ff;
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.section4 .title_wrap h4 {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 28px;
}
.section4 .title_wrap p {
  font-size: 27px;
  letter-spacing: -1px;
  color: #bcddff;
  margin-bottom: 30px;
}
.section4 .title_wrap button {
  font-size: 21px;
  font-weight: 600;
  background: #fff;
  padding: 14px 42px;
  color: #027bfe;
  letter-spacing: -1px;
  border-radius: 50px;
}
.section4 .content_wrap {
  position: absolute;
  bottom: -470px;
  z-index: 9;
}
.section4 .content_wrap ul {
  display: flex;
  gap: 35px;
}
.section4 .content_wrap ul li {
  background: #fff;
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.section4 .content_wrap ul li img {
  display: block;
  width: 374px;
  height: 201px;
  object-fit: cover;
  flex: 0 0 201px;
}
.section4 .content_wrap ul li .title_box {
  padding: 30px 40px;
  flex: 1 1 auto;
  min-height: 0;
}
.section4 .content_wrap ul li .title_box h5 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.section4 .content_wrap ul li .title_box p {
  font-size: 24px;
  letter-spacing: -1px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 294px;
}
.section4 .content_wrap ul li .title_box span {
  display: block;
  font-size: 19px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-top: 10px;
  color: #999;
}

/* section5 */
.section5 {
  background: #f3f7fa;
  padding: 280px 0 100px;
  position: relative;
}
.section5 .title_wrap h4 {
  font-size: 45px;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.section5 .title_wrap h4 b {
  color: #027bfe;
  font-weight: 600;
}
.section5 .title_wrap p {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #666;
}
.section5 img {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 373px;
}

/* seciton7 */
.section7 {
  color: #333;
  padding: 80px 0;
}

.section7 .title_wrap {
  margin-bottom: 30px;
}

.section7 .title_wrap h4 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

.section7 .title_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.3;
}

.section7 .content_wrap {
  overflow: visible;
  padding: 30px 0;
  margin: -30px 0;
}
.section7_swiper.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: grab;
  padding: 30px 0;
  margin: -30px 0;
}
.section7_swiper:active {
  cursor: grabbing;
}
.section7_swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  height: auto !important;
  box-sizing: content-box !important;
}
.section7_swiper .swiper-slide {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-sizing: border-box;
  border: 1px solid rgba(2, 123, 254, 0.1);
  box-shadow: 0 4px 20px rgba(50, 50, 93, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.section7_swiper .swiper-slide:hover {
  transform: translateY(-8px) scale(1.08);
  background: #f0f7ff;
  box-shadow: 0 12px 32px rgba(2, 123, 254, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  border-color: rgba(2, 123, 254, 0.35);
  z-index: 2;
}
.section7_swiper .swiper-slide:hover h5 {
  color: #027bfe;
  border-left-color: #027bfe;
}

.section7 .swiper-slide h5,
.section7 ul li h5 {
  font-size: 20px;
  color: #181818;
  font-weight: 600;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid #027bfe;
  letter-spacing: -0.5px;
  line-height: 1.35;
  transition: color 0.25s ease, border-left-color 0.25s ease;
}

.section7 .swiper-slide p,
.section7 ul li p {
  font-size: 17px;
  color: #555;
  line-height: 1.55;
  letter-spacing: -0.3px;
}
.section7 .swiper-slide p strong,
.section7 ul li p strong {
  color: #333;
  font-weight: 600;
}
.section7_swiper-pagination {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.section7_swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #ccc;
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.section7_swiper-pagination .swiper-pagination-bullet:hover {
  background: #999;
}
.section7_swiper-pagination .swiper-pagination-bullet-active {
  background: #027bfe;
  transform: scale(1.2);
}

/* seciton8 */
.section8 {
  background-color: f7f9fc;
  color: #333;
  padding: 80px 0;
}

.section8 .title_wrap {
  margin-bottom: 30px;
}

.section8 .title_wrap h4 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

.section8 .title_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.3;
}

.section8 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section8 ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.section8 ul li h5 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}

.section8 ul li p {
  font-size: 18px;
  color: #000;
}

/* section9 - 실비 활용 카드 섹션 (강조) */
.section9 {
  padding: 100px 0;
  background: linear-gradient(180deg, #eef4fc 0%, #f7f9fc 30%, #f7f9fc 100%);
  position: relative;
}
.section9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #027bfe 0%, #5ba8ff 50%, #027bfe 100%);
  opacity: 0.9;
}

.section9 .content_wrap {
  padding-top: 48px;
}

.section9 .title_wrap {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(2, 123, 254, 0.15);
}
.section9 .title_wrap h4 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.section9 .title_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  color: #555;
  line-height: 1.3;
}

.section9 ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 640px) {
  .section9 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .section9 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.section9 ul li {
  position: relative;
  background: #fff;
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solid rgba(2, 123, 254, 0.12);
  border-left: 4px solid #027bfe;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03), 0 2px 8px rgba(2, 123, 254, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.section9 ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(2, 123, 254, 0.15), 0 0 0 1px rgba(2, 123, 254, 0.2), 0 4px 16px rgba(0, 0, 0, 0.08);
  border-left-color: #0260d4;
  border-color: rgba(2, 123, 254, 0.25);
  z-index: 2;
}

.section9 ul li .img_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  padding: 12px;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.section9 ul li:hover .img_wrap {
  background: #e8f2fe;
  transform: scale(1.05);
}

.section9 ul li .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section9 ul li .img_wrap::before {
  display: none;
}

.section9 ul li .title_box {
  flex: 1;
  padding-top: 0;
  padding-right: 72px;
  min-width: 0;
  overflow: hidden;
}

.section9 ul li .title_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: none;
  color: #027bfe;
  letter-spacing: -1px;
}

.section9 ul li .title_box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  letter-spacing: -0.3px;
  overflow: visible;
  word-break: keep-all;
}

.section9 ul li .img_wrap img {
  width: 100%;
}

@media (max-width: 639px) {
  .section9 {
    padding: 60px 0;
  }
  .section9 .content_wrap {
    padding-top: 32px;
  }
  .section9 .title_wrap h4 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .section9 .title_wrap p {
    font-size: 18px;
  }
  .section9 ul li {
    padding: 20px 16px;
  }
  .section9 ul li .title_box {
    padding-right: 64px;
  }
  .section9 ul li .title_box h5 {
    font-size: 18px;
  }
  .section9 ul li .title_box p {
    font-size: 14px;
  }
  .section9 ul li .img_wrap {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    padding: 10px;
  }
}

/* board_tab_section - 최신 소식 / Q&A 탭 (한 줄 탭, 클릭 시 전환) */
.board_tab_section {
  padding: 60px 0 80px;
  background: #fff;
}
.board_tab_section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.board_tab_headers {
  display: flex;
  border-bottom: 2px solid #e5e8ec;
  margin-bottom: 0;
  gap: 0;
}
.board_tab_btn {
  flex: 1;
  max-width: 50%;
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  background: #f5f7f9;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  letter-spacing: -0.5px;
}
.board_tab_btn:hover {
  color: #333;
  background: #eef1f5;
}
.board_tab_btn.active {
  color: #027bfe;
  background: #fff;
  border-bottom-color: #027bfe;
  margin-bottom: -2px;
}
.board_tab_panels {
  position: relative;
  background: #fff;
  border: 1px solid #e5e8ec;
  border-top: none;
  min-height: 200px;
  overflow-x: hidden;
  padding-right: 2px; /* 스크롤바와 콘텐츠 겹침 방지 */
}
.board_tab_panel {
  display: none;
  padding: 0;
}
.board_tab_panel.active {
  display: block;
}
@media (max-width: 640px) {
  .board_tab_btn {
    padding: 14px 12px;
    font-size: 16px;
  }
}

/* 최신 소식 패널을 Q&A 게시판 스타일에 맞춤 */
#board-panel-news .sc_board {
  padding: 40px 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#board-panel-news .sc_board .inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#board-panel-news .sc_board .headline_area {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #2271b1;
}
#board-panel-news .sc_board .headline_area .headline {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
}
#board-panel-news .sc_board .board_list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
  overflow-x: visible;
}
#board-panel-news .sc_board .board_item {
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #f8f9fa;
  border-bottom: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
#board-panel-news .sc_board .board_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#board-panel-news .sc_board .board_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  color: #2d3748;
  background: none;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
#board-panel-news .sc_board .board_item a:hover {
  background-color: #edf2f7;
}
#board-panel-news .sc_board .board_item .title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2d3748;
  margin-right: 20px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#board-panel-news .sc_board .board_item .date {
  font-size: 0.9rem;
  color: #718096;
  flex-shrink: 0;
  margin-right: 8px;
}
#board-panel-news .sc_board .no_posts {
  color: #718096;
}

/* bottom_form_wrap */
.bottom_form_wrap {
  padding: 100px 0;
}
.bottom_form_wrap .title_wrap {
  text-align: center;
  margin-bottom: 60px;
}
.bottom_form_wrap .title_wrap h4 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #181818;
  margin-bottom: 22px;
}
.bottom_form_wrap .title_wrap p {
  font-size: 24px;
  letter-spacing: -1px;
  color: #666;
}
.bottom_form_wrap .form_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.bottom_form_wrap .form_wrap ul li {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bottom_form_wrap .form_wrap ul li .title_label {
  font-size: 25px;
  letter-spacing: -1px;
  color: #555;
}
.bottom_form_wrap .form_wrap ul li input[type="text"],
.bottom_form_wrap .form_wrap ul li input[type="tel"] {
  border: 0;
  background: #f6faff;
  height: 80px;
  font-size: 21px;
  letter-spacing: -1px;
  font-family: inherit;
  padding: 0 25px;
  border-radius: 10px;
  width: 100%;
  outline: none;
}
.bottom_form_wrap .form_wrap ul li input[type="radio"] {
  display: none;
}
.bottom_form_wrap .form_wrap ul li .sex_cover,
.bottom_form_wrap .form_wrap ul li .tel_cover {
  display: flex;
  gap: 18px;
}
.bottom_form_wrap .form_wrap ul li .sex_cover label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6faff;
  height: 80px;
  flex: 1;
  font-size: 21px;
  font-weight: 500;
  color: #aaa;
  border-radius: 10px;
  cursor: pointer;
}
.bottom_form_wrap .form_wrap ul li input[type="radio"]:checked + label {
  border: 2px solid #027bfe;
  background: #fff;
  color: #027bfe;
  font-weight: 600;
}
.bottom_form_wrap .form_wrap ul li select {
  background: #f6faff url("../Img/arrow_tel.png") no-repeat calc(100% - 25px) 50% / 19px !important;
  height: 80px;
  border-radius: 10px;
  border: 0;
  min-width: 200px;
  font-size: 24px;
  padding: 0 25px;
  color: #333;
  outline: none;
}
.bottom_form_wrap .form_wrap .privacy_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box input[type="checkbox"] {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  left: 0;
  margin: 0;
  cursor: pointer;
}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box i {
  width: 40px;
  height: 40px;
  background: url("../Img/check-off.png") no-repeat center / contain;
}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box input[type="checkbox"]:checked + i {
  background: url("../Img/check-on.png") no-repeat center / contain;
}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box label {
  font-size: 24px;
  letter-spacing: -1px;
  color: #444;
  cursor: pointer;
}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box button {
  background: #027bfe;
  padding: 6px 14px;
  border-radius: 10px;
  font-family: inherit;
  color: #fff;
  letter-spacing: -1px;
  font-size: 19px;
}
.bottom_form_wrap .form_wrap .btn_submit {
  display: block;
  width: fit-content;
  background: #027bfe;
  padding: 25px 50px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

/* 플로팅 풍선 + Top 버튼 래퍼 (풍선 바로 아래에 Top) */
.floating_side_wrap {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.floating_side_wrap.is_visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* 본문 내 견적 폼 구간이 보이면 플로팅 풍선 숨김 */
.floating_side_wrap.hide_when_inline_visible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.floating_form_balloon {
  width: 380px;
  max-width: calc(100vw - 120px);
  transition: transform 0.35s ease;
}
.floating_side_wrap.is_visible .floating_form_balloon {
  animation: balloonFloat 3s ease-in-out infinite;
}
@keyframes balloonFloat {
  0%, 100% { transform: translateY(0) translateX(0); }
  20% { transform: translateY(-18px) translateX(6px); }
  40% { transform: translateY(-6px) translateX(-4px); }
  60% { transform: translateY(-20px) translateX(4px); }
  80% { transform: translateY(-8px) translateX(-5px); }
}
.floating_form_balloon_inner {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(2, 123, 254, 0.08);
  padding: 28px 26px;
  border: 1px solid rgba(2, 123, 254, 0.12);
}
.floating_form_balloon .bottom_form_wrap .title_wrap {
  margin-bottom: 22px;
  text-align: center;
}
.floating_form_balloon .bottom_form_wrap .title_wrap h4 {
  font-size: 21px;
  margin-bottom: 8px;
}
.floating_form_balloon .bottom_form_wrap .title_wrap p {
  font-size: 15px;
  color: #666;
}
.floating_form_balloon .bottom_form_wrap .form_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  grid-template-columns: 1fr;
}
.floating_form_balloon .bottom_form_wrap .form_wrap ul li input[type="text"],
.floating_form_balloon .bottom_form_wrap .form_wrap ul li input[type="tel"] {
  height: 50px;
  font-size: 16px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap ul li .title_label {
  font-size: 17px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap ul li .sex_cover label,
.floating_form_balloon .bottom_form_wrap .form_wrap ul li .sex_cover {
  height: 50px;
  font-size: 16px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap ul li select {
  height: 50px;
  min-width: 100px;
  font-size: 16px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap {
  margin-top: 20px;
  gap: 8px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box label {
  font-size: 14px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box button {
  font-size: 14px;
  padding: 5px 10px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box i {
  width: 26px;
  height: 26px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box input[type="checkbox"] {
  width: 26px;
  height: 26px;
}
.floating_form_balloon .bottom_form_wrap .form_wrap .btn_submit {
  margin-top: 22px;
  padding: 16px 28px;
  font-size: 17px;
}

/* 플로팅 Top 버튼 (풍선 바로 아래, 둥실둥실 + 위로 화살표) */
.floating_top_btn {
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(2, 123, 254, 0.1);
  border: 1px solid rgba(2, 123, 254, 0.15);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.floating_side_wrap.is_visible .floating_top_btn {
  animation: topBtnFloat 2.8s ease-in-out infinite;
}
@keyframes topBtnFloat {
  0%, 100% { transform: translateY(0) translateX(0); }
  25% { transform: translateY(-12px) translateX(4px); }
  50% { transform: translateY(-4px) translateX(-3px); }
  75% { transform: translateY(-14px) translateX(3px); }
}
.floating_top_btn:hover {
  animation: none;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(2, 123, 254, 0.2);
}
.floating_top_btn_arrow {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: #027bfe;
  font-weight: 700;
}
.floating_top_btn_text {
  font-size: 16px;
  font-weight: 700;
  color: #027bfe;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  .floating_side_wrap {
    right: 24px;
  }
  .floating_top_btn {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    gap: 0;
  }
  .floating_top_btn_arrow {
    font-size: 18px;
  }
  .floating_top_btn_text {
    font-size: 14px;
  }
}

/* 본문 내 견적 폼 (최신 소식 아래, 필수 안내 위) - 풍선 스타일 */
.inline_form_section {
  padding: 56px 0 64px;
  background: #f0f7ff;
}
.inline_form_section .container {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.inline_form_lead {
  text-align: center;
  font-size: 22px;
  color: #181818;
  margin-bottom: 28px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.inline_form_balloon {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.inline_form_balloon_inner {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(2, 123, 254, 0.08);
  padding: 28px 26px;
  border: 1px solid rgba(2, 123, 254, 0.12);
}
.inline_form_balloon .bottom_form_wrap .title_wrap {
  margin-bottom: 22px;
  text-align: center;
}
.inline_form_balloon .bottom_form_wrap .title_wrap h4 {
  font-size: 21px;
  margin-bottom: 8px;
  color: #181818;
}
.inline_form_balloon .bottom_form_wrap .title_wrap p {
  font-size: 15px;
  color: #666;
}
.inline_form_balloon .bottom_form_wrap .form_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap ul li input[type="text"],
.inline_form_balloon .bottom_form_wrap .form_wrap ul li input[type="tel"] {
  height: 50px;
  font-size: 16px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap ul li .title_label {
  font-size: 17px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap ul li .sex_cover label,
.inline_form_balloon .bottom_form_wrap .form_wrap ul li .sex_cover {
  height: 50px;
  font-size: 16px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap ul li select {
  height: 50px;
  min-width: 100px;
  font-size: 16px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap {
  margin-top: 20px;
  gap: 8px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box label {
  font-size: 14px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box button {
  font-size: 14px;
  padding: 5px 10px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box i {
  width: 26px;
  height: 26px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap .privacy_wrap .privacy_box input[type="checkbox"] {
  width: 26px;
  height: 26px;
}
.inline_form_balloon .bottom_form_wrap .form_wrap .btn_submit {
  margin-top: 22px;
  padding: 16px 28px;
  font-size: 17px;
}

/* section6 */
.section6 {
  background: #f9f9f9;
  color: #333;
  padding: 60px 0;
}
.section6 h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}
.section6 ul li {
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.section6 ul li:last-child {
  margin-bottom: 0;
}
.section6 p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
