body {
  font-family: "Pretendard";
}

/* .inner-1200 {
  width: 100%;
  margin: initial;
} */

.online_pay_wrap {
  padding: 0 15px;
}

p, span, em, strong, h2, h3, h4, h5, h6, a, li, dt, dd, table, tr, td, div {
  font-family: "Pretendard";
}

#wrap {
  padding-top: initial;
}
#helpdesk {
  padding-top: 0;
}
.main-img {
  width: 100%;
}

/* benefit-section */
.benefit-section p, span, em, strong, h2, h3, h4, h5, h6, a, li, dt, dd, table, tr, td, div {
  font-family: "Pretendard";
}

.benefit-section {
  margin-top: 34px;
}

.benefit-section article img {
  width: 100%;
}

.benefit-section article h4 {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin-top: 14px;
}

.benefit-section article p {
  font-weight: normal;
  font-size: 20px;
  color: #252525;
  margin-top: 6px;
  line-height: 1.3;
}

.benefit-section article p:nth-of-type(2),
.benefit-section article p:nth-of-type(3),
.benefit-section article p:nth-of-type(4) {
  margin-top: 10px;
}

.benefit-section article p span {
  font-weight: 600;
  font-size: 20px;
  color: #A88543;
}

.benefit-section article {
  margin-top: 38px;
}

.benefit-section article:nth-of-type(1) {
  margin-top: initial;
}

.benefit-section article ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px; 
  row-gap: 6px;
  margin-top: 16px;    
}

.benefit-section article ul li {
  display: inline-block;
  background: #9B9487;
  border-radius: 50px;
  border: 1px solid #7B6F5B;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
}

.payment-section {
  text-align: center;
}
#sns section {
  background: none;
}

#sns h4 {
  font-weight: bold; 
}

#sns-wrap-all {
  font-size: 12px;
}

/* discount-section */
.discount-section {
  position: relative;
  padding: 0;
  margin-top: 40px;
}

.discount-section-wrap {
  padding: 0 12px;
}

.discount-section article:nth-of-type(1) {
  position: absolute;
  top: 0;
  display: none;
}

.discount-section article:nth-of-type(1) p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.discount-section article:nth-of-type(1) p:nth-of-type(1) {
  margin-top: 155px;
}
.discount-section article:nth-of-type(1) p:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

.discount-section article:nth-of-type(1) span {
  font-size: 18px;
  font-weight: bold;
  color: #FFB04A;
}

.discount-section .discount-section-img {
  width: 100%;
  z-index: -1;
}

.discount-section ul {
  position: relative;
}

.discount-section ul li {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
}

.discount-section ul li > div:nth-of-type(1) {
  display: flex;
  width: 100%;
  white-space: nowrap;
  justify-content: space-between;
}

.discount-section ul li > div > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.discount-section ul li > div > div p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.discount-section ul li > div > div p:nth-of-type(2) {
  font-weight: 600;
  font-size: 20px;
  color: #8C8C8C;
  text-decoration: line-through;
}

.discount-section ul li .discount-price {
  font-size: 24px;
  font-weight: 600;
  color: #EB911B;
}

.discount-section ul li .discount-arrow {
  display: block;
  position: absolute;
  left: 224px;
  top: 25px;
  width: 24px;
}

.discount-section ul li:nth-of-type(1) .discount-arrow {
  top: 25px;
}
.discount-section ul li:nth-of-type(2) .discount-arrow {
  top: 85px;
}
.discount-section ul li:nth-of-type(3) .discount-arrow {
  top: 145px;
}
.discount-section ul li:nth-of-type(4) .discount-arrow {
  top: 205px;
}

/* teacher-section */
.teacher-section {
  margin-top: 31px;
  overflow: initial;
  display: none;
}

.teacher-section .online_pay_wrap h4 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.teacher-section .slide-form .teacher-list {
  display: flex;
  width: 1765px;
  margin-top: 26px;
  padding: 0 15px;
}

.teacher-section .teacher-list article {
 width: 350px;
 padding: 15px 18px;
 box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
}

.teacher-section .teacher-list article .teacher-photo {
  background: #EAEBF0;
  height: 185px;
  position: relative;
}
.teacher-section .teacher-list article .teacher-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.teacher-section .teacher-list article .teacher-content,
.teacher-section .teacher-list article .tab-button {
  margin-top: 10px;
}
.teacher-section .teacher-list article .teacher-content .top {
  display: flex;
  justify-content: space-between;
}

.teacher-section .teacher-list article .teacher-name {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.teacher-section .teacher-list article .area {
  color: #6B6B6B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.teacher-section .teacher-list article .teacher-info > p {
  color: #6B6B6B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.teacher-section .teacher-list article .tab-button {
  display: flex;
  align-items: center;
}

.teacher-section .teacher-list article .tab-button .career {
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 400;
}
.teacher-section .teacher-list article .tab-button .qualification {
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: 400;
}

.teacher-section .teacher-list article .tab-button li.on {
  padding: 4px 12px;
  background: #9B9487;
  color: #fff;
}

.teacher-section .teacher-list article .tab-button li {
  padding: 4px 12px;
  border: 1px solid #CAC4BA;
  color: #9B9487;
}

.teacher-section .teacher-list article .teacher-input {
  margin-top: 10px;
  padding: 8px 12px;
  width: 100%;
  height: 172px;
  box-sizing: border-box;
  background: #F3F3F3;
  overflow-y: auto;
}

.teacher-section .teacher-list article .teacher-input > p.on {
  display: block;
  color: #6B6B6B;
  line-height: 18px;
  font-size: 12px;
}
.teacher-section .teacher-list article .teacher-input > p {
  display: none;
}

/* schedule-section */
.schedule-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.schedule-section .online_pay_wrap h4 {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin-top: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.schedule-section .schedule-table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-section .schedule-table th,
.schedule-section .schedule-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 14px;
}
.schedule-section .schedule-table thead th {
  background: #f3f3f3;
}
.schedule-section .schedule-table th {
  white-space: nowrap;
}

.schedule-section > p {
  margin-top: 6px;
}