.resForm {
	width: 1200px;
	margin: auto;
}
.personal {
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-top: 55px;
}
.personal2 {font-size: 14px;}

.personal h2 {
	 font-size: 18px;
    color: #001241;
	 font-weight: 600;
    padding-bottom: 10px;
}

.personal .container {
  border:1px solid #ccc;
  background: #f7f7f7;
  padding: 20px;
  color: #777;
  height: 110px;
  overflow-y: scroll;
  line-height: 24px;
}

.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: #001241;
  padding-bottom: 10px;
  font-weight: 600;
}
.personal2 th {padding: 15px 20px;background: #f7f7f7;font-weight: 500;font-size: 15px;border-top: 1px solid #001241;border-bottom: 1px solid #ccc; color: #001241; text-align: center;}
.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 {
}
@media screen and (max-width: 991px) {
	.resForm {
		width: 100%;
		padding: 0 10px;
	}
	.personal2 {width: 100%; margin: auto;}
	.personal2 td.tit {
	  font-size: 1rem;
	}
	.personal2 th {padding: 15px 10px;background: #f7f7f7;font-weight: 500;font-size: 13px; 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;
	}
}

.reser-area {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 100%;
    margin-top: 50px;
}
.reser-area .tit {
    background: #f8f9fb;
    color: #000;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
}


.register {
  width: 100%;
  text-align: left;
  margin-top: 0px;
  table-layout: auto;
}

.register td.tit {
  font-size: 18px;
  color: #001241;
  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: #001241;
}

.register td.article2 {
  width: 80%;
  border-bottom: 1px solid #ccc;
}

.register td.article2 .textbox {
  border: 1px solid #dddddd;
  height: 40px;
  margin-left: 20px;
  width: 170px;
}

.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;
	pa
}

.submit_btn {
	padding: 10.5px 105px;
  height: 2.9rem;
  line-height: 2.9rem;
  letter-spacing: -.08rem;
  text-align: center;
  background: #ed0a7c;
  color: #fff;
  font-size: 18px;
	outline: none;
	bottom: none;
	border: 0;
	cursor: pointer;
}

.submit_btn2 {
	padding: 10.5px 105px;
  height: 2.9rem;
  line-height: 2.9rem;
  letter-spacing: -.08rem;
  text-align: center;
    background: #666;
    color: #fff;
    font-size: 18px;
    outline: none;
    bottom: none;
    cursor: pointer;
	border: 0;
}

@media screen and (max-width: 991px) {
  .personal td.tit,
  .register td.tit {
    font-size: 1rem;
  }
  .personal h2 {
    font-size: 1rem;
  }
  .personal .container p {
    font-size: 15px;
  }
  .personal .container {
    padding: 15px;
    line-height: 20px;
    font-size: 13px;
  }

  .personal {
    margin: 30px auto;
    width: 100%;
  }

  .personal td.con {
    font-size: 0.85rem;
    padding: 1.5rem;
  }

  .personal td.con span {
    font-size: 1rem;
  }

  .register td.register-txt {
    font-size: 0.85rem;
  }

  .register {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .register td.article1 {
    width: 25%;
  }

  .register td.article2 {
    width: 75%;
  }

  .submit_btn2, .submit_btn {
    width: 35%;
	padding: 9px 30px 11px;
	font-size: 15px;
  }

  .register td.article2 .textbox {
	  width: 80%;
	  margin: 5px 20px;
  }
}









.media-contents {
  padding: 0 0 4rem;
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 990px) {
  .media-contents {
    padding: 0 2rem;
	width: 100%;
  }
}
.media-contents::after {
  content: '';
  display: block;
  clear: both;
}


.media-info-all ul li {
	position: relative;
	width: 380px;
	height: 250px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 40px;
	text-align: left;
	background: #f2f2f2;
	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;
}
.media-info-all ul li:nth-child(2n) {}

.media-info-all ul li:hover {
  border: 5px solid #4F177F;
	transition: all 0.3s ease;
}

.media-info-all ul li:hover .txt_press,.media-info-all ul li:hover .tit {
	color: #4F177F;
}
/* .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;
  }
  */

.ext_button {
    padding: 6px 12px;
    background: #df0066;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
	margin-left: 20px;
}
.ext_button:hover { background: #B2AB99; color: #fff; }
.ext_button:link { color: #fff; }

@media screen and (max-width: 991px) {

	.ext_button {
		display: flex;
		text-align: center;
		justify-content: center;
		margin-top: 10px;
	}
  .media-contents .info_wrap {
    padding: 2rem;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.media-contents .txt_press {
  font-weight: 500;
  font-size: 13pt;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: 2;
  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: #a1a1a1;
  padding-top: 40px;
  font-size: 12px;
}

.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;}


.article2 label {
    margin-left: 20px;
}
@media screen and (max-width: 991px) {
	.article2 label {
		line-height: 26px;
	}
}

@media screen and (min-width: 991px) {
  .is--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .is--pc {
    display: none !important;
  }
}



.notice_sec {
	width: 1200px;
	margin: auto;
}

.notice_sec .news_list {border-top: 1px solid #222;}
.notice_sec .news_list a {display: flex; align-items: center; width: 100%; padding: 30px 50px; border-bottom: 1px solid #e5e5e5; transition: background .3s;}
.notice_sec .news_list a:hover {background-color: #F4F4F4;}
.notice_sec .news_list a .num {position: relative; padding-right: 50px; font-family: "Pretendard-Medium" ,sans-serif; font-size: 28px; font-weight: bold; line-height: 1;}
.notice_sec .news_list a .num::after {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 60px; background-color: #eee;}
/* .notice_sec .news_list a .news_view {display: flex; justify-content: space-between; align-items: center; width: 100%; padding-left: 50px;} */
.notice_sec .news_list a .news_view {padding-left: 50px;}
.notice_sec .news_list a .news_view .title_view {margin-bottom: 20px;}
/* .notice_sec .news_list a .news_view .tit_box .title_view span:first-child {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; font-family: "Pretendard-Medium", sans-serif; line-height: 42px; word-break: break-all; text-overflow: ellipsis;} */
.notice_sec .news_list a .news_view .title_view p {display: inline-block; padding-right: 6px;}
.notice_sec .news_list a .news_view .title_view span:first-child {font-family: "Pretendard-Medium", sans-serif; font-size: 24px; color: #222; line-height: 42px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all; }

.notice_sec .news_list a .news_view .title_view span.file {display: inline-block; width: 24px; height: 24px; background: url("../images/ico-attachments.svg") no-repeat center center/ 24px 24px;transform: translateY(-8px);}
/* .notice_sec .news_list a .news_view .title_view span.link2 {background-image: url("../images/ico-link2.svg");} */
/* .notice_sec .news_list a .news_view .title_view span:nth-child(2) {margin-left: 8px;} */
/* .notice_sec .news_list a .news_view .title_view span:nth-child(3) {margin-left: 2px;} */
.notice_sec .news_list a .news_view .date {font-family: "Pretendard-Medium" ,sans-serif; line-height: 1; color: #727272;}
.notice_sec .file_layout2 .form_input_file .file_area .file_name:first-child {margin-top: 60px;}
.notice_sec .file_layout2 .form_input_file .file_area .file_name span {display: unset; text-overflow: unset; -webkit-line-clamp: unset; -webkit-box-orient: unset;}

@media all and (max-width: 1500px) {
	.notice_sec {
		width: 100%;
		padding: 0 10px;
	}
	.notice_sec .news_list a {padding: 30px 40px;}
}
@media all and (max-width: 1024px) {
	.notice_sec .news_list a {position: relative; padding: 30px;}
	.notice_sec .news_list a .num {padding-right: 40px;}
	.notice_sec .news_list a .news_view {padding-left: 40px;}
}
@media all and (max-width: 768px) {
	.notice_sec .news_list a {position: relative; display: block; padding: 30px 20px;}
	.notice_sec .news_list a .num {font-size: 24px !important;}
	.notice_sec .news_list a .num::after {display: none;}
	.notice_sec .news_list a .news_view {padding-left: 0;}
	.notice_sec .news_list a .news_view .title_view {margin: 16px 0 25px;}
	.notice_sec .news_list a .news_view .title_view span:first-child {font-size: 18px; line-height: 28px;}
	.notice_sec .news_list a .news_view .title_view span.file {width: 20px; height: 20px; margin-left: 2px; background-size: 20px 20px; transform: translateY(-4px);}
	.notice_sec .news_list a .news_view .date {font-size: 14px;}
	.notice_sec .btn_area {margin-top: 40px;}
}
.about_cont2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
}
.about_cont2 .faq_srch {
    width: 300px;
    margin: 0;
}
.form_input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.about_cont2 .faq_srch .form_input input {
    padding: 0 66px 0 40px;
}
.form_input.pop_srch input {
    height: 56px;
    padding: 0 76px 0 40px;
    border-radius: 100px;
}
.form_input input {
    width: 100%;
    height: 48px;
    padding: 0 45px 0 20px;
    color: #222;
    border: 1px solid #ddd;
    font-size: 16px;
}
input[type="text"] {
    background: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form_input.pop_srch .btn_srch {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
	border: 0;
    /* background: #961E1E; */
	background : #4F177E;
    border-radius: 100%;
	cursor: pointer;
}
.form_input.pop_srch .btn_srch img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn_area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
}
.btn_type1 {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 40px;
    min-width: 142px;
    height: 64px;
    line-height: 63px;
    text-align: center;
    vertical-align: top;
    border: 0;
    color: #fff;
    background: #961E1E;
    font-family: "Pretendard-Medium";
}
.n_body .cont {
	margin-top: 20px;
}
.page_info {
  width: 100%;
  color: #888;
  padding: 1rem 2rem;
  border: 1px solid #d1d1d1;
  margin: 50px auto 0;
  letter-spacing: -.04rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page_info li {
	position: relative;
  font-size: 14px;
  color: #878787;
  line-height: 1.1rem;
	padding-left: 15px;
}
.page_info li + li {
  margin-top: 5px;
}

.page_info li::before {
  content: "";
	position: absolute;
	left: 0;
  display: inline-block;
  margin-right: .1rem;
  color: #878787;
  font-size: 14px;
}

@media (max-width: 768px) {
    .about_cont2 {
        flex-direction: column-reverse;
        align-items: normal;
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .about_cont2 .faq_srch {
        width: 100%;
        margin-bottom: 32px;
    }
}


.inner_type2 {max-width: 1200px; margin: 30px auto 0;}
.notice_wrap .n_head {padding-bottom: 60px; border-bottom: 1px solid #E5E5E5;}
.notice_wrap .n_head .info_box {display: flex; align-items: center;}
.notice_wrap .n_head .info_box .cate {position: relative; padding-right: 20px; margin-right: 20px; line-height: 1;}
.notice_wrap .n_head .info_box .cate::before {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 20px; background-color: #E5E5E5;}
.notice_wrap .n_head .info_box .date {font-family: "Pretendard-Medium", sans-serif; color: #727272; line-height: 1;}
.notice_wrap .n_head .tit {margin-top: 50px; font-family: "Pretendard-Medium", sans-serif; font-size: 40px; color: #222; line-height: 60px; word-break: break-all;}
.notice_wrap .n_body {padding: 60px 0 30px; border-bottom: 1px solid #E5E5E5;}
.notice_wrap .n_body p {line-height: 38px; word-break: break-all;}
.notice_wrap .n_body p img {max-width: 100% !important;}
/* .notice_wrap .n_body .txt {line-height: 38px;}
.notice_wrap .n_body .img_box {text-align: center;}
.notice_wrap .n_body .img_box img {max-width: 100%; margin: 4px 0;} */
/* .notice_wrap .form_input_file {margin-top: 23px; margin-bottom: -10px;}
.notice_wrap .form_input_file .file_area {padding-top: 0;}
.notice_wrap .form_input_file .file_area .file_name:first-child {margin-top: 30px;}
.notice_wrap .form_input_file .file_area .file_name {margin-right: 8px;} */

@media all and (max-width: 1024px) {
	.inner_type2 {margin: 30px auto 0;}
}
@media all and (max-width: 768px) {
	/* .inner_type2 {margin: 98px auto 0;} */

	.notice_wrap .n_head {padding-bottom: 32px;}
	.notice_wrap .n_head .info_box .cate {font-size: 16px;}
	.notice_wrap .n_head .tit {margin-top: 40px; font-size: 20px !important; line-height: 30px;}
	.notice_wrap .n_body {padding: 32px 0;}
	.notice_wrap .n_body p {font-size: 16px; line-height: 29px;}
}