@charset "utf-8";

/*인터뷰 팝업*/
.interview_layer .pop-container {padding: 32px 22px 19px 48px;}
.interview_layer .pop-container .title{font-size:36px;font-family: 'RobotoCondensed-Bold';color:#333; border-bottom:1px solid #ddd; padding-bottom:28px; box-sizing:border-box;}
.interview_layer .pop-container p {font-size:15px;}
.interview_layer p.ctxt { color: #666;line-height: 25px;}
.interview_layer .close_btn { }
.interview_layer { display: none; position: absolute; top: 50%; left: 50%; background-color: #fff; z-index: 10;}
.interview_layer_popup { display: none;position: fixed;_position: absolute;top: 0; left: 0; width: 100%; height: 100%;z-index: 999999;}
.interview_layer_popup .popupbg {position: absolute;top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);}
.interview_layer_popup .interview_layer { display: block; overflow-y:auto; overflow-x:hidden;}
a.btn-layerClose {display: inline-block; padding: 0 14px 0; background-color: #3f5a9d; font-size: 13px; color: #fff; line-height: 25px;}
a.btn-layerClose:hover { border: 1px solid #091940; background-color: #1f326a; color: #fff;}

/*메인 인터뷰 타이틀부분*/
.main_section .story_text{ font-size: 16.2px; color: #333; margin-top: 10px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_section .story_text span{ font-size: 14px; color: #666;font-weight: 400; letter-spacing: -0.05em; display: block; margin-top:-3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_section .interview_text{ font-size: 16.2px; color: #333; margin-top: 8px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_section .interview_text span{ font-size: 14px; color: #666;font-weight: 400; display: block; margin-top:-3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_section .img_box_wrap{width:244px; height:365px; padding-right:13px}
.main_section .img_box_wrap:nth-child(5n){padding-right:0px}
