/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * P A G E  T I T L E * * * * * * */
main{
    margin-top: 90px;
}
#COMMUNITY .pgTitle.Basic{
    background-image: url(/img/4community/community_pgTitle_bg.jpg);
    background-position: 35% center;
}
#PORTFOLIO .pgTitle.Basic{
    background-image: url(/img/4community/portfolio_pgTitle_bg.jpg);
    background-position: 35% center;
}

#EMPLOYCENTER .pgTitle.Basic{
    background-image: url(/img/5employ/employ_pgTitle_bg.jpg);
    background-position: 35% center;
}

#BOARD{
    padding-top: 40px;
}

/* * 리스트게시판 스타일 구분 * */

/* 공지사항 */
.EventList{
	padding-top: 0 !important;
}
.EventList .BD_List{
	width: 100%;
	border-bottom: 1px solid #eee;
	table-layout: fixed;
}
.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;
	padding: 7px 10px;
}
.BD_List th.BD_Sort{
	width: 15%;
}
.BD_List th.BD_Title{
	width: 65%;
}
.BD_List th.BD_Date{
	width: 20%;
}
.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;
	padding-left: 30px;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.BD_List td.BD_Tit > a .event_end{
	margin-left: 5px;
	font-size: 12px;
	color: #888;
}

/* * 썸네일게시판 스타일 구분 * */

/* 이달의 혜택 */
.eventA .thumbnails .TH_List>a{
    border-radius: 25px 0 25px 0;
    overflow: hidden;
}
/* 포트폴리오 */
.eventB .thumbnails .TH_List>a{
    border-radius: 5px;
    overflow: hidden;
}
.eventB .thumbnails .TH_List .TH_Txt{
    border-top: 2px solid #000;
}
.eventB .TH_Txt .TH_Subtit:after{
    content: '수강생';
    margin-left: 3px;
}
.eventB .TH_Txt .TH_Hits{
    font-size: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * B O A R D  -  T A B * * * * * */
.boardTab{
    padding-bottom: 10px;
}
.boardTab .boardSort{
    float: left;
    padding: 0 10px;
}
.boardSort select{
    vertical-align: top;
    padding-right: 10px;
    font-size: 12px;
}
.boardTab .boardWrite{
    float: right;
    padding: 0 10px;
}
.boardWrite .write_btn{
    display: block;
    height: 27px;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    background: #ff7800;
    border-radius: 5px;
}
.boardWrite .write_btn>span{
    color: #fff;
    font-weight: 500;
}
.boardWrite .write_txt{
    display: block;
    height: 27px;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #888;
}


/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * B O A R D  -  E V E N T * * * * * */
/* * 커뮤니티 - 이달의혜택 + 포트폴리오 * */
.BoardArea .thumbnails{
    width: 100%;
    padding: 0 5px;
}
.thumbnails .TH_List{
    float: left;
    width: 33.33%;
    padding: 5px;
}
.thumbnails .TH_List>a{
    display: block;
    width: 100%; height: 100%;
    border: 1px solid #eee;
}
.TH_List .TH_Img{
    width: 100%;
    font-size: 0;
}
.TH_List .TH_Txt{
    width: 100%;
    background: #fff;
    padding: 7px 5px;
    position: relative;
    border-top: 1px solid #eee;
}
.TH_Txt .TH_Title{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 3px;
}
.TH_Txt .TH_Subtit{
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.TH_Txt .TH_Hits{
    font-size: 11px;
    line-height: 18px;
    color: #888;
    position: absolute;
    bottom: 6px;
    right: 7px;
}
.TH_Txt .TH_Hits:before{
    content: '♥';
    margin-right: 2px;
}


/* 리스트 더보기 버튼 */
.List_moreview{
    padding: 30px 10px;
}

/* * * * * * * * * * * * * * * * * * */
/* * * 취업 - 취업인터뷰 스타일 구분 * * */
#BOARD.EMINTERVIEW, 
.EMINTERVIEW .thumbnails{
    padding: 0;
}
.EMINTERVIEW .thumbnails .TH_List{
    width: 100%;
    padding: 0;
}
.EMINTERVIEW .thumbnails .TH_List>a{
    padding: 30px 20px 20px 20px;
    border: none;
    border-bottom: 1px solid #eee;
}
.EMINTERVIEW .TH_List .TH_Img{
    padding: 0 15%;
}
.EMINTERVIEW .TH_List .TH_Img>img{
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
}
.EMINTERVIEW .TH_List .TH_Txt{
    width: 100%;
    background: #fff;
    padding: 7px 5px;
    position: relative;
    border-top: none;
}
.EMINTERVIEW .TH_Txt .TH_Title{
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * B O A R D  -  T X T N O T I C E * * * */
/* * 커뮤니티 - 수강생후기 : 아코디언 스타일 * */
#BOARD.TxtNotice{
    padding-top: 20px;
}
.BoardArea .txtlists{
    width: 100%;
    /*padding: 0 5px;*/
}
/* 아코디언 클릭 메뉴 탭 */
.txtlists .TH_Top{
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 20px 15px;
    transition: all .3s ease;
    cursor: pointer;
}
.txtlists li:last-child .TH_Top{
    border-bottom: 1px solid #ddd;
}
.TH_Top .TH_Tit{
    display: block;
    max-width: 80%;
    height: 100%;
    color: #333;
    font-weight: 500;
    float: left;
}
.TH_Top .TH_Tit .TH_Title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TH_Top .TH_Tit .TH_SubTit>span{
    font-size: 13px;
    line-height: 19px;
    color: #666;
}
.TH_Top .TH_Tit .TH_SubTit>span.TH_Name:after{
    content: '수강생';
    margin-left: 5px;
}

/* 아코디언 open-close ARROW */
.TH_Top .TH_More{
    float: right;
    width: 45px; height: 45px;
    font-size: 0;
    padding: 12px;
    position: relative;
}
.TH_Top .TH_More>img{
    width: 21px; height: 21px;
    position: absolute;
}
.TH_Top .TH_More>img.moreup{
    display: none;
}

/* 아코디언 open STYLE */
.txtlists li.open .TH_Top{
    border-bottom: 1px solid #ddd;
}
.txtlists li.open .TH_Top .TH_Tit .TH_Title{
    color: #ff7800;
    font-weight: 700;
}
.txtlists li.open .TH_Top .TH_More>img.moreup{
    display: block;
    transform: rotate(180deg);
}
.txtlists li.open .TH_Top .TH_More>img.moredw{
    display: none;
}
/*더이상 결과값 없어요*/
.toggleList.noresponse, 
.TH_List.noresponse, 
.LT_List.noresponse{
    text-align: center;
    font-size: 12px;
    padding: 30px 0 20px 0;
}


/* 아코디언 inner TH_Bot */
.txtlists .TH_Bot{
    background: #fff;
    display: none;
    padding: 10px 15px 20px 15px;
}
.txtlists .TH_Bot .TH_Details{
    background: url(/img/4community/strvbubble.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 27px 15px 15px 15px;
    font-size: 13px;
    line-height: 19px;
    color: #666;
}


/* * * * * * * * * * * * * * * * * * * * */
/* * 취업 - 채용정보 : 아코디언 스타일 구분 * */
#BOARD.EMINCRUIT{
    padding-top: 0;
}
.EMINCRUIT .TH_Top .TH_Tit .TH_Title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
    float: left;
}
.EMINCRUIT .TH_Top .TH_Tit .eicIcn{
    width: 33px;
    height: 20px;
    background: url(/img/0index/NEW_ICN.gif) center center no-repeat;
    float: left;
}
.EMINCRUIT .TH_Top .TH_Tit .TH_SubTit>span.TH_Info{
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.EMINCRUIT .txtlists .TH_Bot{
    padding: 45px 25px;
    background: #f7f7f7;
}
.TH_EMinc .EMinc_cnt{
    float: left;
    width: 50%;
}
.TH_EMinc .EMinc_cnt .cntMax{
    display: inline-block;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 7px 5px;
    margin-bottom: 15px;
}
.TH_EMinc .EMinc_cnt .cntMax p{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
}
.TH_EMinc .EMinc_cnt .cntForm{
    font-size: 13px;
    line-height: 22px;
    padding: 5px 0;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.TH_EMinc .EMinc_List{
    float: left;
    width: 50%;
}
.TH_EMinc .EMinc_List li{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.TH_EMinc .EMinc_List li>span{
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 5px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 채용정보 더보러가기 버튼 */
.EMINCRUIT .txtlists .TH_Bot .EMinc_view{
    margin-top: 25px;
}
.EMinc_view .linkBtn{
    border-radius: 5px;    
}

/* 채용정보 아코디언 open STYLE 구분 */
.EMINCRUIT .txtlists li.open .TH_Top{
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 7px 0 rgba(136,136,136,0.2);
}




/* * * * * * * * * * * * * * * * * * * /
/* * 커뮤니티 - 수강후기 등록하기 페이지 * */
#RV_register{
    width: 100%;
}

/* 후기작성 정보입력 TABLE */
#RV_register .regForm{
    border-top: 3px solid #000;
    border-bottom: 2px solid #000;
}
/* 후기작성완료 버튼 */
#RV_register .regBtn{
    padding: 20px 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * B O A R D  -  B O X N O T I C E * * * */
/* * 커뮤니티 - 수강생인터뷰 * */
.BoardArea .boxthumbs{
    width: 100%;
    padding: 0 10px;
}
.boxthumbs .BX_List{
    margin-bottom: 10px;
}
.boxthumbs .BX_List:last-child{
    margin-bottom: 0;
}
.boxthumbs .BX_List>a{
    display: block;
    width: 100%; height: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
}
.BX_List .BX_Top{
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
/* 박스썸네일 리스트 이미지 */
.BX_Top .BX_Img{
    float: left; 
    width: 7%;
    font-size: 0;
    padding: 3px 0;
}
.BX_Top .BX_Img>img{
    width: 50px; height: 50px;
    border-radius: 3px;
    overflow: hidden;
}
/* 박스썸네일 리스트 타이틀 */
.BX_Top .BX_Txt{
    float: left; 
    width: 75%;
    padding: 5px 5px 6px 10px;
}
.BX_Top .BX_Txt .BX_Title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.BX_Top .BX_Txt .BX_Subtit>span{
    font-size: 13px;
    line-height: 19px;
    color: #666;
}
.BX_Top .BX_Txt .BX_Subtit>span.BX_Course:after{
    content: '학과';
}
.BX_Top .BX_Txt .BX_Subtit>span.BX_Name:after{
    content: '수강생';
    margin-left: 3px;
}

/* 박스썸네일 리스트 더보기아이콘 */
.BX_Top .BX_More{
    float: right; 
    width: 10%;
    padding-top: 5px;
    text-align: right;
}
.BX_Top .BX_More .BXMIcn{
    display: inline-block;
    width: 25px; height: 25px;
    line-height: 22px;
    color: #ff7800;
    font-weight: 700;
    text-align: center;
}

/* 박스썸네일 리스트 디테일설명 */
.BX_List .BX_Bot{
    width: 100%; height: 50px;
    overflow: hidden;
    padding: 10px 0;
}
.BX_List .BX_Bot p{
    font-size: 13px;
    line-height: 19px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


/* * * * * * * * * * * * * * * * * * * * * * */
/* * * B O A R D  -  L I S T N O T I C E * * */
#BOARD.EMSTATUS{
    padding-top: 0;
}
/* * 취업센터 - 취업현황 * */
.BoardArea .listhumbs{
    width: 100%;
}
.listhumbs .LT_List{
    border-bottom: 1px solid #eee;
}
.listhumbs .LT_List>a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
}
.LT_List .LT_Box{
}
.LT_Box .LT_Img{
    width: 110px ;
    float: left;
    padding: 10px 20px;
    font-size: 0;
}
.LT_Box .LT_Img>img{
    width: 70px;
    border: 1px solid #eee;
}
.LT_Box .LT_Cnt{
    width: 80%;
    float: left;
    padding: 10px 10px;
}
.LT_Cnt .LT_Txt{
    max-width: 100%;
    float: left;
    padding: 3px 0;
}
.LT_Cnt .LT_Txt .LT_tit{
    width: 100%;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #ff7800;
}
.LT_Cnt .LT_Txt .LT_tit:after{
    content: "취업을 축하드립니다 !";
    color: rgb(51, 51, 51);
    margin-left: 5px;
}
.LT_Cnt .LT_Txt .LT_subtit{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 5px;
}
.LT_Cnt .LT_Txt .LT_subtit>span{
    color: #666;
    
}
.LT_Cnt .LT_Txt .LT_subtit .divider{
    margin: 0 5px;
}
.LT_Cnt .LT_Btn{
    float: right;
    font-size: 20px;
}
.LT_Cnt .LT_Btn>span{
    color: #888;
    font-weight: normal;
    line-height: 55px;
}




/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * M E D I A  * * * * * * * * */
@media screen and (max-width: 650px){
    
    /* BOARD - EVENT : 포트폴리오 */
    .eventB .thumbnails .TH_List{
        width: 50%;
    }
    .eventB .thumbnails .TH_List>a{
        border-radius: 3px;
    }
    .LT_Box .LT_Img {
        width: 90px;
    }
    .LT_Box .LT_Img{
        padding: 10px;
    }
}
@media screen and (max-width: 540px){
    #BOARD{
        padding-top: 20px;
    }
    /* BOARD - LIST : 공지사항 */
	.BD_List td.BD_Tit > a{
		padding-left: 15px;
	}

    /* BOARD - EVENT : 이달의혜택 */
    .thumbnails .TH_List{
        width: 50%;
    }
    .TH_Txt .TH_Title{
        font-size: 12px;
        line-height: 18px; 
        padding-bottom: 0;
    }
    .TH_Txt .TH_Subtit{
        font-size: 10.5px;
    }
    .TH_Txt .TH_Hits{
        font-size: 10px; 
    }
    /* BOARD - TXTNOTICE : 수강생후기 */
    #BOARD.TxtNotice{
        padding-top: 10px;
    }
    .txtlists .TH_Top{
        padding: 15px;
    }
    .TH_Top .TH_Tit .TH_Title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .TH_Top .TH_Tit .TH_SubTit>span{
        font-size: 12px;
        line-height: 18px;
    }
    .txtlists .TH_Bot .TH_Details{
        background-size: cover;
        padding: 22px 10px 10px 10px;
        font-size: 12px;
        line-height: 18px;
    }
    /* BOARD - TXTNOTICE : 취업-채용정보 */
    .EMINCRUIT .txtlists .TH_Bot{
        padding: 35px 15px;
    }
    .TH_EMinc .EMinc_cnt .cntMax{
        padding: 3px 5px;
        margin-bottom: 5px;
    }
    .TH_EMinc .EMinc_cnt .cntMax p{
        font-size: 12px;
        line-height: 18px;
    }
    .TH_EMinc .EMinc_cnt .cntForm{
        font-size: 11px;
        line-height: 17px;
    }
    .TH_EMinc .EMinc_List li{
        font-size: 12px;
        line-height: 18px;
    }
    .TH_EMinc .EMinc_List li>span{
        font-size: 10px;
        line-height: 16px; 
        padding: 0 0 5px 0;
    }
    .EMINCRUIT .txtlists .TH_Bot .EMinc_view{
        margin-top: 15px;
    }
    .EMinc_view .linkBtn{
        padding: 8px 0;
        font-size: 12px;
        line-height: 18px;
    }
    
    /* BOARD - BOXNOTICE : 수강생인터뷰 */
    .BX_Top .BX_Img{
        width: 15%;
    }
    .BX_Top .BX_Txt .BX_Title{
        font-size: 14px;
        line-height: 20px;
    }
    .BX_Top .BX_Txt .BX_Subtit>span{
        font-size: 12px;
        line-height: 18px;
    }    
    .BX_Top .BX_More{
        padding-top: 3px;
    }
    .BX_Top .BX_More .BXMIcn{
        width: 20px; height: 20px;
        line-height: 16px; 
    }
    .BX_List .BX_Bot{
        height: 40px;
        padding: 5px 0; 
    }
    .BX_List .BX_Bot p{
        font-size: 11px;
        line-height: 17px; 
    }
    /* BOARD - LISTNOTICE : 취업현황 */
    .LT_Box .LT_Img{
        width: 80px;
        padding: 0 10px;
    }
    .LT_Box .LT_Img>img{
        width: 60px;
    }
    .LT_Box .LT_Cnt{
        width: 75%;
        padding: 0;
    }
    .LT_Cnt .LT_Txt{
        padding: 0;
    }
    .LT_Cnt .LT_Txt .LT_tit{
        font-size: 14px;
    }
    
    .LT_Cnt .LT_Txt .LT_tit:after{
        content: "축하드립니다 !";
        color: rgb(51, 51, 51);
        margin-left: 5px;
    }
    .LT_Cnt .LT_Txt .LT_subtit{
        font-size: 12px;
        margin-top: 3px;
    }
    .LT_Cnt .LT_Btn>span{
        line-height: 47px;
        font-size: 16px;
    }
    

}


@media screen and (max-width: 450px){
    
    /* BOARD - LIST : 공지사항 */
	.BD_List th, .BD_List td{
		font-size: 11px;
		padding: 13px 5px;
	}
	.BD_List td.BD_Tit > a{
		font-size: 12px;    
		padding: 13px 5px;
		padding-left: 10px;
	}
	.BD_List td.BD_Tit > a .event_end{
		font-size: 11px;
	}

    /* BOARD - EVENT : 포트폴리오 */
    .eventB .thumbnails .TH_List{
        width: 100%;
    }
    .eventB .thumbnails .TH_List>a{
        border-radius: 3px;
    }
}




/* 화면 넓이 아이폰6 보다 좁은 경우 */
@media screen and (max-width: 365px){
    
    
    /* BOARD - LIST : 공지사항 */
	.BD_List th.BD_Title{
		width: 60%;
	}
	.BD_List th.BD_Date{
		width: 25%;
	}
	.BD_List th, .BD_List td{
		padding: 13px 0px;
	}
	.BD_List td.BD_Tit > a{
		padding: 13px 0px;
		padding-left: 3px;
	}
    
    /* 수강인터뷰 */
    .BX_Top .BX_Img{
        width: 20%;
    }
    .BX_Top .BX_Txt{
        padding-left: 5px;
    }
    .BX_Top .BX_More{
        width: 5%;
    }
    /*취업현황*/
    .LT_Box .LT_Img{
        width: 50px;
        padding: 0;
    }
    .LT_Box .LT_Img>img{
        width: 50px;
    }
    .LT_Box .LT_Cnt{
        width: 80%;
        padding-left: 10px;
    }
    .LT_Cnt .LT_Txt .LT_tit{
        font-size: 13px;
    }
    .LT_Cnt .LT_Txt .LT_subtit{
        margin-top: 0;
    }
    .LT_Cnt .LT_Btn>span{
        line-height: 42px;
    }
    
}

/*정규과정 채용공고 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: 10px;
    line-height: 18px;
    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;    
}
