@charset "UTF-8";
/*font*/
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  src:url(../font/NotoSansKR-Light.woff);
  src:url(../font/NotoSansKR-Light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 400;
  src:url(../font/NotoSansKR-Regular.woff);
  src:url(../font/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 500;
  src:url(../font/NotoSansKR-Medium.woff);
  src:url(../font/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  src:url(../font/NotoSans-Bold.woff);
  src:url(../font/NotoSans-Bold.woff) format('woff');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;box-sizing: border-box; word-break: keep-all;}
body,button,input,select,table,textarea{font-family:'NotoSansKR',Arial,sans-serif;font-size:1em;font-weight:400;color:#000;line-height:1.3;letter-spacing: -0.08em}
html{height:100%; }
body{height:100%;-webkit-text-size-adjust:none}
button,fieldset,img{border:0 none}
fieldset,img{border:0}
img,li{vertical-align:top}
ol, ul, dl, menu ,li{list-style:none}
address,em{font-style:normal}
a{color:inherit;text-decoration:none;cursor: pointer;}
a:active,a:focus,a:hover{text-decoration:none; }
button{border:0;background:0 0;cursor:pointer}
table{margin:0;padding:0;border:0;border-spacing:0;border-collapse: collapse;}
input,select,textarea,button{vertical-align:top}
input,select,textarea{border:0;background:0;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none}
select::-ms-expand{display:none}
textarea{resize:none;box-shadow:none;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;}
embed,iframe,img,object,video{max-width:100%}
input[type=search]::-ms-clear,input[type=search]::-ms-reveal,input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}
input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}
input[type='text'],input[type='password'],input[type='submit'],input[type='search']{-webkit-appearance:none;border-radius:0;background-color:transparent}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file']{-webkit-appearance:button;border-radius:0}
*,*:before,*:after{box-sizing: border-box;}
form {margin:0;padding:0;}
fieldset {margin:0;padding:0;border:0 none;}
caption,legend { position: static; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); word-break: initial; word-wrap: initial;}
.blind { position: absolute!important; margin: 0 !important; padding: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); word-break: normal; word-wrap: normal;}
.clear {zoom: 1;}
.clear:after {content: ""; display: block; clear: both;}
.fl-l{float:left;}
.fl-r{float:right;}
table { width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; }
body.modal{overflow:hidden;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
button { border: 0 none; background-color: transparent; cursor: pointer; }
embed, iframe, img, object, video { max-width: 100%; }
figure {margin:0;}
img {image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit  */
  image-rendering: crisp-edges;}
/* 입력서식 */
input, button, label, textarea, select {vertical-align:middle; }
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
}
input[type=text][disabled], input[type=password][disabled], input[type=number][disabled], input[type=tel][disabled], input[type=email][disabled], textarea[disabled] {
    background: transparent;
}
input[type=text][readonly=readonly], input[type=password][readonly=readonly], input[type=number][readonly=readonly], input[type=tel][readonly=readonly], input[type=email][readonly=readonly] {
    background: transparent;
}
.select {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea {width:100%; min-height:60px;resize:none;}
select[style], input[style], input[size] {width:auto; min-width:0;}
button, input[type=submit] {border:0; padding:0; cursor:pointer; background:transparent;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
input[type=file] {margin: auto; height:30px;}
input::-webkit-input-placeholder { font-size: 1em;}
input:-moz-placeholder { font-size:1em;}/* Firefox 4-18 */
input::-moz-placeholder { font-size:1em;}/* Firefox 19+ */
input:-ms-input-placeholder { font-size:1em;}/* IE10+ */
input[type=text]::-ms-clear {
  display:none;
}
.mobile {
    display: none !important;
}
.desktophide {
    display: none !important;
}
@media screen and (max-width:1024px) {
	.desktophide{
		display: block !important;
	}
	.desktop{
		display:none !important;
	}
}
@media screen and (max-width:768px) {
	.mobile{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
}
/*focus*/
:focus-visible {
  border-radius: 2px;
  box-shadow: 0 0 0 2px #5f0081;
}
/*checkbox*/
.check_wrap {
    display: inline-block;
    position: relative;
    min-height: 17px;
    line-height: 0;
    box-sizing: border-box;
}
.check_wrap input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
	position:absolute;
	/* clip:rect(0,0,0,0); */
}
.check_wrap input[type="checkbox"] + label:before{
	display:inline-block;
	content:"";
	width: 14px;
  height: 14px;
  background: url(../img/bg_checkbox.png) no-repeat 0 0;
	vertical-align:middle;
	margin-bottom:4px;
	margin-right:8px;
  cursor:pointer;
}
.check_wrap input[type="checkbox"]:checked + label:before{
    background-position: 0 100%;
}
.check_wrap label {
    font-size: 18px;
    line-height: 17px;
    color: #222;
}
.check_wrap input:disabled {
    background-position: 0 0;
}
.check_wrap input:disabled + label {
    color: #bbb;
}
/*radio*/
.radio_wrap{
	font-size:0;
}
.radio_wrap input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background:#b8b8b8;
	cursor:pointer;
}
.radio_wrap input[type="radio"]:checked {
  background:#19539a;
}
.radio_wrap label {
	color:#000;
}
.radio_wrap input[type="radio"]:checked + label{
	color:#19539a;
}
.radiobox_wrap{
	font-size:0;
}
.radiobox_wrap ul li {
  display:inline-block;
  margin-right:13px;
}
.radiobox_wrap input[type="radio"] {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background:url(../img/ico_btn_radio.png) no-repeat;
	cursor:pointer;
	background-position:bottom 0 center;
}
.radiobox_wrap input[type="radio"]:checked {
	background-position:top 0 center;
}
.radio_wrap input[type="radio"]:checked {
	background-position:0 100%;
}

/*file*/
.file_wrap{
	font-size:0;
}
.file_wrap input[type='file']{
	width: 0;
	height: 0;
	padding: 0;
}
.file_wrap label{
	text-align: center;
  cursor: pointer;
	font-size:14px;
	letter-spacing:-0.04em;
	min-width:100px;
	line-height:34px;
	display:inline-block;
	vertical-align:middle;
}

@media screen and (max-width:768px) {
  html{-webkit-text-size-adjust: none;}
  body,html{height:100%}
	.radio_wrap input[type="radio"] {
		width:16px;
		height:16px;
	}
	.file_wrap label{
		min-width:50px;
		font-size:12px;
		line-height:28px;
	}
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }
.w25 {width:25%}
.w33 {width:33.3333%}
.w50 {width:50%}
.w100 {width:100%}
@media screen and (max-width:768px) {
  .mw100 {
    width:100%;
  }
}

/* ============================== reset.css ============================== */
/* 팝업 */
.layerPopup{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100vh;
}
.deemed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:1002;
}
.layerPopup .layerWrap{
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	z-index:1003;
	width: 835px;
}
.layerPopup .layerWrap .pop_wrap{
	position:relative;
}
.layerPopup .layerWrap .tit_wrap{
	border-bottom: 1px solid #b2b2b2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #000;
    line-height: 34px;
    padding-left: 40px;
}
.layerPopup .layerWrap .tit_wrap .tit{
	max-width:calc(100% - 45px);
	flex:1;
}
.layerPopup .layerWrap .con_wrap{
	max-height: calc(100vh - 140px);
	overflow: hidden;
	overflow-y: auto;
	padding: 34px 39px;
}
.layerPopup.type02 .layerWrap .con_wrap{
	padding: 40px;
}
.layerPopup .layerWrap .btn_pop-close{
	width:29px;
	height:29px;
	background:url(../img/sub/btn_pop-close.png) no-repeat;
	position:absolute;
	right:40px;
	top:30px;
}
.layerPopup .btn_wrap button{
	border-radius:5px;
	font-size:16px;
	font-weight:600;
	letter-spacing:-0.02em;
}
@media screen and (max-width: 1024px){
	.layerPopup .layerWrap .con_wrap {
		max-height: calc(100vh - 140px);
		padding: 20px;
	}
	.layerPopup.type02 .layerWrap .con_wrap{
		padding: 20px;
	}
	.layerPopup .layerWrap {
		width: calc(100% - 40px);
	}
	.layerPopup .layerWrap .tit_wrap {
		height: 60px;
		font-size: 20px;
		line-height: 28px;
		padding-left: 20px;
	}
	.layerPopup .layerWrap .btn_pop-close {
		width: 20px;
		height: 20px;
		right: 20px;
		top: 20px;
		background-size: contain;
	}

}
/* 버튼 */
.btn-bn_gray{
	background: #464f58;
	color: #fff;
	transition: all 0.3s;
	border: 1px solid #464f58;
}
.btn_bn-orange {
  border:1px solid #d06b2e;
  background:#d06b2e;
  color:#fff;
  transition: .3s;
}
.btn_bn-orange:hover {
  background:#fff;
  color:#d06b2e;
}
.btn_bn-navy.type02 {
  border:1px solid #395c9b;
  background:#395c9b;
  color:#fff;
  transition: .3s;
}
.btn_bn-navy.type02:hover {
  background:#fff;
  color:#395c9b;
}

.btn_blank {
  display:inline-block;
  transition: .3s;
}
.btn_blank span{
  display:inline-block;
  color:#fff;
}
.btn_blank span::after {
  content:'';
  display:inline-block;
  width:16px;
  height:16px;
  margin-bottom:3px;
  background:url(../img/sub/ico_btn_link.png) no-repeat bottom 0 center;
  background-size: cover;
  vertical-align: middle;
}
.btn_blank:hover span::after {
  background-position:top 0 center;
}
.btn_list {
  display:inline-block;
  border:1px solid #214879;
  background:#214879;
  transition: .3s;
}
.btn_list:hover {
  background:#fff;
}
.btn_list span{
  display:inline-block;
  color:#fff;
}
.btn_list:hover span {
  color:#214879;
}
.btn_list span::before {
  content:'';
  display:inline-block;
  width:15px;
  height:13px;
  margin-bottom:5px;
  background:url(../img/sub/ico_btn_list.png) no-repeat bottom 0 center;
  vertical-align: middle;
}
.btn_list:hover span::before {
  background-position:top 0 center;
}
.btn_bn-navy {
  border:1px solid #464f58;
  background:#464f58;
  color:#fff;
  transition: .3s;
}
.btn_bn-navy:hover {
  background:#fff;
  color:#464f58;
}
.btn_bn-red {
  border:1px solid #db544a;
  background:#db544a;
  color:#fff;
  transition: .3s;
}
.btn_bn-red:hover {
  background:#fff;
  color:#db544a;
}

.btn_bn-blue {
  border:1px solid #4085c3;
  background:#4085c3;
  color:#fff;
  transition: .3s;
}
.btn_bn-blue:hover {
  background:#fff;
  color:#4085c3;
}

.download span{
	display: block;
  width: 100%;
  text-align: left;
  position: relative;
	padding: 0 20px;
}
.download span::after{
	content: '';
	display: inline-block;
	position: absolute;
    right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.download button::after{
	content: '';
	display: inline-block;
	position: absolute;
    right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_bn-red.download span::after{
	background: url(../img/sub/ico_downR.png) no-repeat;
	width: 18px;
	height: 18px;
	background-position: 0 0;
}
.btn_bn-blue.download span::after{
	background: url(../img/sub/ico_downB.png) no-repeat;
	width: 16px;
	height: 16px;
  background-size: cover;
	background-position: 0 0;
}
.btn_bn-blue.download button::after{
	background: url(../img/sub/ico_downB.png) no-repeat;
	width: 18px;
	height: 18px;
	background-position: 0 0;
}
.download:hover span::after{
	background-position: 0 100%;
}
.download:hover button::after{
	background-position: 0 100%;
}
.btn_bn-navy.download.type02 span::after {
  background: url(../img/sub/ico_downN.png) no-repeat bottom 0 center;
  width: 16px;
  height: 16px;
}
.btn_bn-navy.download.type02 button::after {
  background: url(../img/sub/ico_downN.png) no-repeat bottom 0 center;
  width: 16px;
  height: 16px;
}
.btn_bn-navy.download.type02:hover span::after {
  background-position: top 0 center;
}
.btn_bn-navy.download.type02:hover button::after {
  background-position: top 0 center;
}
button.view{
	background: #4085c3;
	color: #fff;
	transition: all 0.3s;
	border: 1px solid #4085c3;
}
button.view:hover{
	background: #fff;
	color: #4085c3;
}
button.view span{
	display: block;
    width: 100%;
    text-align: left;
    position: relative;
	padding: 0 20px;
}
button.view span::after{
	content: '';
	display: inline-block;
	position: absolute;
    right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sub/ico_view2.png) no-repeat;
	width: 18px;
	height: 18px;
	background-position: 0 0;
}
button.view:hover span::after{
	background-position: 0 100%;
}

.btn_print:before {
	display: inline-block;
	content: '';
    width: 16px;
    height: 16px;
    background: url(../img/sub/btn_print.png) no-repeat;
    margin-right: 10px;
	vertical-align: middle;
	background-position: 0% 0%;
}
.btn_print{
	border:1px solid #464f58;
	background: #464f58;
	color: #fff;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_print:hover{
	background:#fff;
	color: #464f58
}
.btn_print:hover:before {
	background-position: 100% 100%;
}

@media screen and (max-width: 1024px) {
.download span::after {
    right: 10px;
  }
  .download span{
    padding: 0 10px;
  }
}
@media screen and (max-width:768px) {
	.btn_bn-red.download span::after{
		width: 16px;
		height: 16px;
		background-size: cover;
	}
	.btn_bn-blue.download span::after{
		width: 13px;
		height: 13px;
	}
	.download span{
		padding: 0 10px;
	}
	.download span::after{
		right: 10px;
	}
}

.paginate{
	margin-bottom: 52px;
}
.paginate ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.paginate ul li{
	font-weight: 500;
	font-size: 20px;
}
.paginate ul li:not(:last-child){
	padding-right: 24px;
}
.paginate ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.paginate ul li a.current{
	color: #2b5db6;
}
.paginate ul li.first a{
	background: url(../img/sub/ico_first.png) no-repeat;
	width: 16px;
	height: 13px;
}
.paginate ul li.prev a{
	background: url(../img/sub/ico_prev.png) no-repeat;
	width: 9px;
	height: 13px;
}
.paginate ul li.last a{
	background: url(../img/sub/ico_last.png) no-repeat;
	width: 16px;
	height: 13px;
}
.paginate ul li.next a{
	background: url(../img/sub/ico_next.png) no-repeat;
	width: 9px;
	height: 13px;
}
@media screen and (max-width: 768px){
	.paginate {
		margin-bottom: 38px;
	}
	.paginate ul li{
		font-size: 16px;
	}
	.paginate ul li:not(:last-child){
		padding-right: 15px;
	}
	.paginate ul li.next a,
	.paginate ul li.prev a{
		width: 7px;
		height: 9px;
		background-size: contain;
		margin-top: 2px;
	}
	.paginate ul li.first a,
	.paginate ul li.last a{
		width: 14px;
		height: 9px;
		background-size: contain;
		margin-top: 2px;
	}
	.paginate ul li.first,
	.paginate ul li.next{
		padding-right: 10px;
	}
}
/* 탭 영역 (화면 따로) */
.tab_button-wrap {
  margin-bottom:50px;
}
.tab_button-list {
  display:flex;
}
.tab_button-list li {
  display:table;
  flex:1;
  height:118px;
  border:1px solid #dadada;
  background:#f3f3f3;
}
.tab_button-list li:not(:last-of-type){
  border-right:none;
}
.tab_container .tab_contents {
  display:none;
}

/* 탭 type_border */
.tab_button-list.type_border li{
    font-size: 20px;
	font-weight: 500;
	background: none;
	border:none;
    border-bottom: 1px solid #c2c2c2;
    color: #000;
    text-align: center;
	flex: 1;
	height: auto;
	position: relative;
}
.tab_button-list.type_border li a{
	display: block;
    width: 100%;
    height: 100%;
    padding:0 6px;
    padding-bottom: 25px;
}
.tab_button-list.type_border li.on{
    color: #084b85;
}
.tab_button-list.type_border li.on::after{
	display: block;
	width: 100%;
	height: 4px;
	background: #084b85;
	content: '';
	position: absolute;
	bottom: 0;
  left:0;
}
.tab_container .tab.list .tab_click .tab_inner {
    width: 100%;
    padding-top: 92px;
}
@media screen and (max-width: 1024px){
	.tab_button-list.type_border {
		max-width: 984px;
		overflow-x: auto;
	}
  .tab_button-list.type_border.no_scroll {
    overflow: initial;
  }
	.tab_button-list.type_border li{
		min-width: 160px;
	}
  .tab_button-list.type_border.no_scroll li {
    min-width:0;
  }
}
@media screen and (max-width: 768px){
	.tab_button-list.type_border li{
		font-size: 18px;
	}
	.tab_button-list.type_border li a{
		padding-bottom: 19px;
	}
}
/* 탭 */

/* 파일 다운 영역 */
.file_down-wrap {
  border-bottom:1px solid #000;
}
.file_down-wrap li {
  display:flex;
  align-items: center;
  min-height:61px;
}
.file_down-wrap li:not(:first-of-type) {
  border-top:1px solid #d1d1d1;
}
.file_down-wrap li .info_txt {
  display:inline-block;
  padding-left:3px;
}
.file_down-wrap li .info_txt::after {
  content:'';
  display:inline-block;
  width:1px;
  height:16px;
  margin:0 7px;
  margin-bottom:-2px;
  background:#cbcbcb;
}
.file_down-wrap li .file_name {
  display:inline-block;
  max-width:calc(100% - 290px);
  color:#666;
}
.file_down-wrap li .file_name:hover {
  text-decoration: underline;
}
.file_down-wrap li .download {
  width:200px;
  height:40px;
  margin-left:auto;
}
.file_down-wrap li .download span {
  padding:0 12px 0 20px;
  font-weight:500;
}
.file_down-wrap .btn_bn-blue.download span::after {
  right:12px;
}
@media screen and (max-width:768px) {
  .file_down-wrap li {
    flex-wrap: wrap;
    padding:17px 0;
  }
  .file_down-wrap li .info_txt {
    font-size:14px;
  }
  .file_down-wrap li .file_name {
    max-width:calc(100% - 70px);
    font-size:14px;
  }
  .file_down-wrap li .download {
    width:100%;
    margin-top:12px;
    padding:0;
  }
  .file_down-wrap li .download span {
    font-size:14px;
  }
  .file_down-wrap .btn_bn-blue.download span::after {
    right:20px;
  }
}
/* 게시판 (모바일 변경) */

.board_list {
  border-top: 2px solid #000;
}
.board_list tr {
  height:62px;
  border-bottom:1px solid #d2d2d2;
}
.board_list tr:hover{
	background: #f6f6f6;
}
.board_list thead {
  background:#f3f3f3;
}
.board_list tr td {
  text-align:center;
  vertical-align: middle;
}
.board_list tr .board_num {
  width:10%;
}
.board_list tr .board_busi_count {
  width:6%;
}
.board_list tr .board_view {
  width:6%;
}
.board_list tr .board_date  {
  width:12%;
}
.board_list tr .board_write_date {
  width:12%;
}
.board_list tr .board_tit {
  padding:0 20px;
  text-align:left;
}
.board_list tr .board_tit.nodata {
  text-align: center;
}
.board_list thead .board_tit {
  text-align:center;
}
.board_list tr td span {
  font-size:18px;
  color:#666;
}
.board_list thead th span {
  font-size:18px;
  color:#000;
  font-weight: 400;
}
.board_list tr .board_tit a {
  display:block;
  overflow: hidden;
  max-width:100%;
  font-size:18px;
  font-weight:500;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#000;
}
.board_list tr .board_tit a:hover {
	color: #4085c3;
  }
.board_list thead .board_tit span {
  font-weight:400;
}
.board_list tr > .board_tit .type_tag {
  font-weight:700;
  color:#000;
}
.board_list tr .board_tit a:hover .type_tag {
  color: #4085c3;
}
.board_t-type {
  width:15%;
}
.board_list tr .notice span{
  display:inline-block;
  width:60px;
  height:32px;
  border-radius: 5px;
  background:#2676bc;
  color:#fff;
  line-height:30px;
  font-size: 16px;
  text-align: center;
}
.board_list tr .board_writer {
  width:12%;
}
.board_list tr .board_whether_open {
  width:10%;
}
.board_list tr .board_status {
  width:12%;
}
.board_list tr .board_status span {
  display:inline-block;
  width:92px;
  height:32px;
  font-size:16px;
  line-height:30px;
}
.board_list tr.no_data {
  justify-content: center;
}
.board_list tr.no_data td {
  font-size:18px;
  font-weight:500;
  text-align: center;
}
.board_list.type_down tr {
  height:73px;
}
.board_btn_down {
  width:25%;
}
.board_btn_down .btn_wrap {
  display:inline-block;
}
.board_btn_down .btn_wrap + .btn_wrap {
  margin-left:20px;
}
.board_list tr > .board_btn_down .btn_wrap > span {
  display:inline-block;
  color:#000;
  line-height: 71px;
}
.board_list tr > .board_btn_down .download{
  display:inline-block;
  width:55px;
  height:32px;
  /*margin-top:-5px;
  margin-left:10px;*//*수정*/
  border-radius: 30px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.news_bid-wrap .board_list tr > .board_btn_down .download{
  margin-top:-5px;
  margin-left:10px;
}
.board_list tr > .board_btn_down .download span {
  position: relative;
  display:inline-block;
  width:16px;
  height:16px;
  padding:0;
  vertical-align: middle;
  text-indent: -9999px;
}
.board_list tr > .board_btn_down .download span::after {
  top:0;
  right:0;
  width:16px;
  height:16px;
  background-size:100%;
  transform:none;
}
.board_list tr > .board_btn_down .download button {
  position: relative;
  display:inline-block;
  width:16px;
  height:16px;
  padding:0;
  vertical-align: middle;
}
.board_list tr > .board_btn_down .download button::after {
  top:0;
  right:0;
  width:16px;
  height:16px;
  background-size:100%;
  transform:none;
}


.reception {
  border:1px solid #2676bc;
  color:#2676bc !important;
}
.checking {
  border:1px solid #db544a;
  color:#db544a !important;
}
.document {
  border:1px solid #d06b2e;
  color:#d06b2e !important;
}
.complete {
  border:1px solid #666666;
  color:#666666 !important;
}
.notes {
  border:1px solid #22978b;
  color:#22978b !important;
}
.thesis {
  border:1px solid #243eae;
  color:#243eae !important;
}
.interview {
  border:1px solid #7a39d2;
  color:#7a39d2 !important;
}
.board_list tr .secret::before {
  content:'';
  display:inline-block;
  width:16px;
  height:19px;
  margin-right:11px;
  background:url(../img/sub/ico_board_secret.png) no-repeat;
}
@media screen and (max-width:1024px) {
  .board_btn_down .btn_wrap + .btn_wrap {
    margin-left:7px;
  }
  .board_list tr > .board_btn_down .download {
    width:40px;
    height:24px;
    margin-left:5px;
    margin-top:-3px;
  }
  .news_bid-wrap .board_list tr > .board_btn_down .download {
  	margin-left:5px;
    margin-top:-3px;
  }
  .board_list tr > .board_btn_down .download span {
    width:13px;
    height:13px;
  }
  .board_list tr > .board_btn_down .download span::after {
    top: -3px;
    width:13px;
    height:13px;
  }
  .board_list tr > .board_btn_down .download button {
    width:13px;
    height:13px;
  }
  .board_list tr > .board_btn_down .download button::after {
    top: -3px;
    width:13px;
    height:13px;
  }
}

@media screen and (max-width:768px) {
  .board_list tr {
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    height:auto;
    padding:22px 3px;
  }
  .board_list thead {
    display:none;
  }
  .board_list tr .board_num {
    display:none;
  }
  .board_list tr .board_tit {
    width: 100%;
    padding:0;
    margin-bottom:10px;
  }
  .board_list tr td {
    display:block;
  }
  .board_list tr .board_write_date {
    display:flex;
    align-items: center;
    width:auto;
  }
  .board_list tr > .board_write_date span {
    font-size:14px;
    color:#000;
  }
  .board_list tr > .board_write_date span + span {
    display:inline-block;
    margin-left:9px;
    color:#666;
  }
  .board_list tr .board_t-type {
    display:flex;
    align-items: center;
    width:auto;
  }
  .board_list tr > .board_t-type span {
    font-size:14px;
    color:#000;
  }
  .board_list tr > .board_t-type span  + span {
    display: inline-block;
    margin-left: 9px;
    color:#666;
  }
  .board_list tr .board_num.notice {
    display:block;
    width:auto;
    margin-bottom:7px;
  }
  .board_list tr .notice span {
    width:46px;
    height:24px;
    font-size:12px;
    line-height:22px;
	text-align: center;
  }
  .board_list tr .board_writer {
    display: flex;
    align-items: center;
    width:auto;
  }
  .board_list tr > td:nth-child(n+3):not(:last-of-type)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px;
    background: #cbcbcb;
  }
  .board_list tr > td.empty::after {
    display: none !important;
  }
  .board_list tr > td.lastline::after {
    display: none !important;
  }
  .board_list tr > .board_writer span {
    font-size:14px;
    color:#000;
  }
  .board_list tr > .board_writer span + span {
    display:inline-block;
    margin-left:9px;
    color:#666;
  }
  .board_list tr .board_status {
    display: flex;
    align-items: center;
    width:auto;
  }
  .board_list tr > .board_status span {
    width:auto;
    font-size:14px;
    color:#000;
  }
  .board_list tr .board_status span + span {
    width:70px;
    height:24px;
    margin-left:9px;
    font-size:12px;
    line-height:22px;
  }
  .board_list tr .board_whether_open {
    display:none;
  }
  .board_list tr > div span {
    line-height: 20.5px;
  }
  .board_list tr .board_busi_count {
    display:flex;
    align-items: center;
    width: auto;
  }
  .board_list tr > .board_busi_count span {
    font-size: 14px;
    color: #000;
  }
  .board_list tr > .board_busi_count span + span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_list tr .board_date {
    display:flex;
    align-items: center;
    width: auto;
  }
  .board_list tr > .board_date span {
    font-size: 14px;
    color: #000;
  }
  .board_list tr > .board_date span + span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_list tr .board_view {
    display:flex;
    align-items: center;
    width: auto;
  }
  .board_list tr > .board_view span {
    font-size: 14px;
    color: #000;
  }
  .board_list tr > .board_view span + span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_list.type_down tr {
    height:auto;
  }
  .board_list tr > .board_btn_down {
    display:flex;
    align-items: center;
    width: auto;
  }
  .board_list tr > .board_btn_down .btn_wrap > span {
    font-size:14px;
    line-height:20.5px;
  }
}
/* 게시판 - 테이블형 */
.board_table {
  border-top:2px solid #000;
}
.board_table .table_list {
  display:table;
  width:100%;
}
.board_table .table_list .tr {
  display:table-row;
}
.board_table .table_list .tr > div {
  display:table-cell;
  border-bottom:1px solid #d2d2d2;
  vertical-align: middle;
}
.board_table .table_list .tr .th {
  width:20%;
  background:#f3f3f3;
  text-align: center;
}
@media screen and (max-width:768px) {
  .board_table .table_list .tr > div {
    display:block;
  }
  .board_table .table_list .tr .th {
    width:100%;
  }
}
/* 테이블 고정형 */
.board_table.overflow {
  overflow-x: auto;
}
.board_table table th {
  border-bottom:1px solid #d2d2d2;
  background:#f3f3f3;
}
.board_table table th:not(:last-of-type) {
  border-right:1px solid #d2d2d2;
}
.board_table table td {
  border-bottom:1px solid #d2d2d2;
}
.board_table table td:not(:last-of-type) {
  border-right:1px solid #d2d2d2;
}

/* 리스트 스타일 */
.dot_list > li::before {
  content:'';
  display:inline-block;
  width:6px;
  height:6px;
  background:#214879;
}
.dot_list.type02 > li::before {
  width:5px;
  height:5px;
  border-radius: 50%;
  background:#000;
}
.dot_list dd::before {
  content:'';
  display:inline-block;
  width:3px;
  height:3px;
  margin-bottom:4px;
  margin-right:4px;
  background:#214879;
}
.dash_list li::before {
  content:'';
  display:inline-block;
  width:4px;
  height:2px;
  margin-right:9px;
  margin-bottom:5px;
  background:#777;
}
/* 서브탑 Start */
.subWrap .sub_textWrap{
	border-top: 1px solid #cbcbcb;
	text-align: center;
	padding: 40px 0;
}
.subWrap .sub_textWrap .title{
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}
.subWrap .sub_textWrap .sub_title{
	font-size: 18px;
	color: #525252;
	letter-spacing: -0.06em;
	margin-top: 20px;
  padding: 0 10px;
}
.subWrap .passWrap{
	background: #084a83;
	color: #fff;
}
.subWrap .passWrap .passInner{
	display: flex;
	justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
	height: 63px;
}
.subWrap .passWrap .passInner .addon{
	display: flex;
	align-items: center;
}
.subWrap .passWrap .passInner .addon .share button.share_btn{
	background: url(../img/sub/ico_share.png) no-repeat;
	width: 21px;
	height: 21px;
}
.subWrap .passWrap .passInner .addon .print button{
	background: url(../img/sub/ico_print.png) no-repeat;
	width: 25px;
	height: 24px;
	margin-left: 30px;
	background-position: 100% 100%;
}
.subWrap .passWrap .passInner .addon .print button:hover{
	background-position: 0 0;
}
.subWrap .passWrap .path_home{
	font-size: 18px;
	font-weight: 500;
    vertical-align: bottom;
	min-width: 175px;
	float: left;
	position: relative;
}
.subWrap .passWrap .path_home::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 37px;
	background: #115a9a;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.subWrap .passWrap .path_home::before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 37px;
	background: #115a9a;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.subWrap .passWrap .path_home a{
	display: block;
    width: 100%;
	padding-left: 29px;
	height: 63px;
    line-height: 63px;
}
.subWrap .passWrap .path_list{
	display: inline-block;
}
.subWrap .passWrap .path_list .path_item .path_panel{
	display: none;
	position: absolute;
	background: #084a83;
	color: #fff;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 10;
}
.subWrap .passWrap .path_list .path_item .path_panel > ul li{
	color: #fff;
    font-size: 16px;
    line-height: 37px;
    width: 100%;
    text-align: left;
}
.subWrap .passWrap .path_list .path_item .path_panel > ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 10px 13px 25px;
	border-bottom: 1px solid #115a9a;
}
.subWrap .passWrap .path_list .path_item{
	float: left;
	min-width: 175px;
	background: url(../img/sub/ico_path_arrow.png) no-repeat center right 15px;
	position: relative;
}
.subWrap .passWrap.all_Search .path_list .path_item::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 37px;
	background: #115a9a;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.subWrap .passWrap .path_list .path_item.no_list{
	background:none;
}
.subWrap .passWrap .path_list .path_item button{
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	padding: 13px 40px 13px 25px;
	width: 100%;
    text-align: left;
}
@media screen and (max-width: 1440px){
	.subWrap .passWrap .passInner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px){
	.subWrap .passWrap .path_list .path_item .path_panel{
		display: none !important;
	}
	.subWrap .passWrap .passInner .addon .print{
		display: none;
	}
	.subWrap .passWrap .path_home a {
		padding-left: 0;
		height: 40px;
		line-height: 40px;
	}
	.subWrap .passWrap .path_list .path_item{
		background: none;
		padding: 0 14px 0 10px;
	}
  .subWrap .passWrap .path_list .path_item:last-of-type {
    padding-right:0;
  }
	.subWrap .passWrap .path_home{
		min-width: auto;
		font-size: 14px;
		padding-right: 14px;
	}
	.subWrap .passWrap .path_list .path_item{
		min-width: auto;
	}
	.subWrap .passWrap .path_home::before,
	.subWrap .passWrap .path_list .path_item:last-child::after{
		display: none;
	}
	.subWrap .passWrap .path_home::after,
	.subWrap .passWrap .path_list .path_item:not(:last-child)::after{
		background: url(../img/sub/ico_path.png) no-repeat center right;
		width: 4px;
		height: 8px;
	}
	.subWrap .passWrap .path_list .path_item button{
		padding: 0;
		line-height: 40px;
		font-size: 14px;
	}
	.subWrap .passWrap .passInner{
		height: 40px;
	}
	.subWrap .passWrap .passInner .addon .share button.share_btn {
		width: 15px;
		height: 16px;
		background-size: contain;
	    margin-bottom: 3px;
	}
}
@media screen and (max-width: 768px){
	.pass_content {
    overflow: hidden;
		flex:auto;
  }
	.subWrap .passWrap .passInner .addon{
		width:20px;
	}
	.subWrap .passWrap .path_list{
		max-width:calc(100% - 58px);
		overflow:hidden;
		text-overflow:ellipsis;
		display:flex;
	}
	.subWrap .passWrap .path_list .path_item,
	.subWrap .passWrap .path_list .path_item button{
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
  .subWrap .sub_textWrap{
		padding: 20px 0 18px;
	}
	.subWrap .sub_textWrap .title{
		font-size: 20px;
	}
	.subWrap .sub_textWrap .sub_title{
		font-size: 13px;
		line-height: 20px;
	  margin-top: 10px;
	}
}
@media screen and (max-width: 425px){
  .subWrap .passWrap .path_home {
    padding-right:10px;
    font-size:12px;
  }
  .subWrap .passWrap .path_list .path_item {
    padding:0 10px 0 6px;
  }
  .subWrap .passWrap .path_list .path_item button {
    font-size:12px;
  }
}
/* 서브탑 End */

/* 글자 색*/
.txt_bl{
	color:#084a83;
	display: inline-block;
}
.txt_bl02{
	color:#004b8d;
}
.contract{
	color: #d06b2e !important;
}
.regular{
	color: #214879 !important;
}
/* 버튼 */
.btn_go-link{
	background:#4085c3;
	border:1px solid #4085c3;
	color:#fff;
	padding:0 20px;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_go-link:after{
	display:inline-block;
	content:"";
	width:16px;
	height:16px;
	background:url(../img/sub/ico_btn_link.png) no-repeat bottom center;
	background-size:16px;
	margin:0 0 4px 36px;
	vertical-align:middle;
}
.btn_go-link:hover{
	background:#fff;
	color:#4085c3;
}
.btn_go-link:hover:after{
	background-position:top center;
}
.btn_go-link.type02 {
  border:1px solid #db544a;
  background:#db544a;
}
.btn_go-link.type02:hover {
  background:#fff;
  color:#db544a;
}
.btn_go-link.type02::after {
  background:url(../img/sub/ico_btn_link_v2.png) no-repeat bottom 0 center;
}
.btn_go-link.type02:hover::after {
  background:url(../img/sub/ico_btn_link_v2.png) no-repeat top 0 center;
}
.btn_file-down{
	display:inline-block;
	min-width:190px;
	padding:0 40px 0 20px;
	background:#464f58 url(../img/sub/ico_downW.png) no-repeat right 20px center;
	vertical-align:middle;
	border:1px solid #464f58;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	color:#fff;
	text-align:left;
}
.btn_file-down:hover{
	color:#464f58;
	background:#fff url(../img/sub/ico_downG.png) no-repeat right 20px center;
}
.btn_prev{
	border:1px solid #dbdbdb;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_prev:hover{
	background:#dbdbdb;
}
.btn_save{
	border:1px solid #4085c3;
	background:#4085c3;
	color:#fff;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_save:hover{
	color:#4085c3;
	background:#fff;
}
.btn_fix{
	border:1px solid #464f58;
	background:#464f58;
	color:#fff;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_fix:hover{
	color:#464f58;
	background:#fff;
}
.btn_depblue{
	border:1px solid #dadada;
	background:#fff;
	color:#000;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_depblue.on{
	color:#fff;
	background:#495e79;
}
.btn_remove{
	border:1px solid #db544a;
	background:#db544a;
	color:#fff;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_remove:hover{
	color:#db544a;
	background:#fff;
}
.btn_prev:before,
.btn_save:before,
.btn_fix:before,
.btn_remove:before,
.btn_reply::before,
.btn_write::before{
	display:inline-block;
	content:"";
	vertical-align:middle;
}
.btn_prev:before{
	width:16px;
	height:14px;
	background:url(../img/sub/ico_btn-prev.png) no-repeat;
	margin:0 10px 3px 0;
}
.btn_save:before{
	width:17px;
	height:17px;
	background:url(../img/sub/ico_btn-save.png) no-repeat;
	margin:0 8px 3px 0;
}
.btn_save:hover:before{
	background-image:url(../img/sub/ico_btn-save-on.png);
}
.btn_fix:before{
	width:18px;
	height:16px;
	background:url(../img/sub/ico_btn_fix.png) no-repeat;
	margin:0 8px 3px 0;
}
.btn_fix:hover:before{
	background:url(../img/sub/ico_btn_fix-on.png) no-repeat;
}
.btn_remove:before{
	width:16px;
	height:17px;
	background:url(../img/sub/ico_btn_remove.png) no-repeat;
	margin:0 8px 3px 0;
}
.btn_remove:hover:before{
	background:url(../img/sub/ico_btn_remove-on.png) no-repeat;
}
.btn_reply,
.btn_write{
  -webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.btn_reply::before,
.btn_write::before {
  width:18px;
  height:18px;
}
.btn_reply:hover::before,
.btn_write:hover::before {
  background-position-y: 100%;
}
.btn_reply {
  border:1px solid #000;
}
.btn_reply:hover {
  border:1px solid #dadada;
  background:#8e8e8e;
  color:#fff;
}
.btn_write {
  border:1px solid #4085c3;
  background:#4085c3;
  color:#fff;
}
.btn_write:hover {
  border:1px solid #4085c3;
  background:#fff;
  color:#4085c3;
}
.btn_reply::before {
  margin: -2px 5px 2px -5px;
  background:url(../img/sub/ico_btn_reply.png) no-repeat;
}
.btn_write::before {
  margin:0 7px 0 0;
  background:url(../img/sub/ico_btn_write.png) no-repeat;
}
@media screen and (max-width:768px){
	.btn_go-link{
		position:relative;
		padding-right:40px;
		text-align:left;
	}
	.btn_go-link:after{
		position:absolute;
		right:20px;
		top:50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	.btn_file-down{
		background-size:16px;
		background-position:right 10px center;
		padding:0 30px 0 10px;
	}
	.btn_file-down:hover{
		background-position:right 10px center;
		background-size:16px;
	}
	.btn_prev:before{
		width:15px;
		height:14px;
		background-size:15px auto;
		margin:0 8px 4px 0;
	}
	.btn_save:before{
		width:15px;
		height:15px;
		background-size:15px;
		margin:0 7px 3px 0;
	}
	.btn_save:hover:before{
		background-image:url(../img/sub/ico_btn-save-on.png);
	}
}
/* 레이어팝업 패스워드 확인 */
.layerPopup .password_confirm-wrap .layerWrap {
  width:320px;
}
.layerPopup .password_confirm-wrap .layerWrap .tit_wrap {
  height:60px;
  padding-left:20px;
}
.layerPopup .password_confirm-wrap .layerWrap .tit_wrap .tit {
  font-size:20px;
}
.layerPopup .password_confirm-wrap .layerWrap .btn_pop-close {
  top:20px;
  right:20px;
  width:20px;
  height:20px;
  background-size:100%;
}
.layerPopup .password_confirm-wrap .layerWrap .con_wrap {
  padding:20px 20px 30px;
}
.password_confirm-wrap .layerWrap .con_wrap .password_desc {
  display:block;
  font-size:18px;
  font-weight:500;
  text-align:center;
}
.password_confirm-wrap .layerWrap .con_wrap .input_wrap {
  display:flex;
  margin-top:20px;
}
.password_confirm-wrap .layerWrap .con_wrap .input_wrap input[type='password'] {
  width:220px;
  height:40px;
  padding:10px;
  border:1px solid #c1c1c1;
}
.password_confirm-wrap .layerWrap .con_wrap .input_wrap .btn_bn-navy{
  width:60px;
  height:40px;
  font-size:14px;
}

.red{
	color: #db544a !important;
}
.orange{
	color: #d06b2e !important;
}
.blue{
	color: #084a83 !important;
}
.blue.type02{
	color: #395c9b !important;
}
.gray{
	color: #767676 !important;
}
.black{
	color: #000 !important;
}

/* 이메일 무단수집거부 팝업 */
.email_coll-pop .layerWrap{
	max-width:868px;
	width:100%;
	border:4px solid #084b85;
}
.email_coll-pop .layerWrap .tit_wrap{
	height:88px;
}
.email_coll-pop .layerWrap .btn_pop-close{
	top:30px;
}
.email_coll-pop .layerWrap .con_wrap{
	padding:40px 25px 29px;
}
.email_cont-pop{
	font-size:20px;
	line-height:36px;
	letter-spacing:-0.04em;
	text-align:center;
}
.email_cont-pop .txt:before{
	display:block;
	content:"";
	width:112px;
	height:112px;
	background:url(../img/ico_mail.png) no-repeat;
	margin:0 auto 26px;
}
.email_cont-pop .txt_bl{
	color:#004b8d;
	display:inline;
}
@media screen and (max-width:1024px){
	.email_coll-pop .layerWrap{
		max-width:none;
		width:calc(100% - 40px);
		border-width:2px;
	}
	.email_coll-pop .layerWrap .tit_wrap{
		height:58px;
		padding-left:18px;
	}
	.email_coll-pop .layerWrap .btn_pop-close{
		top:18px;
		right:18px;
	}
	.email_coll-pop .layerWrap .con_wrap{
		padding:30px 5px 21px;
	}
	.email_cont-pop{
		font-size:16px;
		line-height:28px;
	}
	.email_cont-pop .txt:before{
		margin-bottom:16px;
	}
	.email_cont-pop .txt br{
		display:none;
	}
}
.nodata{
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}
p.nodata{
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width:768px){
  .nodata{
    font-size: 16px;
  }
}
