/* 관심고객등록 */
.agree-txt {position:relative; margin: 80px 0 30px;}
.agree-txt h2, .per-info h2  {display:block;position:relative;line-height:37px;font-weight:500;padding-bottom:10px;letter-spacing:-2px;font-size:28px;color:#000;}
.agree-txt .txt_area {position:relative;display:block;border:1px solid rgb(201, 201, 201);font-size:16px;color:#666;padding:20px 10px;}
.agree-txt .txt_area .tbox {position:relative;height:176px;overflow-y:auto;letter-spacing:-0.5px;padding:0 10px;}
.agree-txt .txt_area h1 {display:none;}
.agree-txt .txt_area dl dt {display:block;text-align:left;font-size:20px;letter-spacing:-1px;font-weight:300;color:#333;padding:20px 0 10px;font-weight:400;}
.agree-txt .txt_area dd ul {padding-top:10px;}
.agree-txt .txt_area dd ul li {display:block;position:relative;line-height:1.3;padding:5px 0 5px 20px;}
.agree-txt .txt_area dd ul li:before {content:'-';display:block;position:absolute;left:0;top:5px;}
.agree-txt .txt_area dd p {font-weight:500;padding:10px 0 5px;}
.agree-txt .agree-box {position:relative;padding:20px 0;text-align:center;}
.agree-txt .agree-box span {display:inline-block;position:relative;padding-right:30px;}
.agree-txt .agree-box input[type="radio"] {display:none;}
.agree-txt .agree-box input[type="radio"] + label{
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  letter-spacing: -1px;
  cursor: pointer;
}

.agree-txt .agree-box input[type="radio"] + label:before{
  content:'';
  display:block;
  width:22px;
  height:22px;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  border:2px solid #cfcfcf;
  border-radius:50%;
  background:#fff;
  box-sizing:border-box;
}

.agree-txt .agree-box input[type="radio"]:checked + label:before{
  border:2px solid #195495;
}

.agree-txt .agree-box input[type="radio"]:checked + label:after{
  content:'';
  display:block;
  position:absolute;
  left:6px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  background:#195495;
  border-radius:50%;
}
.agree-txt .agree-box .bt-agree-info {display:block;position:absolute;left:504px;top:13px;border-bottom:1px solid #a59487;padding-bottom:10px;}
.agree-txt .agree-box .bt-agree-info span {color:#a59487;font-size:18px;letter-spacing:-1px;}
.per-info  {margin-top: 20px; opacity: 1;}
.per-info > p {display:block;position:absolute;right:0;top:20px;font-size:14px;}
.per-info > p > span {color:#a3131b;font-weight:700;}
.per-info table {border-top:2px solid #0b2a66;;width:100%;border-collapse:collapse;border-spacing:0; }
.per-info table th, 
.per-info table td {
  border-bottom:1px solid #ddd;
  font-size:18px;
  color:#000;
  letter-spacing:-1px;
  font-weight:300;
  padding:20px 20px 20px 28px;
}
.per-info table tr:last-child th, 
.per-info table tr:last-child td {border-bottom:1px solid #a59487;}
.per-info table th {background:#f5f5f5;font-weight:400;text-align:left;}
.per-info table th span {display:inline-block;color:#a3131b;font-weight:500;padding-right:7px;padding-left:10px;}
/*.per-info table tr:last-child th {padding-left:37px;}*/
.per-info table td span {display:inline-block;font-size:14px; font-weight:400;padding-left:5px;}
.per-info input[type="text"] {display:inline-block;line-height:44px;padding:0 10px;width:275px;border:1px solid #ccc;vertical-align:middle;outline: none;box-sizing:border-box;}
.per-info input[type="text"]:focus{ border:1px solid #ae746e;}
.per-info .tx {position:relative;padding-top:10px;}
.per-info .tx ul li {display:block;position:relative;padding-left:20px;font-size:14px;color:#0b2a66;}
.per-info .tx ul li:before {content:'※';position:absolute;left:0;top:0;}
.per-info .bt-send {display:block;margin:60px auto 100px;width:400px;height:66px;line-height:66px;color:#fff;text-align:center;background:#0b2a66;;font-size:22px;font-weight:700;}


/* =========================
   홍보센터 - 관심고객등록
========================= */
.register-page .register-inner{
  max-width: 1100px;
}

.register-page .register-board{
  margin-top: 8px;
}

/* 섹션 제목 */
.register-page .per-info{
  position: relative;
  margin-top: 0;
  opacity: 1;
}

.register-page .per-info h2,
.register-page .agree-txt h2{
  display: block;
  margin: 0 0 14px;
  padding-bottom: 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #111;
}

.register-page .per-info > p{
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
  color: #666;
}

.register-page .per-info > p > span{
  color: #195495;
  font-weight: 700;
}

/* 테이블 */
.register-page .per-info table{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #222;
}

.register-page .per-info table th,
.register-page .per-info table td{
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 20px 20px 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.register-page .per-info table th{
  background: #f8f8f8;
  text-align: left;
  font-weight: 600;
}

.register-page .per-info table th span{
  color: #195495;
  padding-right: 6px;
  padding-left: 0;
}

.register-page .per-info input[type="text"]{
  display: inline-block;
  width: 320px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  outline: none;
}

.register-page .per-info input[type="text"]:focus{
  border-color: #195495;
}

/* 약관 */
.register-page .agree-txt{
  position: relative;
  margin: 44px 0 0;
}

.register-page .agree-txt .txt_area{
  display: block;
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  font-size: 15px;
  color: #666;
  padding: 18px 18px;
}

.register-page .agree-txt .txt_area .tbox{
  height: 190px;
  overflow-y: auto;
  padding: 0 6px 0 2px;
  letter-spacing: -0.02em;
}

.register-page .agree-txt .txt_area dl dt{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
  padding: 18px 0 8px;
}

.register-page .agree-txt .txt_area dd p{
  font-weight: 600;
  padding: 10px 0 4px;
}

.register-page .agree-txt .txt_area dd ul li{
  line-height: 1.6;
  padding: 4px 0 4px 18px;
}

/* 동의박스 */
.register-page .agree-txt .agree-box{
  padding: 22px 0 0;
  text-align: center;
}

.register-page .agree-txt .agree-box span{
  display: inline-block;
  padding-right: 24px;
}

.register-page .agree-txt .agree-box span:last-child{
  padding-right: 0;
}




/* 하단 안내문 */
.register-page .register-note{
  margin-top: 28px;
}

.register-page .register-note ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.register-page .register-note ul li{
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #777;
}

.register-page .register-note ul li:last-child{
  margin-bottom: 0;
}

/* 버튼 */
.register-page .per-info .bt-send{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px auto 0;
  width: 360px;
  max-width: 100%;
  height: 58px;
  line-height: 58px;
  background: #195495;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.register-page .per-info .bt-send:hover{
  background: #123a66;
}


.news-box {position:relative;overflow:hidden;}
.news-box .posts {position:relative;line-height:2;color:#a0a0a0;font-size:20px;text-align:left;}
.news-box .posts span {color:#222;font-weight:500;}
.news-box ul {position:relative;border-top:2px solid #333;}
.news-box ul li {position:relative;display:block;border-bottom:1px solid #e5e5e5;}
.news-box ul li a {position:relative;display:block;}
.news-box ul li a .num {display:block;position:absolute;left:0;top:0;width:100px;text-align:center;line-height:130px;font-size:30px;color:#a0a0a0;font-weight:500;}
.news-box ul li a .category {display:block;position:absolute;left:100px;top:27px;background: #0b2a66;color:#fff;width:160px;line-height:74px;font-size:20px;font-weight:400;text-align:center;}
.news-box ul li a .tit {display:block;margin-left:300px;width:830px;font-weight:500;color:#333;font-size:24px;line-height:130px;letter-spacing:-1px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news-box ul li a .date {display:block;position:absolute;right:0;top:0;width:150px;line-height:130px;font-size:20px;color:#a0a0a0;}

/* ✅ PC에서도 제목 28자(대략 28ch) 넘으면 ... 처리 */
.news-box ul li a .tit{
  width: auto;        /* 기존 830px 폭 해제 */
  max-width: 39ch;    /* 보이는 글자 폭 조정 */
}


/* =========================
   언론보도 - 더블뷰 한강 톤 보정
========================= */
.press-page .news-box{
  position: relative;
  overflow: hidden;
}

.press-page .news-box .posts{
  line-height: 1.8;
  color: #888;
  font-size: 15px;
  text-align: left;
}

.press-page .news-box .posts span{
  color: #222;
  font-weight: 600;
}

.press-page .news-box ul{
  border-top: 1px solid #222;
}

.press-page .news-box ul li{
  border-bottom: 1px solid #ececec;
}

.press-page .news-box ul li a{
  display: block;
  min-height: 108px;
}

.press-page .news-box ul li a .num{
  width: 72px;
  line-height: 108px;
  font-size: 18px;
  color: #aaa;
  font-weight: 500;
}

.press-page .news-box ul li a .category{
  left: 72px;
  top: 28px;
  width: 116px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  background: #195495;
  color: #fff;
}

.press-page .news-box ul li a .tit{
  margin-left: 220px;
  max-width: none;
  width: calc(100% - 360px);
  font-weight: 500;
  color: #333;
  font-size: 18px;
  line-height: 108px;
  letter-spacing: -0.02em;
}

.press-page .news-box ul li a .date{
  width: 120px;
  line-height: 108px;
  font-size: 15px;
  color: #999;
}

/* 페이징 */
.press-page .paginate{
  margin-top: 32px;
}

.press-page .paginate a{
  color: #666;
}


.press-page .paginate a.on{
  color: #111 !important;
}


/* 페이징 */
.paginate {margin-top:40px;font-size:0;text-align:center;}
.paginate a {display:inline-block;position:relative;width: 32px;height: 32px;box-sizing:border-box;font-size:16px;line-height: 32px;text-align:center;vertical-align:top;transition:all 0.4s;}
.paginate a.on {width:32px;height:32px;color:#111;font-weight:700;}
.paginate a.next {width: 35px;height: 35px;margin-left:15px;background:url(../images/icon_next.png) center no-repeat;background-size: 15px 15px;overflow:hidden;text-indent:-999999px;}
.paginate a.pre {width: 35px;height: 35px;margin-right:15px;background:url(../images/icon_prev.png) center no-repeat;background-size: 15px 15px;overflow:hidden;text-indent:-999999px;}



@media(max-width:640px){
	.agree-txt h2, .per-info h2 {font-size:1.6rem;}
	.agree-txt .txt_area {font-size:1.2rem;}
	.agree-txt .txt_area dl dt {font-size:1.4rem;}
	.per-info table colgroup {display:none;}
	.per-info table th {
		width:calc(200/ 640 * 100vw) !important;
		font-size:1.3rem;
		padding:14px 12px 14px 16px;
	}
	.per-info table td {
		width:calc(540/ 640 * 100vw);
		padding:14px 12px 14px 16px;
		box-sizing:border-box;
	}
	.per-info input[type="text"] {width:90%;}
	.per-info .bt-send {display:block;margin:60px auto 100px;width:90%;height:66px;line-height:66px;color:#fff;text-align:center;background:#0b2a66 ;;font-size:22px;font-weight:700;}

	.register-page .register-board{
	margin-top: 4px;
	}

	.register-page .per-info h2,
	.register-page .agree-txt h2{
	margin-bottom: 10px;
	font-size: 20px;
	}

	.register-page .per-info > p{
	position: static;
	margin: 0 0 14px;
	font-size: 13px;
	text-align: left;
	}

	.register-page .per-info table colgroup{
	display: none;
	}

	.register-page .per-info table th,
	.register-page .per-info table td{
  	padding: 14px 12px 14px 16px;
  	font-size: 14px;
	}

	.register-page .per-info table th{
	width: 120px !important;
	}

	.register-page .per-info input[type="text"]{
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	}

	.register-page .agree-txt{
	margin-top: 34px;
	}

	.register-page .agree-txt .txt_area{
	padding: 14px 12px;
	font-size: 13px;
	}

	.register-page .agree-txt .txt_area .tbox{
	height: 160px;
	padding-right: 4px;
	}

	.register-page .agree-txt .txt_area dl dt{
	font-size: 15px;
	padding: 14px 0 6px;
	}

	.register-page .agree-txt .agree-box{
	padding-top: 18px;
	}

	.register-page .agree-txt .agree-box input[type="radio"] + label{
	font-size: 14px;
	padding-left: 28px;
	}

	.register-page .register-note{
	margin-top: 22px;
	}

	.register-page .register-note ul li{
	font-size: 12px;
	line-height: 1.7;
	}

	.register-page .per-info .bt-send{
	margin-top: 40px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	}

	.register-page .per-info h2,
	.register-page .agree-txt h2{
  		text-align: center;
	}


	.news-box .posts {font-size:1.4rem;}	
	.news-box ul li a .num {width:60px;font-size:1.4rem;line-height:80px;}
	.news-box ul li a .category {left:60px;top:20px;width:inherit;line-height:1;font-size:1.2rem;color:#666;background:transparent;color:#0b2a66;}
	.news-box ul li a .tit {margin-left:60px;width:80%;font-size:1.4rem;line-height:80px;top:10px;}
	.news-box ul li a .date {display:none;}

	 .press-page .news-box .posts{
    font-size: 13px;
    line-height: 1.7;
  }

  .press-page .news-box ul{
    border-top: 1px solid #222;
  }

  .press-page .news-box ul li a{
    min-height: 82px;
  }

  .press-page .news-box ul li a .num{
    width: 44px;
    font-size: 13px;
    line-height: 82px;
  }

  .press-page .news-box ul li a{
    min-height: 92px;
    padding: 14px 8px 14px 0;
    box-sizing: border-box;
  }

  .press-page .news-box ul li a .num{
    width: 44px;
    font-size: 13px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  .press-page .news-box ul li a .category{
    position: static;
    display: block;
    margin-left: 44px;
    margin-bottom: 6px;
    width: auto;
    line-height: 1.2;
    font-size: 11px;
    background: transparent;
    color: #195495;
    font-weight: 600;
    text-align: left;
  }

  .press-page .news-box ul li a .tit{
    position: static;
    top: auto;
    display: block;
    margin-left: 44px;
    width: calc(100% - 56px);
    max-width: none;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 8px;
    box-sizing: border-box;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    text-align: left;
  }

  .press-page .news-box ul li a .date{
    display: none;
  }

  .press-page .paginate{
    margin-top: 22px;
  }


}