  @charset "UTF-8";

/*/
/*board  width : %		 */
/*/
 .wrest {width:auto;}
.board .wp5 {width:5%;}
.board .wp7 {width:7%;}
.board .wp10 {width:10%;}
.board .wp13 {width:13%;}
.board .wp15 {width:15%;}
.board .wp20 {width:20%;}
.board .wp25 {width:25%;}
.board .wp30 {width:30%;}
.board .wp35 {width:35%;}
.board .wp40 {width:40%;}
.board .wp45 {width:45%;}
.board .wp50 {width:50%;}
.board .wp55 {width:55%;}
.board .wp60 {width:60%;}
.board .wp65 {width:65%;}
.board .wp70 {width:70%;}
.board .wp75 {width:75%;}
.board .wp80 {width:80%;}
.board .wp85 {width:85%;}
.board .wp90 {width:90%;}
.board .wp95 {width:95%;}
.board .wp99 {width:99%;}
.board .wp100 {width:100%;}

/*/
/*board  width : px 			 */
/*/
.board .wpx55 {width:55px;}
.board .wpx60 {width:60px;}
.board .wpx70 {width:70px;}
.board .wpx80 {width:80px;}
.board .wpx82 {width:82px;}
.board .wpx100 {width:100px;}
.board .wpx110 {width:110px;}
.board .wpx130 {width:130px;}
.board .wpx150 {width:150px;}
.board .wpx184 {width:184px;}
.board .wpx199 {width:199px;}
.board .wpx210 {width:210px;}
.board .wpx299 {width:299px;}
.board .wpx300 {width:300px;}
.board .wpx320 {width:320px;}
.board .wpx330 {width:330px;}
.board .wpx340 {width:340px;}
.board .wpx379 {width:379px;}
.board .wpx550 {width:550px;}
.board .wpx595 {width:595px;}
.board .wpx600 {width:600px;}
.board .wpx738 {width:738px;}
.board .wpx770 {width:770px;}
.board .wpx820 {width:820px;}

.board .adm-chk { padding: 10px 0; }
.board form legend, .board .hidden { position: absolute !important; text-indent: -99999px; width:0 !important; height: 0 !important;top:-99999px;left:-99999px;}
input.dark { background-color: #eeeeee !important; }
#toast-container {font-family:'Nanum Gothic', '나눔고딕' ;font-size:18px;font-weight:normal;line-height:24px;}
.board .deleted, .board .deleted * { text-decoration: line-through !important; color: #999999 !important;}
input[type="password"] {
    height: 39px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 10px;
    font-family: "Noto Sans KR", "Nanum Gothic", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.file-icon { background: url("/_custom/skkuedu/resource/img/file_icon.png") no-repeat; padding-left: 30px; }  
.file-icon.bmp { background: url("/_custom/skkuedu/resource/img/attach_bmp.gif") no-repeat 0 2px;  }  
.file-icon.doc { background: url("/_custom/skkuedu/resource/img/attach_doc.gif") no-repeat 0 2px;  }  
.file-icon.docx { background: url("/_custom/skkuedu/resource/img/attach_docx.gif") no-repeat 0 2px;  }  
.file-icon.gif { background: url("/_custom/skkuedu/resource/img/attach_gif.gif") no-repeat 0 2px;  }  
.file-icon.hwp { background: url("/_custom/skkuedu/resource/img/attach_hwp.gif") no-repeat 0 2px;  }  
.file-icon.jpg { background: url("/_custom/skkuedu/resource/img/attach_jpg.gif") no-repeat 2px;  }  
.file-icon.pdf { background: url("/_custom/skkuedu/resource/img/attach_pdf.gif") no-repeat 0 2px;  }  
.file-icon.png { background: url("/_custom/skkuedu/resource/img/attach_png.gif") no-repeat 0 2px;  }  
.file-icon.ppt { background: url("/_custom/skkuedu/resource/img/attach_ppt.gif") no-repeat 0 2px;  }  
.file-icon.pptx { background: url("/_custom/skkuedu/resource/img/attach_pptx.gif") no-repeat 0 2px;  }  
.file-icon.txt { background: url("/_custom/skkuedu/resource/img/attach_txt.gif") no-repeat 0 2px;  }  
.file-icon.xls { background: url("/_custom/skkuedu/resource/img/attach_xls.gif") no-repeat 0 2px;  }  
.file-icon.xlsx { background: url("/_custom/skkuedu/resource/img/attach_xlsx.gif") no-repeat 0 2px;  }  
.file-icon.zip { background: url("/_custom/skkuedu/resource/img/attach_zip.gif") no-repeat 0 2px;  }  

.captcha.captchaRefresh {background: url("/_custom/skkuedu/resource/img/captcha_refresh.png") no-repeat ;width: 16px; height: 16px; display: inline-block;} 
.captcha.captchaSound {background: url("/_custom/skkuedu/resource/img/captcha_volume.png") no-repeat ;width: 16px; height: 16px; display: inline-block;}

.q-icon{ background: url("/_custom/skkuedu/resource/img/icon_q.gif") no-repeat 5px 10px }
.a-icon{ background: url("/_custom/skkuedu/resource/img/icon_a.gif") no-repeat 5px 10px }


.board .depth-1 {margin-left: 20px;}
.board .depth-2 {margin-left: 40px;}
.board .depth-3 {margin-left: 80px;}
.board .depth-4 {margin-left: 100px;}
.board .depth-5 {margin-left: 120px;}

.tagit-autocomplete.ui-menu .ui-menu-item { line-height: 24px; }
ul.tagit li.tagit-choice { line-height: 40px !important;}
ul.tagit-autocomplete.ui-widget-content { padding:5px; }

pre  {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family:"Roboto", "Noto Sans KR", "Malgun Gothic","돋움", "dotum";
}


.board input.file-prev-view { 
	background: #fff;
    height: 35px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    width: 350px;
	
} /* 첨부 파일 미리 보기 */

.board button.btn_attach_select { /* 첨부 파일선택 버튼 */
    cursor: pointer;
    background-color: #656d78;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 15px;
    border: none;
}

.board input[type=file] { /* 첨부 파일 감추기 */
    /*width: 70px;
    height: 39px;
    margin-left: 2px;
    position: absolute;
    opacity: 0.0;
    filter: Alpha(opacity=0);*/
}

/***/
/* width - % */
/***/
.board .wp100 { width: 100%; }

/***/
/* common board search */
/***/

/* 쓰지 않는 컨트롤은 히든 처리 */
.board .search a.all, .board .search .sr-date { display: none; }

/*상단공지*/
p.topNotice input { width: 95px !important;     display: inline-block !important;}

/*첨부파일*/
.board-wrap .uploadFile {font-size: 13px;padding-left: 10px;height: 35px;line-height: 32px;box-sizing: border-box;border: 1px solid #aaa;color: #222;width: calc(100% - 125px)!important;max-width: 311px;}
.board-wrap .uploadBtnWrap	{position: relative;display: inline-block;vertical-align: top;width: 120px;   height: 30px;}
.board-wrap .outTable {position: absolute;opacity: 0;z-index: 10;height: 30px;left: 0;top: 0;    vertical-align: middle;}
.board-wrap .replaceBtn { border: 1px solid #525252;background-color: #525252;position: absolute;cursor: pointer; line-height: 32px;box-sizing: border-box;left: 0;top: 0;vertical-align: middle; color:#fff; width:100px;}
.board-wrap .mg-bt-2 { margin-bottom: 2px;}
.board-wrap .deliCon {     display: inline-block; margin: -2px 0 0 10px;width: 20px;height: 20px;background: url(/_custom/skkuedu/resource/img/btn_del_file.gif) no-repeat 0 0;vertical-align: middle;}

/*등록 버튼 */
ul.btn-wrap button.submit { border: none;vertical-align: baseline;padding: 0px 47px 0;font-size: 16px;}


/*faq 파일 다운로드*/
.file-down-btn-faq {    display: block; padding: 5px 0 5px 38px; background: url(/_custom/skkuedu/resource/img/ico_file_down.gif) no-repeat 0 center !important; }

/*첨부 select */
.board-write-box .attach-select , .state-selectBox{
    padding: 0 10px;
    width: 110px;
    height: 35px;
    border: 1px solid #c1c1c1;
    background: #fff url(../img/btn_select_arrow.gif) no-repeat right 12px center;
    font-weight: 300;
    box-sizing: border-box;
    color: #666;
    box-shadow: none;
    border-radius: 0;
}

p.schedule_add { text-align: right; padding: 8px 2% 5% 0 ; }
dt.replyNone {background:none !important; width: 0 !important; padding: 0;}

/* write - 게시글 복사 */
.alert, .alert h4 {
    color: #c09853;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert .close {
    position: relative;
    top: -11px;
    right: -21px;
    line-height: 20px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}


.board .hide{display:block;position:fixed;top:-9999999999999999999px;width:0;height:0;}

/* button-common */
.btn-wrap{margin:20px 0 0 0;}
.btn-wrap:after{content:"";display:block;clear:both;}
.btn-wrap li{display:inline-block;margin:0 0 0 6px;vertical-align:middle;}
button.btn{padding:0;border:none;font-size:16px;}
button.btn:hover{cursor:pointer;}
.attach-btn{
	display:inline-block;
	padding:10px;
	min-width:50px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	border-radius:5px;
	ine-height:1;
	vertical-align:middle;
}
.btn{
	display:inline-block;
	padding:16px 10px;
	min-width:120px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	border-radius:5px;
	ine-height:1;
	vertical-align:middle;
}
a.btn {/*color:#fff !important;*/}
.btn01{background-color:#1459a6;}
.btn02{background-color:#dedede;color:#000;}
button.btn03{min-width:90px;padding:16px 10px 15px;background-color:#d2d2d2;font-size:13px;}
button.btn04{min-width:90px;padding:16px 10px 15px;background-color:#fec240;font-size:13px;color:#333;}
button.btn03-mini{min-width:40px;padding:9px 10px 8px;background-color:#d2d2d2;font-size:13px;}
button.btn05{min-width:120px;padding:16px 10px;background-color:#939393;}
button.btn06{margin:0 0 0 12px;min-width:85px;padding:14px 10px;background-color:#7b7b7b;color:#fff;}
button.btn-mini-modify{min-width:40px;padding:9px 10px 8px;background-color:#d2d2d2;font-size:13px;vertical-align:middle;}
.board-search-btn{width:90px;padding:12px 10px;border:none;background-color:#939393;font-size:15px;color:#fff;box-sizing:border-box;vertical-align:middle;border-radius:5px;}
.text-right {text-align: right;}
.text-center { text-align: center; }
.content-search-wrap:after{content:"";display:block;clear:both;}
.category-wrap{float:left;}
.btn-go{display:block;margin:5px 0 0 0;padding:7px 10px;width:80px;background-color:#d2d2d2;font-size:14px;text-align:center;box-sizing:border-box;}
ul.btn-wrap button.submit{padding:16px 10px;vertical-align:middle;}
.admin-modify-btns{display:block;padding-top:10px;}
.admin-modify-btns input[type="checkbox"],
.admin-modify-btns .btn-admin-modify{display:inline-block;vertical-align:middle;}
.admin-modify-btns .btn-admin-modify{margin-left:5px;padding:0 15px;height:30px;line-height:30px;color:#fff;background:#636363}

/* common - list */
table.board_list td a.reply {
    background: url(/_res/skku/img/sub/reply_icon.png) no-repeat left center;
    padding: 0 0 0 20px;
}
/* common - list - reply */
table.board_list td a.reply1{margin:0 0 0 10px;}
table.board_list td a.reply2{margin:0 0 0 20px;}
table.board_list td a.reply3{margin:0 0 0 30px;}
table.board_list td a.reply4{margin:0 0 0 40px;}

/* common - write */

table.board_write td.custom_td p{ 
    margin : 10px 0 ;
}	
	
ul.attach-data .attach-file-nm { margin-right:5px;}
ul.attach-data { margin: 0 0 5px 0;}	
ul.attach-data > li { margin : 0 0 5px 0; }
ul.file-list span { margin : 0 10px 0 0 ; }
ul.file-list li p { margin : 10px 0 0 0; }
ul.file-list li p label { display: inline-block; margin : 0 0 10px 0; }

/* ebook - list */
ul.newsLetter_list { margin : 30px 0 0 0;}

/* 대학/학과 */
div.wel_wrap{margin:60px 0 50px 0;}

/* tuition - list 
ul.budget_list > li {
	float: left;
	box-sizing: border-box;
	padding:20px 40px;
	overflow: hidden;
	width: 50%;
}

ul.budget_list li span.custom_sp {
	margin : 0;
}*/

/* Research Stories */
a.sea_btn {
    background: #0065b5;
    display: inline-block;
    text-align: center;
    color: #fffefe;
    width: 55px;
    font-size: 15px;
    padding: 12px 0;
    
}

.board_writeWrap input[type="text"].rs-input {
	
	width: 65% !important;
}

/* view 버튼*/
ul.btn_list li a {
    text-align: center !important;
    padding: 0 !important;
}

/* 학사일정 */
div.sch_box .inputBox {
	overflow: hidden;
    padding-bottom: 10px;              
}