.personal {
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin-top: 55px;
}
.personal2 {font-size: 14px;}

.personal h2 {
	font-size: 18px;
	color: #882530;
	font-weight: 600;
	padding-bottom: 10px;
}

.personal .container {
	border:1px solid #ccc;
	background: #f7f7f7;
	padding: 20px;
	color: #777;
	height: 150px;
	overflow-y: scroll;
	line-height: 24px;
	text-align: start;
}

.youtube_info {
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.personal .container p {
	font-weight: 500;
	color: #333;
	font-size: 18px;
}
.personal .container span {display: block;margin: 8px 0;}
.personal .agree {display:flex;justify-content:center;padding: 20px 0;position: relative;}
.personal .agree:after {content: '';width: 100%;height: 0px;background: #ccc;display: block;position: absolute;bottom: 0;}
.personal .agree1 input, .personal .agree2 input {vertical-align: -2px;margin-right: 5px;}
.personal .agree1 {
	color: #666666;text-align: right;
	padding: 0 70px 0 0 ;
}

.personal .agree2 {
	padding: 0;
	color: #666666;
}

.personal2 {width: 100%;text-align: left;margin-top: 40px;}
.personal2 table {width: 100%;}
.personal2 td.tit {
	font-size: 18px;
	color: #882530;
	padding-bottom: 10px;
	font-weight: 600;
}
.personal2 th {
	padding: 15px 20px;
	background: #f7f7f7;
	font-weight: 400;
	border-top: 1px solid #882530;
	border-bottom: 1px solid #ccc;
	color: #882530;
	text-align: center;
	vertical-align: middle;
}

.personal2 th:first-child {border-right: 1px solid #ccc;}
.personal2 td.con {
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 13px;
	color: #777;
}
.personal2 td.con:first-child {
	border-right: 1px solid #ccc;
}
.personal2 .agree {display:flex;justify-content:center;padding: 30px 0;  color: #666666;position: relative;}
.personal2 .agree:after {content: '';width: 100%;height: 1px;background: #ccc;display: block;position: absolute;bottom: 0;}
.personal2 .agree1 input, .personal2 .agree2 input {vertical-align: -2px;margin-right: 5px;}
.personal2 .agree1 {
	text-align: right;
	padding-right: 70px;
}
.personal2 .agree2 {
}

/*.register td.article1 {
	width: 20%;
	background: #f7f7f7;
	padding: 20px 20px;
	border-bottom: 1px solid #ccc;
	color: #001241;
}

.register td.article2 {
	width: 80%;
	border-bottom: 1px solid #ccc;
}
.register td.article2 label {
	margin-left: 20px;
	vertical-align: -webkit-baseline-middle;
}*/

@media screen and (max-width: 991px) {
	.personal2 {width: 100%; margin: auto;}
	.personal2 td.tit {
		font-size: 1rem;
	}
	.personal2 th {
		padding: 40px;
		background: #f7f7f7;
		font-weight: 400;
		font-size: 28px;
		border-top: 1px solid #222;
		border-bottom: 1px solid #ccc;
		letter-spacing: -0.05em;
	}

	.personal2 th:first-child {border-right: 1px solid #ccc;width: 50%;}
	.personal2 td.con {
		font-size: 0.85rem;
		letter-spacing: -0.05em;
		text-align: center;
		border-bottom: 1px solid #ccc;
		background: #fff;
		padding: 20px;
		color: #777;
	}
	.personal2 td.con:first-child {
		border-right: 1px solid #ccc;
	}
}
.register {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	table-layout: auto;
}

.register td.tit {
	font-size: 18px;
	color: #882530;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
	font-weight: 600;
}

.register td.article1 {
	width: 20%;
	background: #f7f7f7;
	padding: 20px 20px;
	border-bottom: 1px solid #ccc;
	color: #882530;
}

.register td.article2 {
	width: 80%;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.register td.article2 label {
	padding-left: 10px;
	width: 60px;
	text-indent: 5px;
	display: inline-flex;
}
.register td.article2 label.pd20 {
	padding-left: 20px;
}
.register td.article2 label.long {
	padding-left: 30px;
	width: 150px;
}
.register td.article2 label.long2 {
	padding-left : 30px;
	width: 150px;
}
.register td.article2 label.long3 {
	padding-left : 30px;
}

.register td.article2 .textbox {
	border: 1px solid #dddddd;
	height: 40px;
	margin-left: 20px;
	width: 170px;
}

.register td.article2 .filebox {
	border: 1px solid #dddddd;
	height: 40px;
	margin-left: 20px;
	width: 340px;
	padding: 7px 20px;
	cursor: pointer;
}

.register td.register-txt {
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
}

.register td.btn_chk {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	margin: 0;
	display: flex;
	justify-content: center;
}

.submit_btn {
	width: 245px;
	height: 55px;
	letter-spacing: -.08rem;
	text-align: center;
	background: #952d37;
	color: #fff;
	font-size: 18px;
	outline: none;
	bottom: none;
	cursor: pointer;
	margin-right: 5px;
	transition: .3s;
}
.submit_btn:hover {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.submit_btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 55px;
	letter-spacing: -.08rem;
	text-align: center;
	background: #666;
	color: #fff;
	font-size: 18px;
	outline: none;
	bottom: none;
	cursor: pointer;
	margin-left: 5px;
	transition: .3s;
}
.submit_btn2:hover {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media screen and (max-width: 991px) {
	.personal td.tit, .register td.tit {
		font-size: 27px;
		font-weight: normal;
	}

	.personal {
		margin: 30px auto;
		width: 100%;
	}

	.personal td.con {
		font-size: 28px;
		padding: 40px;
	}

	.personal td.con span {
		font-size: 1rem;
	}

	.register td.register-txt {
		font-size: 28px;
	}

	.register {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.register td.article1 {
		font-size: 28px;
		padding: 40px;
		width: 25%;
	}

	.register td.article2 {
		width: 75%;
	}

	.submit_btn, .submit_btn2 {
		font-size: 30px;
		width: 270px;
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: center;
		justify-content: center;
	}


	.register td.article2 .textbox {
		width: 80%;
		margin: 5px 20px;
		font-size: 28px;
		height: 70px;
	}
	.register td.article2 .filebox {
		width: 80%;
		margin: 5px 20px;
		font-size: 28px;
		height: 70px;
	}
}









.media-contents {
	padding: 0 0 4rem;
}

@media screen and (max-width: 990px) {
	.media-contents {
		padding: 0 0px;
	}
}
.media-contents::after {
	content: '';
	display: block;
	clear: both;
}


.media-info-all ul li {
	position: relative;
	width: 380px;
	height: 100%;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 20px;
	text-align: left;
	background: #fff;
	float: left;
	color: #0e2a4c;
	border: 5px solid rgba(0,0,0,0);
	/* border-radius: 50px 0 50px 0; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s ease;
	border: 2px solid #e6e6e6;
}
.media-info-all ul li:nth-child(2n) {}

.media-info-all ul li:hover {
	border: 2px solid #e6e6e6;
	transition: all 0.3s ease;
	background: #efece1;
}

.media-info-all ul li:hover .txt_press,.media-info-all ul li:hover .tit {
}
/* .media-info-all ul li:hover {
  border-color: transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #0d1b3d, #3f5574) border-box;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;
  color: #0e2a4c;
} */

@media screen and (max-width: 990px) {
	.media-info-all ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.media-info-all ul li {
		width: 100%;
		margin-right: 0;
	}
	.media-info-all ul li:nth-child(2),.media-info-all ul li:nth-child(4) {margin-top: 0px;}
}

/*
 .media-info-all ul li:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
	 z-index: -1;
    padding: 5px; /* !importantÃƒÂ©
    border-radius: inherit; /* !importantÃƒÂ©
    background: linear-gradient(to right, #9c20aa, #fb3570);
	 opacity: 1;
  }
  */



@media screen and (max-width: 991px) {
	.media-contents .info_wrap {
		padding: 2rem;
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
	}
}
.media-contents .txt_press {
	font-weight: 500;
	font-size: 12pt;
	color: #b2a57c;
	letter-spacing: -0.05em;
	position: relative;
	display:inline;
}
/* .media-contents .txt_press:after {position: absolute;content:"";display: block;width: 100%;height: 2px;background: #d7d7d7;  margin-top: 8px;
} */

.media-contents .tit {
	font-size: 13pt;
	font-weight: 600;
	margin: 20px 0;
	line-height: 26px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	letter-spacing: -0.05em;
	white-space: normal;
	box-sizing: border-box;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
}
.media-info-all ul li.clicked {color: #5877ba;}
@media screen and (max-width: 991px) {
	.media-contents .tit {
		font-size: 1.2rem;
	}
	.media-info-all ul li { padding: 30px; }
}
.media-contents .txt_info {
	color: #333;
	margin-bottom: 10px;
	font-weight: 300;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12pt;
	letter-spacing: -0.05em;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	box-sizing: border-box;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	line-height: 23px;
}

@media screen and (max-width: 991px) {

	.media-contents .txt_info {
		font-size: 1rem;
	}
}
.media-contents .date {
	color: #0e2a4c;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 600;
}

.media-contents .more-button {
	position: absolute;
	left: 22px;
	bottom: 30px;
	transform: translateX(50%);
	width: 31px;
	height: 31px;
	background: url(../../assets/images/sub/news-add-icon.png);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.media-info-all ul li:hover .more-button {
	background: url(../../assets/images/sub/news-add-icon-hover.png);
}


.media-contents .loading-bar {
	width: 100%;
	display: flex;
	justify-content: center;
}

.media-info-all::after {
	content: '';
	display: block;
	clear: both;
}

.media-paging {
	display: flex;
	align-items: center;
	justify-content: center;
}
.media-paging .media-paging__arrow.disabled {
	opacity: .4;
}
.media-paging .media-paging__item {
	margin: 0 10px;
}
.media-paging .media-paging__item.media-paging__number {
	margin: 0 5px;
}
.media-paging .media-paging__number {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.media-paging .media-paging__number.current {
	background: #AE1857;
	color: #ffffff;
}
.pagination {display: flex;justify-content: center;text-align: center;margin: 50px 0; }
.pagination li {margin-right: 20px; color: #ccc; }
.pagination li:last-child {margin-right: 0; }
.num.is-active {color: #0e2a4c;position: relative;}
.num.is-active:after {content:"";display: block;width: 100%;position: absolute;height: 1px;background: #0e2a4c;transition: color 0.5 ease;}



@media screen and (max-width: 991px) {
	.container .row {
		padding: 0 40px;
	}
	.personal h2 {
		font-size: 27px;
		font-weight: normal;
	}

	.personal .container p {
		font-size: 28px;
		line-height: 1.5;
	}
	.personal .container span {
		font-size: 13px;
		line-height: 18px;
	}

	.personal .container {
		padding: 40px;
		height: 300px;
		font-size: 26px;
		line-height: 1.4;
	}
	.personal .container span {
		font-size: 26px;
		line-height: 1.4;
	}

	.personal .agree {
		padding: 40px 0;
	}
	.personal .agree1, .personal .agree2 {
		font-size: 28px;
	}
	.personal .agree1 input, .personal .agree2 input {
		width: 25px;
		height: 25px;
	}

	.board_write_form td input[type='checkbox'], .board_write_form td input[type='radio'], .agree_radio label input {
		width: 25px !important;
		height: 25px !important;
	}
	.register td.article2 label, .register td.article2 label.long, .register td.article2 label.long2, .register td.article2 label.long3 {
		width: unset;
		font-size: 28px;
		align-items: center;
		padding-left: 20px;
	}
}


