@charset "UTF-8";

/*pdf뷰어 View************************************/
.applicationWrap{overflow-x:hidden;overflow-y:auto;width:100%;height:1462px;border-top:5px solid #52575c;border-bottom:5px solid #52575c;}

/*Tablet+Mobile*/
@media only screen and (max-width:860px){}

/*Tablet*/
@media only screen and (min-width:441px) and (max-width:860px){}

/*Mobile*/
@media only screen and (max-width:440px){}

/*pdf뷰어 다운로드버튼************************************/
#_curriculum > h2.objHeading_h2{display:none;}
.applicationViewGuide {text-align:center;padding:20px;border:3px dashed #52575c; margin-bottom:30px; }
.applicationViewGuide p{padding-bottom:15px;}

.applicationViewGuide .btnWrap { display:inline-flex; justify-content:center; }
.applicationViewGuide .btnWrap a { display:inline-block; color:#333 !important; width:auto; padding:8px 10px 8px 50px; border: 1px solid #333; border-radius:10px; margin:0 10px; }
.applicationViewGuide .btnWrap a.downPDF{background: #fff url("../images/pdf.png") no-repeat 15px center;}
.applicationViewGuide .btnWrap a.downHWP{background:#fff url("../images/hwp.png") no-repeat 15px center;}
.applicationViewGuide .btnWrap a.downPDF:hover{border-color: #c30034;}
.applicationViewGuide .btnWrap a.downHWP:hover{border-color:#209ddf;}

/*Tablet+Mobile*/
@media only screen and (max-width:860px){}

/*Tablet*/
@media only screen and (min-width:441px) and (max-width:860px){}

/*Mobile*/
@media only screen and (max-width:440px){}

/*
PDFObject appends the classname "pdfobject-container" to the target element.
This enables you to style the element differently depending on whether the embed was successful.
In this example, a successful embed will result in a large box.
A failed embed will not have dimensions specified, so you don't see an oddly large empty box.
*/

.pdfobject-container { width: 100%; max-width: 100%; height: 100%; }

.pdfobject { border: solid 1px #666; }
#results { padding: 1rem; }
.hidden { display: none; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.fail { color: #D8000C; background-color: #FFBABA; }