/*common*/

* {
  position: relative;
  font-size: 1rem;
}

html,
body {
  width: 100%;
  height: 100%;
  
  /* reset framework css */
  letter-spacing: 0;
}

button {
  border: 0;
  outline: 0;
}

/*main*/

.wrapper {
  width: 100%;
  height: 100%;
}

.content__header {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  
  /* fixed header */
  position: fixed;
  z-index: 999;
  
}

/* fixed header */
.cont__lon__btn{
	padding-top: 54px;
}

.content__wrap__pad{
	padding-top: 54px;
}

/* 2020.10.13 loan info btn */
.content__lon__info__btn{
	display: block;
	width: 100%;
	padding: 10px 0;
}

h1 {
  font: 1rem "NanumBarunGothic", sans-serif;
  text-align: center;
  flex-grow: 2;
  font-weight: 400;
}

.content__wrap {
  padding-bottom: 4rem;
}

button {
  background-color: #fff;
  color: #888888;
  font-weight: 300;
}

.content__wrap > img {
  width: 100%;
  display: block;
}

.content__wrap > img:nth-child(2):not(.youth_imgs) {
  padding: 4rem 0 0 0;
}

.content__wrap > .youth_imgs {
  padding: 3rem 0 0 0;
}

.content__btn_wrap {
  box-sizing: border-box;
  padding: 1rem;
}

.content__sub_button {
  width: 100%;
  border: 1px solid #00428f;
  padding: 1rem 0;
  color: #00428f;
  font-weight: 400;
  border-radius: 0.5rem;
  margin-bottom: 10px;
}

.content__next_button {
  width: 100%;
  background-color: #00428f;
  padding: 1rem 0;
  color: #fff;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  border-radius: 4px 4px 0 0;
}

.content__next_button:active {
  background-color: #002c5e;
}

.content__chart {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

table {
  width: 100%;
}

th,
td {
  font: 1rem "NanumBarunGothic", sans-serif;
  padding: 10px 4px 10px 10px;
  font-size: 1rem;
  line-height: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-collapse: collapse;
  vertical-align: middle;
  word-break: keep-all;
}

th {
  background-color: #27303a;
  color: #fff;
  font-weight: 700;
}

td:first-child {
  background-color: #4b545e;
  color: #fff;
}

.red {
  font-size: 0.8rem;
  color: #ff0000;
}


/* 2020-09-21 notice animation */
#testBlock{
	/* DEV TEST */
	/* border: 2px solid red; */
	border: none;
	padding: 0 5px;
	height: 30px;
	overflow:hidden;
	background:#fff;
	width: 100%;
	font-family:Gulim;
	font-size:17px;
	position: relative;
}

#testTicker {
	float:left;
	width: 100%;
}

#testBlock ul,
#testBlock li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	line-height: 30px;
	align-items: center;
	vertical-align: center;
} 

#testBlock li a {
	display: block;
	height: 100%;
	line-height: 30px;
	color: #00428f;
	text-decoration: none;
}

/* 2020-09-22 맞춤대출 페이지(LON_00000100) 버튼 */
.rptUpload-two-btn:after { display: block; content: ''; clear: both; }
.rptUpload-two-btn li {float:left; list-style:none; width:49%; padding:0; margin:0;}
.rptUpload-two-btn li.center {text-align:center; width:2%;} */
.rptUpload-two-btn { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row; flex-wrap: wrap; padding: 0; margin: 0; }
.rptUpload-two-btn li { flex: 1; padding: 0; margin: 0; padding-top: 20px; list-style:none; line-height: 1;}
.rptUpload-two-btn li a { display: block; line-height: 1;}
.rptUpload-two-btn li + li { margin-left: 2%;}

/* 밑에 margin 필요 유무에 따라 제거예정 */
.mb30 { margin-bottom:5px !important }
