@charset "utf-8";


#mediaList{position: relative; display: block; margin: 0 auto;
  width: 100%; text-align: center; overflow: hidden; box-sizing: border-box;}
#mediaList .galList{  position: relative;  display: inline-block;
  width: 25%;  float: left;  margin: 0;	height: 100%;
  vertical-align: top;	box-sizing: border-box; overflow: hidden;	}

.headBox{  position: relative; display: block; margin-top: 50px; margin-bottom: 50px; padding: 40px 0;
 text-align: center; font-family: 'NanumSquare', 'sans-serif'; box-sizing: border-box;}
.headBox .headBoxtxt{  width: 70%; padding: 30px 0; line-height: 1.6; color: #000000;
  border-top: 1px solid #000; border-bottom: 1px solid #000;  margin: 0 auto;}
.headtxt01{ font-size: 40px;}
.headtxt01 span{  font-weight: bold;}
.headtxt02{ font-size: 26px; margin-top: 10px;}
.headtxt03{ font-size: 22px;color: #000;}

.mdBoxBtn{ position: relative; display: block; box-sizing: border-box;
  padding-top: 60px;
  margin-bottom: 60px;}
.mdBoxBtn ul{ position: relative; display: block; width: 70%; margin: 0 auto; box-sizing: border-box;}
.mdBoxBtn ul li{ position: relative; display: inline-block; width: calc(25% - 2%);
  margin: 3px 1%; float: left; border: 1px solid #c2c2c2; color: #fff; text-align: center;
  background-image: linear-gradient(to right, rgba(5, 150, 85, 0.8), rgba(140, 198, 62,0.6));
  background-size: 0 2px, auto;	background-repeat: no-repeat; box-sizing: border-box;
  transition: all .2s ease-out; background-position:  left right;}
.mdBoxBtn ul li a{ position: relative; display: block; width: 100%; padding: 15px 0px;
  font-size: 18px;  box-sizing: border-box; cursor: pointer; color: #4c4c4c;}
.mdBoxBtn ul li:hover{ background-size: 100% 100%;	height: 100%;
  border: 1px solid rgba(140, 198, 62,0.6); }
.mdBoxBtn ul li:hover a{color:#fff; font-weight: bold;}

.mdBoxBtn2{ position: relative; display: block; box-sizing: border-box;
  padding-top: 60px;
  margin-bottom: 60px;}
.mdBoxBtn2 ul{ position: relative; display: block; width: 70%; margin: 0 auto; box-sizing: border-box;}
.mdBoxBtn2 ul li{ position: relative; display: inline-block; width: calc(25% - 2%);
  margin: 3px 1%; float: left; border: 1px solid #c2c2c2; color: #fff; text-align: center;
  background-image: linear-gradient(to right, rgba(5, 150, 85, 0.8), rgba(140, 198, 62,0.6));
  background-size: 0 2px, auto;	background-repeat: no-repeat; box-sizing: border-box;
  transition: all .2s ease-out; background-position:  left right;}
.mdBoxBtn2 ul li a{ position: relative; display: block; width: 100%; padding: 15px 0px;
  font-size: 18px;  box-sizing: border-box; cursor: pointer; color: #4c4c4c;}
.mdBoxBtn2 ul li:hover{ background-size: 100% 100%;	height: 100%;
  border: 1px solid rgba(140, 198, 62,0.6); }
.mdBoxBtn2 ul li:hover a{color:#fff; font-weight: bold;}

/******************/
.galList {  position: relative;	display: inline-block; width: 100%;	box-sizing: border-box;}
.galList .info { position: absolute;	display: table; width: 100%; height: 100%;min-height: 86px;
  bottom: 0px; left: 0px;	overflow: hidden; color: #fff;text-align: left; vertical-align: middle;
  box-sizing:border-box; background-color: rgba(0,0,0,.6);
background-image: linear-gradient(to right, rgba(0, 125, 198, 0.5),
rgba(3, 153, 74,0.5));
background-size: 0 2px, auto;	background-repeat: no-repeat;
 transition: all .2s ease-out; background-position:  left right;
  font-family: 'NanumSquare', 'sans-serif';}
.galList .thumbnails{	height: 500px;}
.galList .infowr{	position: relative;	display: table-cell; height: 100%;
  padding: 15px 10px;	margin: 0 auto;	vertical-align: middle;	text-align: center; }
.galList .infowr .name{ line-height: 1.6; margin: 5px 0;	font-size: 20px; font-weight: bold;
  color:#6dcddd;}
.galList .info .txt1{	padding-top: 10px;	font-size: 17px;	line-height: 1.6;}
.galList .infowr .txt2{margin-top: 10px; }

.galList .infowr .name::after{  content: '';	display: block;	width: 40px; height: 1px;
  margin: 0 auto;	margin-top: 8px;	margin-bottom: 0px; background-color: #fff;}
.galList a:hover .infowr{display: none;}
.galList a:hover .info{ background-size: 100% 100%;	height: 100%;}
#mediaList a .thumbnails .eng{font-size: 18px; line-height: 1.6;}
.galList a:hover .eng, .thumbnails::after{ z-index: 10 !important;}

#viewBtn{	position: relative;	display: block;	width: initial;	margin-top: 20px;}
#viewBtn .viewbtn{	display: inline-block;transform: skew(-0.03deg); 	text-align: center;
	font-size: 15px; color: #fff; font-family: 'NanumSquare', 'sans-serif';	vertical-align: middle;}
.viewbtn::after{ content:'+';	display: inline-block;	width: 15px;	height: 1px; color: #60d1e4;}
#viewBtn::after{	content:'';	display: block;	width: 44px;	height: 1px;
	margin: 0 auto;	margin-top: 5px;	background-color: #60d1e4;}

/**  hover  **/
.galList .thumbnails::after{content: '';	position: absolute;	margin: 0 auto ;
	top: 10px; right: 10px; bottom: 10px; left: 10px;	border: 2px solid #ffffff;
	opacity: 0;	visibility: hidden;	transition: opacity 0.5s, visibility 0.5s, transform 0.5s;}

@media all and (max-width:1089px){
#mediaList .galList{ width: 50%;}
.galList .thumbnails{	height: 50vw;}
}
@media all and (max-width:768px){
#mediaList .galList{width: 100%;}
.galList .info .name{	font-size: 18px; margin-bottom: 10px;}
.mdBoxBtn ul{width:90%;}
.mdBoxBtn ul li{ width: calc(50% - 2%);}
.mdBoxBtn2 ul{width:90%;}
.mdBoxBtn2 ul li{ width: calc(50% - 2%);}
.headBox .headBoxtxt{width: 90%;}
.headtxt01{font-size: 26px;}
.headtxt02{font-size: 20px;}
.headtxt03{width: 80%;margin: 0 auto;font-size: 18px;}
}
@media all and (max-width:620px){
.galList .thumbnails{	height: 75vw;}
#mediaList .galList .thumbnails{	height: 75vw;}
}

/*******************/
#mediaList01{position: relative; display: block; margin: 0 auto;
  width: 100%;  max-width: 1200px;
  overflow: hidden; box-sizing: border-box;}
.NewsLBox{ position: relative; display: block; width: 100%; padding: 30px; margin: 0 auto;
  overflow: hidden; box-sizing: border-box; }
.NewsList{ position: relative; display: block; width: 100%; height: 100%; box-sizing: border-box;}
.Newsbox { position: relative; display: inline-block; width: calc(25% - 13px);
  float: left;  margin: 15px 5px; background: #fff; border: 1px solid #e2e2e2;
  min-height: 260px; 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;  max-width: 100%;  height: auto;
  transition: .3s;  overflow: hidden;}

.Newsbox .Newsdesc {  position: relative;  padding: 20px 10px;
  z-index: 1; font-family: 'NanumSquare', 'sans-serif';  box-sizing: border-box;}

.Newsbox .tit, .Newsbox .author{ padding: 0 10px; word-break: keep-all;}
.Newsbox .tit {  font-size: 19px;  font-weight: 700; line-height: 1.4;}
.Newsbox .author {  font-size: 17px; color: #4c4c4c; font-weight: bold; line-height: 1.4;}

@media all and (max-width:1089px){
.NewsLBox{padding: 30px 10px;}
.Newsbox{min-height: 236px;}
.Newsbox .tit {font-size: 18px;}
.Newsbox .tit, .Newsbox .author{padding: 0 5px;}
}

@media all and (max-width:768px){
.Newsbox{min-height: 223px;}
  .Newsbox { width: calc(33% - 10px);}
}
@media (max-width: 520px){
  .Newsbox { width: calc(49.5% - 10px); }
}


.newsWr{	position: relative;	display: block;	width: 100%;	margin-bottom: 20px;
	word-break: keep-all;	box-sizing: border-box;}
.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;}
}


/**********    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;}
#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: 16.5px; 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;
  width: 105px; height: 26px; padding-left: 45px;}
.link-cnt .before .txt {  background: url(../images/list_up_arrow.png) no-repeat 20px 10px;}
.link-cnt .after .txt {  background: url(../images/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: #267c40;
  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%; }
}


/**********  pagination   **************/
#pagiWrap{	width: initial;  margin: 30px 0 50px;  text-align: center;
  box-sizing: border-box;  clear: both;}

#pagiWrap .pagination{ display: inline-block; width: initial; margin: 0 auto; box-sizing: border-box;}
.pagination li{ display: inline-block;}
.pagination a { display: inline-block; line-height: 35px; font-size: 16.5px;
  color: #41495c;  padding: 8px 16px;  text-decoration: none;}

.pagination a.active {  background-color: rgba(140, 198, 62, 1);  color: #fff;  border-radius: 5px;}
.pagination a:hover:not(.active) {  background-color: rgba(140, 198, 62, 1);
  border-radius: 5px;	color: #fff;}
/***********/
.ytvideo {  display: block; width: 60%; height: 30vw;
  margin: 0 auto; margin-bottom: 50px;}

@media (max-width: 768px){
.ytvideo { width: 100%; height: 50vw;}
}

/********/
.AudioLBox{position: relative; display: block;
  margin-top: 30px;
}
.AudioList{ position: relative; display: block;}

.AudioList li{ position: relative; display: block; width: initial;
  margin: 0 auto; padding: 20px 30px;
  border-bottom: 1px solid #bebebe;
  width: 80%;

}
.AudioList .leftBox, .AudioList .rightBox{ position: relative; display: inline-block;}
.AudioList .leftBox{ width: calc(100% - 310px);}
/* .AudioList .rightBox{width: 300px;} */
.AudioList li a{ position: relative; display: block;  margin: 0 auto;
  width: initial;}
.AudioList li a audio{}

.AudioLBox .tit, .AudioLBox .author{padding: 0 10px; word-break: keep-all;}
.AudioLBox .tit { font-size: 1.4em;  font-weight: 700;}
.AudioLBox .author {  margin-top: 15px;  font-size: 1.1em; color: #999999;}

@media (max-width: 1089px){
.AudioList li{padding: 10px 5px; width: 95%;}
.AudioList .leftBox, .AudioList .rightBox{ width: 100%;}
.AudioList .rightBox{ margin-top: 8px; margin-bottom: 5px;}
.AudioLBox .tit { font-size: 18px;}
.AudioLBox .tit, .AudioLBox .author { padding: 0 5px;}
}

/**************/
.green-audio-player{height: 24px;display: flex;align-items: center;user-select: none;
  box-sizing: border-box;outline: none;position: absolute;right: 0;top: 50%;
  margin-top: -12px;width: 50%;max-width: 200px}
.green-audio-player svg, .green-audio-player img{display: block}
.green-audio-player .holder .loading .loading__spinner{position: absolute;
  left: 4px;bottom: 4px;width: 16px;height: 16px;border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);border-radius: 50%;animation: spin 0.4s linear infinite}
.green-audio-player .holder .play-pause-btn{visibility: hidden;cursor: pointer;
  outline: none;width: 24px;height: 24px;background: url(../images/play.svg) no-repeat 0 0/24px auto}
.green-audio-player .play-pause-btn[aria-label="Pause"]{background-image: url(../images/indicator.svg)}
.green-audio-player:not(.playing){width: auto;align-self: flex-start;line-height: 24px;color: #ff5420}
.green-audio-player:not(.playing) .play-pause-btn[aria-label="Play"]:before{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.green-audio-player .holder .play-pause-btn>svg{display: none}
.green-audio-player .holder .play-pause-btn:focus{outline: none}
.green-audio-player:not(.playing) .holder~*{display: none}
.green-audio-player .slider{flex-grow: 1;background-color: #fff;cursor: pointer;position: relative}
.green-audio-player .slider .gap-progress{background-color: #ffd27a;border-radius: inherit;position: absolute;pointer-events: none}
.green-audio-player .slider .gap-progress .pin{height: 8px;width: 8px;border-radius: 4px;background-color: #fff;position: absolute;pointer-events: all;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5)}
.green-audio-player .slider .gap-progress .pin::after {content: "";display: block;background: rgba(0, 0, 0, 0);width: 200%;height: 200%;margin-left: -50%;margin-top: -50%;border-radius: 50%;}
.green-audio-player .controls{display: flex;flex-grow: 1;justify-content: space-between;align-items: center;margin-left: 4px;margin-right: 4px !important;outline: none;background: #ff5420;height: 24px;padding: 0 10px;border-radius: 12px}
.green-audio-player .controls .controls__slider{border-radius: 2px;height: 2px}
.green-audio-player .controls .controls__slider .controls__progress{width: 0;height: 100%}
.green-audio-player .controls .controls__slider .controls__progress .progress__pin{right: -4px;top: -3px}
.green-audio-player .controls span{cursor: default}
.green-audio-player .controls:focus{outline: none}
.controls__current-time, .controls__total-time{display: none}
.green-audio-player .volume{position: relative;display: none}
.green-audio-player .volume .volume__button{cursor: pointer;outline: none}
.green-audio-player .volume .volume__button:focus{outline: none}
.green-audio-player .volume .volume__button.open path{fill: #44bfa3}
.green-audio-player .volume .volume__controls {width: 30px;height: 135px;background-color: rgba(0, 0, 0, 0.62);border-radius: 7px;position: absolute;left: -3px;bottom: 52px;flex-direction: column;align-items: center;display: flex;z-index: 2;outline: none}
.green-audio-player .volume .volume__controls .volume__slider{margin-top: 12px;margin-bottom: 12px;width: 6px;border-radius: 3px}
.green-audio-player .volume .volume__controls .volume__slider .volume__progress {bottom: 0;height: 100%;width: 6px}
.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {left: -5px;top: -8px}
.green-audio-player .volume .volume__controls:focus{outline: none}
.green-audio-player .volume .volume__controls.hidden{display: none}
.green-audio-player .volume .volume__controls.top{bottom: 52px;left: -3px}
.green-audio-player .volume .volume__controls.middle{bottom: -54px;left: 54px}
.green-audio-player .volume .volume__controls.bottom{bottom: -164px;left: -3px}
.green-audio-player .download{display: none;margin-left: 16px;cursor: pointer;outline: none}
.green-audio-player .download:focus{outline: none}
.green-audio-player:focus{outline: none}
.message__offscreen {border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal}
.icon-player-stop{display: inline-block;overflow: hidden;margin: 0;padding: 0;border: 0;font-size: 0;line-height: 0;text-decoration: none;vertical-align: top;text-indent: -1000em;width: 24px;height: 24px;background: url(../img/close.svg) no-repeat 0 0/100% auto}
.green-audio-player.grn .holder .play-pause-btn{background-image: url(../images/play_grn.svg)}
.green-audio-player.grn .play-pause-btn[aria-label="Pause"]{background-image: url(../images/indicator_grn.svg)}
.green-audio-player.grn .controls{background: #61ab11}
.icon-player-stop { display: inline-block; overflow: hidden; margin: 0; padding: 0;
  border: 0; font-size: 0; line-height: 0; text-decoration: none; vertical-align: top;
  text-indent: -1000em;width: 24px;height: 24px;
  background: url(../images/close.svg) no-repeat 0 0/100% auto;}
