@charset "utf-8";

/* -----------------------------------	new  -------------------------------------------------*/
/*블릿 네비게이션*/
/* No Touch devices */
.cd-nav-trigger {  display: none;}
.no-touch #cd-vertical-nav {  position: fixed;  right: 40px;  top: 50%;  bottom: auto;  z-index: 1;
  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); transform: translateY(-50%);}
.no-touch #cd-vertical-nav li {  text-align: right;}
.no-touch #cd-vertical-nav a {  display: inline-block; -webkit-backface-visibility: hidden;
  backface-visibility: hidden;}
.no-touch #cd-vertical-nav a:after {  content: "";  display: table;  clear: both;}
.no-touch #cd-vertical-nav a span {  display: inline-block; float: right;
  -webkit-transform: scale(0.6);  -moz-transform: scale(0.6);  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);  transform: scale(0.6);}
.no-touch #cd-vertical-nav a:hover span {  -webkit-transform: scale(1); -moz-transform: scale(1);
  -ms-transform: scale(1); -o-transform: scale(1);  transform: scale(1);}
.no-touch #cd-vertical-nav a:hover .cd-label, .no-touch #cd-vertical-nav a.is-selected .cd-label {
	opacity: 1;}

.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: #116cb6;box-sizing: border-box;}
.no-touch #cd-vertical-nav .cd-dot, .no-touch #cd-vertical-nav .cd-label{
  vertical-align: top; line-height: 1.1;}
.no-touch #cd-vertical-nav .cd-dot { position: relative;  top: 8px;
  height: 12px; width: 12px; border-radius: 50%; background-color: #a5a5a5;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;  transform-origin: 50% 50%;}
.no-touch #cd-vertical-nav .cd-label { position: relative;  margin-right: 10px; opacity: 0;
  color: #116cb6;  font-size: 16px;  padding: .4em .5em;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s; -webkit-transform-origin: 100% 55%; -moz-transform-origin: 100% 55%;
  -ms-transform-origin: 100% 55%; -o-transform-origin: 100% 55%;  transform-origin: 100% 55%;}

/* Touch devices */
.touch .cd-nav-trigger { position: fixed;  display: block; z-index: 2; height: 44px; width: 44px;
  bottom: 30px; right: 5%; border-radius: 0.25em;  background: rgba(255, 255, 255, 0.9);}
.touch .cd-nav-trigger span {  position: absolute;  height: 4px;  width: 4px;  left: 50%;  top: 50%;
  bottom: auto;  right: auto;  background-color: #3e3947;  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after { position: absolute; content: '';
 height: 100%;  width: 100%;  left: 0; background-color: inherit;  border-radius: inherit;}
.touch .cd-nav-trigger span::before {  top: -9px;}
.touch .cd-nav-trigger span::after {  bottom: -9px;}

.touch #cd-vertical-nav {  position: fixed;  z-index: 1;  width: 90%;  max-width: 400px;  max-height: 90%;
  right: 5%;  bottom: 30px;  overflow-y: scroll;  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;  -o-transform-origin: right bottom;
  transform-origin: right bottom; -webkit-transform: scale(0); -moz-transform: scale(0);
  -ms-transform: scale(0); -o-transform: scale(0);  transform: scale(0);
  -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform;
  transition-property: transform; -webkit-transition-duration: 0.2s;  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;  border-radius: 0.25em;  background-color: rgba(255, 255, 255, 0.9);}
.touch #cd-vertical-nav a { display: block;  padding: 1em; border-bottom: 1px solid rgba(62, 57, 71, 0.1);}
.touch #cd-vertical-nav a span:first-child {  display: none;}
.touch #cd-vertical-nav a.is-selected span:last-child {  color: #a5a5a5;}
.touch #cd-vertical-nav.open {  -webkit-transform: scale(1);  -moz-transform: scale(1);
  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1);}
.touch #cd-vertical-nav.open + .cd-nav-trigger {  background-color: transparent;}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {  background-color: rgba(62, 57, 71, 0);}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before,
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after { width: 20px; height: 3px; left: -8px;
  border-radius: 0;  background-color: #3e3947;}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before { top: 1px; -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);
  transform: rotate(45deg);}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {  bottom: 0;
  -webkit-transform: rotate(135deg);  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);  -o-transform: rotate(135deg);
  transform: rotate(135deg);}
.touch #cd-vertical-nav li:last-child a {  border-bottom: none;}

@media all and (max-width:1200px){
#cd-vertical-nav{display: none;}
}


#cd-vertical-nav a:hover .cd-dot{background-color: #116cb6;}



/****** News ******/
/***** news  ******/
.NewsList{  position: relative;  display: block; width: 100%; height: 100%;
  box-sizing: border-box;}

.Newsbox { position: relative;  display: inline-block;  width: calc(33% - 10px);  margin: 15px 5px;
  background: #fff;  border-radius: 10px;  box-shadow: 0px 6px 20px #00000019;
  min-height: 22.5rem;  box-sizing: border-box;}

.Newsbox .cate {  position: absolute;  right: 1rem; top: 0;  z-index: 1;
  transform: translateY(-50%);  transition: .3s;}
.Newsbox .img { position: relative; display: block; width: 100%; height: 100%;
  border-radius: 10px; transition: .3s; overflow: hidden;}

.Newsbox .Newsdesc {  position: relative;  padding: 30px 15px;  text-align: center;
  z-index: 1; font-family: 'NanumSquare', 'sans-serif';  box-sizing: border-box;}

.Newsbox .tit {  min-height: 3em;   font-size: 1.4em;  font-weight: 700;
  padding: 0 1em; word-break: keep-all;}

.Newsbox .author { margin-top: 15px; padding: 0 1em; font-size: 1.1em; color: #aaa; word-break: keep-all;}




.listcate{  position: absolute;  display: block;
  width: 80px; height: 80px;
  /* width: 85px; height: 83px; */

  border:1px solid transparent;  border-radius: 50%;
  text-align: center; padding: 12px 5px;

  right: 0.4rem;  top: 30px;
  transform: translateY(-50%);
  z-index: 1;
  transition: .3s;
  box-sizing: border-box;
  /* outline: 1px solid red; */
}

.listcate1{background-color: rgba(17, 79, 138, 0.9);}
.listcate2{background-color: rgba(0, 133, 149, 0.8);}
.listcate3{background-color: rgba(201, 75, 85, 0.8);}
.listcate4{background-color: rgba(249, 154, 70, 0.8);}
.listcate5{background-color: rgba(75, 39, 136, 0.8);}
.listcate6{background: url(../img/ico/listcate6.png) no-repeat 6px 0px;}

.listcate span{
  /* vertical-align: middle; */
  display: block;
  margin: 0 auto;
  color:#fff;
  font-size: 1.6em;
  line-height: 1.2;
  font-family: 'Nanum Pen Script', 'sans-serif';

}



@media all and (max-width:860px){
.Newsbox { width: calc(49.6% - 10px);}
}
@media all and (max-width:768px){
  /* .Newsbox { width: calc(49.5% - 10px);  } */
}
@media (max-width: 520px){
.Newsbox{ width: 100%; margin: 15px 0;}
}
.Newsdesc{}

.sub15{padding: 30px 0;}
.newsWr{	position: relative;	display: block;	width: 100%;	margin-bottom: 20px;
	word-break: keep-all;	box-sizing: border-box;}
.sub15 .newsWr:nth-child(1) ul{	padding:0 0 30px 0;}

.newsWr ul{	position: relative;	width: 100%;	box-sizing: border-box;padding: 30px 0 50px;	}

.newsWr li{	display: inline-block; padding: 30px 0 20px;
	box-sizing: border-box;	vertical-align: top;}
.newsWr .newsboxL{  width: 39%;  margin-right: 3%; border-top: 1px solid #333;}

.newsWr	.newsboxR{ width: 57%; border-top: 1px solid #333;}
.newsWr	.newsboxR p, .newsWr2	.newsboxR p{	font-size: 16.5px;	line-height: 1.7;}
.newsboxtit{  position: relative;  display: inline-block;
  width: 100%;  margin-bottom: 24px;}

.newsboxtit .nbtL, .newsboxtit .nbtR{ display: block;  float: left;  line-height: 1.3;
  box-sizing: border-box;  font-family: 'NanumSquare', 'sans-serif';}
.newsboxtit .nbtL{  margin-right: 8px;  padding: 2px 7px; font-size: 19px;  color: #fff;
  margin-top: 3px;  background-color: rgb(17, 79, 138);}
.newsboxtit .nbtR{ width: calc(100% - 50px); font-size: 26px; color: rgb(17, 79, 138);}
.newsWr2{	position: relative;	display: block;	width: 100%; margin-bottom: 20px; padding: 30px 0 50px;
	border-top: 1px solid #333;	word-break: keep-all;	box-sizing: border-box;}
.newsWr2 ul{	position: relative;	width: 100%;	box-sizing: border-box;}

.newsWr2 .newsboxL, .newsWr2 .newsboxR{	display: block;	box-sizing: border-box;}
.newsWr2 .newsboxL {padding-top: 10px;}
.newsWr2 .newsboxR{padding-top: 30px;}

@media (max-width: 1089px){
.newsboxtit{  text-align: center;}
.newsboxtit .nbtL, .newsboxtit .nbtR{ display: inline;  float: inherit; }
.newsboxtit .nbtR{  width: initial;}
.newsboxtit .nbtL{  display: inherit;}
}
@media all and (max-width:768px){
.newsWr .newsboxL, .newsWr	.newsboxR{width: 100%; margin-right: 0;}
.newsWr	.newsboxR{border-top: 1px dashed #a8a8a8;}
/* .sub15 dt.thum {  float: none;	margin: 0 auto;  margin-bottom: 30px;} */
}

/**********    news detail           *************/
#bo_v_atc { width: 95%; max-width: 1000px; min-height: 200px;  height: auto !important;
  margin: 0 auto; margin: 0px 10px 30px;  padding: 30px 10px;
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
}
#bo_v_title {  display: block;  width: 95%;  margin-top: 20px;  text-align: center;  margin: 0 auto;}
#bo_v_title .bo_v_cate {  display: inline-block;  line-height: 20px;
  padding: 10px 15px;  margin-bottom: 10px;  margin-top: 15px;  font-size: 17px;
  color: #ffffff;  background: #265b7c;}
#bo_v_title .bo_v_tit { display: block;  width: 100%; margin-top: 15px; margin-bottom: 15px;
  font-size: 2em;  color: #0a0a0a; text-align: center;  word-break: break-all;
  word-wrap: break-word;  white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;}
#bo_v_con {  width: 95%;  max-width: 1000px;  min-height: 200px;  line-height: 1.7em;
  margin: 0 auto;  margin-top: 50px;  margin-bottom: 50px;
  font-size: 17.5px;  word-break: keep-all;
  /*font-family: "Titillium Web", "Noto Sans KR", "Noto Sans SC", 'sans-serif';*/}

#bo_v_con h2{  margin: 0px 0px 14px;  line-height: 1.6em;
  text-transform: uppercase;  font-size: 30px;  color: rgb(10,10,10);
  font-family: 'Titillium Web', 'Noto Sans KR', 'Noto Sans SC', 'Nanum Gothic', '나눔고딕', sans-serif;
  background-color: rgb(255,255,255);}

 .link-cnt {  border-top: 1px solid #ccc;}
.link-cnt > div { display: block; padding: 16px 0; font-size: 16px; line-height: 26px;color: #666;
  border-bottom: 1px solid #ccc; overflow: hidden; vertical-align: middle; box-sizing: border-box;}

.link-cnt .txt {
  display: inline-block;
  vertical-align: middle;
  /* float: left; */
  width: 105px;
  /* width: initial; */
  height: 26px;
  padding-left: 45px;
}

.link-cnt .before .txt {  background: url(../img/ico/list_up_arrow.png) no-repeat 20px 10px;}
.link-cnt .after .txt {  background: url(../img/ico/list_down_arrow.png) no-repeat 20px 10px;}

.link-cnt .link {
  display: inline-block; width: calc(100% - 200px); height: 26px;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;

    text-overflow: ellipsis;
    white-space: nowrap;
}
.usergobtn2{  margin-top: 25px;  text-align: right;}

.usergobtn2 a{
  display: inline-block;
  width: 150px;  height: 50px;
  background: #265b7c;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

@media (max-width: 840px){
  .link-cnt .txt {width: 85px;}
  #bo_v_atc, #bo_v_con { width: 100%; margin:0;padding:30px 0;}
}
