@import url('./styles.css');

#wrap {
    position: relative;
    width: 100%;	
//    min-width: 1520px;
	padding-top:117px;
}
#header_warp {
    width: 100%;
}
#header_warp .header {
    position: fixed;
    top: 0;
    background: transparent;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    z-index: 100;
	height:117px;
}

#header_warp .header.headerFix {
//    -webkit-backdrop-filter: blur(5px);
//    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, 1);
}

.header .inner_wrap {
    width: 1320px;
    position: relative;	
}

.logo-text{
	font-size:20px;
	color:#222;
	margin:0 0 0 10px;
	font-weight:600;
	letter-spacing:-0.5px;
}

.logot1{
	font-size:14px;
	color:#111;
	margin:0 0 0 0px;
	font-weight:500;
	letter-spacing:0px;
}
.logot2{
	font-size:19px;
	color:#222;
	margin:0 0 0 0px;
	font-weight:700;
	letter-spacing:-1px;
}
.header .inner_wrap h1 {
	margin:0 0 0 10px;
}

.header .inner_wrap .gnbs {
	width:720px;
	margin-top: 24px;
	margin-right:60px;
}

.header .inner_wrap .top_side {
    margin: 23px 10px 0 0;	
}

.header .inner_wrap .gnbs ul.sub_depth0>li {
    position: relative;
    display: flex;
    align-items: center !important;
}
.header .inner_wrap .gnbs ul.sub_depth0>li>a {
    font-size: 19px;
    font-weight: 500;
    color: #222;
}
.header .inner_wrap .gnbs ul.sub_depth0>li>a:hover{
    color: #009fd3;
}


.header .inner_wrap .gnbs ul>li>ul.sub_depth1 {
    display: none;
    position: absolute;
    left: -40px;
    width: 170px;
    z-index: 100;
    top: calc(100% + 20px);
    border-radius: 5px;
    padding: 30px 25px;
    background: none;
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0px solid #e5e5e5;
    background: #fff;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}
.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li {
    background: #fff;
//    padding: 10px 21px 0 21px;
//    margin: 20px 0 0 0;;
}

.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li ~ li {
    margin-top: 20px;
}



.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 20px;
    padding: 0;
    margin: 0;
    background: none;
	width:100%;
	display:block;
}

.header .inner_wrap .gnbs ul.sub_depth0>li.on>a,
.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li>a:hover{
	color:#009fd3;
}





.navBtn3 {
	 position: relative;
	 display: none;
	 width: 32px;
	 height: 32px;
	 overflow: hidden;
	 margin: auto;
	 text-align: center;
}
.navBtn3 .bar {
	 display: block;
	 position: absolute;
	 top: 15px;
	 width: inherit;
	 height: 2px;
	 background: #191919;
	 transition: transform .3s cubic-bezier(0.25, 0.1, 0, 1.34), top .3s ease, left .45s cubic-bezier(0.26, 0.54, 0, 1.39);
	 -webkit-transition: transform .3s cubic-bezier(0.25, 0.1, 0, 1.34), top .3s ease, left .45s cubic-bezier(0.26, 0.54, 0, 1.39);
	 -moz-transition: transform .3s cubic-bezier(0.25, 0.1, 0, 1.34), top .3s ease, left .45s cubic-bezier(0.26, 0.54, 0, 1.39);
}
.navBtn3:hover .bar {
	 background: #009fd3;
}
.navBtn3 .bar:nth-child(1) {
	 top: 6px;
}
.navBtn3 .bar:nth-child(2) {
	 left: 0 }
.navBtn3 .bar:nth-child(3) {
	 top: 24px;
}

.navBtn3:hover .bar:nth-child(2) {
	 left: 20%;
}

.side_ban {
	 position: fixed;
	 right:0px;
	 bottom:40px;
	 z-index:1000;
	 border:0px solid red;
}

.side_ban a.side_ban02 {
      display: flex;
	  width:50px;
	  height:50px;
	  border-radius: 25px;	
	  background:#787878;
      font-size: 12px;	  
	  color:#fff;
	  font-weight:500;
      transition: all .2s ease;	  
}
.side_ban a.side_ban02:hover {
	  background:#555;	
}




.main_vis {
	overflow: hidden;
    width: 100%;
    height: 500px;
    position: relative;
}
.main_vis_img {
	animation: main_img_zoom 3s 0s cubic-bezier(.1,.89,.33,.96);
	width:100%; 
	height:100%; 
	background-size:cover;
}

@keyframes main_img_zoom {
	from {
		transform: scale(1.3,1.3)
	}
	to {
		transform: scale(1.0,1.0)
	}
}

.main_vis .swiper-slide {
      display: flex;
	  width:100%;
	  height:500px;
   }



.main_text {
	position: absolute;
    left: 0px;
    top: 0;
	width: 100%;
	height:50%;
}
.main_text_wrap{
	max-width: 1320px;
    width: 100%;
    padding: 200px 10px 10px 10px;
    position: relative;
    margin:0 auto;
}

.main_t01{
    font-size: min(4vw, 50px);
    font-weight: 800;
	letter-spacing:0px;
    color: #fff;
	margin:0 0 15px 0;
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) ; 
}
.main_t02{
    font-size: min(2vw, 25px);
    font-weight: 400;
    color: #fff;
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) ; 	
}
.letter {
  display: block;
  opacity:0;
  animation: reveal 1.2s .4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  transform-origin: center left;    
}
.letter2 {
  display: block;
  opacity:0;
  animation: reveal 1.2s .7s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  transform-origin: center left;  
}

@keyframes reveal {
  0% {
    transform: translateY(100%);
    opacity: 0;		
  }
  30% {
    opacity: 0;		
  }  
  100% {
    transform: translateY(0);
    opacity: 1;	
  }
}



.main_lecture_box{
	display:flex; 
	flex-flow: column nowrap; 
	justify-content:flex-start; 
	align-items:flex-start; 
	width:49%;
	border-radius: 10px;
	border:1px solid #dedede;
	padding:40px 34px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR';
	color:#454545;
    transition: all .2s ease;	  		
}
.main_lecture_box:hover{
//	background:#f8f8f8;
	cursor:pointer;
}
.top_btn{
	background:#41bad4;
	display: inline-block;
    color: #fff;
//    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
	padding:5px 20px;
}
.main_lecture_box .title{
    color: #242424;
    font-size: 32px;
    font-weight: 700;
	letter-spacing:-1px;
	padding:14px 0 6px 0;
}
.main_lecture_box .times{
    color: #333;
    font-size: 18px;
    font-weight: 500;
	padding:10px 0 15px 0;
}
.main_lecture_box .comment{
    color: #444;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
	padding:0 0 15px 0;
	width:100%;
}
.main_lecture_box .comment{
	letter-spacing:-0.5px;
}
.main_lecture_box .bottom {
	width:100%;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:space-between; /*수평 flex-start flex-end center space-between space-around */
	align-items:flex-end; /*수직 stretch flex-start flex-end center space-between space-around */
    font-size: 16px;
    font-weight: 500;
	color:#333;
	line-height:22px;
}
.main_lecture_box .bottom_btn{
	background:#ec8f0a;
	width:145px;
	height:50px;
	display: inline-block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
	border:0px;
    position: relative;
	padding:0 15px 0 0;
}

.main_lecture_box .bottom_btn:after {
    content: "▶";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 0px;
    right: 18px;
    font-size: 9px;
    font-weight: 100;
    font-family: 'Nanum Gothic';
}
.main_lecture_box:hover .bottom_btn{
	background:#4182e5;
}
.main_lecture_box:hover {
	border:1px solid #888;
}



.footer {
	width:100%;
    overflow: hidden;
	margin-top:80px;
    padding: 38px 0 40px 0;
    border-top: 0px solid #dddddd;	
	background:#2d2d2e;
}
.footer .outer {
	width:1320px;
}
.footer .footer_01{
	margin-bottom:23px;
}
.footer .footer_menu li{
	margin-right:60px;	
    position: relative;	
}
.footer .footer_menu li > a{
	color:#dedede;
	font-size:16px;
    font-weight: 400;	
}
.footer .footer_menu li:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    background: #575757;
    top: 1px;
    right: -30px;
}
.footer .footer_menu li:last-child:after {
    background: #2d2d2e;
}

.footer .footer_menu li > a:hover{
	color:#75b7d6;
	font-weight:400;
}
.footer .footer_02 p:nth-child(1),
.footer .footer_02 p:nth-child(2) {
	display:inline-block;
}
.footer .footer_02 p {
	line-height:20px;
	color:#898989;
    font-weight: 400;	
	font-size:13px;
}

.footer .footer_02 .copy{
	font-size: 13px;
    font-weight: 400;
	font-family: "Poppins";
	line-height: 16px;
}



section {
	margin:0;
    padding:0;	
	display:block;
	width:100%;
}

.main_outer{
	display: block;
    position: relative;
    width: 1320px;
    margin: 0 auto;
    padding: 0 0px;
    clear: both;
}
.main_outer01 {
	height:638px;
}





.din_outer {
	width:100%;
}
li.din3 {
	width:20%;
	margin-bottom:10px;

}
li.din3  img {
	margin:0 0 10px 0;
}
li.din3  p{
    font-size: 17px;
    color: #444;
    line-height: 25px;	
    font-weight: 700;	
    position: relative;	

}
li.din3  p::after {
	content:"";
    font-weight: 500;	
    font-size: 25px;	
	position: absolute;
	z-index: 1;
	top: 0px;
	right:-30px;
	width: 27px;
	height: 27px;
	display: block;
}

li.din3:hover{
	cursor:pointer;
}
li.din3:hover p{
    color: #009fd3;
}

li.din3  span{
    font-size: 14px;
    color: #6a6a6a;
    line-height: 22px;	
    font-weight: 400;	
}
li.din3:hover span{
    color: #444;
}

li.right_bar {
	border-right:1px solid #e0e0e0;
}


.f_menu  {
	display: none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	width:100%;
	height:100%;
	isolation: isolate;
}
.f_menu::after {
	content: '';
	position: absolute;
	background: black;
	z-index: -1;
	inset: 0;
	opacity: 1;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
.menu_area {
	width:79%;
	padding:40px 0 0 ;
	margin:50px auto 0 auto;
}
.menu_head {
	width:100%;
}
.navBtn4 {
	 position: relative;
	 display: block;
	 width: 32px;
	 height: 32px;
	 margin: auto;
	 text-align: center;
}
.navBtn4 .bar {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: inherit;
	 height: 2px;
	 background: #fff;
}

.navBtn4:hover .bar {
	 background: #009fd3;
}
.navBtn4 .bar:nth-child(1) {
	 transform: rotate(45deg);
}
.navBtn4 .bar:nth-child(2) {
	 transform: rotate(-45deg);
}

.menu_lnb0 {
	width:25%;
	padding:0 40px 0 0;
}
.menu_lnb1 {
	width:70%;
}
.fm_gnb {
	width:100%;
	padding:50px 0;
}
.menu_lnb0 {
	padding:0 100px 0 0;
	font-size:40px;
	color:#fff;
	font-weight:500;	
}

.menu_lnb0.on {
	color:#009fd3;
}

.menu_lnb1 li {
	margin-right:50px;
}
.fm_dep01{
	width:100%;
	margin-bottom:40px;
}
.dep02 a{
	font-size:24px;
	font-weight:300;
	color:#fff;
}
.dep02 a:hover{
	color:#009fd3;
}


.img-round {
	border-radius:10px;
	overflow:hidden;	
}



.s_con {
	padding:30px;
	width:1260px;
//	overflow:hidden;
	font-size:17px;
	font-weight:400;
	color:#444;
    position: relative;	
	min-height:450px;
}

.sub_vis {
	overflow: hidden;
    width: 100%;
    height: 230px;
    position: relative;
}


.s_vis_01,
.s_vis_02,
.s_vis_03,
.s_vis_04,
.s_vis_05,
.s_vis_06 {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
    background: url('../img/sub/s_vis_01.jpg') no-repeat center;
    background-size: cover;
	animation : simg .8s ease-out;
//	transform-origin:top;
}

.s_vis_02{
    background: url('../img/sub/s_vis_02.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_03{
    background: url('../img/sub/s_vis_03.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_04{
    background: url('../img/sub/s_vis_04.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_05{
    background: url('../img/sub/s_vis_05.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_06{
    background: url('../img/sub/s_vis_06.jpg') no-repeat center;
    background-size: cover;	
}

@keyframes simg {
  0% { scale:1.14; }
  100% { scale:1;}  
}
@keyframes fade-in {
  0% { opacity:0; }
  100% { opacity:1;}  
}

.sub_hd{
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;	
}

.s_con_hd01 {
	font-size:45px;
	font-weight:600;
	color:#fff;
	animation : fade-in .7s linear forwards;	
	animation-delay : .6s;
	opacity:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) ; 	
}
.s_con_hd02 {
	margin-top:9px;
	font-size:18px;
	font-weight:400;
	color:#fff;
	animation : fade-in .7s  linear forwards;	
	animation-delay : .8s;	
	opacity:0;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) ; 	
}

.sub_con_hd{
	font-size:47px;
	font-weight:700;
	color:#222;
	margin:40px 0 70px 0;
	text-align:center;
    font-family: 'Noto Sans KR';		
}

.info_1_002{
	width:54%;
}
.info_1_002 p {
	font-size:31px;
	font-weight:700;
	color:#222;
	margin:0 0 15px 0;
	line-height:1.4;
}
.info_1_002 > div.greet {
	color:#444;
	font-size:16px;	
	line-height:1.5;
    font-weight: 400;
}
#map {
	border-radius:7px 7px 0 0;
}

.map_bot {
	width:100%;
    border: 1px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
    padding: 30px 0 35px 0;
    background: #F6F6F6;
	border-radius:0 0 7px 7px ;	
}
.map_bot p {
    font-size: 23px;
    color: #333;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.map_bot span {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin: 7px 0 0px 0px;
}
.customoverlay {
	width:auto;
    border: 1px solid #333;
    padding: 1px 15px 5px 15px;
    background: #FFF;
	border-radius:7px	
}
.customoverlay .title {
    font-size: 13px;
    color: blue;
    font-weight: 500;
}


input, select {
    font-size: 15px;
    COLOR: #555;
    FONT-FAMILY: 'Nanum Gothic';
    border: #C0C0C0 1px solid;
    height: 20px;
    padding: 9px 5px;
    border-radius: 4px;
}

.recruit_001 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
	color:#111;
}
.recruit_002 {
	background:#f5f5f5;
	margin:40px 0 30px 0 ;
	padding:50px 80px;
	width:1100px;
    border-radius: 7px;	
}
.recruit_002 li {
	width:165px;
	height:165px;
	padding:25px;
    background: #fff	;
	border:1px solid #c3c3c3;
	border-radius:165px;	
}
.recruit_002 p {
	width:100%;
	text-align:center;
	margin:15px 0 0 0;
    font-size: 17px;
    color: #555;
    font-weight: 500;	
}
.recruit_0020 {
	width:100%;
	height:100%;
    background: #444	;
	border-radius:100px;	
	display: block;
    position: relative;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center;

//	background: linear-gradient(to right,  #d98920 0%, #e62222 80%);

}


.cus_01 {
	margin: 0 0 0 10px;
    width: 80%;
    height: 514px;
    background: #f7f7f7;
    border-radius: 10px;
	padding:0 0 0 60px;	
}
.cus_03 {
    font-size: 38px;
	font-weight:600;
    padding: 0 0 20px 0;
}
.cus_04 {
	width:100%;
    font-size: 19px;
    padding: 30px 0;
}

.cus_04 li:first-child {
    width: 25%;
}
.work_00 {
	border-top:1px solid #ededed;
	padding:50px 0 0 0;
}
.work_01{
    width: 25%;
    font-size: 31px;
	font-weight:700;	
}
.work_02{
    width: 75%;
    font-size: 17px;
	font-weight:400;	
	color:#444;
	margin:0 0 30px 0;
}
.work_02 h1 {
    font-size: 22px;
	font-weight:700;	
	color:#222;
	margin:0 0 10px 0;	
}
.work_02 img {
	margin:0 0 20px 0;
	border-radius:8px;
}
.work_02 p {
	margin:0 0 20px 0;
}
.work_00:last-child .work_02,
.work_00:last-child p:last-child {
	margin:0 0 0px 0;
}
.con-main2{
	background:#f8f8f8;padding:60px 0;
}
.main_con2 {
	margin:0 0 70px 40px;
}
.main_hd-2 {
	margin:0px 0 61px 0;padding-top:20px;
}
.section2 {
	margin:99px 0 111px 0;
}
#map{
	width:100%;
}	
.board_b td.title {
//	display:flex;
//	overflow:hidden;
//	width:auto;
	

}

.partner_li{
	width:25%;
	margin:0 0 30px 0;
	transition: all 0.2s linear;	
}

.partner_li .pboard_img img {
	width:245px;
	height:155px;
	margin:0 auto;
}

.plan_hd {
	font-family: 'Noto Sans KR'; 
	font-weight:500;
	font-size: 30px;
	color: #111;
	margin-top:-20px;
}
.plan_nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px!important;
    list-style: none;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.2);
    margin-top: 40px;
	width:100%;
}
.plan_nav li.nav-item {
	float: left;
    line-height: 20px;
    font-weight: 400;
    color: #666;
	margin-bottom: -1px;
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    padding: 0;
}

.nav-tabs .nav-link {
	display:block;
	width:100%;
	box-sizing: border-box;
	padding: 13px 18px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.nav-tabs .nav-link.active {
    color: #083FA9;
    background-color: #fff;
    border-color: rgba(0,0,0,.2) rgba(0,0,0,.2) #fff;
    font-weight: 500;
}
.plan-select-area {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}

/* 달력 */

.table-bordered {
	display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 0px;
    border-color: grey;
    border-collapse: collapse;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.table-bordered th, .table-bordered td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 3px 0;
    vertical-align: top;
}
.table-bordered th {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    height: 25px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear,left bottom, left top,from(#f2f2f2),to(#fafafa));
    background-image: linear-gradient(to top,#f2f2f2,#fafafa);
}
.cal_job {
    margin: 1px 0px 3px 3px;
    background-color: #63B4E5;
    position: relative;
    display: block;
    font-size: 15px;
	letter-spacing:-0.5px;
    line-height: 1.4;
    border-radius: 3px;
    padding: 4px 4px 4px 4px;
	overflow: hidden;
//    text-overflow: ellipsis;
//    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 164px;
    color: #fff!important;
	font-weight:500;
}

.cal_job:hover{
    background: #128ad3;
	border:0px;
}
.cal_job_done:hover,
.cal_job_done {
    background-color: #bbb;
}
.cal_job span {
	font-weight:700;
	font-size:17px;
	letter-spacing:0px;	
}	


.lec_class_002 {
    background: #83B94E;	
}
.lec_class_002:hover{
    background: #579c14;
}

.online_hd {
	display:inline-block;
	color:#DC0000;
	font-weight:600;
	background:#fff;
	border-radius:5px;
	padding:2px 5px;
	letter-spacing:-0.5px;
	line-height:1;
    font-size: 13px;	
}


.fc-other-month {
    background-image: linear-gradient(135deg,rgba(0,0,0,.02) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.02) 50%,rgba(0,0,0,.02) 75%,transparent 75%,transparent);
    background-color: #fafcfd;
    background-size: 1rem 1rem;
}
.plan_cal td {
	height:97px;
	font-size:17px;
	
}
.plan_cal td font {
	padding:0 0 0 3px;
}
.tab {
	width:100%;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
	margin-bottom:75px;
}
.tab li {
	display:block;
	width:50%;
}
.tab li a{
	display: block;
	width:100%;
	text-align:center;
	padding:15px 0;
	font-size:16px;
	border:1px solid #dadada;
    border-left: none;
    box-sizing: border-box;
	border-bottom:1px solid #444;			
	background:#f2f2f2;
	font-weight:400;	
}
.tab li:first-child  a {
	border-left: 1px solid #DBDBDB;
}

.tab li.on a {
	border:1px solid #444;
	background:#fff;
	color:#222;
	font-size:17px;
	font-weight:600;
	border-bottom:0px solid #dadada;		
}

.class_hd {
    font-weight: 600;
    font-family: 'Noto Sans KR';
	color:#333;
	font-size:25px;	
}

.lec_info {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:flex-start; /*수직 stretch flex-start flex-end center space-between space-around */
	margin:30px 0 45px 0;
}
.lec_photo {
	display:block;
	width:430px;
}
.lec_photo img {
	border-radius:10px;
}
.lec_cont {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: column nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:flex-start; /*수직 stretch flex-start flex-end center space-between space-around */
}
.lec_text {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:flex-start; /*수직 stretch flex-start flex-end center space-between space-around */
	margin-bottom:10px;
}
.lec_text li {
	width:650px;
	line-height:23px;
	font-size:16px;	
}
.lec_text li:first-child {
	width:130px;
    font-weight: 500;
	color:#222;
}
.lec_text li.price{
    font-weight: 700;
	color:#d12e2e;
	font-size:18px;	
}

.lec_text li.times {
    font-weight: 700;
	color:#222;
}
.lec_buttons{
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
	margin-bottom:0px;
}
.lec_button {
    display: block;
	margin-top:15px;
	margin-right:0px;
}
.btn_lec {
	background: #4182e5;
    width: 280px;
    height: 50px;
    display: block;
	color: #fff !important;
	line-height:50px;
    text-align: center;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    border: 0px;
    position: relative;
    padding: 0 15px 0 0;
	outline:0;
}
/*
.btn_lec:after,
.btn_lec2:after {
	content: ">";
    position: absolute;
    display: block;
    width: 30px;
    height: 15px;
    top: 5px;
    right: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins';
}
*/
.btn_lec:hover {
	background:#083FA9;
	border:0px;
}
.btn_lec2 {
	background: #bbb;
    width: 280px;
    height: 50px;
    display: block;
	color: #fff !important;
	line-height:50px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    border: 0px;
    position: relative;
    padding: 0 15px 0 0;
	outline:0;
}
.btn_lec2:hover {
	background:#999;
	border:0px;
}



.table-basic {
	width:100%;
    border-top: 2px solid #444;
    border-left: 1px solid #ddd;	
	margin:20px 0;
}

.table-basic th,
.table-basic td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	height: 41px;
    padding: 7px;
	vertical-align:middle;
}
.table-basic thead th,
.table-basic tbody th {
    font-weight: 500;
    font-size: 15px;
    background-color: #f4f4f4;
	vertical-align:middle;
}

.table-basic td {
    background-color: #fff;
	text-align:left;
    padding: 10px 12px;
	line-height:20px;
    font-size: 15px;	
}
.table-basic td.text-c {
    background-color: #fff;
	text-align:center;
}

.lec_table {
    width: 100%;
    color: #444;
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ccc;
}
.lec_table th {
    background-color: #f9f9f9;
	font-weight: 500;
	color:#222;
	padding:15px 0;
    font-size: 15px;
    border-right: 1px solid #ccc;
}

.lec_table td {
    padding: 15px 5px;
    vertical-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
	font-size: 15px;
	font-weight:400;
	color:#444;
}
.lec_table td:last-child, .lec_table th:last-child {
    border-right: 0px solid #ccc;
}

.lec_table2 td {
    padding: 10px 10px;
    vertical-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
	font-size: 15px;
	font-weight:400;
	color:#444;
}


.apply_btn {
	display:inline-block;
	width:100px;
	height:32px;
    background: #467ee1;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans KR';	
    line-height: 32px;
	border:0px;
}
.apply_btn:hover {
    background: #e146b9;
	border:0px;
}

.apply_view_btn{
	width:60px;
	height:32px;
    line-height: 32px;
	font-size:14px;
}
.apply_view_btn:hover{
	color:#222;
}

.app_table {
    border-top: 2px solid #222;
}
.app_table th {
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	width:20%; height:60px; 
	background: #fafafa; 
	font-family: 'Noto Sans KR'; 
	font-weight:500;
	font-size: 15px;
}
.app_table td {
    border-bottom: 1px solid #ddd;
    width: 80%;
    padding: 0 0 0 10px;
	font-weight:400;
	font-size: 15px;
}

.td_align {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.add_p {
	display: block;
    margin: 0 0 7px 0;
    padding: 0;
}
a.add_btn {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 42px;
    margin: 0px;
    padding: 11px 10px;
    font-size: 15px;
    color: #fff;
    background: #aaaaaa;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
a.add_btn:hover {
    color: #fff;
    background: #555;
}


.priv_agree {
    margin-top: 35px;
    block: ;
    border: 1px solid #444;
    width: 100%;
    padding: 20px;
    background: #f9f9f9;
    font-size: 15px;
    color: #444;
    box-sizing: border-box;
	height:200px;
	overflow: scroll;
	overflow-x: hidden;
	line-height:22px;
}
.priv_agree p {
	display:block;
	width:100%;
    font-size: 20px;
    color: #222;
    padding: 0;
    margin: 0;
    margin: 0 0 25px 0;
    font-weight: 700;
	text-align:center;
}
.agree_app {
    font-size: 15px;
    color: #333;
    margin-top: 15px;
    width: 100%;
    text-align: center;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:center; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}

.apply_btn_wrap{
	width:100%;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:center; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
	margin-top:20px;
}


.card_t01 {
    font-size: 20px;
    font-weight:500;
    color: #333;
    margin: 0px 0 10px 0;	
}
.uline {
	border-bottom:1px solid #ccc;
}

.apply_cancle_btn {
	display:inline-block;
	width:60px;
	height:32px;
    background: #DE5454;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans KR';	
    line-height: 32px;
	border:0px;
}
.apply_cancle_btn:hover {
    background: #ba3434;
	border:0px;
}


.cancle_hd{
    color: #444;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans KR';	
    line-height: 32px;
	padding:9px 0;
	text-align:center;
}


.cancle_wrap {
	display:none;	
	position:absolute !important;
	top:197px;
	left:30px;
	z-index:99;
    background-color:#fff;
	width:1260px;
	height:900px;
	margin:0 auto;
}

.cancle {
	display:block;	
	width:100%;
	margin:0 auto;
}
.btn_wrap{
	padding:20px 0 0 0;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:center; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
	width:100%;
}

.alert_text{
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.main_board{
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 49%;
    border-radius: 10px;
    border: 1px solid #dedede;
    padding: 20px;
    box-sizing: border-box;
    transition: all .2s ease;	
}
.main_board .mb_hd {
    color: #444;
    font-size: 23px;
    font-weight: 700;
}
.main_board .bd_top {
    width: 100%;
    height: 54px;
    border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}

.main_board dd {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 37px;
    height: 37px;
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #d6d6d6;
}
.main_board dd a {
	width:450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
	display:inline-block;
}
.main_board dd span {
    font-size: 15px;
    font-weight: 300;
    color: #888;
    float: right;
    width: 120px;
    text-align: center;
}
.tclass-name3 span{
	width:360px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
	display:inline-block;
}
.logos {
	margin:24px 0 0 0;
}

.main_hd3 p {
	display:inline-block;
}
.main_banner {
	width:1320px;
}



/* f&a */

.bo_tab_03 {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    border-left: solid 1px #d7d7d7;	
}
.bo_tab_03 th {
    background: rgba(0, 0, 0, .02);
    color: #333;
    text-align: center;
    vertical-align: middle;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    line-height: 130%;
    border: none;
    border-bottom: solid 1px #d7d7d7;
    border-top: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 600;
}
.bo_tab_03 td {
    color: #666;
    text-align: center;
    vertical-align: middle;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    line-height: 150%;
    border: none;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    font-size: 15px;
    letter-spacing: normal;
}
/* f&a */
.li_sample_wrap {
    display: flex!important;
    justify-content: flex-start!important;
    align-items: center!important;	
}
.li_sample {
	display:inline-block;	
}





















/**************************************************************************************/
@media all and (max-width:1340px){



	.footer .outer	{
		width: 100%;	
		margin:0 auto;
	}
	.footer .footer_01,	
	.footer .footer_02 {
		padding:0 0 0 20px;
	}
	.main_vis .swiper-slide {
		height:35vw;
	}
	.main_text_wrap {
		padding-top:15vw;
	}	
	.s_con {
		padding: 20px;
		width:100%;
		box-sizing: border-box;
	}
	.info_1_001 {
		display:none;
	}









	.info_1{
	    justify-content: center!important;
	}
	
	.info_1_002 {
		width: 100vw;
	}

	.map_bot {
		width: 99.5%;
		padding: 30px 0 35px 0;
	}
	#map{
		width:99.5%;
	}		
	.recruit_002 {
		background: #f5f5f5;
		margin: 40px 0 30px 0;
		padding: 50px 80px;
		width: 90%;
		border-radius: 7px;
	}
	.work{
		flex-direction:column;
	}
	.work_01{
		margin:0 0 20px 0;
	}	
	.work_01,
	.work_02 {
		width:100%;
	}
	.cancle_wrap {
		top: 137px;
		left: 0px;
		width: 100%;
		height: 930px;

	}
	.cal_job {
		margin: 1px 3px 3px 3px;
		font-size: 12.2px;
		line-height: 1.4;
		border-radius: 3px;
		padding: 2px 4px 2px 4px;
		width: auto;
	}
	
	.lec_cont {
		width: 70%;
		margin:0 0 0 20px;
	}	
	.lec_info{
		width:100%;

	
	}
	.lec_text {
		width:100%;
	}
	.lec_text li:first-child {
		width: 15%!important;
	}
	.lec_text li {
		width: 85%!important;
	}

}



/**************************************************************************************/
@media all and (max-width:1300px){
	

	.top_btn {
		font-size: 1.2vw;
	}
	.main_lecture_box .title {
		font-size: 2.6vw;
	}
	.main_lecture_box .times {
		font-size: 1.45vw;
	}
	.main_lecture_box .comment {
		font-size: 1.2vw;
	}
	.main_lecture_box .bottom {
		font-size: 1.3vw;
		line-height: 1.7vw;
	}
	.main_lecture_box .bottom_btn {
		width: 11.8vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 1.37vw;
	}
	li.din3 p {
		font-size: 1.38vw;
		line-height: 25px;

	}
	li.din3 span {
		font-size: 1.13vw;
		line-height: 22px;
	}
	.main_board .mb_hd {
		font-size: 1.87vw;
	}
	.main_board dd {
		font-size: 1.4vw;
		line-height: 3vw;
		height: 3vw;
	}
	.main_board dd a {
		width: 100%;
	}
	.main_board dd span {
		display:none;
	}

.li_sample {
	display:block; margin:10px 0 0 0px!important;	
}
.li_sample_wrap {
	flex-direction:column;
    align-items: flex-start!important;
    justify-content: center!important;	
	padding:10px 0 0 0;
}




/**************************************************************************************/
@media all and (max-width:1262px){



}
/**************************************************************************************/
@media all and (max-width:1210px){

	.menu_area {
		width: 88%;
		padding: 40px 0 0;
		margin: 50px auto 0 auto;
	}










	.com_info .text p {
		font-size: 16px;
		line-height:20px;
	}	
	.com_info .text {
		width:50%;
	}	

	
} 

/**************************************************************************************/
@media all and (max-width:1120px){

	.header .inner_wrap .gnbs {
		width: 55vw;
		margin-right:0px;
		transition: all 0.2s linear;		
	}
	.fm_gnb {
		padding: 10px 0;
	}	
	
	
	
	
	
	
	
	
	
	

	.menu_lnb0 {
		padding: 0 0px 0 0;
		font-size: 30px;
		color: #fff;
		font-weight: 500;
	    justify-content: center!important;					
		margin:0 0 10px 0;
	}	
	.menu_lnb1 .dep02 a {
		font-size: 19px;
		font-weight: 300;
		color: #fff;
	}	
	.fm_dep01 {
		flex-direction:column;
	    align-items: center!important;		
	    margin-bottom: 20px;
	}		
	.menu_lnb1  {
	    justify-content: center!important;			
	}
	.menu_lnb1 li {
		margin-right: 15px;
	}
	.menu_lnb1 li:last-child{
		margin-right: 0px;	
	}
	.main_hd3 {
		font-size: 35px;
		line-height: 30px;
		margin: 50px 0 50px 0;
	}


	.con-main2{
		background:#f8f8f8;
	}
	.main_hd{
		padding:0 10px;
	}
	.main_hd p {
		font-size: 15px;
		font-weight: 700;
		line-height: 35px;
	}	
	.main_hd p.main_hd2 {
		font-size: 35px;
		font-weight: 700;
		line-height: 35px;
	}	
	
	.main_img01 {
		position: absolute;
		z-index: 100;
		top: 0px;
		right: 0px;
		width:400px;
	}	

	.main_img01 {
		top: 160px;
		right: 0px;
	}	
	.main_img011 {
		width:400px;
		height:390px;
		border-radius:15px;	
		transition: all 0.2s linear;						
	}
//	.main_img01 .swiper-slide {
//		justify-content: center;
//	}	
	.main_img01 .swiper-slide img {
		object-fit: cover;
	}
	.com_info .text p {
		font-size: 13px;
		line-height:20px;
	}	
	.com_info .text {
		width:40%;
	}	
	.com_info .text p:first-child {
		font-size: 20px;
		font-weight: 700;
		line-height: 32px;
	}	
	.section2 {
		margin: 60px 0 60px 0;
	}	
	.main_outer01 {
		height: 600px;
	}	
} 


/**************************************************************************************/
@media all and (max-width : 1050px){

.main_lecture_box .bottom_btn {
	padding: 0 0px 0 0;
}
.main_lecture_box .bottom_btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;

}

	

	
	
	



	.main_vis .swiper-slide .mimg01 img{
		width:100%;
	}
	.main_vis .swiper-slide.swiper-slide-active .mimg01 img,
	.main_vis .swiper-slide.swiper-slide-active .mtext12	
	.main_vis .swiper-slide.swiper-slide-active .mtext11{
		animation : none;
	}
	.main_vis .swiper-slide.swiper-slide-active .mimg01 img{
		position:absolute;
		top:0;
	    left:0;
	}	
/* 	.mainSwiper .swiper-pagination-bullet-active {

		width: 33px;
		transition: all .3s ease;
		border-radius: 6px;
		background: #ffffff;
		opacity: 1;
	}	
	.mainSwiper .swiper-pagination-bullet {
		background: #ffffff;	
		opacity: .4;		
	}	 */
	.recruit_001 {
		font-size: 23px;
	}	
	.recruit_002 li {
		width: 100px;
		height: 100px;
		padding: 15px;
		transition: all 0.2s linear;
	}
	.partner_li{
		width:33.333%;
	}	
	.work_02  img {
		width:100%;
	}
	.lec_photo {
		width: 300px;
		overflow:hidden;
	}
	.lec_photo img {
		width:100%;
	}
	
	
	
	
}



/**************************************************************************************/
@media all and (max-width : 860px){
	.header .inner_wrap .gnbs {
		display:none;
	}
	
	.header .inner_wrap	.navBtn3 {
		display:block;
	}
    li.din3 p {	
		font-size: 14px;
		line-height: 23px;

	}
	li.din3 span {
		font-size: 12px;
		line-height: 21px;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	.main_hd3 {
		font-size: 25px;
		line-height: 25px;
		margin: 40px 0 30px 0;
		letter-spacing:-1px;		
	}	

	li.right_bar {
		border-right:0px solid #e0e0e0;
	}
		
	.main_outer01 {
    height: auto;
	}
	.main_img01 {
		position: relative;
        z-index: 1;
        top: 0px;
        right: 0px;
        width: 100%;	
		margin:0 0 20px 0;
	}	
	.main_img011 {
		width:100%;
		height:300px;
		border-radius:15px;	
		transition: all 0.2s linear;				
	}
	.main_img01 .swiper-slide img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	.com_info .text p {
		font-size: 13px;
		line-height:15px;
	}	
	.com_info .text {
		width:80%;
	}	
	.com_info .text p:first-child {
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
	}		
	
	.main_con2 {
		margin:0 10px;
		flex-direction:column;
	}	
	.section2 {
		margin: 50px 0 40px 0;
	}
	
	.com_info .com_info_ico1, .com_info .com_info_ico2, .com_info .com_info_ico3, .com_info .com_info_ico4 {
		width: 50px;
		height:50px;
		background-size: 45%;
	}	
	.main_hd-2{
		margin:0px 0 31px 0;
	}
	.cs101 {
		display:none;
	}
	.cus_01 {
		margin: 0 0 0 0px;
		width: 100%;
		height: 320px;
		background: #f7f7f7;
		border-radius: 10px;
		padding: 0 0 0 60px;
	}	
	.cus_03 {
		font-size: 28px;
		font-weight: 600;
		padding: 0 0 10px 0;
	}	
	.cus_04 {
		font-size: 15px;
		padding: 10px 0;
	}	

	.board_b th:nth-child(1),
	.board_b th:nth-child(3),	
	.board_b th:nth-child(4),	
	.board_b th:nth-child(5),	
	.board_b td:nth-child(1),
	.board_b td:nth-child(3),	
	.board_b td:nth-child(4),	
	.board_b td:nth-child(5) {
		display:none!important;
	}
	.board_b th,
	.board_b td {
		width:100%;
	}
	.board_b colgroup{
		display:none;	
	}
	
	.board_bb tr:nth-child(2),	
	.board_bb tr:nth-child(3) {
		display:none;
	}	

	.board_bb th.subject {
	    font-size: 15px!important;
	}
	
	.b_cont {
		font-size: 14px!important;
	}
	
	
	.bo_tab_03 th,	
	.bo_tab_03 td {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.3;
		font-size: 13px;

	}	
	
	
	
	
	
	.partner_li{
		width:50%;
	}		
	.flw80{
		width:80%;
	}
	.card_t01 {
		font-size: 15px;
	}
	.lec_table2 th{
		font-size: 14px;	
	}	

	.nav-tabs .nav-link {
		padding:10px  5px;
		font-size: 15px;
	}

	.lec_info {
		flex-direction:column!important;
    }
	.lec_photo {
		width: 100%;
		overflow:hidden;
	}
	.lec_cont {
        width: 100%;
        margin: 10px 0 0 0px;
    }	
.plan_cal td {
	font-size:14px;
	
}	
	
	
}	
/**************************************************************************************/
@media all and (max-width : 768px){

	#wrap{
		padding-top: 61px;
		transition: all 0.2s linear;						
	}

	#header_warp .header {	
		height:60px;
		transition: all 0.2s linear;				
	}
	.header .inner_wrap .top_side {
		margin: 0px 10px 0 0;
	}	
	.logos {
		margin:0 0 0 5px;
	}	
	.logos img {
		width:36px;
		height:30px;
	}		
	.logos a {
		font-size: 15px;
	}	
	.main_vis {
		margin-top:0px;
	}	
    .main_text_wrap {
	    padding: 112px 0px 0px 0px;
    }	
	.main_t01 {
		font-size:30px;
		text-align:center;
	}
	.main_t02 {
		font-size:15px;
		text-align:center;		
	}	
	
	
	.main_outer {
		flex-direction:column!important;
		margin:0 10px;
		width:100%;
	}	
	.page-content-main.mt60 {
		margin:30px 0!important;
	} 	
	.din_outer {
//		flex-direction:column;
	    flex-wrap: wrap;
		justify-content: flex-start!important;
	}	
	
	li.din3 {
		width: 50%;
		margin-bottom: 30px;
	}	
	
	.main_lecture_box {
		width: 100%;
		padding: 30px 20px;
	}
	.top_btn {
		font-size: 11px;
	}
	.main_lecture_box .title {
		font-size: 19px;
	}
	.main_lecture_box .times {
		font-size: 14px;
	}
	.main_lecture_box .comment {
		font-size: 12px;
	}
	.main_lecture_box .bottom {
		font-size: 12px;
		line-height: 18px;
	}
    .main_lecture_box .bottom_btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
	.main_lecture_box:first-child {
		margin-bottom:15px;
	}
	.main_board {
		width: 100%;
	    padding: 10px 20px 20px 20px;
	}	
	.main_board:first-child{
		margin:0 0 20px 0;
	}

	.main_board .bd_top {
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #ccc;
		margin: 0 0 10px 0;
	}


	.main_board .mb_hd {
		font-size: 18px;
		font-weight: 700;
	}	
	.main_board dd {
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}

	.main_board dd a {
        width: 80vw;
    }	
	.footer .footer_01, .footer .footer_02 {
        padding: 0 0 0 0px;
    }

	.footer {
		margin-top: 30px;
		padding: 1rem 0 0.8rem 0;
	}	
	.footer .footer_01 {
		flex-direction:column;
		margin-bottom: 5px;		
	}
	.footer .footer_menu {
		display:none!important;	
	}
	.footer .footer_02 {
	    display: block;
		text-align:center;
		font-size:11px;
	}
	.footer .footer_02 p:nth-child(1),
	.footer .footer_02 p:nth-child(2) {
		display:block;	
	}
	
    .footer .outer {
        width: 100%;
        padding: 0 10px;
		box-sizing: border-box;		
    }	
	



















	.fm_gnb {
		padding: 20px 0;
	}
	.menu_area {
		width: 95%;
		padding: 10px 0px 0 0px;
		margin: 20px auto 0 auto;
	}		
	.menu_lnb0 {
	    width: 50%;
		padding: 0 0px 0 0;
		font-size: 20px;
		color: #fff;
		font-weight: 700;
	    justify-content: center!important;					
		margin:0 0 10px 0;
	}	
	.menu_lnb1  {
	    width:100%;
	}	
	.menu_lnb1 .dep02 a {
		font-size: 15px;
		font-weight: 300;
		color: #fff;
	}
	.fm_dep01 {
		width: 100%;
		margin-bottom: 20px;
	}	
	
	.con-main2{
		background:#f8f8f8;
		padding:45px 0 35px 0;
	}
	.main_hd{
		padding:0 10px;
		margin-bottom: 40px;
	}
	.main_hd p {
		font-size: 13px;
		font-weight: 700;
		line-height: 35px;
	}	
	.main_hd p.main_hd2 {
		font-size: 25px;
		font-weight: 700;
		line-height: 30px;
		letter-spacing:-1px;
	}	
	.main_scl li {
		padding: 0px 0px;
		width: 100px;
	}	
	.main_scl li img {
		width:100%;
	}
	.main_scl div:first-child {
	    margin-bottom: 15px;	
	}

	.com_info:hover .text p:first-child {
		color:#3e3e3e;
	}
	.main_hd-2{
		margin:0px 0 31px 0;
	}
		
	.mySwiper1.swiper-vertical {
		touch-action: pan-y;
	}
	
	.sub_vis {
		height: 120px;
		transition: all 0.2s linear;						
	}	
	
	.s_con_hd01 {
		font-size: 25px;
		font-weight: 600;
	}	
	.s_con_hd02 {
		font-size: 11px;
		font-weight: 400;
	}	
	.sub_con_hd {
		font-size: 30px;
		font-weight: 700;
		color: #222;
		margin: 20px 0 50px 0;
		text-align: center;
	}	
	.s_con {
		font-size: 14px;
	}
	.info_1_002 p {
		font-size: 25px;
	}	
	.info_1_002 > div.greet {
		font-size: 14px;
	}	
	
	.class_hd {
		font-size: 20px;
	}	
.lec_text li {
    font-size: 15px;
}	
.lec_text li.price {
    font-size: 16px;
}	
	.tab li a,
	.tab li.on a {
		font-size: 15px;
		letter-spacing:-1px
		word-break: break-all;
		word-wrap: break-word;
	}
	.tab li a {
		height:69px;
		padding:10px;
		box-sizing: border-box;				
	}		
.cal_job span {
    font-size: 12px;
}	
	
	
	
	
	
	
	
	
	.map_bot p {
		font-size: 16px;
		margin: 0 0 2px 0;
		font-weight: 500;
		letter-spacing:-1px;
	}	
	#map{
		width:99.5%;
	}	

	.recruit_001 {
		font-size: 18px;
	}	
	.recruit_002 li {
		width: 57px;
		height: 57px;
		padding: 7px;
		transition: all 0.2s linear;
	}	
	.recruit_002 p {
		margin: 12px 0 0 0;
		font-size: 13px;
	}	
	.recruit_003 {
		font-size: 13px;	
	}	
	.work_01 {
		font-size: 24px;
	}	
	.work_02 {
		font-size: 14px;
	}		
	.work_02 h1 {
		font-size: 18px;
	}	
	.td_align {
		display: flex;
		align-items: center;
	}

	
	
	.fl_apply_info_list {
		border: 0px 
	}

	.fl_apply_info_list td {
		padding: 10px 5px!important;
	}	
	.fl_apply_info_list colgroup,	
	.fl_apply_info_list thead {
		display: none;	
	}
	
	.fl_apply_info_list tr {
		width:100%;
		border-top: 2px solid #333333;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
		display: block;
		margin-bottom: 15px;
	}
	
	.fl_apply_info_list td {
		display: block;
		font-size: 14px;
		text-align: right!important;
	}

	.fl_apply_info_list td::before {
		content: attr(data-label); /*data-label을 가상요소 표출*/
		float: left;
		font-weight: 700;
		text-transform: uppercase;
	}	
	.fl_apply_info_list td:last-child {
		border-right: 1px solid #ccc;
	}	
	.fl_apply_info_list td:first-child {
		background:#f9f9f9;
		text-align:center!important;
	}	
	.fl_apply_info_list td:first-child::before,	
	.fl_apply_info_list td:last-child::before {
		content:''; /*data-label을 가상요소 표출*/
	}
	.app_table td,	
	.app_table th{
		font-size: 14px;
	    height: auto;
		padding:10px 0 10px 10px;
		width: 75%;		
	}
	.app_table th{
		padding:10px 0;	
		width: 25%;		
	}	
	
	.cancle_wrap {
		top: 87px;
		left: 0px;
		width: 100%;
		height: 700px;
	}	
	.cancle_hd {
		color: #444;
		font-size: 15px;
		font-weight: 400;
		font-family: 'Noto Sans KR';
		line-height: 32px;
	}	
	
	.plan_hd {
		font-size: 20px;
	}	
	.alert_text {
		display:none;
	}
	.fl_plan_top {
		justify-content:center!important;
	}
	
	.cal_job {
		-webkit-line-clamp: 7;
		font-size: 10px;		
	}	
	
	.online_hd {
		padding:2px 4px;
		letter-spacing:-0.5px;
		font-size: 10px;		
	}	
	
	
	
	.fl_apply_text{
		font-size: 14px!important;		
	}


	.fl_main_vis{
		margin-left: 20px;
		padding:0 0 100px 0;
	}
	.main_vis .mtext11 {
		font-size:40px;
		transition: all 0.2s linear;												
	}
	.swiper-slide .mtext12{
		font-size:40px;	
	}
	.swiper-slide .mtext13{
		font-size:15px;	
	}
	.logot1{
		font-size:12px;
	}
	.logot2{
		font-size:16px;
	}
	.main_vis .swiper-slide {
		height: 300px;
	}	
	
	.side_ban .side_info {
		width:100px;
	}	
	.side_ban .side_info3{
		display:none;
	}	
	
}

/**************************************************************************************/
@media all and (max-width : 660px){

	.con-main2 {
		margin:40px 0!important;
	}
	.main_hd3 p {
		display:block;
	}
	.main_hd3 p:last-child{
		font-size: 22px;
		margin-top:5px;
	}

	.lec_buttons {
		justify-content: center;
		align-items: center;
		width:100%;
	}	


}
/**************************************************************************************/
@media all and (max-width : 550px){



	.fl_main_vis {
        padding: 0px 0 0 0;
	}
	.partner_li .pboard_img{
		height:130px;
		overflow:hidden;
		border-radius: 7px;
		display:block;
		width:100%;
	}
	.partner_li>div{
		width:90%;	
	}
	.partner_li .pboard_img img {
		width:100%;
		width:100%;		
	}
	.p_board_subject a{
		font-size: 14px;
	}
	
	.input_search {
		width: 120px!important;
	}
	.nav-tabs .nav-link {
		padding:10px 0px;
		font-size: 13px;
	}
	
	.priv_agree {
		font-size: 14px;
	}	
	.priv_agree p {
		font-size: 16px;
	}	
	
	.lec_text li:first-child {
        width: 22% !important;
    }
	.lec_text li {
        width: 78% !important;
    }
	
	.table-basic thead th, .table-basic tbody th,
	.table-basic th, .table-basic td	{
		font-size: 13px;
		padding: 5px 5px;
		height: auto;
	}	


	.main_vis .swiper-slide {
//		height: 450px;
		transition: all 0.2s linear;						
	}
	

	.main_vis .mtext11,
	.main_vis .mtext12{
		font-weight: 700;
		letter-spacing:-1px;
		font-size:35px;
		transition: all 0.2s linear;										
	}
	.main_vis .mtext13{
		font-weight: 500;
	}	

    .footer .footer_02 p:nth-child(1),
    .footer .footer_02 p:nth-child(2),	
    .footer .footer_02 p:nth-child(3) {
        letter-spacing:-1px;
		transition: all 0.2s linear;								
    }	
	.li_sample img {
		width:230px;
	
	}
	
	
	
	
}




