/* * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * 게시글 페이지 공통 STYLE * * * * * */
.boardView{
    margin-top: 70px;
}
.View_cnt{
    /*margin-bottom: 20px;*/
}
.View_cnt .VC_Title{
    border-top: 2px solid #000;
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
}
.VC_Title .VC_tit{
    float: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}
/* 취업현황 타이틀 after */
.VC_Title .VC_tit.EMstaboard:after{
    content: '취업을 축하드립니다 !';
    margin-left: 5px;
}
/* */
.VC_Title .VC_info{
    float: right;
}

.VC_info .VC_List li em{
    font-size: 14px;
    color: #666;
}
.VC_info .VC_List li em:after{
    content: '';
    display: inline-block;
    width: 1px; height: 10px;
    background: #ddd;
    margin: 0 7px;
}
.VC_info .VC_List li{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    float: left;
    margin-left: 50px;
}

.View_cnt .VC_content{
    padding: 30px 15px;
    min-height: 350px;
    /*border-bottom: 1px solid #eee;*/
    word-break: break-all;
}

/* 게시글- 타이틀 영역 공통 STYLE */
.vctTxt_name .mname{
    font-family: 'GmarketSansMedium';
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    position: relative;
}
.vctTxt_name .mname>em{
    position: absolute;
    top: 48%; left: -85px;
    width: 70px; height: 2px;
    background: #000;
}
.vctTxt_name .subname{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 기본 텍스트 게시글 페이지 구분 STYLE * * */
.vct0{
    color: #666;
}
.vct0 .vct0_txt{
    padding: 20px 0;
}
.vct0 .vct0_txt p{
    font-size: 15px;
    color: #666;
    padding: 10px 0;
}
.vct0 .vct0_txt p>b{
    font-size: 16px;
    font-weight: 700;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 수강생 인터뷰 게시글 페이지 구분 STYLE * * */

#BOARDVIEW-INTERVIEW{
    width: 100%;
    padding: 70px 0 30px 0;
}

/* 수강생타이틀 & 인터뷰요약 한마디 */
.vct1{
    width: 100%;
    position: relative;
}
.vct1 .vct1_cnt{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.vct1 .vct1Img{
    width: 40%;
    float: left;
    text-align: right;
    font-size: 0;
}
.vct1 .vct1Img>img{
    display: inline-block;
    width: 250px; height: 250px;
}
.vct1 .vct1Txt{
    width: 56%; height: 250px;
    float: left;
    border-left: 1px solid #eee;
    padding-left: 50px;
    position: relative;
}
.vct1Txt .vctTxt_name{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.vctTxt_name .introtit{
    padding: 20px 0;
}
.vctTxt_name .introtit>p{
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px 0 25px;
}
.vctTxt_name .introtit:before{
    content: '';
    display: block;
    width: 15px; height: 15px;
    background: url(../img/basic/QUOTE1_bk.svg);
    background-size: 100%;
}
.vctTxt_name .introtit:after{
    content: '';
    display: block;
    width: 15px; height: 15px;
    background: url(../img/basic/QUOTE2_bk.svg);
    background-size: 100%;
    position: absolute;
    bottom: 0; right: 0;
}

/* 수강생인터뷰 타이틀 인트로 */
.vct2{
    width: 100%; 
    background: url(../img/4community/INTERVIEW_vct2_bg.jpg) center no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 60px 0;
    border-radius: 50px 0 50px 0;
    margin-top: 70px;
}
.vct2>h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
}
.vct2>p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 10px;
}
/* 세부 인터뷰 Q&A 내용 */
.vct3{
    width: 100%;
}
.vct3 .vct3_interview{
    margin-top: 50px;
}
.vct3 .vct3_interview .vct3_List{
    padding: 15px 0 20px 0;
}
.vct3_List .vct3_Quest{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
}
.vct3_List .vct3_Quest:before{
    content: '';
    display: inline-block;
    width: 10px; height: 20px;
    background: url(../img/basic/QUOTE1_bk.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-right: 7px;
}
.vct3_List .vct3_Quest:after{
    content: '';
    display: inline-block;
    width: 10px; height: 20px;
    background: url(../img/basic/QUOTE2_bk.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-left: 7px;
}

.vct3_List .vct3_Ans{
    color: #666;
    padding: 15px 50px 23px 50px;
    margin: 10px 0;
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
}
.vct3_List .vct3_Ans:before{
    content: 'A .';
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    color: #ff7800;
}
.vct3 .vct3_interview .vct3_List.ri{
    text-align: right;
}


/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 포트폴리오 게시글 페이지 구분 STYLE * * */

#BOARDVIEW-PORTFOLIO{
    width: 100%;
    padding: 70px 0;
}

.vct4{
    width: 100%;
    padding-bottom: 50px;
}
.vct4 .vct4Img{
    width: 45%; height: 370px;
    overflow: hidden;
    float: left;
}
.vct4 .vct4Img>img{
    width: auto; height: 100%;
}
.vct4 .vct4Txt{
    width: 55%; 
    float: left;
    padding-left: 50px;
}
/* 수강생 포트폴리오 타이틀인포 */
.vct4 .vct4Txt .vct4Info{
    padding-top: 40px;
}
.vct4 .vct4Txt .vct4Info li{
    margin-bottom: 25px;
}
.vct4 .vct4Txt .vct4Info li .pfInfo_title{
    display: block;
    font-weight: 500;
    line-height: 22px;
}
.vct4 .vct4Txt .vct4Info li .pfInfo_txt{
    display: block;
    color: #666;
    line-height: 22px;
    margin-top: 10px;
}


/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 기본 이미지 게시글 페이지 구분 STYLE * * */
.vct5{
    min-width: 700px;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.vct5>a>img, 
.vct5>img{
    margin-bottom: 0px;
    width: auto;
    max-width: 100%;
}

.vct10{
	min-width: 700px;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
}

.vct10>a>img,
.vct10>img{
    margin-bottom: 0px;
    width: auto;
    max-width: 100%;
}



/* 포트폴리오 게시글 이미지 간 간격여백 조정 */
#BOARDVIEW-PORTFOLIO .vct5>img{
    margin: 20px 0;
}

/** - 이달의혜택 게시글 페이지 드드드드드 - **/
.View_cnt #EVENTS.VC_content{
    padding: 30px 0;
}
#EVENTS .vct5{
    max-width: 100%;
}
#EVENTS .vct5>img {
    width: auto;
    max-width: 100%;
    min-width: 1200px;
}

#EVENTS .vct10{
    max-width: 100%;
}
#EVENTS .vct10>img {
    width: auto;
    max-width: 100%;
    min-width: 1200px;
}


/*이달의혜택 랜딩페이지 공지사항 전*/
#EVENTS .vct5 .basicRP{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	border-bottom: 1px solid #eee;
}
#EVENTS .vct5 .basicRP .imgArea{
	padding: 20px 0;
	padding: 60px 0;
}
#EVENTS .vct5 .basicRP img{
	width: auto;
	max-width: 1200px;
}

/*이달의혜택 랜딩페이지 와이드버전*/
#EVENTS .vct5 .wideRP>img, #EVENTS .vct5 .wideRP>div, #EVENTS .vct5 .wideRP>a>img{
    width: 100%;
    max-width: 1920px; 
    min-width: 1200px;   
}

@media screen and (max-width:1600px){
    #EVENTS .vct5 .wideRP>img, #EVENTS .vct5 .wideRP>div{
        width: 100%;
        max-width: 1600px;    
        min-width: 1200px;    
    }
}

.List_btn.EVENTS{
    border-top: none;
    padding-top: 0px;
}

/* 이미지에 + 텍스트가 같이 필요할 경우 대비 */
.vct5 p{
    font-size: 16px;
    padding: 20px 20px;
    text-align: left;
}
/* 이미지에 + 동영상이 같이 필요할 경우 대비 */
.vct5 iframe{
    max-width: 1000px !important;
    min-height: 550px;
    margin: 5px 0;
}


/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 동영상링크 게시글 페이지 구분 STYLE * * */
.vct6{
    width: 100%;
}
.vct6 iframe {
    width: 100% !important;
    min-height: 550px;
}

/* * * * * * * * * * * * * * * * * * * * */
/* * * 취업현황 게시글 페이지 구분 STYLE * * */
#BOARDVIEW-STATUS{
    width: 100%;
    padding: 50px 0;
}
#BOARDVIEW-STATUS .vct2{
    background: url(../img/5employ/STATUS_vct2_bg.jpg) center no-repeat;
    background-size: 100%;
    border-radius: 50px;
    margin-top: 0;
}
#BOARDVIEW-STATUS .vct1{
    padding: 80px 0;
}
#BOARDVIEW-STATUS .vct1 .vct1_cnt{
    width: 90%;
}
#BOARDVIEW-STATUS .vct1 .vct1Img{
    height: 250px;
    overflow: hidden;
}
#BOARDVIEW-STATUS .vct1 .vct1Img>img{
    width: 400px; height: auto;
    margin-top: -10%;
}
#BOARDVIEW-STATUS .subname, 
#BOARDVIEW-STATUS .subname .btnArrow{
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
#BOARDVIEW-STATUS .subname>a{
    margin-left: 10px;
    color: #666;
}

/* 취업현황 수강생 취업정보 */
.vct7{
}
.vct7 .vct7Cnt{
    padding-bottom: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.vct7Cnt_le .le_textWrap{
    border: 1px solid #eee;
    
}
.vct7Cnt_le .le_text{
    width: 100%; height: 100%;
    
}
.vct7Cnt_le .le_text>p{
    font-size: 14px;
}
.vct7Cnt_le .le_text>p>b{
    font-weight: 700;
}
.le_text .le_text_sort_text{
    padding-left: 15px;
}


/* vct7Cnt li-ri 공통사항 */
.vct7 .vct7Cnt .vct7Cnt_le, 
.vct7 .vct7Cnt .vct7Cnt_ri{
    width: 50%;
    float: left;
}
.vct7 .vct7Cnt .vct7Cnt_le{
    padding-right: 30px;
}
.vct7Cnt_le .le_title, 
.vct7Cnt_ri .ri_title{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #000;
}
.vct7Cnt_le .le_textWrap, 
.vct7Cnt_ri .ri_text{
    height: 340px;
    margin-top: 30px;
}
.le_text .le_text_sort_title, 
.vct7List .list_title{
    font-weight: 500;
}
.le_text .le_text_sort_text, 
.vct7List .list_text{
    font-size: 14px;
    margin-bottom: 10px;
}
/* */
.vct7Cnt_ri{
    text-align: center;
}
.vct7List .list_title{
    background: #000;
    color: #fff;
    padding: 5px 0;
}
.vct7Cnt_ri .ri_text{
    padding-left: 40px;
    padding-right: 15px;
    position: relative;
}
.vct7Cnt_ri .vct7List{
    float: left;
    width: 33%;
}
.vct7List .list_text{
    padding: 20px 0;
}
.vct7List .list_text>a:hover{
    color: #ff7800;
}


.vct7Cnt_ri .vct7List.lelink, 
.vct7Cnt_ri .vct7List.rilink{
    width: 250px;
    position: absolute;
    bottom: 0;
}
.vct7Cnt_ri .vct7List.rilink{
    float: right;
    right: 20px;
}
.vct7Cnt_ri .vct7List.moreLink>a{
    width: 100%;
}





/* * * * * * * * * * * * * * * * * * * * */
/* * * 채용공고 게시글 페이지 구분 STYLE * * */

#BOARDVIEW-INCTUIT{
    width: 100%;
}

/* 채용공고 게시글 내 버튼 */
.vct6{
    width: 100%;
    text-align: center;
    margin: 30px 0 50px 0;
}
.vct6 .boardBtn{
    display: inline-block;
}
.vct6 .boardBtn>a{
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 0 20px;
    padding: 13px 0;
    border: 1px solid #333;
    font-size: 14px;
}
.vct6 .boardBtn>a:hover{
    background: #ff7800;
    border: 1px solid #ff7800;
    color: #fff;
}
.vct6 .boardBtn>a:hover .btnArrow{
    color: #fff;
}
