@charset "UTF-8";

/* Content 전체 Wrapper */
.add_course_wrap{position:relative;width:900px;height:auto;margin:0 auto;}

/* 이미지 등록 부분 */
/* CONTENT 이미지 타이틀  */
.course_picture_title{font-size:14px;height:30px;line-height:30px;font-weight:bold;}
.course_picture_wrap{position:relative;border:1px solid #000;width:900px;height:650px;padding-right:8px;padding-left:8px;float:left;margin-bottom:25px;}
.course_picture{position:static;border:1px solid #909090;width:880px;height:550px;}
.course_picture_img{width:880x;height:550px;}

/* 인트로 이미지 CSS*/
.course_picture_intro_title{font-size:14px;height:30px;line-height:30px;font-weight:bold;}
.course_picture_intro_wrap{position:relative;border:1px solid #000;width:900px;height:400px;padding-right:8px;padding-left:8px;float:left;margin-top:25px;margin-bottom:25px;}
.course_picture_intro{position:static;border:1px solid #909090;width:880px;height:300px;}
.course_picture_intro_img{width:880px;height:300px;}
.input_div_intro{height:30px;margin-top:15px;}
.course_info_intro_picture{font-size:10px;font-family:NanumGothicBold;height:30px;width:880px;margin:0 auto;display:none;}

.input_div{height:30px;margin-top:15px;}
.course_info_picture{font-size:10px;font-family:NanumGothicBold;height:30px;width:200px;margin:0 auto;display:none;}
.fileView{border:1px solid #909090;background-color:#000;line-height:30px;color:WHITE;font-size:10px;font-family:NanumGothicBold;height:30px;width:880px;margin:0 auto;}
.fileView:hover{background-color:#fff;color:BLACK;cursor:pointer;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
/* 이미지 등록 끝*/

/* Content 내용 부분 */
.course_info_wrap{position:relative;border:1px solid #909090;width:900px;height:auto;padding:4px;float:left;}

/* Content title 부분 */
.course_info_title_wrap{float:left;width:100px;height:auto;border-right:1px solid #c0c0c0;padding:5px;}
.course_info_title{font-size:12px;line-height:50px;height:50px;margin-right:3px;border-bottom:1px dotted #c0c0c0;}
.course_info_addr{height:100px;line-height:100px;}

/* Content 내용 삽입 부분 */
.course_info_content_wrap{float:left;height:auto;padding:5px;}
.course_info_content{height:50px;text-align:left;line-height:50px;border-bottom:1px dotted #c0c0c0;width:765px;}
.course_info_content_data{height:50px;text-align:left;line-height:50px;border-bottom:1px dotted #c0c0c0;width:765px;}
/* Content 내용 삽입 부분 input - type text 설정 */
.course_info_content input[type="text"], .course_info_content input[type="password"]{height:30px;font-size:14px;padding:3px;color:#606060;width:765px;}
.course_info_content_data input[type="text"]{height:30px;font-size:14px;padding:3px;color:#606060;}
.course_info_content select{height:30px;font-size:14px;padding:3px;color:#606060;}
/* 컨텐츠 내부 공통 span 사이즈 적용 */
.course_info_content span{font-size:12px;padding-left:5px;}


/* 등록 부분 btn*/
.course_add_confirm{text-align:center;line-height:100px;float:right;width:880px;height:100px;}

.course_add_confirm .course_btn{border-radius:3px;margin:0 10px;font-family:NanumGothicBold;padding: 10px 25px;color:whitesmoke;background:rgba(29,50,108,0.9);border:1px solid #c0c0c0;}

.course_add_confirm .course_btn:hover{color:#1D326C;border:1px solid #c0c0c0;background:rgba(255,255,255,0.9);cursor:pointer;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}


