html, body
{
    width: 100%;
    margin: 0px;
}
a
{
    color: rgb( 0, 143, 76 );
    font-weight: bold;
    border-style:none;
}
#contWrap
{
	font-family : Malgun Gothic, 맑은고딕, dotum, 고딕, Helvetica, AppleSDGothicNeo, sans-serif;
	width: 100%;
	min-width: 1056px;
}
.titleBox
{
	position: absolute;
	top: 80px;
	left: 60px;
	width : 55%;
	min-width:720px;
}
.titleBox02
{
    margin-top: 110px;
    margin-bottom: 30px;
}
.titleBox02Notice
{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align:left;
    font-weight: bold;
}

.title01
{
    font-size: 25px;
    font-weight: bold;
}
.title01Eng
{
    font-size: 23px;
}
.title02
{
    font-size: 29px;
}
.title02Eng
{
    font-size: 27px;
}
.titleBlank
{
    height: 15px;
}

.title03
{
    font-size: 42px;
}
.title04
{
    font-size: 28px;
    vertical-align: middle;
}
.title04Eng
{
    font-size: 26px;
    vertical-align: middle;
}
.title04Notice
{
    font-size: 16px;
    vertical-align: middle;
}

.title05
{
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
}
.title06
{
    font-size: 36px;
    font-weight: bold;
    vertical-align: middle;
    color: rgb( 233, 0, 0 );
}
.title07
{
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    color: rgb( 233, 0, 0 );
}
.title08
{
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
    color: rgb( 233, 0, 0 );
}
.title08Eng
{
    font-size: 26px;
    vertical-align: middle;
    color: rgb( 233, 0, 0 );
}
.title09
{
    font-size: 22px;
    font-weight: bold;
}
.title09Eng
{
    font-size: 16px;
}
.title09Red
{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    color: rgb( 233, 0, 0 );
}
#box01
{
    background-color: rgb( 255, 255, 255 );
	box-shadow: 2px 2px 20px -12px #000000;
	position: absolute;
	right: 12%;
	top: 12%;
	width:450px;
	 height: 671px;
	border-width:3px 0px 0px 0px;
    border-style:solid;
    border-top-color:rgb( 0, 143, 76 );
    text-align: center;
    vertical-align: middle;
    display: table;
}
#box02 /*height 변경버전/ 2019-08-26 김민호 일대원 스타일이고, 특수대학원의 내용이 통일되면 전체 변경 필요함..*/
{
    background-color: rgb( 255, 255, 255 );
    box-shadow: 2px 2px 20px -12px #000000;
    position: absolute;
    right: 12%;
    top: 12%;
    width:450px;
    height: 580px;
    border-width:3px 0px 0px 0px;
    border-style:solid;
    border-top-color:rgb( 0, 143, 76 );
    text-align: center;
    vertical-align: middle;
    display: table;
}

#box_login
{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 15px;
	display:table-cell;
}
.title
{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.num, .pswd
{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: rgb( 0, 143, 76 );
    margin-top: 35px;
}
#id
{
	border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgb( 0, 143, 76 );
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    width: 360px;
    height: 28px;
    background: #ffffff;
    padding-left: 25px;
    background-image: url('../image/ip2019/ip_LOGIN_id.png');
    background-repeat: no-repeat;
}
#pw
{
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgb( 0, 143, 76 );
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    width: 360px;
    height: 28px;
    background: #ffffff;
    padding-left: 25px;
    background-image: url('../image/ip2019/ip_LOGIN_pwd.png');
    background-repeat: no-repeat;
}
#tz
{
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgb( 0, 143, 76 );
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    width: 360px;
    height: 28px;
    background: #ffffff;
    padding-left: 25px;
    background-image: url('../image/ip2019/ip_LOGIN_pwd.png');
    background-repeat: no-repeat;
}
#id::placeholder, #pw::placeholder, #tz:placeholder
{
    color: rgb( 197, 197, 197 );
}

.loginNoticeBox
{
	border-style: solid;
	border-width: 3px;
	border-color: rgb( 247, 247, 247 );
	border-radius: 3px;
	background: #ffffff;
	text-align: center;
	padding: 15px 10px 15px 10px;
    position: absolute;
    left: 35px;
    right: 35px;
    display:table-cell;
    font-size: 13px;
}
p.txt
{
    vertical-align: middle;
    text-align: left;
    word-wrap: break-word;
    line-height:1.5;

}
p.txt > img
{
    vertical-align: middle;
}
p.txtTitle
{
    vertical-align: middle;
    text-align: left;
    word-wrap: break-word;
    line-height:1.5;
    margin-block-end:0em;
}
p.txtTitle > img
{
    vertical-align: middle;
    margin-block-end:0em;
}

p.blank
{
    height: 1px;
}
.bottomLogo
{
	text-align: center;
	position: absolute;
    width   :100%;
    height: 34px;
    bottom: 20px;
    display:table-cell;
}
.bottomLogo > img
{
    vertical-align: middle;
}
.bottomLogo > a
{
    text-decoration:none;
    color: rgb( 0, 0, 0 );
    font-size: 15px;
}
/* 학교요청에 의거 전기후기 이미지 색 서로 변경*/
.bgLogin01
{
    background-color: rgb( 220, 247, 255 );
    background-image: url('../image/ip2019/ip_LOGIN_loginBg01.png');
    background-repeat: no-repeat;
    background-position:0% 100%;
    position: absolute;
    /*bottom: 0px;*/
    top : 250px;
    width: 100%;
    height: 70%;
    z-index: -1;
    min-width: 1056px;
    min-height: 573px;
}
.bgLogin02
{
    background-color: rgb( 183, 224, 143 );
    background-image: url('../image/ip2019/ip_LOGIN_loginBg02.png');
    background-repeat: no-repeat;
    background-position:0% 100%;
    position: absolute;
    /*bottom: 0px;*/
    top : 250px;
    width: 100%;
    height: 70%;
    z-index: -1;
    min-width: 1056px;
    min-height: 573px;
}
.bgLogin01Eng
{
    background-color: rgb( 220, 247, 255 );
    background-image: url('../image/ip2019/ip_LOGIN_loginBg01.png');
    background-repeat: no-repeat;
    background-position:0% 100%;
    position: absolute;
    /*bottom: 0px;*/
    top : 300px;
    width: 100%;
    height: 70%;
    z-index: -1;
    min-width: 1056px;
    min-height: 573px;
}
.bgLogin02Eng
{
    background-color: rgb( 183, 224, 143 );
    background-image: url('../image/ip2019/ip_LOGIN_loginBg02.png');
    background-repeat: no-repeat;
    background-position:0% 100%;
    position: absolute;
    /*bottom: 0px;*/
    top : 300px;
    width: 100%;
    height: 70%;
    z-index: -1;
    min-width: 1056px;
    min-height: 573px;
}

.tablaWrap {
	width:1245px;
	height: 684px;
	margin:0;
	padding:0;
	order-style: solid;
	border-width: 1px;
	border-color: rgb( 212, 212, 212 );
	background-color: rgb( 255, 255, 255 );
	box-shadow: 4px 5px 20px -10px #000000;
	display: table;
	float:left;
	/*font-family : dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;*/
	font-family : Malgun Gothic, 맑은고딕, dotum, 고딕, Helvetica, AppleSDGothicNeo, sans-serif;
}

.tablaWrap  table{
    border-collapse: collapse;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px ;
    width: 970px;
    border-top-color: rgb( 51, 51, 51 ) !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-bottom-color: rgb( 223, 223, 223 ) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-style: none;
    border-right-style: none;
    line-height:1.5;
    margin:0 auto;
}
.tablaWrap table th{
    font-size:15px;
    background-color: rgb( 248, 248, 248 );
    border-width: 0 0 1px 0 !important;
    border-bottom-color: rgb( 153, 153, 153 ) !important;
    border-style:solid;
    padding: 15px;
    text-align: center;
}

.tablaWrap table td{
    border-style:none;
    /*width: auto;*/
    padding: 15px;
    text-align: center;
    font-size:15px;
}
.tablaWrap table td .reject {
    color:red;
    font-weight:bold;
    border-style:none;
    width: auto;
    padding: 15px;
    text-align: center;
    font-size:15px;
}

.tablaWrapEng {
    width:1245px;
    height: 684px;
    margin:0;
    padding:0;
    order-style: solid;
    border-width: 1px;
    border-color: rgb( 212, 212, 212 );
    background-color: rgb( 255, 255, 255 );
    box-shadow: 4px 5px 20px -10px #000000;
    display: table;
    float:left;
    /*font-family : dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;*/
    font-family : Malgun Gothic, 맑은고딕, dotum, 고딕, Helvetica, AppleSDGothicNeo, sans-serif;
}

.tablaWrapEng  table{
    border-collapse: collapse;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px ;
    width: 970px;
    border-top-color: rgb( 51, 51, 51 ) !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-bottom-color: rgb( 223, 223, 223 ) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-style: none;
    border-right-style: none;
    line-height:1.5;
    margin:0 auto;
}
.tablaWrapEng table th{
    font-size:13px;
    background-color: rgb( 248, 248, 248 );
    border-width: 0 0 1px 0 !important;
    border-bottom-color: rgb( 153, 153, 153 ) !important;
    border-style:solid;
    padding: 5px;
    text-align: center;
}

.tablaWrapEng table td{
    border-style:none;
    /*width: auto;*/
    padding: 5px;
    text-align: center;
    font-size:13px;
}
.tablaWrapEng table td .reject {
    color:red;
    font-weight:bold;
    border-style:none;
    width: auto;
    padding: 5px;
    text-align: center;
    font-size:13px;
}

.tablaWrapNotice {
    width:1245px;
    height: 684px;
    margin:0;
    padding:0;
    order-style: solid;
    border-width: 1px;
    border-color: rgb( 212, 212, 212 );
    background-color: rgb( 255, 255, 255 );
    box-shadow: 4px 5px 20px -10px #000000;
    display: table-cell;
    float:left;
    /*font-family : dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;*/
    font-family : Malgun Gothic, 맑은고딕, dotum, 고딕, Helvetica, AppleSDGothicNeo, sans-serif;
}

.tablaWrapNotice  table{
    border-collapse: collapse;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px ;
    width: 1200px;
    border-top-color: rgb( 223, 223, 223 ) !important;
    border-top-style: solid !important;
    border-top-width: 2px !important;
    border-bottom-color: rgb( 223, 223, 223 ) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-style: none;
    border-right-style: none;
    line-height:1.5;
    margin:0 auto;
}
.tablaWrapNotice table th{
    font-size:12px;
    background-color: rgb( 248, 248, 248 );
    border-width: 0 1px 1px 1px !important;
    border-bottom-color: rgb( 223, 223, 223 ) !important;
    border-left-color: rgb( 223, 223, 223 ) !important;
    border-right-color: rgb( 223, 223, 223 ) !important;
    border-style:solid;
    padding: 5px;
    text-align: center;
}

.tablaWrapNotice table td{
    border-style:none;
    /*width: auto;*/
    padding: 5px;
    border-width: 0 1px 1px 1px !important;
    border-bottom-color: rgb( 223, 223, 223 ) !important;
    border-left-color: rgb( 223, 223, 223 ) !important;
    border-right-color: rgb( 223, 223, 223 ) !important;
    border-style:solid;
    text-align: center;
    font-size:12px;
}
.tablaWrapNotice table td .reject {
    color:red;
    font-weight:bold;
    border-style:none;
    width: auto;
    padding: 5px;
    text-align: center;
    font-size:12px;
}

.rightLogo
{
	float: left;
	margin-top: 400px;
}
.noticeBoxTitle
{
    text-align: center;
    padding: 0px 0px 5px 0px;
    display:inline-table;
    font-size: 14px;
    width:970px;
}
.noticeBox
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 247, 220, 217 );
    border-radius: 3px;
    background: rgb( 255, 246, 245 );
    text-align: center;
    padding: 15px 10px 15px 10px;
    display:table-cell;
    font-size: 14px;
    width:950px;
    line-height: 1.5;
}
.noticeBoxNotice
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 247, 220, 217 );
    border-radius: 3px;
    background: rgb( 255, 246, 245 );
    text-align: center;
    padding: 15px 10px 15px 10px;
    display:table-cell;
    font-size: 14px;
    width:1175px;
    line-height: 1.5;
}
.noticeBoxEng
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 247, 220, 217 );
    border-radius: 3px;
    background: rgb( 255, 246, 245 );
    text-align: center;
    padding: 15px 10px 15px 10px;
    display:table-cell;
    font-size: 12px;
    width:950px;
    line-height: 1.5;
}

.btnPrev
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 153, 153, 153 );
	border-radius: 3px;
	background-color: rgb( 255, 255, 255 );
	padding: 15px 30px 15px 30px;
	font-size:15px;
	color: rgb( 102, 102, 102 );
	cursor: pointer;
}
.btnPrint
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 38, 59, 79 );
    border-radius: 3px;
    background-color: rgb( 38, 59, 79 );
    padding: 15px 30px 15px 30px;
    font-weight: bold;
    font-size:15px;
    color: rgb( 255, 255, 255 );
    cursor: pointer;
}
.bgPassNotice01, .bgPassNotice02, .bgRejecteNotice
{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* 학교요청에 의거 전기후기 이미지 색 서로 변경*/
.bgPassNotice01
{
    background-color: rgb( 220, 247, 255 );
}
.bgPassNotice02
{
    background-color: rgb( 183, 224, 143 );
}
.bgRejecteNotice
{
    background-color: rgb( 238, 238, 238 );
}
/* 학교요청에 의거 전기후기 이미지 색 서로 변경*/
.bgPassImg01
{
    background: url('../image/ip2019/ip_NOTI_bg01.png') no-repeat center top;
    width: 100%;
    height: 426px;
    position: absolute;
    top:0px;
    min-width: 1374px;
}
.bgPassImg02
{
    background: url('../image/ip2019/ip_NOTI_bg02.png') no-repeat center top;
    width: 100%;
    height: 329px;
    position: absolute;
    top:0px;
    min-width: 1374px;
}
