@charset "utf-8";
@import url("core.css");
@import url("style.css");
/* @import url("hover.css"); */
/* @import url("plugin.css"); */
/* @import url("subCom.css"); */
/* @import url("sub.css"); */
/* @import url("sub1.css"); */
/* @import url("new.css"); */

/* ----------------------	common.css	--------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Nanum+Myeongjo|Nanum+Pen+Script|Noto+Sans+KR|IBM+Plex+Sans|Noto+Sans+SC|Open+Sans|Hi+Melody|Titillium+Web&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-pen.css');

.obj_link{  position: absolute; display: block;  z-index: 9;
  cursor: pointer;
  /* outline: 1px solid red; */
}

#wrap{  margin: 0;  height: auto;  overflow: hidden;}
#content {position: relative; display: block; width: 100%;margin: 0 auto;
  margin-top: 70px; box-sizing: border-box;}
.container {	width: 100%;	max-width: 1200px;	margin: 0 auto;box-sizing:border-box}
.container2 { position: relative; display: block; width: 100%; margin: 0 auto;  padding: 50px 0;
  box-sizing:border-box; margin-top: 70px;}
.topBtn { position: fixed; width: 36px;  height: 36px;  right: 1%;  bottom: 4%; text-align: center;
  vertical-align: middle;  cursor: pointer; z-index: 999; border-radius: 50%;  opacity: 0;	visibility: hidden;
   transition: all 0.5s;   background-color: rgba(102, 102, 102, 0.8); }
.topBtn.active{	opacity: 1;	visibility: visible;  transition: all 0.5s;}
.topBtnI { display: inline-block; width: 35px; height: 35px; margin: 0 auto;
  background: url(../image/topBtn_icon.png) no-repeat center/57%; }
.navG {	position: absolute;}
#header {  position: fixed; display: flex;  width: 100%;  max-width: 576px;  height: 70px;
  margin: 0 auto; align-content: center;	top: 0px; left: 0px; right: 0px; z-index: 4;
  background-color: #fff;	  color: #000; border-bottom: 1px solid #f5f5f5;
  flex-direction: column; box-sizing: border-box; }
 #header .header_sns{ position: relative; display: flex; width: 100%; height: 50px; padding: 0 2%;
   border-bottom: 0.5px solid #ddd; flex-direction: row; align-items: center;
  justify-content: flex-end; box-sizing: border-box; }
 #header .header_sns div{ position: relative; display: flex;  width: 45px;  height: 45px;
  flex-direction: column;  justify-content: center; align-items: center;
  align-content: center;  flex-wrap: wrap;  box-sizing: border-box;}

#header .header_sns .sns1 a{}
#header .header_sns .sns2 a{}
#header .header_sns .sns3 a{}
#header .header_sns .sns4 a{}

#header .header_sns a{  position: relative; display: block; width: 100%; height: auto;
  text-align: center; box-sizing: border-box;}
#header .header_sns a i, #footer .sns ul li a i{ position: relative; display: inline-block;
 width: 30px; height: 30px; vertical-align: middle;}
#header .header_sns a p{ display: none; font-size: 12px; line-height: 0.7;}
#header .header_sns .sns1 a i, #footer .sns ul li:nth-child(1) a i
{background: url(../image/ico/svg/kakaoplus_1.svg) no-repeat center/cover;}
#header .header_sns .sns2 a i, #footer .sns ul li:nth-child(2) a i
{background: url(../image/ico/svg/naverblog_1.svg) no-repeat center/cover;}
#header .header_sns .sns3 a i, #footer .sns ul li:nth-child(3) a i
{background: url(../image/ico/svg/youtube_1.svg) no-repeat center/cover;}
#header .header_sns .sns4 a i, #footer .sns ul li:nth-child(4) a i
{background: url(../image/ico/svg/facebook.svg) no-repeat center/cover;}

.headerTop {  position: relative;	display: flex; width: 100%; margin: 0 auto;
	align-items: center; justify-content: space-between; background-color: transparent;
		box-sizing: border-box;}
.headerTop .logo {
  position: relative;  display: inline-block;  margin: 0 auto;
  text-align: center;  align-items: center;
	justify-content: center;	box-sizing: border-box;
  /* position: absolute;
  display: block; margin: 0 auto;
  left: 50%;
  transform: translateX(-50%); */

  width: 211px;

}
.headerTop .logo a{  position: relative;	display: block; margin: 0 auto;
  /* width: 100%;   z-index: 9; */
}
.headerTop .logo a img{
  display: inline-block;
    border: 0;
  width: 100%; height: auto;
}
#header .side-util { position: relative;  display: flex;

   height: 70px;   float: right;   margin-right:10px;
  align-items: center;  justify-content: center; justify-content: space-between;
  border-collapse:collapse;	box-sizing: border-box;   }

#header .side-util .issue-back {	position: relative;	display: flex;  height: 70px;
	align-items: center;  justify-content: center; flex-direction: column;
	cursor: pointer;	box-sizing: border-box;	text-align: center;}
.issue-back1{  box-sizing: border-box; }

.btn_gnb_view {position: absolute;	display: flex;
  width: 70px; height: 100%;
  	margin: 0 auto;
  padding: 15px 15px;   cursor: pointer; text-align: center;
	overflow: hidden;	box-sizing: border-box;	align-content: center;
  justify-content: space-around; flex-direction: column;  align-items: flex-start;}
.btn_gnb_view>span { display: block; width: 100%; height: 2px; border-radius: 2px;	 background: #000; }
.btn_gnb_view>span:last-child {width: 70%;}

.btn_gnb_view1{}
.btn_gnb_view2{right: 0;}

.btn_gnb_close{
  position: absolute;
  display: block;
  width: 70px;	height: 70px;
	top:  0px;	right: 0px; float: right;	cursor: pointer;  text-align: center;
  box-sizing: border-box;	z-index: -999;	 opacity: 0;}
.btn_gnb_close>span{	position: absolute;	display: block; width: 40px; height: 1px;
  left: 15px;  top: 35px;   opacity: 1;	background: #000; 	box-sizing: border-box;}
.btn_gnb_close1{left: 0;}
.btn_gnb_close2{}

.btn_gnb_close>span:nth-child(1){ transform:rotate(-45deg);	-webkit-transform:rotate(-45deg);}
.btn_gnb_close>span:nth-child(2){	transform:rotate(45deg);	-webkit-transform:rotate(45deg);}
.btn_gnb_close.active{opacity: 1; z-index: 999;}
.headerTop .side-util .issue-back p { position: relative; display: inline-block; font-size:13px;
		text-align: center; vertical-align: middle;	 }

.headerTop .side-util .issue-back1 i{  width: 30px;	height: 30px;
  background: url(../image/ico/pdf2.png) no-repeat center/cover;}
.headerTop .side-util .issue-back p{  display: block;  margin-top: 10px;
  font-size:13px;	color:#666; line-height: 1;	text-align: center;	}
#header .side-util .side_menu{   width: initial;  padding-right: 0;  font-size: 18px;
   color: #fff; font-weight: bold;  font-family: 'Montserrat', Sans-serif;  }
#back-view {	top:82px;	right: 0px;	width: 188px; }
#back-view select {padding-left: 10px;}
#back-view select, #back-view select option {display: block;width: 100%;line-height: 1.7;}
#back-view select option {text-indent: 8px;color: #666;font-size: 15px;padding:5px;}
#back-view select option:checked, #back-view select option:hover {	background: #fff;	color: #000;}
#back-view select option {background-color: #fff;}

.pdfdown-back-wrap {display: block;width: 1200px;margin: 0 auto;}
.pdfdown-back-wrap .pdfdown-back {float:right;margin-top:15px;}
.pdfdown-back-wrap .pdfdown-back {display: inline-block; box-sizing:border-box; margin-left: 35px;
  padding: 3px 5px 3px 15px; width: 140px; height: 26px; font-size: 14px; color: #525252; border:none;
  background:#bfc0c2 url(../image/main/pdfdown-back.jpg) top right no-repeat; -webkit-appearance: none;}
.select-wrap { position: absolute;	text-align: center;	width: 188px;	top: 0px;  right:25%;}
.select-inner:after {content:"▼";display: none;}
.select-inner {position: relative;}
#select-box {  display: none;  width: 100%; height: 220px;  padding: 10px;	margin:0;
  text-align: center;  background-color: #fff;  background-image: none;	border: 1px solid #c5c5c5;
  text-indent: 2px;	line-height: 1.7;	color: #666;  vertical-align: top;}
#select-box option{  font-size: 15px; padding: 10px;}

/* .gnbBg {  display: none;  position: fixed; left: 0; top: 75px; width: 100%;    height: 490px;
	background-color: rgba(255,255,255, 0.99);  border-top: 1px solid #e6e6e6; z-index: 4;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.05);	padding-bottom: 10px;} */
/* .gnbBg.active{  display: block;} */
.menuMbg{  /* display: none;  */  position: fixed; left: 0; width: 100%; height: 100%;
  top: 70px;	background-color: rgba(0,0,0,0.7); z-index: 0;}
.gnbArea .gnb {	position: relative;	display: inline-block; width: 100%;	margin: 0 auto;
  	box-sizing:border-box;  }
/* .gnbArea .gnb > ul {	padding: 0 2px;		} */
.gnbArea .gnb ul{position: relative; display: flex; width: 100%; height: 70px;
  flex-direction: row; align-items: center; align-content: center;
  justify-content: flex-end; box-sizing: border-box;}
.gnbArea .gnb .wlist {	position: relative;	display: block; margin: 0 15px;

 vertical-align: middle;	text-align: center;	box-sizing:border-box;
 /* width: calc(100% / 5);  float: left; line-height: 82px;*/  }


.gnbArea .gnb .wlist>a{ position: relative; display: inline-block;  font-size: 18px; color: #fff;
  line-height: 70px;  padding: 0 8px; box-sizing:border-box;
  font-family: 'Montserrat', Sans-serif; font-weight: bold;
  /* transition-delay: 0.1s; background-color: rgba(139, 110, 78);transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); */}
.gnbArea .gnb .wlist span{padding: 0 5px;}
/* .gnbArea .wlist>a:hover { color: #fff; font-weight: bold;} */
.gnbArea .wlist>a:hover .top_br{  background: url(../image/ico/top_br_n2.png) no-repeat center/cover; }
.topIco {  position: relative;  display: inline-block; width: 25px; height: 25px;
text-indent: -25px; margin-right: 15px; vertical-align: middle; }
.topIco01{background: url(../image/top_ico01.png) no-repeat center/cover;}
.topIco02{background: url(../image/top_ico02.png) no-repeat center/cover;}
.topIco03{background: url(../image/top_ico03.png) no-repeat center/cover;}

.gnbArea .wlist b{ display: inline-block; width: initial;  padding-left: 3px;
  /* height: 82px;  vertical-align: middle; padding-bottom: 5px; */}
.gnbArea .wlist b::before{  /* content: '+';  display: inline;  margin-right: 3px; line-height: 1; font-size: 18px; height: 82px; */}
/* .gnbArea .wlist>a:hover{	background-size: 95% 2px;	height: auto;
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);} */
/* .gnbArea .wlist>a::after {  content: '';  position: absolute;  z-index: -2;
  width: 0; height: 100%; left: 0; top: 0;  transition: all 0.3s; background: #8b6e4e;} */
.gnbArea .wlist>a:hover::after {  width: 100%; z-index: -1;}

.gnbArea .gnb .sub_menuW {	width: 100%;  display: none; }
.gnbArea .gnb ul li ul.sub_menuW li {float: none;}
.gnbArea .gnb ul li ul.sub_menuW li a{	display: block;	padding:10px 15px;
	font-size: 17px;  font-weight: normal;	color: #666;  line-height: 2;
	text-align: center; height: auto;	font-weight: normal; word-break: keep-all;}

/* .gnbArea .gnb ul.sub_menuW li a:hover{	color:#0464a0; font-weight: bold;} */
/* .gnbArea #navM ul > li a:hover{color:#0464a0; font-weight: bold;} */
.gnbArea .gnb .gTop {display: none;}

/***********/
#header .side-util2{margin-right: 0; margin-left: 10px;}
.thumbWrap{  position: fixed;  width: 100%;  max-width: 576px;
  background: #fff;  padding: 20px;  top: 70px;  bottom: 0;
  box-sizing: border-box;  text-align: center;  vertical-align: middle;
  z-index: 3;}
.thumbM, .pagination{  height: 100%;  background: #fff;  z-index: 3;
  box-sizing: border-box;  overflow-y: auto;}
.thumbM .thumbList{  position: relative;   display: flex; width: 100%;   gap:3px;
  align-items: flex-start;     align-content: flex-start; justify-content: flex-start;
  flex-wrap: wrap;   box-sizing: border-box;}
.thumbM .thumbList::after{display: none;}
.thumbM .thumbList .thumbBox{  position: relative;   display: inline-block;
  width: 30%;  height: auto;  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.1);   box-sizing: border-box;}
.thumbM .thumbList .thumbBox a{  /* position: relative;   display: block;
  width: 100%;  height: 100%; */}
.pagination li{  position: relative;  display: inline-block;
  float: left;  width: calc(100% / 3);}
.pagination li a{  position: relative; display: block;}
.pagination li a .thumb{  position: relative; display: block;}

.thumbM .thumbList .thumbBox  img{  width: 100%;}
.thumbM .thumbList .thumbBox .thumb{display: block;}
.thumbM .thumbList .thumbBox .num_page{  display: flex;  position: absolute;
  top: 0;  left: 0;  width: 40px;  height: 40px;
  font-size: 20px;  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;  align-items: center;}

@media all and (max-width:450px){
  .thumbM .thumbList li{width: 48%;}
}

/*******************/

.slideMenu { position: fixed;	width: 100%;  max-width: 576px;
  height: auto;  overflow-y: scroll;
  top: 70px; bottom: 0;
  padding: 20px;  text-align: center;  vertical-align: middle;
  background: #fff;  z-index: 3;  box-sizing: border-box;}
.slideMenu ul {	position: relative;	display: flex;	gap: 0 2%;	flex-wrap: wrap;}
.slideMenu ul li {	position: relative;	width: 32%;	height: auto;	margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.1);	opacity: 1;	background: transparent;
	border-radius: inherit;  box-sizing: border-box;}
.slideMenu ul li .thumb {	display:block;}
.slideMenu ul li .num_page { position: absolute;  display: flex;  width: 40px;  height: 40px;
  top: 0;  left: 0;  color: #fff;  font-size: 20px;  background: rgba(0, 0, 0, 0.5);
  justify-content: center;  align-items: center;}
.slideMenu ul li.swiper-pagination-bullet-active .num_page {	font-weight: 700; color: red;}
@media all and (max-width:1089px){
  .slideMenu{top: 55px;}
  .slideMenu ul li{width: 49%;}
}
/**********/
.shareM{  position: fixed; width: 100%; max-width: 576px;  height: 90%;  height: calc(90% - 70px);
  top: 70px;  bottom: 0;  padding: 20px 20px 30px;
  text-align: center;  vertical-align: top;
  background: #fff;
  /* z-index: 99; */
  box-sizing: border-box;
  /* display: block !important; */
}
.shareMwr{  position: relative;  display: flex;  flex-direction: column;
  width: 100%; max-width: 576px; height: auto; }

.shareM.active{display: block;}
.shareM .shareMtit{  margin: 10px auto 20px;}
.shareMtit h4{ font-size: 20px; font-weight: bold; color: #000;  z-index: 5;}
.shareMtit h4 span{ display: block; font-size: 14px; font-weight: normal;   z-index: 5;}
.shareMtit h5{ font-size: 16px; margin-top: 3px; z-index: 5;}

.shareListIn, .snsListIn, .homeListIn{  position: relative;  display: inline-block;
  width: 100%; height: 100%;   padding: 10px 5px 10px;  box-sizing: border-box;
  background-position: 50% 50%; background-size: cover;}


.shareListIn{ background-image: url(../image/bg/01.jpg);  /* background-color: rgba(245, 167, 0, 0.6); */ }
.snsListIn{  margin-top: 20px; background-image: url(../image/bg/02.jpg); /* background-color: rgba(0, 170, 180, 0.6); */    }
.homeListIn{   margin-top: 20px;   background-color: rgba(87, 134, 198, 0.6);
    background-image: url(../image/bg/03.jpg); }

.shareListIn::before, .snsListIn::before,
.homeListIn::before{  content: '';  position: absolute;  display: block; width: 100%;  height: 100%;
  top: 0; bottom: 0; left: 0; right: 0;  z-index: 0 !important;}
.shareListIn::before{ background-image: linear-gradient(to bottom, rgba(227, 166, 41, 0.1), rgba(227, 166, 41, 0.3), #e3a629);}
.snsListIn::before{ background-image: linear-gradient(to bottom, rgba(57, 143, 150, 0.1), rgba(57, 143, 150, 0.3), #398f96);}
.homeListIn::before{ background-image: linear-gradient(to bottom, rgba(101, 129, 193, 0.1), rgba(101, 129, 193, 0.3), #6581c0);}

.shareMCont .shareMtit, .shareMCont .shareMico {z-index: 112 !important;}
.shareM .shareListWr, .shareM  .homeListWr {  display: flex;   flex-wrap: nowrap;  justify-content: center;
  align-items: flex-start;  box-sizing: border-box;}

.shareM .shareListWr .shareList, .shareM .snsListWr .snsList,
.shareM  .homeListWr .homeList{  display: flex;  padding: 0 0.5em; margin-bottom: 20px;
  justify-content: center; align-items: center;}
.shareM .shareListWr .shareList{  width: 6.5em;}
.shareM .homeListWr .homeList{  width: 6.5em;}

.shareM .snsListWr{ position: relative;  display: block;  width: 100%;  height: 100%;  box-sizing: border-box;}
.shareM .snsListWr ul{ }
.shareM .snsListWr li{  position: relative;  display: inline-block;   float: left; width: calc(100% / 5);}

.shareM .shareListWr .shareList a, .shareM .snsListWr .snsList a,
.shareM .homeListWr .homeList a{  display: flex;  font-size: 14px; text-align: center;
  justify-content: space-between;  align-items: center;  flex-direction: column;}

.shareList a.btn_share, .snsList a.btn_sns, .homeList a.btn_home{    position: relative; display: flex;  width: 100%; }

.shareM .shareListWr .shareList a span{ position: relative; display: flex;  width:  75px;  height: 75px;
  border-radius: 50%;  flex-direction: row;  align-items: center;  justify-content: center;
  background: #000 url() 50% 50%/cover no-repeat;  box-sizing: border-box;}
.shareList a.btn_share span i{  position: relative; display: inline-block;  width: 45px; height: 45px;}

.snsList a.btn_sns span, .homeList a.btn_home span{  position: relative; display: inline-block;
   width: 65px; height: 65px;}



.shareList a.btn_share1 span i{background: url(../image/sns/share_talk.svg) no-repeat center/cover;}
.shareList a.btn_share2 span i{background: url(../image/sns/share_face.svg) no-repeat center/cover;}
.shareList a.btn_share3 span i{background: url(../image/sns/share_blog.svg) no-repeat center/cover;}
.shareList a.btn_share4 span i{background: url(../image/sns/share_copy.svg) no-repeat center/cover;}

.shareM .shareListWr .shareList a:hover span{  background: #dddddd url() 50% 50%/cover no-repeat;}

.shareList a:hover.btn_share1 span i{background: url(../image/sns/share_talk1.svg) no-repeat center/cover;}
.shareList a:hover.btn_share2 span i{background: url(../image/sns/share_face1.svg) no-repeat center/cover;}
.shareList a:hover.btn_share3 span i{background: url(../image/sns/share_blog1.svg) no-repeat center/cover;}
.shareList a:hover.btn_share4 span i{background: url(../image/sns/share_copy1.svg) no-repeat center/cover;}

.snsList a.btn_sns1 span{background: url(../image/sns/sns_face.svg) no-repeat center/cover;}
.snsList a.btn_sns2 span{background: url(../image/sns/sns_insta.svg) no-repeat center/cover;}
.snsList a.btn_sns3 span{background: url(../image/sns/sns_blog.svg) no-repeat center/cover;}
.snsList a.btn_sns4 span{background: url(../image/sns/sns_you.svg) no-repeat center/cover;}
.snsList a.btn_sns5 span{background: url(../image/sns/sns_weibo.png) no-repeat center/cover;}

.homeList a.btn_home1 span{background: url(../image/sns/home_ebook.jpg) no-repeat center/cover;}
.homeList a.btn_home2 span{background: url(../image/sns/home_list.jpg) no-repeat center/cover;}
.homeList a.btn_home3 span{background: url(../image/sns/sns_home.jpg) no-repeat center/cover;}


.shareM .shareListWr .shareList a p,
.shareM .snsListWr .snsList a p, .shareM .homeListWr .homeList a p{
  color: #fff;  font-size: 14px; margin-top: 3px;}





@media all and (max-width:1089px){
.shareM{top: 55px;   padding: 20px 20px 20px;
  height: calc(100% - 55px);
  max-height: auto;  overflow-y: scroll;
  /* z-index: 99; */
}
}
@media all and (max-width:768px){

.shareM .shareListWr, .shareM .snsListWr{  flex-wrap: wrap;}
}

@media all and (max-width:640px){

/* .snsList a.btn_sns span{width: 60px; height: 60px;} */
}

@media all and (max-width:520px){
.shareM .snsListWr li{width: calc(100% / 3 - 5px); float: inherit;}
}

@media all and (max-width:420px){
  .shareM .shareListWr .shareList a span{width: 60px; height: 60px;}
  .shareList a.btn_share span i{    width: 35px;    height: 35px;}

  .snsList a.btn_sns span, .homeList a.btn_home span{width: 50px; height: 50px;}

}

/***********/
.menuM #navM {
  /* position: fixed;   */ display: none;width: 0px;
  /* height: 0; */
  top: 0;	 right: 0;  padding: 55px 40px 6%;  z-index: -3;
  background-color: #fff; box-sizing: border-box;  color: #fff; text-align: center;
  flex-direction: column; align-content: center; justify-content: flex-start;
  vertical-align: middle; }
#navM.active{ display: flex;  position: fixed; width: 400px;  height: 100%;
  overflow-y: auto;    z-index: 3;  font-family: 'Plus Jakarta Sans', sans-serif;}

  /*****/
#navM_list{  position: relative;  display: flex; width: 100%;   /* height: 70%; */
  padding: 3% 0;  flex-direction: column;  box-sizing: border-box;}

#navM_list .mlistWr{  position: relative;  display: flex;   width: 100%; height: auto;
  margin: 0 auto; background-color: #fff;  flex-direction: column; vertical-align: middle;
  justify-content: center;  font-weight: normal;
  box-sizing: border-box;}
#navM_list .mlistWr div{ position: relative; display: flex; width: 100%; height: auto;
  box-sizing: border-box;}

#navM_list .menu00{  padding: 0px 0 10px;}
#navM_list .navM_list_Wr{padding: 0px 0 30px;
  /* outline: 1px solid red; */
}
#navM_list .mlistWr:nth-child(even){ border-left: none; border-right: none;}
.mlist{  position: relative;  display: block;  width: 100%; height: auto;  max-height: 100%;
   margin: 10px auto 0;   text-align: left;  color: #222; font-size: 20px;
  vertical-align: middle; box-sizing: border-box;
  font-weight: lighter;

  /* border: 1px solid rgba(162, 153, 146, 0.2); */
}
.mlist .top_br{ position: relative;  margin-top: 0;  margin-bottom: 8px;}
.Ngold{  display: inline-block; color: #776e65; vertical-align: super;}
.mlistWr span{ padding-top: 0px; font-size: 16px; line-height: 1.2;
  font-family: 'notokr-regular', sans-serif;
  display: block;
  display: none;
     }

/* #navM_list .mlistWr a:hover{ background-color: #afa89e;} */
.mlistWr a:hover{ color: #6dc090; font-weight: bold;}
.mlistWr a:hover .Ngold{ color: #6dc090;  font-weight: bold;  /* transform: rotate( 30deg ); */}
#navM .gTop {  color: #000; text-align: left;  margin-top: -15px; padding-bottom: 10px;}
#navM .gTop span{	color:#574370;	margin-left: 15px;	}

/* #navM_list .mlistWr:nth-child(even){ border-left: 1px solid rgba(162, 153, 146, 0.2);
  border-right: 1px solid rgba(162, 153, 146, 0.2);
    border-top: none; border-bottom: none;  } */
.gBtom{   position: relative; display: flex; width: 100%; hheight: auto;flex-direction: column;
  color: #000; text-align: right; padding-top: 0px; box-sizing: border-box;}
.gBtom .sns{  position: relative; display: flex; width: 100%; height: auto;
  flex-direction: column; align-content: flex-start; justify-content: flex-start;
align-items: flex-start;    box-sizing: border-box;  margin: 5px auto;}
.gBtom .sns2{  position: relative;  display: flex;  width: 100%;  height: auto;
  flex-direction: row;  align-content: center;  justify-content: flex-start;
  align-items: center;  box-sizing: border-box;  margin: 5px auto;}
/* .gBtom .sns2{justify-content: flex-start;} */

.gBtom .sns div, .gBtom .sns2 div{  position: relative; display: inline-block;  box-sizing: border-box;}
 .gBtom .sns2 div{margin: 10px;}
.gBtom .sns div a, .gBtom .sns2 div a{position: relative; display: inline-block; width: 100%; height: 100%;}
.gBtom .sns2 div a i{  position: relative;  display: inline-block; width: 34px; height: 34px;
  vertical-align: middle;}

/* .gBtom .sns div {width: calc(100% - 30px); box-sizing: border-box;} */
.gBtom .sns div.btn {width: initial; margin-left: 0;}
/* .gBtom .sns div:nth-child(2) {margin-left: 10px;} */
.gBtom .sns div.btn a  {width: initial; color:#000; margin: 4px 0;  padding:0 2px;}
.gBtom .sns div.btn a:hover{ color:#6dc090;}
.gBtom .sns2 div:nth-child(1) a i {background: url(../image/ico/svg/kakaoplus_1.svg) no-repeat center/cover;}
.gBtom .sns2 div:nth-child(2) a i {background: url(../image/ico/svg/naverblog_1.svg) no-repeat center/cover;}
.gBtom .sns2 div:nth-child(3) a i {background: url(../image/ico/svg/youtube_1.svg) no-repeat center/cover;}

/* .gnbArea #navM .menu07{	margin-top: 30px;}
.gnbArea #navM .mlist i,  .gnbArea #navM .mlist span{ display: inline-block; }
.gnbArea #navM .mlist i{ margin-right: 12px; width: 25px;	height: 25px;}
.gnbArea #navM .mlist span{ color: #666;}
#navM .menu07 .thum-img {  background:url(../image/ico/pdf1.png) no-repeat center/cover;}
#navM .menu08 .thum-img { background:url(../image/ico/goplus.png) no-repeat center/cover;}
#navM .menu09 .thum-img {  background:url(../image/ico/books2.png) no-repeat center/cover;}
#navM .menu10 .thum-img {  background:url(../image/ico/go_home_2.png) no-repeat center/cover;} */

.gnbArea #navM ul > li {	position: relative;	padding: 15px 0;}
.gnbArea #navM ul > li.active .mlist{  position: relative;  display: block;
  margin-bottom: 15px;  box-sizing: border-box;}

.gnbArea #navM ul li a {	font-size: 18px;}
.gnbArea #navM ul li a.head{font-weight: normal;}
.gnbArea #navM ul li ul.subDep {	display:none;	padding: 0;	background:none;
	border-top:none;	margin-top: 10px;}
.gnbArea #navM ul li ul.subDep li {	position: relative;	padding-bottom: 10px;}
.gnbArea #navM ul li ul.subDep li:after {	content:'-';	display: inline;	position: absolute;
	top: 10%;	left: 0;	color: #fff;	line-height: 2.1;	vertical-align: middle;}
.gnbArea #navM ul li ul.subDep li a {	font-size: 16.5px;	font-weight: normal;	vertical-align: middle;
	line-height: 1.5;}

#navM .fa-angle-down, #navM .fa-angle-up, #navM .fa-plus, #navM .fa-minus	{
	float: right;	display: inline-block;	width: 50px;	font-size: 25px;
	margin-left: 8px;	font-size: 16px;	line-height: 16px; font-weight: lighter;
	font: normal normal normal 16px FontAwesome;
	vertical-align: middle;	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}

#navM .fa-plus, #navM .fa-minus{	font-size: 25px;	font-weight: lighter;  	color: #2c457c;  }
#navM .fa-plus:active .fa-plus::before,
#navM .fa-minus:active .fa-minus::before{	color:#2c7c39;}
.fa-plus,	.fa-angle-up{	display: none;	color: #2c7c39;}
.fa-angle-up:before{	font-size: 18px;}
.fa-plus:before{	font-weight: 100;	font-size: 18px;}
.msearch {	margin: 0 auto;  padding: 50px 10px 30px;}
.msearchinput {  width: calc(100% - 70px);  height: 33px;  margin: 0;  padding: 0;
  border: 1px solid #ccc;  vertical-align: top;}
#sch_submit{	width: 35px;	height: 35px;	line-height: 1;	margin-top: -10px;
	background-color: rgba(0,0,0,0.8);	vertical-align: middle;}

#sch_submit i{	color:#fff;	font-weight: normal;	font-size: 20px;}




/****************** footer*******************/
.footer{  position: relative; display: block;  width: 100%; height: auto;
  box-sizing: border-box;  font-family: 'notokr-regular', 'sans-serif';}

.footer .green{  position: relative; width: 100%; display: block;  padding-bottom: 10px;
  background-color: #24A58F; box-sizing: border-box;}
.footer .black{  position: relative; display: flex; width: 100%; padding: 4% 2% 5%;
  bottom: 0;	background-color: #282a2b;
	border-top: 1px solid #4b4c4d;
  flex-direction: column; box-sizing: border-box;}
.footer .footer_text{ width: 100%; margin: 3% auto;
	text-align: center; box-sizing: border-box;}
.footer .black p{    width: 100%;  color: #fff;  font-size: 14px;  line-height: 1.7;}
.footer .Tgreen{ color: #24A58F;}
.footer .footer_btn{  position: relative; display: flex;
  width: initial;    flex-direction: row;
    justify-content: center;
   align-content: center;  }
.footer .ft_btn{  position: relative; display: block; text-align: center;
  box-sizing: border-box;}
.footer .ft_btn01{  margin-right: 15px;}
.footer .ft_btn a{  position: relative; display: block;
  width: 100%;
  color: #fff;
  padding: 5px 20px; font-size: 14px; line-height: 1;
  background-color: #24A58F;  background-color: #00aab4; 	box-sizing: border-box;}
.f_logo{
  margin: 0 auto;
  width: 186px;
  height: 26px;
}
@media all and (max-width:420px){
.footer .footer_btn{  flex-direction: column;}
.footer .ft_btn01{ margin-right: 0px;margin-bottom: 15px;}

.footer .black p{ font-size: 12px;}
.footer .ft_btn a{
    width: 90%;  margin: 0 auto;
    padding: 10px 20px; font-size: 13px; }

}


@media all and (max-width:1089px){
.mlist{font-size: 24px;  height: auto; min-width: inherit;}
.headerArea .container {	padding: 0px 0;	height: 100%;}
#header{	height: 55px;	}
.headerTop{	height: 55px;	box-sizing: border-box;  top: 0;}
.headerTop .logo{max-width: 150px;}
/* .headerTop .logo a {   max-width: 150px;  } */
#fp-nav.right, #header .header_sns{display: none;}
#content{	margin-top: 55px;}
#header .side-util .issue-back{display: none;}
.topBtn, .topBtnI, .topBtn.active{  display: none;  opacity: 0;}
.container2 { padding-bottom: 80px;}
.container {	width: 100%;	min-width: initial;}
.gnbArea .gnb{	display:none !important;}
.gnbBg {display: none;}
.gnbArea { position: static;width: auto;height: auto;}
.btn_gnb_view { width: 55px; border-left: 0;  height: 100%; padding: 10px 10px;}
.btn_gnb_close { width: 55px; height: 55px; box-sizing: border-box;}
.btn_gnb_close>span { top: 28px; left: 8px;}
.menuMbg{top: 55px;}

.gnbArea,.headerArea,#header .side-util,
.headerTop{	height: 55px;	box-sizing: border-box;}

#header .side-util .btn_gnb_view{	 border:none;}
.pdfdown-back-wrap {  position: relative;  width: 100%;	height: 80px;  top: 150px;
  text-align: center;	margin: 0 auto;}
.pdfdown-back-wrap .pdfdown-back{	float: none;	margin: 15px 0 0 0;	}
.issue-back-wrap {  display: inline;  width: auto;}
.issue-back-wrap #select-box2 { display: inline-block;	width: 140px; height: 26px; margin: 0; margin-top: 30px;
  padding: 3px 5px 3px 15px; font-size: 14px; box-sizing: border-box; color: #525252;  border: none;
  background: #fff url(../image/main/issue-back.jpg) top right no-repeat;  -webkit-appearance: none; }
#navM_list .navM_list_03{padding-bottom: 10px;}
}

@media all and (max-width:768px){
#navM .gTop{margin-top: -30px;}
.menuM #navM{ width: 100%; top: 0px;  padding: 52px 6% 5%;}

#header .side-util{  margin-right: 5px;}
#header .side-util2{  margin-left: 5px;}

#navM_list{height: 80%;padding: 1% 0 1% 0;  }
.mlist{font-size: 20px; line-height: 1.2; }
.mlist .top_br{margin-top: 5px;}

}

@media all and (max-width:420px){
.headerTop .logo{max-width: 110px;}
.menuM #navM {width: 100%;}
#navM_list{height: 75%;}
.mlist{margin:7px auto;}
}



/***********    key visual     ************/
#main{	position: relative; display: block; width: 100%; height: 100%; 	padding-top: 70px;
	box-sizing: border-box;}
.slide00wr{ position: relative;display: block; }
.topVisiual {	position: relative;	display: block; width: 100%; height: 100%;
	margin: 0 auto;  text-align: center;  overflow: hidden; background-size: cover;box-sizing: border-box;}


@media all and (max-width:1089px){
#main{padding-top: 55px;}
.slide00wr .engWr{margin-top: 3%;}
.topVisiual .loader{ 	min-width: inherit; min-height: inherit;}
}
