
.boardview{
    
}

.View_cnt{
}
/* 게시글 페이지 타이틀 영역 */
.View_cnt .VC_Title{
    padding: 13px 10px;
    border-top: 2px solid #000;
}
.VC_Title .VC_tit{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.VC_Title .VC_info li{
    font-size: 11px;
    line-height: 18px;
    color: #888;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.VC_Title .VC_info li em{
    font-size: 11px;
    line-height: 18px;
    color: #888;
    margin-right: 5px;
}
.VC_Title .VC_info li:after{
    content: '|';
    color: #ddd;
    margin: 0 0 0 10px;
}
.VC_Title .VC_info li:last-child:after{
    content: '';
}


/* 게시글 페이지 컨텐츠 영역 */
.View_cnt .VC_content{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
}
/* 이달의혜택, 포트폴리오, 채용공고, 취업스토리 페이지 컨텐츠 여백 조정 */
#EVENTS.VC_content{
    padding: 0;
} 
#PORTFOLIOS.VC_content, 
#EM_INCRUIT.VC_content, 
#EMSTORY.VC_content{
    padding: 20px 0px;
}

/* * * * * * * * * * * * * * * * * * * * * */
/* * * 기본 텍스트 게시글 페이지 구분 STYLE * * */
.vct0{
    font-size: 15px;
    color: #666;
}
.vct0 .vct0_txt p{
    font-size: 12px;
    padding: 5px 0;
}
.vct0 .vct0_txt p>b{
    font-size: 13px;
    font-weight: 700;
}


/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 수강생 인터뷰 게시글 페이지 구분 STYLE * * */

/* vct1 수강생인터뷰타이틀 & 한마디요약 */
.vct1{
    width: 100%; 
    position: relative;
    padding: 20px 0;
}
.vct1 .vct1_cnt {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.vct1 .vct1Img{
    width: 35%;
    float: left;
    text-align: right;
    font-size: 0;
}
.vct1 .vct1Img>img {
    display: inline-block;
    width: 117px;
    height: 117px;
}
.vct1 .vct1Txt{
    width: 65%;
    height: 117px;
    float: left;
    position: relative;
    padding-left: 40px;
}
.vct1 .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%);
}
.vct1 .vctTxt_name .mname{
    font-family: 'GmarketSansMedium';
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    position: relative;
}
.vct1 .vctTxt_name .mname>em{
    position: absolute;
    top: 48%;
    left: -50px;
    width: 40px;
    height: 2px;
    background: #000;
}
.vct1 .vctTxt_name .subname{
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 10px;
}

.vct1 .introtit {
    padding: 15px 0;
    width: 75%;
    margin: 15px auto;
    position: relative;
}

.vct1 .introtit>p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
}

.vct1 .introtit p:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(/img/basic/QUOTE1_bk.svg);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.vct1 .introtit p:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(/img/basic/QUOTE2_bk.svg);
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* vct1-1 취업인터뷰타이틀 변형 */
.vct1-1 .vct1Img{
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
}
.vct1-1 .vct1Txt{
    width: 100%;
    height: auto;
    float: none;
    padding-left: 0;
    padding: 13px 0 15px 0;
    margin: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.vct1-1 .vct1Txt .vct1-1Tit{
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.vct1-1 .vct1Txt .vct1-1Txt{
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    margin-top: 5px;
}


/* vct2 수강생인터뷰 타이틀 인트로 */
.vct2 {
    width: 100%;
    background: url(/img/4community/INTERVIEW_vct2_bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    text-align: center;
    padding: 30px 35px;
    border-radius: 30px 0 30px 0;
    margin-bottom: 20px;
}
.vct2>h5{
    float: none;
    font-weight: 500;
    color: #fff;
}
.vct2>p{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 7px;
}


/* vct3 세부 인터뷰 Q&A 내용 */
.vct3{
    width: 100%;
}
.vct3 .vct3_interview .vct3_List{
    background: #f7f7f7;
    padding: 10px 15px 5px 15px;
}
.vct3 .vct3_interview .vct3_List:first-child{
    padding-top: 20px;
    border-radius: 10px 10px 0 0;
}
.vct3 .vct3_interview .vct3_List:last-child{
    padding-bottom: 25px;
    border-radius: 0 0 10px 10px;
}
.vct3_List .vct3_Quest{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}
.vct3_List .vct3_Ans{
    color: #666;
    padding: 15px 10px 15px 30px;
    margin: 10px 0;
    background: #fff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
}
.vct3_List .vct3_Ans:before {
    content: 'A .';
    margin-right: 2px;
    margin-left: -17px;
    color: #ff7800;
}
.vct3_List .vct3_Img .vct3img_le{
    width: 49.8%;
    float: left;
    font-size: 0;
}
.vct3_List .vct3_Img .vct3img_ri{
    width: 49.5%;
    float: right;
    font-size: 0;
}
.vct3_List .vct3_Img .vct3img_ri>a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin-top: 1px;
}
.vct3_List .vct3_Img .vct3img_ri>a>em{
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 9px;
    padding: 3px 10px 3px 15px;
    background: rgba(0,0,0,0.4);
    border-radius: 0 0 0 10px;
}




/* * * * * * * * * * * * * * * * * * * * * */
/* * * 포트폴리오 게시글 페이지 구분 STYLE * * */

/* * vct4 수강생포트폴리오 타이틀 * */
.vct4{
    padding-bottom: 20px;
}
.vct4 .vct4Img{
    float: left;
    width: 45%;
}
.vct4 .vct4Txt{
    float: left;
    width: 55%;
    padding: 10px 0;
    padding-left: 20px;
}
.vct4 .vctTxt_name .mname{
    width: 100%;
    font-family: 'GmarketSansMedium';
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.vct4 .vctTxt_name .mname .subname{
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    display: inline-block;
    padding-left: 10px;
}
.vct4 .vct4Txt .vct4Info li{
    padding: 15px 0;
}
.vct4 .vct4Txt .vct4Info li .pfInfo_title{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-right: 5px;
}
.vct4 .vct4Txt .vct4Info li .pfInfo_txt{
    color: #666;
    font-size: 13px;
    line-height: 19px;
    margin-top: 3px;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* * * 기본 이미지 게시글 페이지 구분 STYLE * * */

/* * vct5 기본이미지 게시글 * */
.vct5{
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.vct5>a>img, 
.vct5>img{
    margin-bottom: 1px;
    width: auto;
    max-width: 100%;
}

.vct10{
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.vct10>a>img, 
.vct10>img{
    margin-bottom: 1px;
    width: auto;
    max-width: 100%;
}





#PORTFOLIOS .vct5>img{
    margin: 5px 0;
}
/** - 이달의혜택 게시글 페이지 드드드드드 - **/
#EVENTS .vct5>a{
    font-size: 0;
}
#EVENTS .vct5>div, 
#EVENTS .vct5>a>img, 
#EVENTS .vct5>img{
    margin-bottom: 0;
}

#EVENTS .vct10>a{
    font-size: 0;
}
#EVENTS .vct10>div, 
#EVENTS .vct10>a>img, 
#EVENTS .vct10>img{
    margin-bottom: 0;
}


/* 이달의혜택 공지사항 버전 */
.vct5 .basicRP{
	padding: 40px 10px;
}
.vct5 .basicRP .imgArea{
	border-top: 1px solid #eee;
	padding: 20px 0;
}

/* 이미지에 + 텍스트가 같이 필요할 경우 대비 */
.vct5 p{
    text-align: left;
    font-size: 14px;
    padding: 20px 0;
}
/* 이미지에 + 동영상이 같이 필요할 경우 대비 */
.vct5 iframe{
    max-width: 100% !important;
    height: 100% !important;
    margin: 5px 0;
    min-height: 432px;
    padding: 0 20px;
}


/* * vct5-1 게시글 내 버튼 * */
.vct5-1{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.vct5-1 .boardBtn{
    display: inline-block;
    min-width: 100%;
}
.vct5-1 .boardBtn>a{
    display: inline-block;
    width: 40%;
    margin: 0 5px;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #333;
    border-radius: 10px;
    font-size: 14px;
}



/* * vct6 동영상링크 게시글 * */
.vct6{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.vct6 iframe{
    width: 100% !important;
    height: 100% !important;
    min-height: 432px;
}


/* * * * * * * * * * * * * * * * * * * * */
/* * * 취업현황 게시글 페이지 구분 STYLE * * */
.VC_Title .VC_tit.EMstaboard:after{
    content: '취업을 축하드립니다 !';
    margin-left: 3px;
}
#BOARDVIEW-EM_STATUS .vct1{
    padding: 0;
}
#BOARDVIEW-EM_STATUS .vct1 .introtit{
    margin: 15px auto 20px auto;
}
#BOARDVIEW-EM_STATUS .vct1-1 .vct1-1Txt{
    margin-top: 0;
}
#BOARDVIEW-EM_STATUS .vct1-1 .vct1-1Txt>a{
    display: inline-block;
    color: #666;
    font-size: 11px;
}
#BOARDVIEW-EM_STATUS .vct2{
    background: url(/img/5employ/STATUS_vct2_bg.jpg);
}
#BOARDVIEW-EM_STATUS .vct5-1 .boardBtn>a{
    width: 45%;
}
/* 취업현황 디테일 정보 */
.vct7{
    margin: 10px 0;
}
.vct7 .vct7Cnt{
    
}
.vct7Cnt .vct7_tit{
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.2em;
}
.vct7Cnt .vct7_tit.vtitle{
    color: #ff7800;
    letter-spacing: 0;
}
.vct7Cnt .vct7_tit.vtitle:after{
    content: '취업을 축하드립니다 !';
    font-weight: 500;
    color: #000;
    margin-left: 5px;
}
.vct7Cnt .vct7_txt{
    padding: 10px 5px;
}
.vct7Cnt .vct7_txt p{
    font-size: 13px;
}
.vct7Cnt .vct7_txt p>b{
    font-weight: 700;
    display: inline-block;
    margin-bottom: 3px;
}
.vct7_txt .vct7List{
    padding: 5px 0;
}
.vct7List .list_title{
    float: left;
    font-size: 13px;
    font-weight: 500;
}
.vct7List .list_title:before{
    content: '・';
}
.vct7List .list_title:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #333;
    margin: 0 10px;
}
.vct7List .list_text{
    float: left;
    font-size: 13px;
}
.vct7List .list_text.vname:after{
    content: '수강생';
    margin-left: 3px;
}


/* * * * * * * * * * * * * * * * * * * * * */
/* * * 취업인터뷰 게시글 페이지 구분 STYLE * * */
#BOARDVIEW-EM_INTERVIEW{
    
}

#BOARDVIEW-EM_INTERVIEW .vct3 .vct3_interview .vct3_List:first-child{
    border-radius: 0;
}
#BOARDVIEW-EM_INTERVIEW .vct3_List .vct3_Quest{
    color: #000;
    float: left;
    max-width: 73%;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 19px;
}
#BOARDVIEW-EM_INTERVIEW .vct3_List .vct3_Quest>span{
    font-weight: 500;
}
#BOARDVIEW-EM_INTERVIEW .vct3_List .vct3_Ans{
    padding: 10px 15px;
    float: right;
    max-width: 85%;
    background: #e8e8e8;
    border-radius: 15px;
    margin: 15px 0;
}
#BOARDVIEW-EM_INTERVIEW .vct3_List .vct3_Ans:before {
    content: '';
    margin-right: 0;
    margin-left: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * M E D I A  * * * * * * * * */
@media screen and (max-width: 650px){
    /* * vct1 수강생인터뷰타이틀 & 한마디요약 * */
    .vct1 .vctTxt_name .mname{
        font-size: 28px;
        line-height: 34px;
    }
    .vct1 .vctTxt_name .subname{
        font-size: 15px;
        line-height: 32px;
    }
    /* * vct2 수강생인터뷰 타이틀 인트로 * */
    .vct2 {
        background-size: auto 100% !important;
    }
    /* * vct4 수강생포트폴리오 타이틀 * */
    .vct4 .vct4Txt {
    padding-top: 3px;
    }
    .vct4 .vctTxt_name .mname{
        font-size: 19px;
        line-height: 26px;
        padding-bottom: 3px;
    }
    .vct4 .vctTxt_name .mname .subname {
        font-size: 11px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 540px){
    /* * vct1 수강생인터뷰타이틀 & 한마디요약 * */
    .vct1{
        padding: 10px 0;
    }
    .vct1 .vct1_cnt{
        padding: 0 10px; 
    }
    .vct1 .vct1Txt{
        padding-left: 0px;
        width: 60%;
        float: right;
    }
    .vct1 .vctTxt_name .mname {    
        font-size: 18px;
        line-height: 24px;
    }
    .vct1 .vctTxt_name .subname {
        font-size: 11px;
        line-height: 19px;
    }
    .vct1 .vctTxt_name .mname>em {
        display: none;
    }
    .vct1 .introtit {
        width: 100%;
        padding: 10px 0;
    }
    .vct1 .introtit>p {
        font-size: 11px;
        line-height: 18px;
        padding: 0 13px;
    }
    /* * vct2 수강생인터뷰 타이틀 인트로 * */
    .vct2 {
        border-radius: 3px;
        margin-bottom: 10px;
    }
    .vct2>h5{
        font-size: 12.5px;
    }
    .vct2>p{
        display: none;
    }
    /* * vct3 세부 인터뷰 Q&A 내용 * */
    .vct3_List .vct3_Quest{
        font-size: 13px;
        line-height: 19px;
    }
    .vct3_List .vct3_Ans{
        padding: 10px 10px 10px 30px;
        font-size: 11px;
        line-height: 18px;
    }
    /* * vct4 수강생포트폴리오 타이틀 * */
    .vct4{
        padding-bottom: 0px;
    }
    .vct4 .vct4Img{
        float: none;
        width: 100%;
    }
    .vct4 .vct4Txt{
        float: none;
        width: 100%;
        padding-left: 0px;
    }
    .vct4 .vctTxt_name .mname .subname{
        padding-left: 7px;
    }
    .vct4 .vctTxt_name .mname .subname {
        font-size: 13px;
        padding-left: 10px;
    }
    .vct4 .vct4Txt .vct4Info ul{
        margin-top: 3px;
    }
    .vct4 .vct4Txt .vct4Info li{
        padding: 5px 0;
    }
    .vct4 .vct4Txt .vct4Info li .pfInfo_title{
        font-size: 13px;
        line-height: 19px;
    }
    .vct4 .vct4Txt .vct4Info li .pfInfo_txt{
        font-size: 12px;
        line-height: 18px;
    }
    /* * vct5-1 게시글 내 버튼 * */
    .vct5-1 .boardBtn>a{
        margin: 0 3px;
        padding: 8px 0;
        border-radius: 5px;
        font-size: 12px;
    }
	/* 이달의혜택 공지사항 버전 */
	.vct5 .basicRP{
		padding: 20px 10px;
	}
    /* * vct6 동영상링크 게시글 * */
    #PORTFOLIO-VIDEO .vct4Img{
        display: none;
    }
    .vct6{
        padding-bottom: 10px;
    }
    .vct5 iframe, 
    .vct6 iframe{
        min-height: 253px;
    }
    
    /* * vct2 수강생인터뷰 타이틀 인트로 * */
    #BOARDVIEW-EM_STATUS .vct2{
        border-radius: 10px;
        padding: 20px 0;
    }
    #BOARDVIEW-EM_STATUS .vct2>p{
        display: block;
        font-size: 10px;
    }
    /* * 취업현황 구분 * */
    
    /* * 취업인터뷰 구분 * */
    #BOARDVIEW-EM_INTERVIEW .vct3_List .vct3_Quest{
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 450px){
    
    .vct1 .vct1Txt .vctTxt_name{
        right:0;
    }
    .vct1 .vct1Txt .vctTxt_name .mname, 
    .vct1 .vct1Txt .vctTxt_name .subname{
        text-align: right;
    }
    /* * vct6 동영상링크 게시글 * */
    .vct5 iframe, 
    .vct6 iframe{
        min-height: 187px;
    }
    
}





/* 화면 넓이 아이폰6 보다 좁은 경우 */
@media screen and (max-width: 365px){
    
    /*수강인터뷰게시글*/
    .vct1 .vct1Img>img{
        width: 100px; height: 100px;
    }
    .vct2{
        padding: 20px 15px;
    }
    .vct3_List .vct3_Ans:before{
        display: block;
        margin:0;
    }
    .vct3_List .vct3_Ans{
        padding-left: 10px;
    }
    
    /*취업현황게시글*/
    #BOARDVIEW-EM_STATUS .vct2{
        padding: 20px 30px;
        margin-bottom: 15px;
    }
    #BOARDVIEW-EM_STATUS .vct2>p{
        display: none;
    }
    .vct7Cnt .vct7_tit{
        font-size: 14px;
    }
    .vct7Cnt .vct7_txt{
        padding-top: 15px;
    }
    .vct7_txt .vct7List{
        padding: 3px 0; 
    }
    .vct7List .list_title, 
    .vct7List .list_text, 
    .vct7Cnt .vct7_txt p{
        font-size: 12px;
    }
    
    
}









