
/* main.css 복사ㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏㅏ */

.main {
  height: 530px;
  background: #b7d4f5;
}
.main ul li {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
.main ul li img {
  display: block;
  text-align: center;
}

/* 퀵메뉴 */
.mainButton{background:#2B3F54 ;}
.mainButton .inner{width:1280px; overflow:hidden; margin:0 auto; }
.mainButton .inner .buttonBox{display:inline-block;width:49.5%; margin:20px 0;}
.mainButton .inner .buttonBox a{width:100%; height:100%; display: flex;  justify-content: space-between; align-items: center;}
.mainButton .inner .buttonBox a:hover .textBox button{background:#fff; color: #2B3F54; font-weight: 500;}
.mainButton .inner .buttonBox a:hover p.icon{transform:translateY(-10px); transition:all 0.3s;}
.mainButton .inner .intro{border-right:1px  dotted #fff;}
.mainButton .inner .buttonBox a .textBox{overflow:hidden; display:inline-block; }
.mainButton .inner .buttonBox a .textBox h3{ color:#fff; font-size:28px; margin-bottom:5px; font-weight:500;}
.mainButton .inner .buttonBox a .textBox p{color: #fff; font-size:18px; font-weight:200;}
.mainButton .inner .apply a .textBox p{margin-top:20px;}
.mainButton .inner .buttonBox a .textBox button{background:none; color:#fff; box-sizing:border-box; border:1px solid #ddd; border-radius:100px; padding:5px 15px; cursor:pointer; margin-top:20px;}
.mainButton .inner .apply a .textBox button{margin-top:5px;}
.mainButton .inner .apply a{box-sizing:border-box; padding-left:40px;}
.mainButton .inner .intro a{box-sizing:border-box; padding-right:40px;}
.mainButton .inner .buttonBox a p.icon{display:inline-block; transition:all 0.3s;}


/* 과정 공통 */
.best_section{width:100%;}
.best_section .inner{width:1320px; margin:0 auto; overflow:hidden; box-sizing:border-box; padding: 50px 20px 0px;}
.best_section .inner .titleBox{text-align:center; margin-bottom:50px;}
.best_section .inner .titleBox h3{font-size: 35px; font-weight: 300;}
.best_section .inner .titleBox h3 span{font-weight:500;}
.best_section .inner .list{width:100%;}
.best_section .inner .list ul{width:100%;  display:flex; justify-content: space-between;  box-sizing:border-box; padding-bottom: 50px;}
.best_section .inner .list ul li{display:inline-block; background:#fff; box-shadow:3px 3px 16px rgba(0,0,0,15%); width:240px; height:287px;}
.best_section .inner .list ul li a{ width:100%; height:100%; display:block;}
.best_section .inner .list ul li a p.img{width:100%; height: 140px; overflow:hidden;}
 .best_section .inner .list ul li a .textBox{overflow:hidden; box-sizing:border-box; padding: 10px;}
 .best_section .inner .list ul li a .textBox .cate{width:100%; overflow:hidden;  margin-bottom:10px;}
.best_section .inner .list ul li a .textBox .cate span{display:inline-block; box-sizing:border-box; margin-right:5px; border-radius: 100px; color:#fff; padding:2px 10px; font-size:14px; } 
.best_section .inner .list ul li a .textBox .info{width:100%; overflow:hidden;}
.best_section .inner .list ul li a .textBox .info p{font-size: 18px; margin-bottom: 5px; font-weight:300;}
.best_section .inner .list ul li a .textBox .info p span{display:inline-block; width:40%; font-weight:500;}
.best_section .inner .list ul li a .textBox p.price{text-align:right; font-size:18px; color:#B25F00;}
 

/* 신설 과정 */
.section_new .inner .titleBox h3 span.custom{color:#2199E5; display:inline-block; position: relative;}
.section_new .inner .titleBox h3 span.custom:after{position:absolute; content:''; right:0; bottom:0; width:100%; height: 2px; border-radius:100px; background: linear-gradient(to right,  #4390DD,#71D8FF );}
.section_new .inner .list ul li:hover{box-shadow: 0px 0px 15px #4390DD;}
.section_new .inner .list ul li a .textBox .cate span{background: #4390DD;}



/* 인기 과정 */
.section_best{background: url('/img/main/s_p_bg.png') no-repeat top/cover; height:487px; width:100%; }
.section_best .inner .titleBox h3{color:#fff;}
.section_best .inner .titleBox h3 span.custom{color: #00EEFF; display:inline-block; position: relative;}
.section_best .inner .titleBox h3 span.custom:after{position:absolute; content:''; right:0; bottom:0; width:100%; height: 2px; border-radius:100px; background: linear-gradient(to right,  #00EEFF,#BBFAFF );}
.section_best .inner .list ul li:hover{box-shadow: 0px 0px 15px #00EEFF;}
.section_best .inner .list ul li a .textBox .cate span{background: #00BBC8;}


/* 전문자격 과정 */
.section_pro .inner .titleBox h3{ }
.section_pro .inner .titleBox h3 span.custom{color: #7E2729; display:inline-block; position: relative;}
.section_pro .inner .titleBox h3 span.custom:after{position:absolute; content:''; right:0; bottom:0; width:100%; height: 2px; border-radius:100px; background: linear-gradient(to right,  #7E2729,#FFAFAF );}
.section_pro .inner .list ul li:hover{box-shadow: 0px 0px 15px #7E2729;}
.section_pro .inner .list ul li a .textBox .cate span{background:#7E2729;}



/* 게시판 */
.section_board{background: #F6F6F6;}
.section_board .inner{padding: 50px 20px;}
.section_board .board{display: inline-block; width: 47%; box-sizing:border-box; padding:10px;}
.section_board .board .topBox{width:100%; overflow:hidden; box-sizing:border-box; padding:0px 10px 10px;}
.section_board .board .topBox h3{font-size:	35px; display:inline-block;}
.section_board .board .topBox a.more{float:right; font-size:16px; box-sizing:border-box; padding:3px 15px; color:#fff; border-radius:100px; font-weight:500;}
.section_board .board ul{width:100%; overflow:hidden; height: 250px;}
.section_board .board ul li{width:100%;  font-size:20px; border-bottom:1px solid #ddd;}
.section_board .board ul li a{width:100%; height:100%; display:block; color: #1d1d1d; font-weight:300; box-sizing:border-box; padding:10px; }
.section_board .board ul li:hover p{font-weight: 500; text-decoration: underline;}
.section_board .board ul li span{font-size:16px; color:#373737;  font-weight:300; display:block; width:100%; margin-top:10px; }
.section_board .board ul li:hover span{text-decoration:none;}
.section_board .board ul li.none{text-align:center; height:100%; line-height:251px; color:#666; font-weight:300;}


/* 공지사항 */
.section_board .review{float:right;}
.section_board .notice .topBox a.more{ background: linear-gradient(to right,  #4390DD,#71D8FF ); margin-top:10px;}
.section_board .notice .topBox{border-bottom:2px solid #1d1d1d;}

/* 수강후기 */
.section_board .review {background:#fff; box-shadow:0px 3px 6px rgba(0,0,0,15%);}
.section_board .review .topBox{position:relative;}
.section_board .review .topBox:after{position:absolute; content:''; height:2px ; width:100%; bottom:0; left:0; background: linear-gradient(to right,  #7E2729,#FFAFAF );}
.section_board .review .topBox a.more{ background: linear-gradient(to right,  #7E2729,#FFAFAF ); margin-top:10px;}
.section_board .review .topBox h3 a img{margin-top:-5px;}
.section_board .review ul li:last-child{border-bottom:0px;} 




/* 컨텍트 */
.section_contact .inner {position:relative; padding:50px 20px;}
.section_contact .inner > .contact{display:inline-block; background: linear-gradient(to right, #2B3F54, #556271, #2B3F54); width:51%; box-shadow: -3px 3px 6px rgba(0,0,0,15%); z-index: 1;}
.section_contact .inner > .contact > div{width:100%; overflow:hidden; padding: 20px 30px; box-sizing:border-box; display:flex; justify-content: space-between; align-items: center;}
.section_contact .inner > .contact > div .txtBox{ display:inline-block; overflow:hidden;} 
.section_contact .inner > .contact > div .txtBox span{color:#fff; font-size: 18px; font-weight: 300;}
.section_contact .inner > .contact > div .txtBox h3.num{color:#fff ; font-size: 35px; margin-bottom:10px;}
.section_contact .inner > .contact > div .txtBox p{color:#fff; font-size: 14px; font-weight: 300; line-height:1.6;}
.section_contact .inner > .contact > div .button{overflow:hidden;  display:inline-block;}
.section_contact .inner > .contact > div .button > div{display:inline-block; text-align:center;}
.section_contact .inner > .contact > div .button > div a{display:block; width:100%; height:100%;}
.section_contact .inner > .contact > div .button > div a img{margin-bottom:20px;}
.section_contact .inner > .contact > div .button > div a p{color:#fff; font-size:18px;  font-weight: 300;}
.section_contact .inner > .contact > div .button .contact{margin-left:  50px;}

/* 은행 계좌 */
.section_contact .inner .bank{display:inline-block;   width:51%; box-shadow: 3px 3px 6px rgba(0,0,0,15%); background:#fff; position:absolute; right:1%; z-index:-1; top: 30%; border: 1px solid #eee;}
.section_contact .inner .bank > div{width:100%; overflow:hidden; padding: 20px 60px; box-sizing:border-box; }
.section_contact .inner .bank > div .txtBox{ width:100%; overflow:hidden;} 
.section_contact .inner .bank > div .txtBox span{color:#2B3F54; font-size: 18px; font-weight: 300;}
.section_contact .inner .bank > div .txtBox h3.num{color:#2B3F54 ; font-size: 35px; margin-bottom:30px;}
.section_contact .inner .bank > div .txtBox p{color:#2B3F54; font-size: 14px; font-weight: 300; line-height:1.6;}








/*.main {
  height: 530px;
  background: #b7d4f5;
}
.main ul li {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
.main ul li img {
  display: block;
  text-align: center;
}
.content {
  width: 100%;
}
.content .section1 {
  width: 1280px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
}
.content .section1 .ask-info {
  float: left;
  display: inline-block;
  width: 457px;
  height: 221px;
  margin-right: 30px;
  background: url(../img/main/askinfo-bg.jpg) left top no-repeat;
}
.content .section1 .ask-info > div {
  padding-left: 230px;
}
.content .section1 .ask-info h3 {
  padding: 37px 0 0 25px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.content .section1 .ask-info > div > span {
  display: inline-block;
  padding: 15px 25px 25px 25px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  color: #fff;
}
.content .section1 .ask-info > div > a {
  padding: 10px 30px;
  margin-left: 20px;
  background: #0d4bb6;
  color: #fff;
  font-size: 15px;
}
.content .section1 .ask-info > div > a:hover {
  background: #0b419e;
}
.content .section1 .ask-info span.yellow-t {
  color: #ecd95a;
}
.content .section1 .customer {
  float: left;
  display: inline-block;
  width: 793px;
  height: 221px;
  background: #e1f5fd;
}
.content .section1 .customer .title-wrap {
  float: left;
  padding: 50px 35px;
}
.content .section1 .customer .title-wrap h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.content .section1 .customer .title-wrap img {
  padding-top: 40px;
}
.content .section1 .customer .content-wrap {
  float: left;
  padding-top: 40px;
  padding-right: 0px;
}
.content .section1 .customer .content-wrap .callnumber {
  display: block;
  font-size: 45px;
  font-weight: bold;
  color: #2a2a2a;
}
.content .section1 .customer .content-wrap .callnumber-t {
  display: block;
  color: #6da0b4;
}
.content .section1 .customer .content-wrap .call-time > ul li {
  line-height: 15px;
}
.content .section1 .customer .content-wrap .call-m {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.content .section1 .customer .content-wrap .call-m li {
  display: inline-block;
}
.content .section1 .customer .content-wrap .call-m li:first-child {
  border-right: 1px solid #ccc;
}
.content .section1 .customer .content-wrap .call-m li a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
}
.content .section1 .customer .content-wrap .call-m li:hover {
  background: #d9eef7;
}
.content .section1 .customer .content-wrap .call-m li:hover a {
  color: #222;
}
.content .section1 .customer .menu-wrap {
  float: center;
}
.content .section1 .customer .menu-wrap > li {
  display: inline-block;
  padding-top: 40px;
}
.content .section1 .customer .menu-wrap > li div a {
  display: block;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.content .section1 .customer .menu-wrap > li div a img {
  display: inline-block;
  padding-top: 15px;
}
.content .section1 .customer .menu-wrap > li div h3 {
  padding-top: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.content .section1 .customer .menu-wrap > li:first-child {
  padding-left: 40px;
  padding-right: 35px;
}
.content .section1 .customer .menu-wrap > li:hover h3 {
  color: #5d8cc7;
}
.content .section2 {
  width: 100%;
  margin-top: 10px;
  height: 243px;
  background: #F5EFFB;
}
.content .section2 > div {
  width: 1280px;
  margin: 0 auto;
}
.content .section2 > div > div.best-wrap {
  float: left;
  width: 220px;
  height: 243px;
  display: inline-block;
  background: url(../img/main/best-bg.png) 50px top no-repeat;
}
.content .section2 > div > div.best-wrap h3 {
  padding-top: 140px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.content .section2 > div > div.best-wrap h3 span {
  color: #cc0808;
}
.content .section2 > div > div.best-wrap > span {
  display: block;
  padding-top: 5px;
  line-height: 15px;
  text-align: center;
  color: #777;
}
.content .section2 > div > ul {
  float: left;
  display: inline-block;
  padding-top: 35px;
  overflow: hidden;
}
.content .section2 > div > ul li {
  display: inline-block;
  float: left;
  width: 170px;
  padding-left: 42px;
}
.content .section2 > div > ul li img {
  display: block;
}
.content .section2 > div > ul li span.title {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0.5px 0;
}
.content .section2 > div > ul li del.past-price {
  color: #a7a7a7;
}
.content .section2 > div > ul li span.now-price {
  float: right;
  color: #4b71e0;
  font-weight: bold;
}
.content .section2 > div > ul li:hover img {
  opacity: 0.7;
  cursor: pointer;
}
.content .section2 > div > ul li:hover .title {
  color: #4b71e0;
  text-decoration: underline;
}
.content .section3 {
  width: 1280px;
  padding-top: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.content .section3 > div {
  float: left;
  display: inline-block;
  height: 150px;
  padding: 15px;
  width: 400px;
  margin-right: 35px;
  border: 10px solid #f3f3f3;
  box-sizing: border-box;
}
.content .section3 > div:last-child {
  margin-right: 0;
}
.content .section3 > div p {
  padding: 7px 0 17px 0;
  line-height: 14px;
}
.content .section3 > div a img {
  display: inline-block;
  padding-left: 5px;
}
.content .section3 > div a:hover {
  text-decoration: underline;
}
.content .section3 > div h3 {
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0.5px 0;
  letter-spacing: -1px;
}
.content .section3 .banner01 {
  background: url(../img/main/banner01-bg.jpg) 250px 30px no-repeat;
}
.content .section3 .banner01 a {
  color: #218714;
}
.content .section3 .banner02 {
  background: url(../img/main/banner02-bg.jpg) 250px 20px no-repeat;
}
.content .section3 .banner02 a {
  color: #d04444;
}
.content .section3 .banner03 {
  background: url(../img/main/banner03-bg.jpg) 270px 25px no-repeat;
}
.content .section3 .banner03 a {
  color: #4b71e0;
}
.content .section4 {
  width: 1280px;
  padding-top: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.content .section4 > div {
  position: relative;
  float: left;
  display: inline-block;
  width: 400px;
  margin-right: 35px;
}
.content .section4 > div:last-child {
  margin-right: 0;
}
.content .section4 > div h3 {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  border-radius: 5px 4px 0 0;
  font-weight: normal;
  text-shadow: 0.5px 0;
  background: #fff;
  border: 1px solid #a9a9a9;
  border-bottom: none;
  padding: 3px 20px;
  margin-bottom: -1px;
  box-sizing: border-box;
  position: relative;
}
.content .section4 > div ul {
  padding-top: 10px;
  border-top: 1px solid #a9a9a9;
}
.content .section4 > div ul li a {
  display: inline-block;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0;
}
.content .section4 > div ul li a:hover {
  color: #4b71e0;
  text-decoration: underline;
}
.content .section4 > div ul span {
  float: right;
  color: #777;
  font-weight: thin;
}
.content .section4 > div a.more {
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 19px;
  background: url(../img/main/more.jpg) no-repeat;
  font-size: 0;
}
.content .section5 {
  width: 100%;
  margin-top: 10px;
  height: 243px;
  background: #E0F2F7;
}
.content .section5 > div {
  width: 1280px;
  margin: 0 auto;
}
.content .section5 > div > div.best-wrap {
  float: left;
  width: 220px;
  height: 243px;
  display: inline-block;
  background: url(../img/main/best-bg.png) 50px top no-repeat;
}
.content .section5 > div > div.best-wrap h3 {
  padding-top: 140px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.content .section5 > div > div.best-wrap h3 span {
  color: #cc0808;
}
.content .section5 > div > div.best-wrap > span {
  display: block;
  padding-top: 5px;
  line-height: 15px;
  text-align: center;
  color: #777;
}
.content .section5 > div > ul {
  float: left;
  display: inline-block;
  padding-top: 35px;
  overflow: hidden;
}
.content .section5 > div > ul li {
  display: inline-block;
  float: left;
  width: 170px;
  padding-left: 42px;
}
.content .section5 > div > ul li img {
  display: block;
}
.content .section5 > div > ul li span.title {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0.5px 0;
}
.content .section5 > div > ul li del.past-price {
  color: #a7a7a7;
}
.content .section5 > div > ul li span.now-price {
  float: right;
  color: #4b71e0;
  font-weight: bold;
}
.content .section5 > div > ul li:hover img {
  opacity: 0.7;
  cursor: pointer;
}
.content .section5 > div > ul li:hover .title {
  color: #4b71e0;
  text-decoration: underline;
}
.content .section6 {
  width: 100%;
  margin-top: 10px;
  height: 243px;
  background: #E0F8E0;
}
.content .section6 > div {
  width: 1280px;
  margin: 0 auto;
}
.content .section6 > div > div.best-wrap {
  float: left;
  width: 220px;
  height: 243px;
  display: inline-block;
  background: url(../img/main/best-bg.png) 50px top no-repeat;
}
.content .section6 > div > div.best-wrap h3 {
  padding-top: 140px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.content .section6 > div > div.best-wrap h3 span {
  color: #cc0808;
}
.content .section6 > div > div.best-wrap > span {
  display: block;
  padding-top: 5px;
  line-height: 15px;
  text-align: center;
  color: #777;
}
.content .section6 > div > ul {
  float: left;
  display: inline-block;
  padding-top: 35px;
  overflow: hidden;
}
.content .section6 > div > ul li {
  display: inline-block;
  float: left;
  width: 170px;
  padding-left: 42px;
}
.content .section6 > div > ul li img {
  display: block;
}
.content .section6 > div > ul li span.title {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0.5px 0;
}
.content .section6 > div > ul li del.past-price {
  color: #a7a7a7;
}
.content .section6 > div > ul li span.now-price {
  float: right;
  color: #4b71e0;
  font-weight: bold;
}
.content .section6 > div > ul li:hover img {
  opacity: 0.7;
  cursor: pointer;
}
.content .section6 > div > ul li:hover .title {
  color: #4b71e0;
  text-decoration: underline;
}
*/
