/* * C O M M U N I T Y  P A G E  T I T L E * */
#COMMUNITY .pgTitle.Basic{
    background-image: url(../img/4community/community_pgTitle_bg.jpg);
}
#PORTFOLIO .pgTitle.Basic{
    background-image: url(../img/4community/portfolio_pgTitle_bg.jpg);
}


/* * * C O M M U N I T Y  공 통 사 항 * * */


.boardArea{
    width: 1200px;
}


/* CNB 메뉴 탭 - 과목 분류 */

.cnbTab{
    width: 100%; height: 48px;
    margin-bottom: 50px;
}
.cnbTab .cnbMenu{
    width: 100%;
    display: flex;
}
.cnbMenu>li{
    width: 16.67%; height: 100%;
    text-align: center;
    background: yellow;
}
.cnbMenu>li>a{
    width: 100%; height: 100%;
    display: inline-block;
    border-bottom: 1px solid #000;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    padding: 13px 0;
}
.cnbMenu>li>a.cnbSelect{
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-bottom: none;
}
.cnbMenu>li>a:hover{
    color: #000;
}

/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * 리스트형 게시판 STYLE * * * * * * */

/* 이벤트 (공지사항) */
.EventList .BD_List{
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
.BD_List th, .BD_List td{
	border-top: 1px solid #eee;
	padding: 13px 10px;
	text-align: center;
	font-size: 13px;
}
.BD_List th{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: 600;
}
.BD_List td{
	color: #666;
	cursor: default;
	letter-spacing: -0.02em;
}
.BD_List td.BD_Tit{
	text-align: left;
	padding: 0;
}
.BD_List td.BD_Tit > a{
	display: block;
	padding: 13px 10px;
	color: #333;
	font-size: 14px;
}
.BD_List td.BD_Tit > a .event_end{
	margin-left: 7px;
	font-size: 12px;
	color: #888;
}
.BD_List tr.BD_Con:hover td{
	background: #f5f5f5;
}
.BD_List tr.BD_Con:hover td.BD_Tit a{
	color: #000;
	font-weight: 500;
}


/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * 4분할 게시판 STYLE * * * * * * */

/* 이벤트(이달의혜택) + 포트폴리오 */
.thumbnails .TH_List{
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.thumbnails .TH_List:nth-child(4), 
.thumbnails .TH_List:nth-child(8), 
.thumbnails .TH_List:nth-child(12){
    margin-right: 0px;
}
.thumbnails .TH_List>a{
    width: 100%; height: 100%;
}
.TH_List .TH_Img{
    width: 100%; height: 230px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    overflow: hidden;
    font-size: 0;
    
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.TH_List .TH_Img>img{
    width: auto;
    height: 100%;
    position:absolute;
    top: 0; left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.TH_List .TH_Txt{
    width: 100%; 
    position: absolute;
    bottom: 0; left: 0;
    background: #fff;   
}

.TH_List .TH_Txt .TH_Name{
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
        
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.TH_List .TH_Txt .TH_Name .TH_Date{
    display: block;
    font-size: 12px;
    line-height: 27px;
    color: #666;
}
.TH_List .TH_Txt .TH_Hits{
    font-size: 12px;
    line-height: 27px;
    color: #888;
    position: absolute;
    bottom: 2px;
    right: 7px;
}
.TH_List .TH_Txt .TH_Hits>span{
    font-size: 11px;
    color: #888;
}

/* 이달의 혜택(EventNoticeA) 구분 STYLE */ 
.EventNoticeA .thumbnails .TH_List{
    height: 305px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}
.EventNoticeA .TH_List .TH_Txt{
    height: 75px;
    padding: 9px 10px;
    border-top: 1px solid #eee;
}
.EventNoticeA .TH_List .TH_Txt .TH_Hits{
    display: none;
}
/* EnevtNoticeA 썸네일 hover STYLE */
.EventNoticeA .thumbnails .TH_List:hover{
    border: 1px solid #000;
}
.EventNoticeA .thumbnails .TH_List:hover .TH_Txt .TH_Name{
    color: #000;
}

/* 포트폴리오(EventNoticeB) 구분 STYLE */
.EventNoticeB .thumbnails .TH_List{
    height: 290px;
}
.EventNoticeB .TH_List .TH_Txt{
    height: 62px;
    padding: 3px 7px;
    border-top: 2px solid #000;
}
/* EnevtNoticeB 썸네일 hover STYLE */
.EventNoticeB .thumbnails .TH_List:hover .TH_Img{
    opacity: 0.7;
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
}
.EventNoticeB .thumbnails .TH_List:hover .TH_Txt .TH_Name{
    color: #ff7800;
}
.EventNoticeB .thumbnails .TH_List:hover .TH_Txt .TH_Name .TH_Date, .EventNoticeB .thumbnails .TH_List:hover .TH_Txt .TH_Hits, .EventNoticeB .thumbnails .TH_List:hover .TH_Txt .TH_Hits>span{
    color: #333;
}



/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * 2분할 게시판 STYLE * * * * * * */

/* 수강생 후기 */
.thumbnails .TX_List{
    width: 590px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 20px 30px;
    background: #fff;
    
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;    
}
.thumbnails .TX_List:nth-child(2), 
.thumbnails .TX_List:nth-child(4), 
.thumbnails .TX_List:nth-child(6), 
.thumbnails .TX_List:nth-child(8){
    margin-right: 0px;
}

.TX_List .TH_Top{
    width: 100%;
}
.TX_List .TH_Top .TH_Tit{
    float: left;
    letter-spacing: -0.02em;
    padding: 7px 10px;
    color: #888;
}
.TX_List .TH_Top .TH_Tit .TH_Title{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
/*수강생후기 등록일 노출X + 수강생명 위로 올리기*/
.TX_List .TH_Top .TH_Tit .TH_Title{
    display: inline-block;
}
.TX_List .TH_Top .TH_Tit .TH_Subtitle{
    display: inline-block;
    margin-left: 5px;
}
.TX_List .TH_Top .TH_Tit .TH_Subtitle .TH_Name, 
.TX_List .TH_Top .TH_Tit .TH_Subtitle .TH_Date{
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.TX_List .TH_Top .TH_Tit .TH_Subtitle .TH_Name:after{
    content: ' 수강생';
}
.TX_List .TH_Top .TH_Tit .TH_Subtitle .divider{
    margin: 0 5px 0 7px;
    color: #666;
}
.TX_List .TH_Top .TH_More{
    float: right;
    width: 25px; height: 25px;
    margin-top: 11px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #666;
    border: 1px solid #666;
}

.TX_List .TH_Bot{
    width: 100%; height: 106px;
    background: blue;
    background: url(../img/4community/strvbubble.svg) center no-repeat;
    padding: 28px 15px 18px 15px;
}
.TX_List .TH_Bot>p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    /* ↓ 여러줄 ... 노출 (IE안먹힘) */
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;

    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 썸네일 hover STYLE */
.thumbnails .TX_List:hover{
    border: 1px solid #000;
}
.TX_List:hover .TH_Top .TH_More{
    color: #000;
    border: 1px solid #000;
}



/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * 3분할 게시판 STYLE * * * * * * */

/* 수강생 인터뷰 */
/* 수강생 후기 */
.thumbnails .BX_List{
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;    
}
.thumbnails .BX_List>a{
    width: 100%; height: 100%;
}

.thumbnails .BX_List:nth-child(3), 
.thumbnails .BX_List:nth-child(6){
    margin-right: 0px;
}
.BX_List .BX_Title{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #000;
}
.BX_List .BX_Top{
    padding: 35px 0 25px 0;
    text-align: center;
}
.BX_List .BX_Top .BX_Img{
    width: 125px;
    border-radius: 5px;
    overflow: hidden;
}
.BX_List .BX_Top .BX_Name{
    margin-top: 15px;
    font-weight: 500;
    line-height: 22px;
}
.BX_List .BX_Top .BX_Name:after{    
    content: ' 수강생';
}
.BX_List .BX_Bot .BX_Tit{
    width: 100%;
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.BX_List .BX_Bot .BX_Txt{
    height: 36px;
    margin-top: 10px;
    line-height: 18px;
    font-size: 13px;
    /* ↓ 여러줄 ... 노출 (IE안먹힘) */
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    
    text-overflow: ellipsis;
    overflow: hidden;    
}

.BX_List .BX_More .BX_btn{
    display: block;
    width: 100%;
    margin-top: 30px;
    line-height: 19px;
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
    border: 1px solid #333;
}
/* 썸네일 hover STYLE */
.thumbnails .BX_List:hover{
    border: 1px solid #000;
}
.BX_List:hover .BX_More .BX_btn{
    color: #fff;
    background: #ff7800;
    border: 1px solid #ff7800;
}
.BX_List:hover .BX_More .BX_btn>span{
    color: #fff;
}



/*정규과정 채용공고 STYLE*/

.emrBoard .notice{
    padding: 10px 0;
}

.emrBoard .notice .ntBoard{
    width: 100%; height: 100%;
}

.emrBoard .notice .ntBoard .ntList>a{
    display: block;
    width: 100%;
    transition: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    
    color: #888;
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 7px;
}
.emrBoard .notice .ntBoard .ntList>a:before{
    content: '・'
}
.emrBoard .notice .ntBoard .ntList:last-child>a{
    padding-bottom: 0;
}
.emrBoard .notice .ntBoard .ntList>a:hover{
    color: #ff7800;
    font-weight: 500;
}
.emrBoard .notice .ntBoard .ntList>a .ntIcn{
    display: inline-block;
    width: 40px; height: 12px;
    background: url(/img/0index/NEW_ICN.gif) center center no-repeat;    
}

