@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
  text-decoration: none;
  letter-spacing: -1px;
}
body {
  color: #333;
}
a {
  color: inherit;
}
.cont {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3617ce;
  padding: 20px 0 15px;
  z-index: 1500;
}
header .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
header h1 p {
  padding-left: 15px;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav li {
  margin: 0 30px;
}
nav a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.2s;
}
nav a:hover {
  opacity: 0.6;
}

.telbtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #3617ce;
  border-radius: 30px;
  font-weight: 700;
}
.btn {
  background-color: #333;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  border-radius: 30px;
  font-weight: 600;
}
.txt1 {
  font-size: 2rem;
  font-weight: 800;
}
.txt2 {
  font-size: 1.5rem;
  font-weight: 800;
}
.txt3 {
  font-size: 1.2rem;
}
.txt4 {
  font-size: 1.1rem;
  font-weight: 600;
}
.txt5 {
  font-size: 0.9rem;
  color: #666;
}

#pricebox {
  margin-top: 50px;
}

.innerline {
  border: 0;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
}
.result1 {
  background-color: #fff;
}
section {
  padding: 100px 0;
}
.selectbox {
  padding: 30px 0;
}
.devbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
}
.linebox {
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  padding: 50px;
}
.linebox-mini {
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  padding: 30px;
}
.resultbox h5 {
  margin-bottom: 15px;
}
.resultbox dl {
  margin-top: 10px;
}
.price_month {
  font-size: 1.3em;
  font-weight: 800;
  color: #ff404e;
}
.price_pay {
  font-size: 1.8em;
  font-weight: 800;
  color: #ff404e;
}
.discountbox span {
  font-size: 1.3em;
  font-weight: 800;
  color: #333;
}
.online_dis .price::before,
.phone_dis .price::before {
  content: "-";
}

.result2 {
  margin-top: 30px;
}
.selitem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  text-align: center;
  margin-top: 30px;
}
.selitem.seldevide2 {
  grid-template-columns: 1fr 1fr;
}
.selitem.seldevide1 {
  grid-template-columns: 1fr;
}
.selitem > div {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 30px 0;
  cursor: pointer;
  transition: 0.2s;
}
.selitem > div.on {
  background-color: #fafafa;
  border: 1px solid #3617ce;
}
.selitem > div.on p {
  color: #3617ce;
}
.selitem p {
  margin-top: 10px;
  font-weight: 600;
}
.selitem p.subtxt {
  font-size: 0.8em;
  margin-top: 3px;
  font-weight: 400;
}

.step {
  background-color: #3617ce;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  margin-top: -7px;
  border-radius: 20px;
  margin-right: 10px;
}

#trigger1 {
  transform: translateY(-20px);
}

[data-sel*="sel06"] img {
  width: 60%;
  margin-top: 10px;
}

.select1:not(:first-of-type) {
  border-top: 1px solid #e4e4e4;
  margin-top: 80px;
  padding-top: 60px;
}
.step6 .selitem img {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: none;
  max-width: 50%;
}

.mobile_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3617ce;
  color: #fff;
  display: none;
  padding: 20px;
  font-size: 1.1rem;
}
.mprice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5em;
  font-weight: 600;
}
.mbottom {
  text-align: right;
  font-size: 0.9em;
  opacity: 0.7;
}
.allmobile {
  color: yellow;
}
.subsidy {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
}
.subsidy span {
  font-size: 1.5em;
  font-weight: 900;
  color: #3617ce;
  animation: bright 0.7s infinite alternate;
}
@keyframes bright {
  0% {
    color: #999;
  }
  100% {
    color: #3617ce;
  }
}
.mobile_bottom .subsidy {
  text-align: left;
}
.mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subtitle {
  text-align: center;
  font-size: 2.5rem;
}
.subtitle span {
  color: #3617ce;
}
.subpage {
  margin-top: 50px;
  padding: 120px 0;
}
.mainpage {
  padding-top: 50px;
}

.subpage dl {
  border: 2px solid #eee;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 40px;
  margin-top: 50px;
  cursor: pointer;
}
.subpage dl > * {
  display: flex;
  padding: 40px;
}
.subpage dl > dt {
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
}
.subpage dl > dd {
  font-size: 1.3rem;
  padding-top: 0;
}
.subpage dl > dd div:last-child {
  flex: 1;
}
.icon {
  font-size: 0;
}
.icon img {
  width: 60px;
  margin-right: 30px;
}

.subpage table {
  width: 100%;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  margin: 30px 0;
}
.subpage table th,
.subpage table td {
  padding: 10px 20px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #eee;
}
.subpage table th {
  background-color: #d2d0f6;
}
.subpage img {
  max-width: 100%;
  margin-top: 20px;
}
.subpage .btn {
  margin-top: 30px;
}

.subpage label {
  display: block;
}
form {
  margin-top: 30px;
  border: 2px solid #eee;
  background-color: #fafafa;
  border-radius: 40px;
  padding: 50px;
  font-size: 1.3rem;
}
.subpage form {
  width: 70%;
  margin: 70px auto 50px;
}
form input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  color: #181818;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 1.1rem;
}
form div:not(:last-of-type) {
  margin-bottom: 30px;
}
form span {
  color: #3617ce;
  margin-left: 5px;
}
form input[type="submit"] {
  background: #3617ce;
  color: #fff;
  cursor: pointer;
}
.event {
  margin-top: 30px;
  border-radius: 40px;
  overflow: hidden;
}

.mainpage img {
  max-width: 100%;
}
.mainslide {
  background-color: #f2f4ff;
  padding: 100px 0 100px;
}
.maincenter {
  padding: 100px 0;
}
.maincenter .cont {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.maincenter .subtitle {
  text-align: left;
}

footer {
  background-color: #212121;
  color: #fff;
  padding: 70px 0;
}
footer .cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
footer h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
footer .boxbtn {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #ffffff55;
  margin-top: 20px;
}
footer .boxbtn i {
  margin-right: 10px;
}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-bottom .social-links a {
  color: #3617ce;
  font-size: 24px;
  transition: color 0.3s ease;
}

.footer-bottom .social-links a:hover {
  color: #007bff;
}

.footer-bottom li {
  display: inline-block;
  color: #aaa;
}
.footer-bottom li + li::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #555;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.swiper {
  margin-top: 30px;
  padding: 30px 0;
}
.swiper-slide {
  width: 50vw;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 80px 0 0;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
  overflow: hidden;
}
.minilabel {
  display: inline-block;
  padding: 5px 25px;
  border-radius: 20px;
  background-color: #3617ce;
  color: #fff;
}
.swiper-slide h3 {
  font-size: 2rem;
  margin-top: 20px;
}
.swiper-slide h3 + p {
  font-size: 1.3rem;
  margin-top: 20px;
  font-weight: 500;
}
.swiper-slide ul {
  margin-top: 15px;
}
.swiper-slide ul li {
  margin-top: 5px;
}
.swiper-slide ul i {
  margin-right: 8px;
  color: #3617ce;
}
.mainprice {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}
.mainprice span {
  color: #3617ce;
  font-size: 2rem;
}
.sbtnbox {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sbtnbox a {
  padding: 20px 0;
  font-size: 1.2rem;
}
.sbtn1 {
  background-color: #3617ce;
  color: #fff;
}
.sbtn2 {
  background-color: #333;
  color: #fff;
}
.mbar,
.mclose {
  display: none;
  margin-right: 20px;
  font-size: 1.5rem;
  color: #fff;
}

h1 svg {
  width: 85pt;
  height: 25pt;
}

.subform {
  background-color: #f8f9fa;
  padding: 120px 0 60px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
}

.subform .cont {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.subform .cont h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}

.subform .cont h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #3617ce;
}

.form-description {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.subform form {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.subform form > div:not(.privacy-wrapper) {
  margin-bottom: 30px;
}

.subform form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

.subform form input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.subform form input[type="text"]:focus {
  border-color: #3617ce;
  box-shadow: 0 0 0 3px rgba(54, 23, 206, 0.1);
  outline: none;
}

.subform form .submit {
  margin-top: 35px;
}

.subform form .submit input {
  width: 100%;
  padding: 16px;
  background: #3617ce;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subform form .submit input:hover {
  background: #2a12a3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(54, 23, 206, 0.2);
}

.privacy-wrapper {
  margin-top: 35px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: #f8f9fa;
  border-bottom: 1px solid #e4e4e4;
}

.privacy-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}

.privacy-checkbox input[type="checkbox"] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  accent-color: #3617ce;
}

.privacy-checkbox label {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

.detail-toggle {
  display: inline-block;
  padding: 10px 18px;
  background-color: #3617ce;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.detail-toggle:hover {
  background-color: #2a12a3;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(54, 23, 206, 0.2);
}

.privacy-content {
  display: none;
  padding: 20px;
  margin: 0;
  background-color: #fff;
}

.privacy-content.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.privacy-content p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #555;
  font-size: 15px;
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .subform {
    padding: 40px 0;
  }

  .subform form {
    padding: 25px;
    border-radius: 15px;
  }

  .subform .cont h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .privacy-header {
    flex-direction: row;
    gap: 10px;
    padding: 15px;
  }

  .detail-toggle {
    padding: 8px 15px;
    font-size: 14px;
  }

  .privacy-content {
    padding: 15px;
  }

  .privacy-content p {
    font-size: 14px;
  }
}

/* 삼성 갤럭시 모바일 환경 최적화 */
@media (max-width: 480px) {
  .subform {
    padding: 30px 0;
  }

  .subform .cont {
    padding: 0 15px;
  }

  .subform .cont h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .form-description {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .subform form {
    padding: 20px;
    border-radius: 12px;
  }

  .subform form label {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .subform form input[type="text"] {
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  .subform form .submit {
    margin-top: 25px;
  }

  .subform form .submit input {
    padding: 14px;
    font-size: 1.1rem;
  }

  .privacy-wrapper {
    margin-top: 25px;
    border-radius: 10px;
  }

  .privacy-header {
    padding: 12px 15px;
  }

  .privacy-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .privacy-checkbox label {
    font-size: 14px !important;
  }

  .detail-toggle {
    padding: 7px 12px;
    font-size: 13px;
  }

  .privacy-content {
    padding: 12px 15px;
  }

  .privacy-content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

/* 작은 화면 갤럭시 기기 최적화 */
@media (max-width: 360px) {
  .subform .cont h3 {
    font-size: 1.5rem;
  }

  .form-description {
    font-size: 0.9rem;
  }

  .subform form {
    padding: 15px;
  }

  .subform form label {
    font-size: 0.95rem;
  }

  .subform form input[type="text"] {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .privacy-checkbox label {
    font-size: 13px !important;
  }

  .detail-toggle {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.cont .kakaomobile {
  display: none;
}
@media (max-width: 1200px) {
  .telbtn {
    display: none;
  }
  .mbar {
    display: block;
  }
  .mobile_bottom {
    display: block;
  }
  html,
  body {
    font-size: 15px;
  }
  #pricebox {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price_grid {
    grid-template-columns: 1fr;
  }
  nav {
    position: fixed;
    top: 93px;
    left: 0;
    width: 100%;
    background-color: #3617ce;
    display: none;
  }
  header .mclose {
    display: none;
  }
  header.open nav {
    display: block;
  }
  header.open .mbar {
    display: none;
  }
  header.open .mclose {
    display: block;
  }
  nav ul {
    display: block;
    padding-bottom: 20px;
  }
  nav li {
    text-align: center;
    padding: 10px 0;
  }
  .selitem img {
    max-height: 70px;
  }
  .linebox {
    padding: 40px;
  }
  .selitem {
    gap: 15px;
  }
  .txt1 {
    font-size: 1.8rem;
  }
  .txt3 {
    font-size: 1.1rem;
  }
  .selitem > div {
    padding: 22px 0;
  }
  .scrollmagic-pin-spacer,
  .resultbox {
    display: none !important;
  }
  .select1:not(:first-of-type) {
    margin-top: 60px;
    padding-top: 40px;
  }
  .maincenter .cont {
    grid-template-columns: 1fr;
  }
  .swiper-slide {
    width: 65vw;
  }
  .mainslide {
    padding-top: 50px;
  }
  .subform .cont {
    display: block;
  }
  .subform .cont form > div:first-of-type {
    margin-left: 0;
  }
  .cont {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .cont .kakaomobile {
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #f9e000;
    color: #371c1d;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  h1 svg {
    width: 60pt;
    height: 17pt;
  }
  nav {
    top: 59px;
  }
  .event,
  .mainpage form {
    border-radius: 20px;
  }
  .mainslide {
    padding-bottom: 60px;
  }
  .mbar,
  .mclose {
    margin-right: 5px;
  }
  html,
  body {
    font-size: 13px;
  }
  .selitem img {
    max-height: 40px;
  }
  .selitem > div {
    padding: 15px 0;
  }
  #pricebox {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price_grid {
    grid-template-columns: 1fr;
  }
  .selitem img {
    max-height: 40px;
  }
  .linebox {
    padding: 30px;
  }
  .selitem {
    gap: 15px;
  }
  .txt1 {
    font-size: 1.5rem;
  }
  .selitem > div {
    padding: 15px 0;
  }
  .select1:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 30px;
  }
  .selitem,
  .selitem.seldevide2 {
    grid-template-columns: 1fr;
  }
  .selitem > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .selitem .subtxt {
    display: none;
  }
  .selitem p {
    margin-top: 0;
  }
  header {
    padding: 12px 10px 10px 0;
  }
  header p {
    /* display: none; */
  }
  #pricebox {
    margin-top: 10px;
  }
  @keyframes bright {
    0% {
      color: #999;
    }
    100% {
      color: yellow;
    }
  }
  .icon img {
    width: 40px;
    margin-bottom: 10px;
  }
  .subpage dl > * {
    display: block;
  }
  .subpage form {
    width: 90%;
    padding: 30px;
  }
  .mainpage form {
    padding: 30px;
  }
  footer .cont {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 90%;
    margin: 0 auto;
  }
  .footer-bottom li {
    display: block;
  }
  .footer-bottom li::before {
    display: none !important;
  }
  .cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide {
    width: 80vw;
  }
  .mainslide {
    padding-top: 25px;
  }
  .swiper-slide h3 {
    font-size: 1.7rem;
  }
  .swiper-slide h3 + p {
    font-size: 1.1rem;
  }
  .swiper-slide ul li {
    font-size: 0.9rem;
    margin-top: 3px;
  }
  .subform .cont {
    width: 90%;
    margin: 0 auto;
  }
  .subform .cont form {
    display: block;
  }
  .subform .cont form > div,
  .subform .cont form > div.submit {
    margin-left: 0;
  }
  .subform form input {
    width: 80%;
  }
  .subform .cont form > div {
    justify-content: space-between;
  }
  .subform form input[type="submit"] {
    width: 100%;
  }
}

.kakao {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 2000;
}
.kakao img {
  width: 150px;
  max-width: 25vw;
}
@media (max-width: 1200px) {
  .kakao {
    display: none;
  }
}

/* Add these styles before the media queries */
.checkbox-wrapper {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}

.checkbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fafafa;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.detail-btn {
  border: none;
  background: none;
  color: #666;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 5px 10px;
}

.terms-content {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #e4e4e4;
}

.terms-content p {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #666;
}

.terms-content.active {
  display: block;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.social-links a {
  color: #3617ce;
  font-size: 24px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

/* 미디어 쿼리 추가 */
@media (min-width: 1024px) {
  .subform {
    padding: 140px 0 80px;
  }

  .subform .cont {
    max-width: 1000px;
  }

  .subform form {
    max-width: 800px;
    padding: 50px;
  }

  .subform form label {
    font-size: 1.1rem;
  }

  .subform form input[type="text"] {
    padding: 14px 18px;
  }
}
.suwon-header {
  background-color: #fff;
  color: #333;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1500; /* 기존 헤더보다 높게 설정 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.suwon-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.suwon-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.suwon-logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3617ce;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.suwon-logo span {
  font-weight: 700;
  color: #333;
  font-size: 1.2rem;
  margin-left: 10px;
}

.suwon-nav-links {
  display: flex;
  list-style: none;
}

.suwon-nav-links li {
  margin-left: 2rem;
}

.suwon-nav-links a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.suwon-nav-links a:hover {
  color: #3617ce;
}

.suwon-hamburger {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #3617ce;
}

.suwon-mobile-menu {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  background: white;
  padding: 1rem 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1400;
}

.suwon-mobile-menu.active {
  display: block;
}

.suwon-mobile-menu ul {
  list-style: none;
}

.suwon-mobile-menu li {
  padding: 0.8rem 2rem;
  border-bottom: 1px solid #eee;
}

.suwon-mobile-menu a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

/* 수원방송 푸터 스타일 */
.suwon-footer {
  background: #2c3e50;
  color: white;
  padding: 3rem 0;
}

.suwon-footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.suwon-footer-col h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.suwon-footer-links {
  list-style: none;
}

.suwon-footer-links li {
  margin-bottom: 0.8rem;
}

.suwon-footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.suwon-footer-links a:hover {
  color: #fff;
}

.suwon-social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.suwon-social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.suwon-social-links a:hover {
  background: #3617ce;
  transform: translateY(-3px);
}

.suwon-social-links i {
  font-size: 1.2rem;
}

/* 수원방송 모바일 고정 버튼 */
.suwon-mobile-fixed-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.suwon-mobile-call-btn,
.suwon-mobile-kakao-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  float: left;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.suwon-mobile-call-btn {
  background-color: #dc3545;
}

.suwon-mobile-call-btn:hover {
  background-color: #2a12a3;
}

.suwon-mobile-kakao-btn {
  background-color: #fee500;
  color: #000;
}

.suwon-mobile-kakao-btn:hover {
  background-color: #e6cf00;
}

.suwon-mobile-fixed-buttons i {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.suwon-mobile-fixed-buttons::after {
  content: "";
  display: table;
  clear: both;
}

/* 반응형 스타일 */
@media (max-width: 1200px) {
  .suwon-nav-links {
    display: none;
  }

  .suwon-hamburger {
    display: block;
  }

  .suwon-mobile-fixed-buttons {
    display: block;
  }

  .suwon-footer {
    margin-bottom: 70px;
  }

  /* 기존 카카오 버튼 숨기기 */
  .kakao {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .suwon-header {
    padding: 15px 0;
  }

  .suwon-logo span {
    font-size: 1rem;
  }

  .suwon-mobile-menu {
    top: 65px;
  }
}

@media (max-width: 600px) {
  .suwon-logo span {
    font-size: 0.9rem;
  }

  .suwon-mobile-call-btn,
  .suwon-mobile-kakao-btn {
    padding: 12px 0;
    font-size: 0.8rem;
  }

  .suwon-mobile-fixed-buttons i {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}

@media (min-width: 1201px) {
  .suwon-mobile-menu {
    display: none !important;
  }
}

/* 기존 헤더 숨기기 */
header:not(.suwon-header) {
  display: none !important;
}

/* 기존 푸터 숨기기 */
footer:not(.suwon-footer) {
  display: none !important;
}
.mobile_bottom {
  position: fixed;
  bottom: 70px; /* 기존: bottom: 0; → 모바일 버튼 높이만큼 위로 올림 */
  left: 0;
  right: 0;
  background-color: ;
  color: #fff;
  display: none;
  padding: 15px 20px; /* 패딩 약간 줄임 */
  font-size: 1.1rem;
  z-index: 998; /* 모바일 버튼(1000)보다 낮게 설정 */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* 모바일에서 메인 컨텐츠 하단 여백 추가 */
@media (max-width: 1200px) {
  #pricebox {
    padding-bottom: 140px; /* 하단 여백 추가 (모바일 버튼 + 요금출력 높이) */
  }

  .mobile_bottom {
    display: block;
  }

  /* 상담신청 폼에도 하단 여백 추가 */
  .subform {
    padding-bottom: 140px;
  }
}

/* 더 작은 화면에서 조정 */
@media (max-width: 768px) {
  .mobile_bottom {
    bottom: 65px; /* 모바일 버튼이 더 작아지면 조정 */
    padding: 12px 15px;
    font-size: 1rem;
  }

  .mprice {
    font-size: 1.3em; /* 기존 1.5em에서 줄임 */
  }

  #pricebox {
    padding-bottom: 130px;
  }

  .subform {
    padding-bottom: 130px;
  }
}

@media (max-width: 600px) {
  .mobile_bottom {
    bottom: 60px;
    padding: 10px 15px;
  }

  .mprice {
    font-size: 1.2em;
  }

  #pricebox {
    padding-bottom: 120px;
  }

  .subform {
    padding-bottom: 120px;
  }
}

/* 모바일 버튼과 요금 출력 사이 간격 제거 */
.suwon-mobile-fixed-buttons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.suwon-mobile-menu {
  display: none;
}
.suwon-mobile-menu.active {
  display: block;
}
/* 상담신청 폼만 숨기기 */
.subform {
  display: none !important;
}
