* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.content {
  width: 100%;
  height: auto;
  margin-top: 195px;
}

.sectionA {
  width: 100%;
  height: auto;
  background-color: #bed3d8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionA .title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-right: 40px;
}

.sectionB {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
  background: #fff;
}

.sectionB .articleA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  line-height: 1.8;
}

.sectionB .articleA div:nth-child(1) {
  color: #333333;
  font-weight: 700;
  font-size: 30px;
}
.sectionB .articleA div:nth-child(2) {
  color: #8497b0;
  font-weight: 500;
  font-size: 24px;
}

.form-container {
  width: 1171px;
  margin: 0 auto;
  padding: 40px 80px;
  border-radius: 8px;
  background-color: #faf9f8;
}

.consultation-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.consultation-form div:nth-child(5) {
  align-items: flex-start;
}
.form-row {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.label {
  width: 170px;
  color: #474747;
  font-size: 18px;
  text-align: right;
  padding-right: 40px;
  padding-top: 0px;
  line-height: 1.4;
}

.label span {
  color: #474747;
  font-size: 18px;
  text-align: right;
  line-height: 1.4;
}

.input-group {
  flex: 1;
  display: flex;
  align-items: center;
}

.input-group .label {
  padding-top: 0px;
}

.two-columns {
  gap: 0px;
}

/* input[type="text"],
input[type="tel"] {
  width: 350px;
  height: 50px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
} */

input[type="password"],
input[type="date"],
input[type="time"] {
  width: 238px;
  height: 50px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}

.two-columns .input-group:last-child input[type="time"] {
  margin-left: -90px;
}

textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  flex: 1;
  display: flex;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}

.button-group {
  display: flex;
  gap: 10px;
  flex: 1;
}

.asset-btn {
  width: 120px;
  padding: 12px;
  border: none;
  background: #c4c4c4;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}

.asset-btn.active {
  background: #5d5fef;
  color: white;
  border-color: #5d5fef;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #404041;
}

.custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"] {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-checkbox input[type="checkbox"]:checked, .custom-checkbox input[type="radio"]:checked {
  background-color: #404041;
  border-color: #1e1f21;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23FFBD05' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox-group {
  flex: 1;
  padding-top: 8px;
}

.topic-row .checkbox-group,
.method-row .checkbox-group {
  display: flex;
  flex-wrap: wrap;
}

.password-row {
  align-items: center;
}

.agreement {
  margin-left: 60px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 50px;
}

.agreement input[type="checkbox"] {
  margin-top: 0;
}

.agreement span {
  display: flex;
  align-items: center;
  height: 100%;
}

.agreement span u {
  text-decoration: none;
}

.form-notice {
  text-align: center;
  margin: 40px 0;
  color: #000;
  font-size: 18px;
}

.submit-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  background: #555;
  color: white;
  border: 1px solid #7453ec;
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
}

.privacy-btn {
  background: none;
  border: none;
  color: #404041;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin: 0 4px 0 0;
  font-size: 16px;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

input[name="phone"] {
  width: 350px;
}

input[name="phone"] + .label,
input[name="phone"] ~ .label {
  width: 140px;
}

.phone-label {
  width: 140px;
}

.select-group {
  flex: 1;
}

.form-select {
  width: 350px;
  height: 50px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  color: #404041;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23404041' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-select:focus {
  outline: none;
  border-color: #404041;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-checkbox {
  flex: 0 0 auto;
}

.sectionC {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionC .info-section {
  width: 1171px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #d9d9d9;
  border-radius: 20px;
  margin: 20px 0;
}
.sectionC .info-section img {
  margin-right: 10px;
}
.sectionC .info-item {
  display: flex;
  align-items: start;
  flex-direction: row;
  flex: 1;
  padding: 10px;
  text-align: left;
  gap: 30px;
  line-height: 1.6;
}

.sectionC .info-title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 5px;
  color: #585858;
}

.sectionC .info-detail {
  display: block;
  font-size: 24px;
  color: #404041;
  font-weight: 400;
}

.sectionC .info-desc {
  display: block;
  font-size: 18px;
  color: #666;
}

.sectionD {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.sectionD .articleA {
  width: 1171px;
  height: 771px;
  background-color: #d9d9d9;
  border-radius: 20px;
  margin: 20px 0;
}

/* 2025.01.10 추가 */

@media (min-width: 1172px) {
  .pc-only {
    display: flex;
  }

  .mobile-only {
    display: none;
  }
  .mobile-select {
    display: none;
  }
}

@media (max-width: 1171px) {
  .content {
    margin-top: 0;
    padding: 0px;
  }
  .sectionA {
    display: none;
  }
  .sectionB .articleA {
    padding: 40px 0;
  }
  .sectionB .articleA div:nth-child(1) {
    font-size: 24px;
  }
  .sectionB .articleA div:nth-child(2) {
    font-size: 14px;
  }
  .form-container {
    width: 100%;
    padding: 20px;
    background-color: none;
  }
  .form-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .label {
    width: 100%;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 0;
  }
  .label span {
    margin-right: 4px;
  }
  .input-group {
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="date"],
  input[type="time"],
  textarea {
    width: 100%;
  }
  .two-columns {
    flex-direction: column;
    gap: 20px;
  }
  .two-columns .input-group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .two-columns .label {
    width: 100%;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 0;
  }
  .form-row:has([name="preferred-date"]) .input-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-row:has([name="preferred-date"]) .label {
    width: 100%;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 0;
  }
  .button-group {
    flex-wrap: wrap;
    gap: 8px;
  }
  .asset-btn {
    width: calc(50% - 4px);
  }
  .custom-checkbox input[type="checkbox"] {
    margin-right: 8px;
  }

  .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 0px;
    width: 100%;
  }
  .topic-row .custom-checkbox {
    flex: 0 0 calc(52% - 5px);
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 50%;
  }
  .topic-row .checkbox-group br {
    display: none;
  }
  .custom-checkbox {
    margin-right: 0px;
    margin-bottom: 12px;
    width: 100%;
  }
  .date-wrapper {
    position: relative;
    display: inline-block; /* 크기 맞춤 */
    width: 100%; /* 부모 요소 크기에 맞춤 */
  }

  input[type="date"] {
    padding-right: 40px;
    appearance: none; /* 기본 브라우저 스타일 제거 */
    -webkit-appearance: none; /* 웹킷 브라우저 스타일 제거 */
    -moz-appearance: none; /* 파이어폭스 스타일 제거 */
  }
  /* 캘린더 아이콘 스타일 */
  .date-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    display: none; /* 기본 브라우저 캘린더 아이콘 제거 */
  }

  .date-wrapper::after {
    content: "";
    background: url("/suseong/images/icon/calendar-icon.png") no-repeat center;
    background-size: 20px 20px; /* 아이콘 크기 조정 */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none; /* 클릭 이벤트 무시 */
  }
  .agreement {
    margin: 20px 0 0 0;
  }
  .submit-btn {
    width: 90%;
    height: 45px;
    padding: 0;
    background-color: #ff3147;
    border: none;
    margin-bottom: 40px;
  }
  .pc-only {
    display: none;
  }
  input[type="time"] {
  	margin-left: 0 !important;
    /* display: none; */
  }
  .password-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .password-row .label {
    text-align: left;
    padding-right: 0;
    margin-bottom: 0px;
    width: 100%;
  }
  .password-row .input-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .password-row input[type="password"] {
    width: 100%;
    margin-bottom: 12px;
  }
  .form-notice {
    display: none;
  }
  .method-row .checkbox-group {
    display: none;
  }
  .method-row .label br,
  .method-row .label span,
  .password-row .label br {
    display: none;
  }
  .form-select {
    width: 100%;
  }
  .mobile-select {
    width: 100%;
  }
  .method-input {
    width: 100%;
    margin-top: 12px;
  }
  .form-row.type-row {
    order: 1;
  }
  .form-row.two-columns {
    order: 2;
  }
  .form-row:has(.button-group),
  .form-row:has(.mobile-select):not(.type-row):not(.method-row) {
    order: 3;
  }
  .form-row:has([name="location"]) {
    order: 4;
  }
  .form-row.topic-row {
    order: 5;
  }
  .form-row:has(textarea) {
    order: 6;
  }
  .form-row:has([name="preferred-date"]) {
    order: 7;
  }
  .form-row.method-row {
    order: 8;
  }
  .form-row.password-row {
    order: 9;
  }

  .sectionC .info-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    background-color: #d9d9d9;
    border-radius: 20px;
    margin: 20px 0;
    gap: 40px;
  }
  .sectionC .info-section img {
    margin-right: 0px;
    width: 60px;
    height: auto;
    margin-bottom: -30px;
  }
  .sectionC .info-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    padding: 10px;
    text-align: left;
    gap: 10px;
    line-height: 1;
  }

  .sectionC .info-title {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
    color: #ff6e29;
  }

  .sectionC .info-detail {
    display: block;
    font-size: 18px;
    color: #404041;
    font-weight: 400;
    text-align: center;
  }

  .sectionC .info-desc {
    display: block;
    font-size: 18px;
    color: #404041;
  }
  .sectionD {
    padding-bottom: 20px;
  }
  .sectionD .articleA {
    width: 90%;
    height: 360px;
    background-color: #d9d9d9;
    border-radius: 20px;
    margin: 10px 0 20px 0;
  }
}

/* 25.01.10 추가 */

.sectionB .articleB {
	width: 1170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.semina {
	width: 100%;
	margin: 100px auto 60px;
}

.semina-list {
	display: flex;
}

.semina-list > div {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 2;
}

.semina .row:nth-child(1) .semina-list {
	border-top: 1px solid #ccc;
}

.semina-list > div:nth-child(2) {
	flex: 1 1 auto !important;
}

.btn1 {
	background-color: #0000ff;
	color: #fff;
	border:0;
	width: 112px;
	border-radius: 30px;
	margin-left: 10px;
	padding: 3px 0;
}

.btn2 {
	background-color: #c4c4c4;
	color: #fff;
	border:0;
	width: 112px;
	border-radius: 30px;
	margin-left: 10px;
	padding: 3px 0;
}

.toggleBox {
	/* text-align: center; */
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}

.toggle-icon-minus {
	background-image: url(/assets/front/images/icon/minus-img.png);
	background-repeat: no-repeat;
    background-position: center;
}

.toggle-icon-plus {
	background-image: url(/assets/front/images/icon/plus-img.png);
	background-repeat: no-repeat;
    background-position: center;
}

.pc-minus, .pc-plus {
	vertical-align: middle;
}

.Page {
	width: 10%;
	margin-bottom: 50px;
}

.pagination li {
	list-style: none;
	flex: 1 1 auto !important;
	text-align: center;
}

.pagination li a {
	width: 100%;
	text-decoration: unset;
	color: #333;
	display: inline-block;
}

.pagination {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.page-link:focus {
	background-color: #d9d9d9;
    border-radius: 4px;
}

@media (max-width: 830px) {
  .sectionB .articleB {
  	width: 100%;
    padding: 0px 0px;
  }
  .form-container {
    padding-bottom: 0px;
  }
  .agreement {
    margin: 6px 0 0 0;
  }
  .topic-row {
    margin-bottom: -3px;
  }
  .to-time {
    /* margin-bottom: -3px; */
  }

  .sectionD .articleA {
    width: 328px;
    height: 216px;
    background-color: #d9d9d9;
    border-radius: 20px;
    margin: 10px 0 0px 0;
  }
  
  .semina {
  	margin: 50px auto;
  	padding: 15px;
  }
  
  .semina-list .date {
  	display: none;
  }
  
  .toggleBox img {
  	width: 90%;
  }
  
  .btn1, .btn2 {
  	width: 50px;
    font-size: 14px;
  }
  
  .Page {
		width: 50%;
	}
}

@media (max-width: 480px) {
}
