.cpwrap h2.subtith2{
	display:inline-block;
	position:relative;
	padding-left:15px;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom:10px;
}
.cpwrap h2.subtith2::before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	background:#bc2155;
	position:absolute;
	left:0;
	top:12px;
	border-radius:50%;
}
.cpwrap p{
	font-size:16px;
	color:#333;
	line-height:1.6em;
}
.cpwrap .cp2_1_title{
	display: flex;
	width:100%;
	height:100px;
	margin-bottom: 35px;
	background: #bc1c55 url(../img/sub/cp2_1bg.jpg) center right no-repeat;
}
.cpwrap .cp2_1_title p{
	font-size:30px;
	color:#fff;
	padding-left:30px;
	line-height:100px;
}

.cpwrap ul.cplist li{
	float: left;
    margin-left: 1%;
    margin-bottom: 20px;
    background: #dad8d9;
    width: calc(33.33% - 0.7%);
    text-align: center;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.cpwrap ul.cplist li:hover{
	background: #bc1c55;
}
.cpwrap ul.cplist li:first-child,
.cpwrap ul.cplist li:nth-child(4){
	margin-left:0;
}
.cpwrap ul.cplist li a{
	display: block;
	position: relative;
	left: 0;
	top: 0;
	padding: 54px 20px 40px;
	border: 1px solid #dad8d9;
	background: #fff url(../img/sub/cplistlogobg_off.png) right -30px top -30px no-repeat;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	border-radius:30px;
}
.cpwrap ul.cplist li a:hover{
	background: #fff url(../img/sub/cplistlogobg.png) right -30px top -30px no-repeat;
	border: 1px solid #bc1c55;
}
.cpwrap ul.cplist li a::before{
	content:"";
	display:block;
	width:100%;
	height:0;
	background:#dad8d9;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.cpwrap ul.cplist li a:hover::before{
	height:90px;
	background:#bc1c55;
}
.cpwrap ul.cplist li a .img{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 178px;
	height: 204px;
	background: #f0f1f5;
	border: 1px solid #f6f4f4;
	border-radius: 10px;
}
.cpwrap ul.cplist li a .img img{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 80%;
}
.cpwrap ul.cplist li a .name{
	margin-top:35px;
}
.cpwrap ul.cplist li a .name p{
	font-size:20px;
	color:#000;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	position:relative;
	z-index:10;
}
.cpwrap ul.cplist li a:hover .name p{
	color:#fff;
}

.cpwrap table.cptable{
	width:100%;
	border-collapse:collapse;
	text-align:center;
}
.cpwrap table.cptable tr th,
.cpwrap table.cptable tr td{
	padding:10px;
	border:1px solid #ccc;
}
.cpwrap table.cptable thead tr th{
	font-size: 17px;
	color: #5a75a0;
	font-family: 'Noto Sans KR', sans-serif;
	border:1px solid #5a75a0;
	border-top: 2px solid #5a75a0;
	border-bottom: 1px solid #5a75a0;
	background: #e8effa;
	font-weight:500;
}
.cpwrap table.cptable tbody tr td{
	font-size: 15px;
	color: #000;
}
.cpwrap table.cptable tbody tr td.tdleft{
	text-align:left;
}
.cpwrap table.cptable tbody tr th{
	font-size: 15px;
	color: #000;
	background:#f8f9fa;
	font-weight:bold;
}
.cpwrap table.cptable tbody tr td b{
	color:#0c62c4;
	font-weight:bold;
}



.sub_wrap .president_privacy{
	text-align:left;
}
.sub_wrap .president_privacy p{
	text-align:left;
	line-height:1.65em;
	font-size:16px;
}
.sub_wrap .president_privacy .aptopbox{
	border:10px solid #f8f9fa;
	box-sizing:border-box;
	padding:20px;
}
.sub_wrap .president_privacy h1{
	font-size:30px;
	margin-top:20px;
	margin-bottom:10px;
	letter-spacing:-0.02em;
}
.sub_wrap .president_privacy h2{
	color:#126aa3;
	margin-top:50px;
}
.sub_wrap .president_privacy ol{
	margin-top:10px;
	border:1px dashed #ccc;
	padding:10px;
	box-sizing:border-box;
}
.sub_wrap .president_privacy ol li{
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.65em;
	margin-bottom:5px;
}

.cpwrap input.input{
	border: 1px solid #bbb;
	background: #f8f9fa;
	height: 34px;
	padding: 2px 5px;
	box-sizing: border-box;
}
.cpwrap input.input:focus{
	outline:0;
	background:#fff;
	border-bottom:1px solid #175fa4;
}
.cpwrap label{
	cursor:pointer;
}
.cpwrap .cbnupnbtn {
	font-family:'Noto Sans KR', sans-serif;
    display: inline-block;
    margin: 0 10px;
    padding: 0 30px;
    height: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
	border:0;
    background: #175fa4;
    line-height: 42px;
    border-radius: 10px;
	outline:0;
	cursor:pointer;
}
.cpwrap .cbnupnbtn.greybtn{
	background: #666;
}
.cpwrap .cbnupnbtn:hover{
	opacity:0.8;
}
.sub_wrap .pnsbtn{
	font-family:'Noto Sans KR', sans-serif;
    display: inline-block;
    margin-top: 10px;
    padding: 0 20px;
    height: 32px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
	border:0;
    background: #738ba2;
    line-height: 32px;
    border-radius: 5px;
	outline:0;
	cursor:pointer;
}
.sub_wrap .pnsbtn.excel{
	background: #86a273;
}
.sub_wrap .pnsbtn.list{
	background: #666;
}
.sub_wrap .pnsbtn:hover{
	text-decoration:none;
	color:#fff;
	opacity:0.8;
}
.cpwrap h3.subtith3{
    text-align: center;
	width:100%;
	font-size:16px;
}

.cpwrap .dn_btn {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:0px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.cpwrap .dn_btn:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.cpwrap .dn_btn:active {
	position:relative;
	top:1px;
}
.cbnuprof_info{
	width:100%;
	height:400px;
	position:relative;
	box-sizing:border-box;
	margin-top:35px;
}
.cbnuprof_info p.cbpname{
	display:inline-block;
	font-size:40px;
	color:#a7004f;
	padding-left:378px;
	letter-spacing:-0.02em;
}
.cbnuprof_info .cpfibtm_l{
	position:absolute;
	left:60px;
	top:0;
}
.cbnuprof_info .cpfibtm_l .cpfimgbox{
	float:left;
	width:250px;
	height:299px;
	position:relative;
	background:#fff;
	box-shadow:3px 5px 10px rgba(0,0,0,0.15);
}
.cbnuprof_info .cpfibtm_l .cpfimgbox img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.cbnuprof_info .cpfibtm_l ul.profname{
	float:left;
	padding:100px 0 0 72px;
}
.cbnuprof_info .cpfibtm_l ul.profname li p{
	font-size:20px;
	color:#fff;
	font-weight:400;
}
.cbnuprof_info .cpfibtm_l ul.profname li p b{
	display:inline-block;
	width:50px;
	font-weight:600;
}
.cbnuprof_info .cpfibtm_r{
	width:100%;
	height:280px;
	padding:0 40px;
	background:#a7004f url(../img/sub/cpfbg.png) top -20px right -10px no-repeat;
	box-sizing:border-box;
}
.cbnuprof_info .cpfibtm_r .cpfibtnarea{
	position:absolute;
	left:378px;
	top:220px;
}
.cbnuprof_info .cpfibtm_r .cpfibtnarea a.cpfibtn{
	display:inline-block;
	font-size:16px;
	color:#fff;
	font-weight:400;
	padding:5px 20px;
	border:1px solid rgba(255,255,255,0.8);
	box-sizing:border-box;
	padding-right:45px;
	margin-right:10px;
	background:url(../img/sub/downbtn.png) top 9px right 16px no-repeat;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.cbnuprof_info .cpfibtm_r .cpfibtnarea a.cpfibtn.lastbtn{margin-right:0;}
.cbnuprof_info .cpfibtm_r .cpfibtnarea a.cpfibtn:hover{
	border:1px solid #ea1a7b;
	background:#ea1a7b url(../img/sub/downbtn.png) top 9px right 16px no-repeat;
}
/* MEDIA 790 */
@media all and (max-width: 790px) {
	.cbnuprof_info{
		height:700px;
		margin-top:0;
	}
	.cbnuprof_info p.cbpname{
		padding-left:0;
		text-align:center;
		display:block;
	}
	.cbnuprof_info .cpfibtm_l{
		width:96%;
		left:2%;
		top:100px;
	}
	.cbnuprof_info .cpfibtm_l .cpfimgbox{
		float:none;
		margin:0 auto;
	}
	.cbnuprof_info .cpfibtm_l ul.profname{
		padding:30px 0 0 0;
		float:none;
		margin:0 auto;
		width:320px;
	}
	.cbnuprof_info .cpfibtm_l ul.profname li p{
		font-size:16px;
	}
	.cbnuprof_info .cpfibtm_l ul.profname li p b{
		width:44px;
		font-weight:500;
	}
	.cbnuprof_info .cpfibtm_r{
		height:600px;
		width:96%;
		margin:0 auto;
	}
	.cbnuprof_info .cpfibtm_r .cpfibtnarea{
		left:50%;
		top:550px;
		width:100%;
		margin-left:-147px;
	}
}
/* MEDIA 750 */
@media all and (max-width: 750px) {
	.cpwrap .cp2_1_title{
		height:auto;
		background-size:cover;
	}
	.cpwrap .cp2_1_title p{
		line-height:1.3em;
		padding:20px;
	}
	.cpwrap ul.cplist li{
		float:none;
		width:300px;
		margin:0 auto;
		margin-bottom:20px;
	}
	.cpwrap ul.cplist li:first-child,
	.cpwrap ul.cplist li:nth-child(4){
		margin:0 auto;
		margin-bottom:20px;
	}
	.cpwrap img.mi750{width:100%;}
}