

/************** 2022 sub.css ****************/
h1 {
	font-size: 28px;
	color: #697a8d;
}

input[type="text"], 
input[type="button"],
input[type="text"], 
input[type="tel"],
.direct input, 
textarea, 
select {
	width: 100%;
    padding: 15px 20px;				/* ¹æ¼ÛÇùÁ¶ */
	font-size: 16px;
    border: 1px solid #aaaaaf;
    background: #fff;
    vertical-align: top;
}
input[type="text"]:disabled,
select:disabled {
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
	height: 19px;
    line-height: 19px;
	color: #aaa;
	background-color: #f7f7f7;
}
input[type="radio"] {
	margin: 0 5px 0 30px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
textarea {
	height: 70px;
	line-height: 20px;
    text-indent: 0px;
	border: 1px solid #fff;
}
input[type="button"], input[type="submit"] {
	padding: 10px 15px;
	width: 88px;
	color: #fff;
	background: #366bb9;
	border: none;
	cursor: pointer;
}

section.sContent img.left {
	float: left;
	max-width: 100%;
	margin-right: 65px;
	padding: 5px 0 70px 0;
}
section.sContent img.right {
	float: right;
	max-width: 100%;
	margin-left: 65px;
	padding: 5px 0 50px 0;
}

section.sContent img.center {
	display: block;
	max-width: 100%;
	margin: 50px auto;
}
section.sContent font.center, 
section.sContent strong.center, 
section.sContent span.center {
	display: block;
	text-align: center;
}


header div.nvWrap {
	position: relative;
    margin: 0 auto;
    width: 1219px;
}


div#article > h2, section.sContent > h2 {
    display: inline-block;
    padding: 0 0 40px;
    margin: 0;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

/************************* º»¹® °Ë»öºÎºÐ ***************************/

.select-itm {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 23px;
    border: 1px solid #aaaaaf;
    background: url(/image/00_sub/icn_select.png) right 12px center no-repeat;
	background-color: #fff;
    cursor: pointer;
}



.select-itm span {
    display: inline-block;
    height: 25px;
}
ul.select-list {
    display: none;
    position: absolute;
    left: -1px;
	top: 38px;
    width: 101%;
    height: auto;
    border: 1px solid #aaaaaf;
    z-index: 9998;
}
ul.select-list.active {
    display: block;
}
ul.select-list li {
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    border-bottom: 1px solid #aaaaaf;
    background: #fff;
    color: #7D7D7D;
}
ul.select-list li:last-child {
    border-bottom: none;
}
ul.select-list li > a {
    display: inline-block;
	width: 100%;
	height: 100%;
}
div.reg_wrap ul.select-list {
    width: 100%;
}

p.chk_txt {
	margin: 6px 0 0 15px;
    line-height: 18px;
    font-size: 12px;
    color: #dd6620;
    /*
	letter-spacing: -1px;
	*/
}
span.p_txt {
	display: inline-block;
    margin: 5px 0px 10px 10px;
}
p.inputLabel {
	margin: 0.8em 1em 0 0;
}


.chk-label {
	display: inline-block;
	margin-right: 5px;
	padding: 0px 10px;
	height: 24px;
    line-height: 22px;
	font-size: 12px;
	background: #51688c;
	color: #fff;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}



/*************************** ´º½º, °£Áõ ºÎºÐ ***************************/

section.newsHdr {
	margin-bottom: 23px;
	font-size: 18px;
	border-top: 1px solid #a6a6a7;
}
section.newsHdr > div {
	border-bottom: 1px solid #e0e0e3;
	clear: both;
}
section.newsHdr div.tit {
	width: 150px;    
	margin-right: 30px;
	color: #6a768c;
    font-weight: 500;
    text-align: center;
    background: #fbfbfb;
}
section.newsHdr > div > div {
	display: table-cell;
    padding: 12px 27px	
}

a.btn_golink {
	display: inline-block;
	margin-right: 10px;
    margin-bottom: 5px;
	padding: 15px 30px;
    color: #3b54c6;
	font-weight: 600;
    font-size: 24px;
    background: #f7f8fd;
    border: 4px solid #3b54c6;
    border-radius: 5px;
}
a.btn_acty {
    color: #fff;
    background: #3a5393;
    border: 4px solid #3a5393;
}
a.btn_nolink {
    border: 4px solid #e5e5e5;
}
a.btn_dwn {
	display: inline-block;
	margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 20px;
	font-size: 15px;
	font-weight: 600;
    color: #747474;
	background: #fff;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
}
a.btn_dwn::before {
	margin-right: 10px;
	content: "\21E3 ";
	
}
div.btnList {
	position: absolute;
	margin-top: 45px;
	right: 0;
}
div.btnList > a {
	margin-top: 100px;
	padding: 12px 50px;
    color: #fff;
    text-align: center;
	background: #5788da;
}

/*************************** nav ***************************/


header {
	height: 366px;
	border-bottom: none;
	background: url(/image/03_praise/back_header.jpg) center 0 no-repeat;
}
nav {
	padding-top: 10px;
	width: 100%;
	background: none;
}
nav.on, nav.fxd {
	background: #fff;
	border-bottom: 1px solid #e3e2e7;
}
nav div.logo {
    margin-top: 18px;
}
nav div.logo > a {
    background: url(/image/00_main/header_slogo.png) center 0 no-repeat;
	/*
	transition: 1.0s all;
	*/
}
nav.on div.logo > a, nav.fxd div.logo > a {
    background: url(/image/00_main/header_logo.png) center 0 no-repeat;
}
nav ul.mainMenu > li > h2 {
	color: #fff;
}
nav.on ul.mainMenu > li > h2, nav.fxd ul.mainMenu > li > h2 {
	color: #5e779f;
}
nav div.mBtn {
    display: none;
	height: 20px;
}
nav div.sBtn {
	position: absolute;
    right: 0;
    top: 27px;
	height: 20px;
}
nav div.sBtn > a {
	display: inline-block;
	padding-left: 50px;
    height: 33px;
	transition: 1.0s all;
}
nav.on div.sBtn > a, nav.fxd div.sBtn > a {
	transition: 1.0s all;
}
nav div.sBtn > a.src {
	width: 24px;
	background: url(/image/00_main/icn_srh.png) center 0 no-repeat;
}
nav.on div.sBtn > a.src, nav.fxd div.sBtn > a.src {
	width: 24px;
	background: url(/image/00_main/icn_srhOn.png) center 0 no-repeat;
}
nav div.sBtn > a.mn {
	width: 27px;
	background: url(/image/00_main/icn_mn.png) center 0 no-repeat;
}
nav.on div.sBtn > a.mn, nav.fxd div.sBtn > a.mn {
	width: 27px;
	background: url(/image/00_main/icn_mnOn.png) center 0 no-repeat;
}
nav div.sBtn > a.ant {
	width: 25px;
	background: url(/image/00_main/icn_ant.png) center 0 no-repeat;
}
nav.on div.sBtn > a.ant, nav.fxd div.sBtn > a.ant {
	width: 25px;
	background: url(/image/00_main/icn_antOn.png) center 0 no-repeat;
}
nav ul.mainMenu {
    /*
	margin-left: -40px;
	*/
}
aside.navBar ul {
	display: inline-block;
	width: 100%;
    font-size: 16px;
}
aside.navBar ul > li {
	float: left;
	padding: 14px 16px 10px;
}


aside.navBar .navWrap {
	margin-top: -25px;
	margin-bottom: 55px;
}



/*************************** section sSearh °Ë»ö ***************************/


main div.sHeader {
	position: relative;
	/*
	margin-bottom: 75px;
	*/
	border-bottom: 2px solid #a6a6a7;
}
main div.sHeader.bottom75 {
	margin-bottom: 60px;
}
main div.sHeader.bottom0 {
	margin-bottom: 0;
}
main section.sSearh {
	margin-bottom: 23px;
	padding: 30px;
	background: #fbfbfb;
}



/************************* section sContent º»¹® ***************************/

section.sContent {
	/*
	border-top: 1px solid #a6a6a7;
	*/
}

/****************************** ´º½º¸®½ºÆ® css ******************************/
.contents .sub-content > .wrap > .content > .news-srch {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.news-list {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e0e0e3;
}
.news-list:hover, .news-list.on {
	/*
	background-color: #F5FAFD;
	*/
}
.news-list .image{
	display: table-cell;
    position: relative;
	width: 310px;
	min-width: 310px;
    height: 220px;
    vertical-align: top;
	padding: 22px 0 36px 0;
}
.news-list .image > img{
	/*
	width: 275px;
	min-width: 273px;
    min-height: 168px;
	*/
	max-width: 273px;
	width: 273px;
	border: 1px solid #dbdbdc;
}
.news-list .content{
	display: table-cell;
	position: relative;
    padding-top: 36px;
	width: 75%;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.news-list .content > .tit {
	margin: 1px 0 3px 0;
	font-size: 20px;
	font-weight: 500;
	color: #366bb9;

}
.news-list .content > .headerline {
	margin-bottom: 20px;
	font-size: 17px;
}
.news-list .content .script {
	position: absolute;
	width: 100%;
	font-size: 15px;
	bottom: 40px;
	color: #84868a;
}
div.news-list > div.news-content {
    padding: 40px 20px 40px;
}
div.news-list > div.deps1 {
	cursor: pointer;
}
div.news-list > div.news-content .close {
    clear: both;
	margin: 50px auto -40px auto;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	background: #5788da;
	cursor: pointer;
	
	border-radius: 50px 50px 0px 0px;
	-webkit-border-radius: 50px 50px 0px 0px;
	-moz-border-radius: 50px 50px 0px 0px;
	-o-border-radius: 50px 50px 0px 0px;
}
div.news-list > div.news-content .close > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
div.news-list.selet {
    margin-top: -1px;
	padding: 0px 25px;
	border: 3px solid #cad7e9;    
    background: #f5f9ff;
}
.news-list.selet .image {
    width: 285px;
    min-width: unset;
}
.news-list.selet .image > img {
    width: 250px;
}
.script > .day, .script > .sour, .script > .cnum {
	display: inline-block;
	margin-right: 20px;
}
.pagingWap {
	padding-top: 50px;
	text-align: center;
}
.pagingWap .PAGE {
    display: inline-block;	
	margin-right: 4px;
	padding: 3px 3px 5px;
    min-width: 33px;
	border: 1px solid #aaaaaf;
}
.pagingWap .PAGE.sect {
	color: #fff;
	background: #366bb9;
}
.pagingWap .PAGE1 {
	display: inline-block;
    margin-right: 7px;
	padding-top: 4px;
	vertical-align: middle;
}
.serchBtn {
	position: relative;
}
.serchBtn > a {
	position: absolute;
    top: 10px;
	right: 0;
	padding: 8px 35px;
    /*
	border: 1px solid #e0e0e3;
	*/
    background: #366bb9;
    color: #fff;    
}


/************************ ³»¿ë ************************/
.con-head {
	/**/
    margin-top: 10px;
	border-top: 3px solid #5788da;
	
}
.con-head > .scrptRow {
	border-bottom: 1px solid #ccc;
}
.con-head > .scrptRow {
	font-size: 13px;
	/*
	font-weight: bold;	
	*/
}
.con-head span {
	display: inline-block;
	height: auto;
}
.con-head span.tit {
	text-align: center;
	width: 10%;
	background-color: #f7f7f7;
}
.con-head span.txt {
	width: 22%;
}
.con-head span.newsTit {
	margin-left: 10px;
	color: #5788da;
	font-size: 17px;
}
.content > .content {
	font-size: 18px;
    line-height: 28px;
    width: 80%;
    margin: 64px auto;
}
.con-head span.txt > a > span {
    margin-left: 4px;
    padding: 4px;
    width: 20px;
    height: 9px;
    color: #fff;
    font-size: 10px;
    font-family: tahoma;
    line-height: 9px;
    background-color: #FD5799;
    border-radius: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

/*************** ´º½º/»çÁøº¸±â ***************/
.contents div.photo {
	display: inline-block;
    position: absolute;
    right: 1px;
    top: 180px;
}
.contents div.photo > div.wrap {
    position: relative;
    margin-top: 30px;
	line-height: 40px;
}
.contents div.photo > div.wrap > div.icon {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 40px;
    height: 40px;
	background: url(/image/00_main/icn_photo.png) 8px 7px no-repeat;
	background-color: #3a5393;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.contents div.photo > div.wrap > div.text {
	padding-left: 55px;
}
.contents div.photo > div.wrap > div.text > a {
    display: inline-block;
    width: 100%;
    height: 100%;
	font-size: 13px;
    font-weight: bold;

}
div.sSns {
	position: absolute;
	margin: 36px 0 19px 15px;
	width: 230px;
	right: 0;
	top: 0;
	z-index: 1;
}
div.sSns.right {
	position: absolute;
    top: -35px;
	left: unset;
}
div.sSns.right ul > li {
	margin: 0px 0px 0px 8px;
}


/****************************** content page scroll list btn ******************************/
#quick {
	position: absolute;
	right: 0px;
	top: -10px;
	padding: 5px;
	line-height: 17px;
	width: 40px;
	/*
	height: 20px;
	*/
	font-size: 11px;
	text-align: center;
	background: #51688c;
	color: #fff;
}
#quick a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}




ul.msnNavi {
    margin-bottom: 33px;
    display: inline-block;
    width: 100%;
}
ul.msnNavi > li {
	display: inline-block;
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
	font-size: 19px;
	text-align: center;
	border: 1px solid #cbcbcb;
	cursor: pointer;
}
ul.msnNavi > li.on {
	font-weight: bold;
	line-height: 53px;
	color: #39b54a;
	border: 3px solid #39b54a;
}

div#msn1 ul.field > li > span.subTt {
	font-size: 17px;
}
div#msn1 ul.field > li > span.subTt:before, li.off_kind:before, li.amount:before, li.memo:before, li.ann:before {
	content: "*";
	position: absolute;
	top: 8px;
    left: -20px;
    font-size: 30px;
	font-family: "nanumsq";
    font-weight: 600!important;
}
div#msn1 ul.field > li > span.subTt2 {
	position: absolute;
    right: 10px;
}





/****************************** form ÀÔ·ÂºÎºÐ ******************************/

/** ¾ÆÀÌÄÜ icon **/
i.fas, i.fa {
	position: absolute;
    left: 20px;
    top: 15px;
	font-size: 14px;
}
.contents form img.center {
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	width: 100%;
}
.contents form div.reg_wrap {
    margin-top: 50px;
	border: 1px solid #cd6b9b;
}
.contents form ul.field {
	position: relative;
    margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	font-size: 14px;
    text-align: left;
}
.contents form div.reg_wrap ul.field {
	width: 85%;
}
.contents form ul.field > li {
	position: relative;
	display: inline-block;
    width: 100%;
	/*
    margin-top: 30px;
	*/
}
.contents form ul.field > li > label {
	display: block;
    clear: both;
	position: relative;
	margin-bottom: -1px;
	min-height: 50px;
    border: 1px solid #d7d7d7;
	border-top: 1px solid #ededed;
	/*
	font-size: 0;
	*/
    line-height: 0;
    vertical-align: top;
	overflow: hidden;
}
.contents form ul.field > li.memo > label.off {
	height: 85px;
}
.contents form ul.field > li > label:first-child {
	border-top: 1px solid #d7d7d7;
}
.contents form ul.field > li.memo > label.memo {
    height: 255px;
}

.contents form ul.field > li > label > input, 
/*
.contents form ul.field > li.name .inputTypeA > input, 
*/
.contents form ul.field > li.email > .direct input, 
.contents form ul.field > li > label > textarea, 
.contents form ul.field > li > label > select {
	display: block;
	padding-left: 45px;
	/*
	margin-left: 23px;
	margin-top: 8px;
    padding: 12px 0;
	width: 90%;
	height: 15px;
	*/
    
    
    border: 0;
    font-weight: bold;
    color: #5788da;
	background: #fff;
    /*
	text-indent: 13px;
	*/
    vertical-align: top;
}
.contents form ul.field > li > label > input[type="text"]:disabled,
.contents form ul.field > li > label > select:disabled {
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
	height: 19px;
    line-height: 19px;
	color: #aaa;
	background-color: #f7f7f7;
}
.contents form ul.field > li > label > textarea {
	height: 70px;
	line-height: 20px;
	font-family: "Nanum Gothic", Dotum, Sans-Serief;
    text-indent: 0px;
	border: 1px solid #fff;
}
.contents form ul.field > li.name {
	margin-top: 5px;
}
.contents form ul.field.certi > li.name {
    padding-right: 85px;
}
.contents form ul.field > li.birth > label {
	border-top: 1px solid #ededed;
}
.contents form ul.field > li.name .inputTypeA, 
.contents form ul.field > li.name .month_type {
	position: absolute;
    top: 4px;										/* 2022 »õ±³¿ìµî·Ï */
    right: 10px;
	width: auto;
	line-height: 42px;
    font-size: 14px;
    text-align: right;
}
.contents form ul.field > li.name .inputTypeA.dong {
	width: 74px;
	height: 43px;
	border: 1px solid #d7d7d7;
}
.contents form ul.field > li.name .inputTypeA.dong input {
	width: 100%;
	font-weight: bold;
	color: #5788da;
	text-align: center;
	border: none;
}
.contents form ul.field > li.name .month_type {	
    top: 52px;				/* 2022 »õ±³¿ìµî·Ï */
}
.contents form ul.field > li.name span.at{
	/*
	position: absolute;
    top: 50px;
    right: 0px;
    width: 50px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
	*/
}


.contents form ul.field > li.post {
	clear: both;
	margin-top: 5px;
}
.contents form ul.field > li.tel {
	    margin-bottom: 20px;								/* 2022 »õ±³¿ìµî·Ï */			
}
.contents form ul.field > li.post .btn_post {
	display: inline-block;
	position: absolute;
    top: 0;
    right: 0;
	height: 50px;
    margin-left: 2px;
    padding: 12px 25px 16px;
    border: 1px solid #6b84a9;
    background-color: #5999df;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}
.contents form ul.field > li.email > label, .contents form ul.field > li.amount > label {
    float: left;
	width: 40%;
}
.contents form div.reg_wrap ul.field > li.email > label {
	width: 168px;
}
.contents form ul.field > li > span.at {
    float: left;
	width: 32px;
    margin: 5px 0px 10px 8px;
    font-size: 25px;
}
.contents form ul.field > li.email {
	margin: 20px 0;
}
.contents form ul.field > li.email > label {
    min-height: unset;
}
.contents form ul.field > li.email input {
	/*
	padding: 10px 20px;
	*/
}
.contents form ul.field > li.email .direct {
    display: none;
    position: absolute;
	float: left;
	width: 250px;
	left: 300px;
    top: 1px;
    z-index: 99;
}
.contents form div.reg_wrap ul.field > li.email .direct {
	width: 145px;
	left: 220px;
}
.contents form ul.field > li.email .direct span {
    display: block;
    margin-right: 6px;
}
.contents form ul.field > li.email .direct input {
	/*
	border: 1px solid #d7d7d7;
	*/
}
.contents form ul.field div.country, .contents form ul.field div.brench {
	display: inline-block;
	width: 55%;
	height: 30px;
}
.contents form ul.field div.brench {
	float: right;
	width: 44%;
	height: 30px;
	text-align: right;
}
.chk-label {
	display: inline-block;
	margin: 10px 5px 5px 0;
	padding: 0px 10px;
	height: 24px;
    line-height: 22px;
	font-size: 12px;
	background: #51688c;
	color: #fff;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}


.contents form div.reg_wrap .select-itm {
    width: 190px;
}
.select-itm.email {
    width: 336px;
}
.select-itm.amount {
    margin-left: 4px;
	width: 59%;
}
.select-itm.bank {
    border-bottom: none;
}
.select-itm span {
    display: inline-block;
    height: 25px;
}


div.reg_wrap ul.select-list {
    width: 100%;
}

div.country > input[type="radio"], div.brench > input[type="radio"] {
    margin: 0 5px 0 1px;
}
div.inputTypeA > input[type="radio"] {
    margin: 0 5px 0 8px;
}


li.name > div.inputTypeA > input#old, li.name > div.inputTypeA > input#ch_num {
	width: 70px;
    text-align: right;
}
li.name > div.inputTypeA > input#ch_num {
	width: 150px;
}



.contents form ul.field > li.post {
    clear: both;
    margin-top: 18px;								/* 2022 »õ±³¿ìµî·Ï */		
}
div.topen {
	margin-top: 0px;
	font-size: 13px;
}
select#duty, input#old, input#ch_num {
	background: #ECF0F4;
	border: none;
}


.contents form ul.field > li.placeYMD > label > select.txt {
	display: inline-block;
	width: auto;
	height: 43px;
	line-height: 43px;
}
.contents form ul.field > li.placeYMD span.at, 
.contents form ul.field > li.name span.at, 
.contents form ul.field > li.chur span.at {
	display: inline-block;
	margin: 0 10px;
	width: auto;
    line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #a9a9a9;
}






























/************** sub-content ****************/

.contents .sub-content {
	float: right;    
	margin-bottom: 70px;
	width: 79%;
	height: auto;
	background-color: #fff;
	/*
	overflow: hidden;
	border: 1px solid #ccc;
	*/
}

.contents .sub-content > .wrap > .content {
	width: 100%;
	padding: 5%;
	/*
	overflow: hidden;
	font-weight: normal;
	*/
	font-size: 17px;
	line-height: 30px;	
}

.contents .sub-content > .wrap > .content h1 {
	position: relative;
	/*
    display: inline-block;
	*/
	display: block;
}
.contents .sub-content > .wrap > .content h1:before {
	position: absolute;
	top: -8px;
	left: 0px;
	content:"";
	display: inline-block;
	width: 65px;
	height: 2px;
	background-color:#5788DA;
}


.content h2 {
	display: block;
	/*
    display: inline-block;
	*/
    margin-left: 10px;
}
div#article div > div.dept1 {
	display: table-cell;
	margin-bottom: 20px;
	width: 200px;
    text-align: center;	 
}
div#article div > div.dept2 {
	display: table-cell;
	/*
	width: 80%;
	*/
	font-size: 15px;
	padding-left: 30px;
    vertical-align: top;
}
div#article div h2 {
	display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: #5788da;
    color: #fff;
}
div#article div.profile h2 {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
div#article div.creed, div#article div.history, div#article div.profile {
	width: 100%;
    margin: 50px 0 50px 0;
	padding-bottom: 50px;
    border-bottom: 1px solid #ebeff3;
}
div#article div.creed:last-child, div#article div.history:last-child, div#article div.profile:last-child {
    margin-bottom: 0;
	border-bottom: none;
}


div#article > ul#timeTable {
    margin: 30px 0 30px 0;
}
div#article > ul#timeTable > li {
    display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	padding: 5px 0 15px;
	border-bottom: 1px solid #f1f1f1;
}
div#article > ul#timeTable > li.head {
    padding: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
    color: #5788da;
	
	background: #f5f5f5;
	border-top: 2px solid #4789d3;
	border-bottom: 1px solid #e2e2e2;
}
div#article > ul#timeTable > li > ul > li {
    display: inline-block;
	float: left;
	width: 25%;
	height: auto;
}


.contents h1:after {
	display: block;
	width: 50px;
	height: 3px;
	background: #5788DA;
}






/****************************** responsive code ******************************/

@media (max-width: 1280px) {

}
@media (max-width: 1020px) {
	.script > .day, .script > .sour, .script > .cnum {
		display: block;
		width: 100%;
	}
	div#article div.creed, div#article div.history {
		border-bottom: 0;
	}
	div#article > div.creed > div.dept2, div#article div.history > div.dept2 {
		display: block;
		width: 100%;
		padding-left: 0px;
	}
	div#article > div.creed > div.dept1, div#article.history div.history > div.dept1 {
		display: block;
		margin-bottom: 20px;
	    width: 100%;
	}
	div#article > div.creed h2, div#article div.history h2 {
		display: block;
	    border-radius: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		padding-left: 30px;
		
		box-sizing: border-box;
	    -webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
	}
}