@charset "utf-8";



/**** 메인랜딩페이지 ****/
.iv-landing-top{width:100%;height:468px;background:url(/resources/equity/img/iv-landing-top.png) no-repeat center 0 #2c3e50}
.iv-landing-con{padding:67px 0 18px;text-align:center;}
.iv-landing-btm{text-align:center;padding-bottom:260px}
.iv-landing-btn{display:block;margin:0 auto 30px;width:308px;height:42px;line-height:42px;color:#fff;font-size:20px;text-align:center;background:#2c3e50;border-radius:3px}
.iv-landing-btn:hover{color:#fff}

/**** 공지사항 ****/
.notice-wrap{width:100%;padding:120px 0;background:#f3f3f3;}
.notice-list .notice-con{height:53px;line-height:53px;}
.notice-list .notice-con .notice-num{display:inline-block;width:35px;padding-left:10px;font-size:14px;}
.notice-list .notice-con .notice-title{display:inline-block;width:700px;}
.notice-list .notice-con .notice-title i{margin-left:10px;vertical-align:middle;}
.notice-list .notice-con .notice-date{display:inline-block;margin-right:15px}
.notice-list .notice-con .notice-open{display:inline-block;width:13px;height:7px;background:url(/resources/equity/img/icon_notice_open.png) no-repeat 0 0}
.notice-list .notice-con .notice-star{display:inline-block;width:13px;height:13px;background:url(/resources/equity/img/icon_notice_star.png) no-repeat 0 0}
.notice-list .notice-con.ip-noti{color:#2cc99d;font-weight:500;background:#f6f6f6}
.notice-list .notice-con.ip-noti .notice-open{background-position:right top}
.notice-list li.active .notice-con{background:#2cc99d;color:#fff}
.notice-list li.active .notice-con .notice-open{background-position:0 bottom}
.notice-list li.active .notice-inner{display:block;}
.notice-list li.active .notice-star{background-position:0 bottom}

/**** 공통약관 ****/
.terms-inner-table{width:100%;table-layout:fixed;border-collapse: collapse;margin:15px 0 30px;background:#f3f3f3}
.terms-inner-table th,.terms-inner-table td{font-weight:normal;padding:12px 0;text-align:center;vertical-align:middle;font-size:12px;line-height:18px;border-right:1px solid #c8c2c2;border-bottom:1px solid #c8c2c2;}
.terms-inner-table th:last-child,.terms-inner-table td:last-child{border-right:0;}
.terms-inner-table tr:last-child td{border-bottom:0}
.terms-inner-table td strong{font-size:18px;font-weight:500;}
.terms-inner-table th.point,.terms-inner-table td.point{color:#2cc99d}

/**** 스쿨페이지 ****/
.school-container{width:100%;height:100%;padding-bottom:50px;background:#f4f4f4}
.school-visual{width:100%;height:210px;background:url(/resources/equity/img/school-visual.jpg) no-repeat center 0;}

.school-lecture.reward.selected{background:#f4faf9}
.school-lecture.invest.selected{background:#f4f8fa}
.school-lecture.combine.selected{background:#fcf9ef}
.school-lecture.special.selected{background:#faf4f4}
.school-lecture.reward:hover{background:#f4faf9}
.school-lecture.invest:hover{background:#f4f8fa}
.school-lecture.combine:hover{background:#fcf9ef}
.school-lecture.special:hover{background:#faf4f4}
.sch-btn-wrapper {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;}
.sch-btn-wrap{position: relative; display: flex; align-items: center; justify-content: center; gap: 8px;}
.btn-pd-indigo{display: flex; align-items: center; justify-content: center; min-width: 140px; height:40px;line-height:40px;padding:0 16px;font-size:14px;color:#495057;font-weight:500;background:#fff;border:1px solid #CDD3D8;border-radius:4px;}
.btn-pd-mint{display: flex; align-items: center; justify-content: center; min-width: 140px; height:40px;line-height:40px;padding:0 16px;font-size:14px;color:#fff;font-weight:500;background:#00c4c4;border:1px solid #00c4c4;border-radius:4px;}
a.btn-pd-mint {color: #fff;}
.popper-wrapper {
  position: absolute; bottom: -76px; left: 50%; transform: translateX(-170px);
}
.popper-wrapper .popper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #212529;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.popper-wrapper .popper-box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom-color: #212529;
  left: calc(50% - 7px);
  top: -7px;
}

.school-main-slide, .school-main-slide>div{width:100%;max-width: 100% !important}
.school-main-slide .bx-viewport{height:212px !important}
/**스쿨달력**/
.lect-cal-wrap {width: 348px;padding:40px 10px 25px;border:1px solid #e4e4e4;margin: 0 auto;}
.btn-holder {width:100%;position:relative;text-align: center;margin-bottom:15px;font-size:24px;color:#4d5256;font-weight:400}
.btn-holder #btnPrev{position:absolute;top:0;left:10px;background:#fff;border:none;font-size:24px;color:#4d5256;font-weight:400}
.btn-holder #btnNext{position:absolute;top:0;right:10px;background:#fff;border:none;font-size:24px;color:#4d5256;font-weight:400}
#calendar table {border-collapse:separate;text-align: center;border-spacing:1px;}
#calendar table td{position:relative;height:49px;width:45px;line-height:0;padding:0;border:0;cursor: pointer;padding-bottom:4px;color:#000}
#calendar table thead td{font-size:14px}
#calendar table tbody td{font-size:15px;vertical-align:top}
#calendar table tbody td span{display:block;margin:0 auto 2px;width:34px;height:34px;line-height:34px;border-radius:50%;transition:background .2s}
#calendar table tbody td i.lecture{display:none;width:8px;height:8px;margin:0 1px;border-radius:50%}
#calendar table tbody td i.lecture.reward{background:#2E51EF}
#calendar table tbody td i.lecture.invest{background:#9F8673}
#calendar table tbody td i.lecture.combine{background:#705F53}
#calendar table tbody td i.lecture.special{background:#90949C}
#calendar table tbody td.selected{border:0;}
#calendar table tbody td.selected span{background:rgba(96, 101, 106, .9);color:#fff}
#calendar table tbody td:hover{border:0}
#calendar table tbody td.lecture-reward i.lecture.reward,
#calendar table tbody td.lecture-invest i.lecture.invest,
#calendar table tbody td.lecture-combine i.lecture.combine,
#calendar table tbody td.lecture-special i.lecture.special{display:inline-block}
#calendar.reward table tbody td.lecture-invest i.lecture.invest,
#calendar.reward table tbody td.lecture-combine i.lecture.combine,
#calendar.reward table tbody td.lecture-special i.lecture.special,
#calendar.invest table tbody td.lecture-reward i.lecture.reward,
#calendar.invest table tbody td.lecture-combine i.lecture.combine,
#calendar.invest table tbody td.lecture-special i.lecture.special,
#calendar.combine table tbody td.lecture-reward i.lecture.reward,
#calendar.combine table tbody td.lecture-invest i.lecture.invest,
#calendar.combine table tbody td.lecture-special i.lecture.special,
#calendar.special table tbody td.lecture-reward i.lecture.reward,
#calendar.special table tbody td.lecture-invest i.lecture.invest,
#calendar.special table tbody td.lecture-combine i.lecture.combine{display:none}
.main-school-calendar .btn-holder button{cursor: pointer;}
.tb td {border:1px gray solid;cursor: pointer;}		
.hide-lecture {display: none;}
.hide-calendar {background:#fff !important;}

/***스쿨메인***/ 
.school-main-con { width:100%; background:#fff; }
.school-main-con .inner-wrap { width:1100px;margin:0 auto; }
.school-main-con .inner-wrap .intro-text { text-align:center; margin-bottom:60px; font-size:24px; line-height:30px; }
.school-main-con .intro-list { width:100%; margin-bottom:54px; }
.school-main-con .intro-list:after{content:"";clear:both;display:block;}
.school-main-con .intro-list dl{float:left;width:33.3333333%;text-align:center;}
.school-main-con .intro-list dl dt{margin-bottom:35px;font-size:60px;font-weight:100;color:#2c3d50;opacity:0.7}
.school-main-con .intro-list dl dd{font-size:16px;line-height:24px;}
.school-main-con .intro-list dl dd span{color:#10997e}
.school-main-con .main-lect-wrap{width:100%;padding-bottom:40px;background:#f4f4f4}
.main-lect-wrap .main-lect-top{width:100%;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4}
.main-lect-wrap .main-lect-top:after{content:"";clear:both;display:block;}
.main-lect-wrap .main-lect-top .main-lect-title{float:left;height:100px;width:48%;background:#2c3d50;}
.main-lect-wrap .main-lect-top .main-lect-title:after{content:"";clear:both;display:block;}
.main-lect-wrap .main-lect-top .main-lect-title .inner-con{width:515px;float:right;}
.main-lect-title .inner-con:after{content:"";clear:both;display:block;}
.main-lect-title .inner-con .this-month{float:left;margin-top:15px;width:70px;text-align:center;padding:15px 0;font-size:14px;color:#2c3d50;background:#e4e4e4}
.main-lect-title .inner-con .this-month strong{font-size:38px;}
.main-lect-title .inner-con .inner-text{float:left;width:400px;margin:33px 0 0 25px;font-size:21px;color:#fff;}
.main-lect-title .inner-con .inner-text span{display:block;margin-top:8px;font-size:14px;}
.main-lect-type{float:left;height:100px;width:52%;}
.main-lect-type ul{height:100%;padding-left:20px;}
.main-lect-type ul:after{content:"";clear:both;display:block;}
.main-lect-type ul li{height:100%;float:left;width:112px;border-right:1px solid #e4e4e4;}
.main-lect-type ul li:first-child{border-left:1px solid #e4e4e4;}
.main-lect-type ul li a{display:block;font-size:14px;padding:25px 0 21px;text-align:center;background:#fff}
.main-lect-type ul li a em{display:block;width:18px;height:18px;margin:0 auto 20px;}
.main-lect-type ul li a.lect-type-all em{width:auto;line-height:18px;font-weight:500;}
.main-lect-type ul li a.lect-type-reward em{background:#2E51EF}
.main-lect-type ul li a.lect-type-invest em{background:#9F8673}
.main-lect-type ul li a.lect-type-combine em{background:#705F53}
.main-lect-type ul li a.lect-type-special em{background:#90949C}
.main-lect-type ul li a:hover, .main-lect-type ul li a.selected{background:#e9e8e9}
.main-lect-info{width:1100px;margin:60px auto 0;}
.main-lect-info:after{content:"";clear:both;display:block;}
.main-lect-info .main-school-lect{float:left;width:685px;height:490px;overflow-y:auto;}
.main-lect-info .main-school-lect .school-lecture{width:633px;}
.main-lect-info .main-school-lect .lect-none{text-align:center;padding-top:230px;}
.main-school-calendar{float:right;width:370px;}
.main-school-calendar .inner-wrap{width:348px;padding:40px 10px;border:1px solid #e4e4e4;background:#fff}
.main-school-calendar .calendar-info{width:348px;margin:12px auto 0;padding:15px 0;text-align:center;font-size:13px;line-height:16px;background:#e4e4e4}

/***스쿨상세페이지***/
.school-sub-con{ display: flex; flex-direction: column; width: 100%; margin:0 auto; }
.school-title.desktop { display: none; }
.school-title.mobile { display: block;}
.school-title { background: #f4f4f4; padding: 30px 12px;  text-align:left;}
.school-title h3 { font-size: 16px; line-height: 20px; color:#0d0f12; }
.school-title .sub-text { font-size:12px; line-height:18px; color:#44484b;}

.school-summary { display: flex; flex-direction: column; }

.school-summary .school-img-con { width:100%; overflow: hidden; }
.school-summary .school-img-con img { width: 100%; object-fit: cover; }

.school-summary .school-sum-info{ width:100%; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; background:#fff; }
.school-summary .school-sum-info dl{ display: flex; align-items: center; justify-content: space-between; min-height: 50px; border-bottom:1px solid #e4e4e4; margin: 0 12px;}

.school-summary .school-sum-info dl dt{ width:120px; padding-left: 10px; font-size:14px; }
.school-summary .school-sum-info dl dt span{ padding-left:10px; color:#10997e; font-size:12px; }
.school-summary .school-sum-info dl dd{ width:225px; padding-right: 10px; font-size:14px; text-align:right; }
.school-summary .school-sum-info dl dd span{ color:#00c4c4; }
.school-summary .school-sum-info dl.long{width: 100%; flex-direction: column; align-items: flex-start; justify-content: center; border:none; }
.school-summary .school-sum-info dl.long dt{ padding: 16px 0 16px 10px; width: calc(100% - 10px);}
.school-summary .school-sum-info dl.long dd{ height:auto; text-align:left; padding-left: 10px; }
.school-summary .school-sum-info p{line-height:1.5; color: #495057;}

.school-summary .school-sum-info .school-value{ font-size:18px; text-align:right; padding-right:20px; height:50px; line-height:50px; color:#00c4c4}

.hide-actionbar .school-summary .school-sum-info .school-btn-apply { transform: translateY(58px);}
.school-summary .school-sum-info .school-btn-apply { position:fixed; left:0; bottom: 0; width:100%; z-index:16; transform: translateY(0); transition: transform 0.25s ease; background-color: #fff;}
.school-summary .school-sum-info .school-btn-apply a,
.school-summary .school-sum-info .school-btn-apply button {display: flex; justify-content: center; align-items: center; width:100%; height:58px; text-align:center; font-size:18px; font-weight:500; color:#fff; background-color: #00c4c4; border:none; border-top:1px solid #e4e4e4;}

.school-summary .school-sum-info .school-btn-apply .complete{cursor: default;}
.school-summary .school-sum-info .school-btn-apply .disabled{cursor: default; opacity: 0.4; pointer-events: none;}
.school-summary .school-sum-info .done-info { display:none; padding-top:32px; text-align:center; font-size:12px; }
.school-summary .school-sum-info .done-info .done-apply { margin-bottom:10px; font-size:16px; line-height:1.5; }

.school-summary .school-sum-info.done .set-num { display:none; }
.school-summary .school-sum-info.done .done-info { display:block; padding-bottom: 32px;}
.school-summary .school-sum-info.done .school-btn-apply a,
.school-summary .school-sum-info.done .school-btn-apply button  { background:#2c3d50; }

.school-summary .school-sum-info.end dl dd span { color:#4d5256; }
.school-summary .school-sum-info.end .school-value { color:#929292; }
.school-summary .school-sum-info.done .school-value { display: none; }
.school-summary .school-sum-info.end .school-btn-apply a { background:#929292; }

.school-sns{ display: flex; flex-direction: column; gap: 10px; padding: 40px 0 35px; text-align: center; background: #f4f4f4; }
.school-sns span { font-size: 12px; color: #4d5256; }

[class^=icon_sns] {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px;
	background-image: url(/resources/equity/img/m/icon_sns.png);
  background-size: auto 100%;
}

.icon_sns_kakao { background-position: 0 0}
.icon_sns_fb { background-position: -41px 0}
.icon_sns_tw { background-position: -84px 0}
.icon_sns_share { background-position: right 0}

.reco-lecture {width:100%; margin:0 auto;}

.school-lecture{ border:1px solid #e4e4e4; background:#fff; }
.school-lecture:after{content:"";clear:both;display:block}
.school-lecture[data-is-end='true'] { opacity:.6; pointer-events:none; }
.school-lecture a { display: flex; width:100%; height:100%; border-top: 6px solid #6c6c6c; }
.school-lecture img { display: none; }

.m-school-lecture {border-top: 6px solid #6c6c6c;}
.school-lecture .lect-type-reward,
.m-school-lecture.lect-type-reward {border-top-color:#00b28f}
.school-lecture .lect-type-invest,
.m-school-lecture.lect-type-invest {border-top-color:#2d4eb3}
.school-lecture .lect-type-combine,
.m-school-lecture.lect-type-combine {border-top-color:#ffbe1a}
.school-lecture .lect-type-special,
.m-school-lecture.lect-type-special {border-top-color:#90949c}
.school-lecture .lect-type-reward.selected{background:#f4faf9;cursor: pointer;}
.school-lecture .lect-type-invest.selected{background:#f4f8fa;cursor: pointer;}
.school-lecture .lect-type-combine.selected{background:#fcf9ef;cursor: pointer;}
.school-lecture .lect-type-special.selected{background:#faf4f4;cursor: pointer;}

.school-lecture .lecture-con { width:100%; padding:10px; }
.school-lecture .lecture-con .lect-type { margin-bottom: 8px; }
.school-lecture .lecture-con .lect-title{ width:350px; margin-bottom:5px; font-size:14px; font-weight:500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.school-lecture .lecture-con .lect-sub{font-size:12px;line-height:18px;margin-bottom:10px;}
.school-lecture .lecture-con .lect-info{font-size:12px;line-height:18px;margin-bottom:5px;}
.school-lecture .lecture-con .lect-num{ display: flex; justify-content: flex-end; align-items: center; gap: 4px; font-size:12px; }
.school-lecture .lecture-con .lect-num strong { font-size:17px; font-weight:700; color:#929292}
.school-lecture .lecture-con .lect-num em {font-weight:500;color:#c04646;padding-right:10px;}
.school-lecture .lecture-con .lect-num em.point-indigo {color:#2c3d50}
.school-lecture .lecture-con .lect-result {text-align:right;font-size:12px;color:#00c4c4;font-weight:500;}
.school-lecture .lecture-con .lect-result strong {font-size:18px;}

.lect-type-reward, .lect-type-invest, .lect-type-combine, .lect-type-special { font-size:10px; }
.lect-type-reward i, .lect-type-invest i, .lect-type-combine i, .lect-type-special i { display:none; }
h4.school-h4{ margin-top: 24px; margin-bottom:36px; text-align:center; font-size:18px; font-weight:500; }

.school-con{ background:#fff; }
.school-con .school-tab {width:100%;}
.school-con .school-tab:after {content:"";clear:both;display:block;}
.school-con .school-tab li {float:left;width:33.333333333%;}
.school-con .school-tab li a {display:flex; align-items: center; justify-content: center; box-sizing: border-box; height: 50px; font-size:14px; font-weight:500; color:#fff; border-right:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; background:#415061}
.school-con .school-tab li:last-child a { border-right:0; }
.school-con .school-tab li.tab-on a { color:#4d5256; border-bottom:0; background:#fff; }
.school-con .tab-con { display:none; padding:20px 16px 40px; }
.school-con .tab-con img { width:100%; }


@media screen and (min-width: 1096px) {
  .school-sub-con { width:920px; }
  .school-title.mobile { display: none;}
  .school-title.desktop { display: block; }
  .school-title{ padding-top: 40px; padding-bottom: 32px; }
  .school-title h3{ margin-bottom:12px; font-size:24px; line-height:28px; font-weight:500; }
  .school-title .sub-text{ width:700px; font-size:15px; line-height:1.5; }

  .school-summary{ flex-direction: row; justify-content: space-between; margin-bottom:28px; }
  .school-summary .school-img-con{ width:540px; height:390px;}
  .school-summary .school-img-con img { height: 100%; }
  .school-summary .school-sum-info{ border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; }
  .school-summary .school-sum-info dl { margin: 0; }
  .school-summary .school-sum-info dl dt{ padding-left:20px; }
  .school-summary .school-sum-info dl dd{ padding-right:20px; }
  .school-summary .school-sum-info dl.long dt, 
  .school-summary .school-sum-info dl.long dd { padding-left:20px; }
  .school-summary .school-sum-info.done .done-info.ondemand { display:flex; align-items: center; justify-content: center; height: 280px;  padding-bottom: 0; padding-top: 0;}


  .school-summary .school-sum-info{ position:relative; width:348px; height:390px; }
  .school-summary .school-sum-info .school-btn-apply { position:absolute; }
  .hide-actionbar .school-summary .school-sum-info .school-btn-apply { transform: translateY(0);}
  .school-summary .school-sum-info .school-btn-apply a { border-radius: 0; }

  .school-sns{ flex-direction: row; padding: 0 0 35px; justify-content: flex-end; align-items: center; }
  .school-sns span{ font-size:14px; padding-right:15px; }

  [class^=icon_sns] {
    width: 31px;
    height: 31px;
    margin: 0 4px 0 0;
    background-image: url(/resources/equity/img/icon_sns.png);
  }

  .icon_sns_kakao { display: none; }
  .icon_sns_fb { background-position: 112px 31px; }
  .icon_sns_tw { background-position: 72px 0; }
  .icon_sns_share { background-position: 100% 0; }

  .reco-lecture { width:825px; }
  .school-lecture{ height:172px; border-top: 1px solid #e4e4e4; }

  .school-lecture img { display: block; width:238px; height:170px; }

  .school-lecture .lecture-con { padding:16px 20px; }
  .school-lecture .lecture-con .lect-type { text-align:right; }
  .school-lecture .lecture-con .lect-type span { display: flex; align-items: center; justify-content: flex-end;}
  .school-lecture .lecture-con .lect-title{ font-size:16px; }
  .school-lecture .lecture-con .lect-num strong{ font-size:16px; font-weight: 500; }

  .m-school-lecture {border-top: 1px solid #e4e4e4}
  .lect-type-reward, .lect-type-invest, .lect-type-combine, .lect-type-special { font-size:12px; }
  .lect-type-reward i, .lect-type-invest i, .lect-type-combine i, .lect-type-special i {
    display:inline-block;width:10px;height:10px;margin-right:8px;
  }
  .lect-type-reward i { background:#2E51EF; }
  .lect-type-invest i { background:#9F8673; }
  .lect-type-combine i { background:#705F53; }
  .lect-type-special i { background:#90949C; }

  .school-lecture .lect-type-reward, 
  .school-lecture .lect-type-invest,
  .school-lecture .lect-type-combine,
  .school-lecture .lect-type-special,
  .m-school-lecture.lect-type-reward, 
  .m-school-lecture.lect-type-invest,
  .m-school-lecture.lect-type-combine,
  .m-school-lecture.lect-type-special  { border-top: none; }

  h4.school-h4{ margin-top: 0; margin-bottom:48px; }

  .school-con{ margin-bottom: 48px; border:1px solid #e4e4e4; }
  .school-con .tab-con{ padding:60px; }
}






button.lect-set-num{width:32px;height:32px;background:#fff;border:1px solid #e4e4e4;text-align:center;font-size:16px;cursor: pointer;}
input[type=text].lect-val-num{width:85px;height:30px;line-height:30px;padding:0;border:1px solid #e4e4e4;text-align:center;font-size:16px;}

/**결제팝업**/
.black-bg-wrap {top:56px; opacity: .4;}
.sch-payment-wrap{position:fixed;top:56px;left:0; bottom: 0; width:100%; padding: 0;overflow-y:scroll;z-index:32}
.sch-payment{ margin:0 auto;padding: 30px 16px 60px; background-color: #f4f4f4;}
.sch-payment h3.sch-pay-h3{margin-bottom:30px;text-align:center;font-size:18px;font-weight:500;}
.sch-payment h4.sch-pay-h4{margin-bottom:30px;text-align:center;font-size:16px;font-weight:500;}
.sch-payment .point-text{margin-bottom:60px;text-align:center;font-size:12px;color:#10997e}
.sch-payment .point-text a{text-decoration:underline}
.sch-pay-lect{width:100%; margin:0 auto 30px; padding-bottom: 30px; border-bottom: 2px dashed #e4e4e4;}
.sch-pay-lect .school-lecture { display: flex; }
.apply-lect-form{ display: flex; flex-direction: column; gap: 50px; padding-bottom: 30px;}
.apply-lect-form input[type=text]{width:308px;height:36px;line-height:36px;font-size:14px;background:#f4f4f4;border:none;border-bottom:1px solid #929292;}
.apply-lect-form input[type=text].etc-text{width:240px;height:23px;line-height:23px;font-size:14px;vertical-align:middle;}
.apply-lect-form input[type=radio]{vertical-align:middle;margin-right:10px}
.apply-lect-form label{display:inline-block;vertical-align:middle;margin-bottom:10px}
.apply-lect-form textarea{width:100%;height:140px;padding:15px}

.apply-lect-form dl dt{display: flex; flex-direction: column;  font-size:16px;margin-bottom: 10px;}
.apply-lect-form dl dt span{padding-left:16px; padding-top: 6px; font-size:12px; color: #4d5256;}
.apply-lect-form dl dd{ font-size:14px; color: #4d5256;}
.apply-lect-form dl dd.pay-type{padding:30px 0;border-top:1px solid #929292;font-size:16px;text-align:center;}
.apply-lect-form dl dd .noti-text{margin-top:20px;font-size:12px;line-height:16px;color:#d50101;}
.apply-lect-form dl dd .noti-text a{text-decoration:underline}
.comp-text{margin-top: 40px; margin-bottom:25px;text-align:center; font-size:16px;line-height:24px;}
.go-home{display:block;margin-top:80px;}
.go-home img{width:110px;}

@media screen and (min-width: 1096px) {
  .sch-payment-wrap{top: 80px; bottom: 80px;}
  .sch-payment{ width: 920px; padding: 60px 0; }
  .sch-payment h3.sch-pay-h3{margin-bottom:43px;font-size:24px;}
  .sch-payment h4.sch-pay-h4{margin-bottom:35px;font-size:16px;}
  .sch-payment .point-text{margin-bottom:60px;text-align:center;font-size:12px;color:#10997e}
  .sch-payment .point-text a{text-decoration:underline}
  .sch-pay-lect{width:715px;padding:0 40px 40px;margin:0 auto 45px; border-bottom: 2px dashed #e4e4e4;}
  .apply-lect-form{padding:0 95px;}
  .apply-lect-form input[type=text]{font-size:16px;}

  .apply-lect-form dl dt{ flex-direction: row; align-items: center; gap: 16px; font-size:18px;margin-bottom:20px;}
  .apply-lect-form dl dt span{font-size:12px; padding-left: 0; padding-top: 0;}
  .apply-lect-form dl dd{font-size:14px;}
  .apply-lect-form dl dd.pay-type{padding:30px 0;border-top:1px solid #929292;font-size:16px;text-align:center;}
  .apply-lect-form dl dd .noti-text{margin-top:20px;font-size:12px;line-height:16px;color:#d50101;}
  .apply-lect-form dl dd .noti-text a{text-decoration:underline}
}

/** 상세 기본 게시판 - 글 내용 **/
.board-comment h5.ivcomu{font-size:14px;line-height:30px;font-weight:500;}
.board-comment .write-comment{width:100%;height:104px;margin-top:15px;}
.board-comment .write-comment:after{content:"";clear:both;display:block;}
.board-comment .write-comment textarea{float:left;width:790px;border:1px solid #e4e4e4;height:96px;font-size:14px}
.board-comment .write-comment button{float:right;display:block;width:76px;height:96px;line-height:50px;text-align:center;color:#fff;font-size:12px;font-weight:500;border:none;background:#2c3e50;cursor:pointer}
.board-comment .view-comment{padding:5px 30px;background:#f4f4f4;}
.board-comment .view-comment .top-comment{padding:15px 0;border-top:1px dashed #e4e4e4;}
.board-comment .view-comment .top-comment textarea{width:100%;height:48px;border:1px solid #e4e4e4;font-size:14px;line-height:20px;}
.board-comment .view-comment .top-comment.top{border-top:none}
.board-comment .view-comment .top-comment p{font-size:14px;line-height:20px;padding-bottom:5px;}
.board-comment .view-comment .top-comment p em.profile-img{display:inline-block;vertical-align:middle;width:28px;height:28px;border:1px solid #e4e4e4;border-radius:50%;margin-right:8px;background:no-repeat center center;background-size:cover;}
.board-comment .view-comment .top-comment p strong{display:inline-block;font-weight:500;vertical-align:middle;padding-right:5px;}
.board-comment .view-comment .top-comment p span{display:inline-block;vertical-align:middle;padding-right:5px;color:#929292}
.board-comment .view-comment .top-comment p button{display:inline-block;vertical-align:middle;padding-right:5px;font-size:12px;background:none;border:none;text-decoration:underline;cursor:pointer}
.board-comment .view-comment2{padding:20px 0 0 30px;background:url(/resources/equity/img/ivcomu-comment.png) no-repeat 0 20px}
.board-comment .view-comment2 textarea{width:100%;height:48px;border:1px solid #e4e4e4}
