/*content*/
/*.img_title1{background:url('/v4/assets/image/edu/new/C_img11.jpg');height:180px;width:1200px;}
.img_title1 p{font-family:'ng','dotum','Gulim';font-size:30px;line-height:22px;color:#fff;text-align:right;padding:53px 90px 0 0;}
.img_title1 span{float:right;margin:-25px 209px 0 0;}

.subtitle{font-size:30px;color:#333;line-height:140px;font-family:'ng_bold','dotum','Gulim';background: url('/v4/assets/image/edu/new/sub_title.png') no-repeat center top;text-align:center;}
.sub_bg1{background:#f9f9f9;padding:30px 0;margin-top:60px;}

.sub_tal{text-align:left;}
.sub_text1{font-family:'ng','dotum','Gulim';font-size:14px;color:#555;line-height:22px;}
.sub_text2{font-family:'ng','dotum','Gulim';font-size:14px;color:#e75d16;line-height:22px;}

.eduprocess{font-family:'ng','dotum','Gulim';font-size:15px;color:#1f78e6;font-weight:normal;display:inline;border-bottom:1px solid #1f78e6;padding-bottom:1px}*/


/*--new2026--*/
.content_wrap {text-align: center; margin-bottom: 100px;}
.card-container {display: flex; gap: 16px; justify-content: space-between; flex-wrap: wrap;}
.card {
  flex: 1;
  min-width: 240px;
  background-color: #fff;
  border: 1px solid #DBDEE1;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  text-align: center;
  font-family: 'MinSans','sans-serif';  
}

.card-header {background-color: #F9FAFC; border-bottom: 1px solid #DBDEE1; padding: 22px 16px; line-height: 1.5;}
.card-header .title {color: #007BFF; font-size: 32px; font-weight: 700;}
.card-header .subtitle {color: #111; font-size: 20px; font-weight: 600;}
.card-body {padding: 24px 20px; line-height: 1.5; text-align: left}
.price-row {padding-left: 20px; margin-bottom: 22px;}
.original-price {font-family: 'MinSans','sans-serif';  color: #888; font-size: 22px; text-decoration: line-through; margin-right: 6px;}
.discount {font-family: 'MinSans','sans-serif';  color: #EB1010; font-size: 18px; font-weight: 500;}
.final-price {font-family: 'MinSans','sans-serif';  color: #000; font-size: 32px; font-weight: 700;}
.divider {border-top: 1px dashed #dcdcdc; margin-bottom: 20px;}

.submit-btn {
  width: 100%;
  background-color: #007aff;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 14px 0;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
}
.submit-btn:hover {background-color: #006ce4;}

.notice-list {text-align: left; list-style: none; margin-top: 52px; padding-left: 10px;}
.notice-list li {font-size: 16px; line-height: 1.7;}


/*강좌별안내*/
.course-guide {background-color: #f4f6f8; text-align: center; padding: 100px;}
.card-grid {width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.course-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D8E0E8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  text-align: left;
}
.card-content h3 {font-size: 22px; font-weight: 700; color: #000;}
.card-content p {font-size: 16px; color: #666; word-break: keep-all;}

.go-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e6eef5;
  color: #4a6583;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  margin-left: 20px;
  transition: background-color 0.2s;
}

.go-btn:hover {background-color: #d3dfeb;}




