@charset "utf-8";
@import url("core.css");
@import url("hover.css");
@import url("plugin.css");
@import url("style.css");
@import url("subCom.css");
/* @import url("font-awesome.min.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|Titillium+Web&display=swap');


.switch{display: none;}


/* layout */
#wrap{  margin: 0;  height: auto;  overflow: hidden;}
#content {position: relative; display: block; width: 100%; margin: 0 auto;
  margin-top: 82px;	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: 82px;}
.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: inline-block;	width: 100%;	height: 82px; margin: 0 auto;
	top: 0px; left: 0px; right: 0px; z-index: 4; border-bottom: 1px solid #e4e4e4;
	background-color: #fff;	color: #fff;  box-sizing: border-box;	align-content: center;
  font-family: 'notokr-regular','sans-serif'; font-weight: lighter;}
  #header.active { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);  border-bottom: none;}



.headerTop .side-util .issue-back p, .gnbArea .wlist>a{	color: #222;}
.headerTop {	position: relative;	display: flex; width: 100%;  max-width: 1400px;
  /* padding: 10px 0 10px 30px; */
  margin: 0 auto;
	align-items: center; justify-content: center; background-color: transparent;
		box-sizing: border-box;}

/* .logoWr{	position: relative;	display: flex; width: 100%;
  outline: 1px solid red;
  flex-direction: row;
align-content: center;
align-items: center;

} */


.headerTop .logo {	position: relative;	display: flex;	width: 239px;  height: 100%;
  margin-left: 5%; align-items: center;	justify-content: center;	box-sizing: border-box; }
.headerTop .logo a{	position: relative;	display:  inline-block;	width: 142px;	height: 50px; 	margin: 0 auto;
	background:url(../image/img_logo_B.svg) no-repeat center/100%;}
.headerTop .logo_txt{  position: relative; color: #000;
  display: flex;   width:170px;  margin-left: 15px; float: left; flex-direction: column;}
.headerTop .logo_txt p{    width:170px; line-height: 1.1;
  margin-top: 3px;
}

.gnbArea { position: relative;	display: inline-block; width: 100%;  height: 82px;
  margin: 0 auto;	box-sizing: border-box;  	/* width: calc(100% - 356px);  */	}
#header .side-util { position: relative;	display: flex !important;	height: 82px; float: right;
	 	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; width: 82px;	height: 82px;
	align-items: center;  justify-content: center;
	cursor: pointer;	box-sizing: border-box;	text-align: center;
  z-index: 0;
}

.issue-back1{ 	box-sizing: border-box; }
.issue-back2{ color: #fff;}
.headerTop .side-util .issue-back2 p{color: #000;}
.btn_gnb_view {position: relative;	display: flex !important; width: 81px;	height: 100%;	margin: 0 auto;
	padding: 25px 25px;	 cursor: pointer; text-align: center;
	overflow: hidden;	box-sizing: border-box;
	align-content: center; justify-content: space-between; flex-direction: column;
    align-items: flex-start;}
.btn_gnb_view>span { display: block;	width: 100%;	height: 2px; border-radius: 2px;
	 background: #000; margin: 3px 0;}
.btn_gnb_view>span:last-child {width: 70%;}
.headerTop .side-util .issue-back p { position: relative; display: inline-block; font-size:16px;
		text-align: center; vertical-align: middle;	 }

.btn_gnb_close{	position: absolute;	display: block;	width: 82px;	height: 82px;
	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: 20px;	top: 40px; opacity: 1;
	/* z-index: 999999999; */
	background: #222; 	box-sizing: border-box;}
.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;}

.gnbBg {	position: absolute;	display: none; width: 100%; height: 330px; top: 81px; left: 0;
	padding-bottom: 10px;	border-top: 1px solid #e6e6e6;	background-color: rgba(255,255,255, 0.99);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.05);
	/* transition: all 0.2s linear; 	 */
  box-sizing:border-box;}
.gnbBg.active{	display: inline-block;}
.menuMbg{	position: fixed; width: 100%; height: 100%;	left: 0;	top:0px;
	background-color: rgba(0,0,0,0.7);	z-index: 0;		box-sizing:border-box;	}
.gnbArea .gnb {	position: relative;	display: inline-block; width: 100%;	margin: 0 auto;	box-sizing:border-box;}
.gnbArea .gnb > ul.sub_menuW:after {content:'';display: block;clear: both;}
.gnbArea .wlist {	position: relative;	display: block; width: calc(100% / 3); float: left;
  list-style:none;	text-align: center;	box-sizing:border-box;	line-height: 82px;	}
.gnbArea .wlist>a{ position: relative;  display: block; width: 100%;  font-size: 17px; text-align: center;	line-height: 82px;	vertical-align: middle;
	/* overflow: hidden;  */
	font-family: 'Plus Jakarta Sans', sans-serif;
	/* background-image: linear-gradient(to right, #019267, #0081cc, #019267 ); */
	background-image: linear-gradient(to right, #0081cc, rgba(237, 109, 52, 0.8), #0081cc );
 background-size: 0 2px, auto;	background-repeat: no-repeat;	box-sizing:border-box;
 background-position: center bottom; 	transition: all .2s ease-out;}
.gnbArea .wlist>a span{padding: 0 3px;}
.gnbArea .wlist b{ display: block;}
.gnbArea .wlist>a:hover{	background-size: 95% 2px;	height: auto; }
.gnbArea .gnb .sub_menuW {	position: relative;	display: none; width: 100%;	}
.gnbArea .gnb ul li ul.sub_menuW li {float: none; }
.gnbArea .gnb ul li ul.sub_menuW li a{  font-size: 20px;    font-weight: normal;
    vertical-align: middle;    line-height: 1.5;}

.gnbArea .gnb ul.sub_menuW li a:hover{	color:#019267; font-weight: bold;}


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

.menuM{  position: fixed; display: block;  width: 100%; max-width: 1400px; height: 100%; margin: 0 auto;
  top: 0; left: 0;  right:1px; bottom: 0;   box-sizing: border-box; }
.menuM #navM {  position: relative; width: 40%;	height: 100%;	min-width: 250px;
  top: 0px;	right: -60% !important;padding: 0;  padding-bottom: 30px;
   float:right;
		background-color: #fff;	z-index: 1;
	overflow: hidden;	overflow-y: auto; box-sizing: border-box;}
/* .gnbArea #navM > ul {	margin: 0 0  10px;} */
.menuM #navM.active{right: 0 !important;}

.gnbArea #navM .gTop {	position: relative; display: block;
  /* color: #000; */
  padding: 82px 50px 60px;  margin: 0;  font-size: 16px;
  color: #666;
  font-weight: normal;
  box-sizing: border-box;
  background: #F5F5F5;
  border-bottom: 2px solid #000;
  line-height: 20px;

box-sizing: border-box;}


.gnbArea #navM .menu00,.gnbArea #navM .menu01,.gnbArea #navM .menu02,
.gnbArea #navM .menu03,.gnbArea #navM .menu04,.gnbArea #navM .menu05,
.gnbArea #navM .menu06{	border-bottom: 1px solid #e0e0e0;	font-weight: bold;}

.gnbArea #navM .menu07, .gnbArea #navM .menu08{  padding: 0 50px;}
.gnbArea #navM .menu07{margin-top: 10px;}
.gnbArea #navM .menu08{margin-top: 50px;}

.gnbArea #navM .menu07 a, .gnbArea #navM .menu08 a{	display: block;
  /* margin-left: 70px;  */ font-family: 'notokr-regular','sans-serif';
    font-weight: lighter; font-size: 16px; border-radius: 4px;
    background: #F5F5F5; padding: 20px; font-weight: bold; color: #444;
  vertical-align: middle;}

.gnbArea #navM .menu07 a i, .gnbArea #navM .menu08 a i{	display: inline-block; position: static; margin-right: 20px;}
#navM .menu07 .thum-img, #navM .menu08 .thum-img{ width: 25px;	height: 25px;
  line-height: 1; vertical-align: middle;}
#navM .menu07 .thum-img { background:url(../image/ico/mobile_img05_1.png) no-repeat center/cover;}
#navM .menu08 .thum-img { background:url(../image/ico/book1.png) no-repeat center/cover;}


.gnbArea #navM .menu01{border-bottom: none;}
.gnbArea #navM .menu02{border-bottom: none;}
.gnbArea #navM ul > li {	position: relative;	padding: 0;}
.gnbArea #navM ul li a.mlist{padding: 20px 50px; display: block;  border-bottom: 1px solid #E0E0E0;  margin-bottom: 0;}
.gnbArea #navM ul > li.active .mlist{  position: relative;  display: block;  margin-bottom: 0px;  box-sizing: border-box;}
.gnbArea #navM ul li a {	font-size: 20px;  /* margin-left: 30px; */}
.gnbArea #navM ul li a.head{font-weight: normal;}


.gnbArea #navM ul li ul.subDep {	display:none; margin-top: 0; padding: 10px 50px 60px;background:none;
	border-top:none;
  border-bottom: 1px solid #E0E0E0;
}

.gnbArea #navM ul li ul.subDep li {	position: relative;	padding-bottom: 0px;}
.gnbArea #navM ul li ul.subDep li:after {	display: none;}
.gnbArea #navM ul li ul.subDep li a {	display: block; padding: 10px 0px; font-size: 20px;	font-weight: normal;	vertical-align: middle;	line-height: 1.5;}

.gnbArea #navM .gTop span{		font-size: 18px;  color: #666; margin: 0; line-height: 40px;}
.gnbArea #navM .gTop .gTop_stext{font-size: 30px;display: block; font-weight: bold;}
.gnbArea #navM .gTop .gTop_stext2{font-size: 18px; font-weight: 600;}
.gnbArea #navM .gTop i{font-weight: 600; color: #cf7aaf; font-style: normal; display: block; line-height: 20px;}


#navM .subDep li a span, #navM .subDep li a small{ display: block;
  font-family: 'notokr-regular','sans-serif';   font-weight: lighter;}
#navM .subDep li a span{  padding-top: 0px;  font-size: 16px; line-height: 1.2; }
#navM .subDep li a small{ font-size: 14px; line-height: 1;
  color: #939393;
  margin-top: 3px;   letter-spacing: -1px;}
  #navM .subDep li a .indent {padding-left: 20px;}

.menu01 a.mlist:hover{color:#cf7aaf;}
.menu02 a.mlist:hover{color:#7fb4e1;}
/* .menu03 a.mlist:hover{color:#0081cc;}
.menu04 a.mlist:hover{color:#0081cc;} */
.gnbArea .gnb .gTop {display: none;}
.menu01 .subDep li a:hover{color:#cf7aaf;}
.menu02 .subDep li a:hover{color:#7fb4e1;}
.menu01 .subDep li a:hover small{color:#cf7aaf;}
.menu02 .subDep li a:hover small{color:#7fb4e1;}

#navM .fa-angle-down, #navM .fa-angle-up, #navM .fa-plus, #navM .fa-minus	{
	float: right;	display: inline-block;	width: 50px;	font-size: 25px;
	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-angle-down, #navM .fa-angle-up{  font-size: 20px; vertical-align: middle;
 line-height: 1.5;}
#navM .fa-plus, #navM .fa-minus{	font-size: 25px;	font-weight: lighter;	color: #6f381c;}
#navM .fa-plus:active .fa-plus::before,
#navM .fa-minus:active .fa-minus::before{	color:#6f381c;}
.fa-plus,	.fa-angle-up{	display: none;	color: #6f381c;}
.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{position: relative;display: block; box-sizing: border-box;	background-color: rgba(226, 226, 226, 1);	color: #000;  z-index: 2;}
#footer .container {position: relative;display: block; text-align: center;padding: 40px 0;font-size: 14px;line-height: 1.9; box-sizing: border-box;	}
#footer .container address{font-size: 16.5px; word-break: keep-all;}
#footer .ft_tel{ position: relative; display: inline-block;}
#footer .ft_tel2{  position: relative;  display: block;}

@media all and (max-width:1089px){
.m_o{display: none !important;}
.headerArea .container {	padding: 0px 0;	height: 100%;}
#header{	display: block;	background-color: #fff;	height: 55px;	}

.headerTop{	position: relative;  display: flex; width: 100%; margin: 0 auto;
	height: 55px;	box-sizing: border-box;  top: 0px; padding: 0px 0;}
.headerArea .container {	padding: 0px 0;	height: 100%;}
#content{	margin-top: 55px;}
#header .side-util{max-width: inherit; float: inherit; display: block;}

#header .side-util .issue-back{display: none !important;}
.topBtn, .topBtnI, .topBtn.active{  display: none;  opacity: 0;}

.container2 { padding-bottom: 80px;}
.headerTop .logo { display: inline-block;	width: initial; top: 0; float: left;
		/* margin-left: 50%; transform: translateX(-50%);  */
	margin-left: 5%;	border-right: 0;}
.headerTop .logo a{ max-width: 140px;  height: 50px; margin: 0 auto;}
/* #header .logo a{height: 50px;} */
.container {	width: 100%;	min-width: initial;}
/* .gnbArea .gnb{	display:none !important;} */
.gnbBg {display: none;}
.gnbArea { position: static;  /* width: auto;  */  height: auto;}
/* .headerTop .logo_txt{display: none;} */
/* .headerTop .logo_txt p{line-height: 1.1; margin-top: 3px;} */
#header .side-util{    	position: absolute; display: block;     float: right; top: 0; right: 0;
	border: 0;}
.btn_gnb_close { width: 55px;	height: 55px;	box-sizing: border-box;	}
.btn_gnb_close>span{	top: 28px;	left: 8px;}
.menuMbg{top: 0px;}
.headerArea, #header .side-util, .headerTop{	height: 55px;	box-sizing: border-box;}

.menuM #navM {	right: 0%;	width:50%;
	/* padding: 10px 10px 30px;	 */
	/* padding: 30px 30px 75px; */
  	height: auto; min-height: inherit;}
.menuM #navM.active{  /* top: 55px;  */  height: 100%;}

.btn_gnb_view{  width: 55px; border-left :0; height: 100%; padding: 13px 13px;}
.btn_gnb_view>span{ height: 2px; margin: 3px 0;}

.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 {  box-sizing: border-box;  display: inline-block;
	width: 140px; height: 26px;  margin: 0; margin-top: 30px;
  padding: 3px 5px 3px 15px;  font-size: 14px;
  background: #fff url(../image/main/issue-back.jpg) top right no-repeat;
  -webkit-appearance: none;  color: #525252;  border: none;}

.gnbArea #navM ul li a.mlist{padding: 20px 40px;}
.gnbArea #navM ul li ul.subDep{padding: 10px 40px 40px;}
.gnbArea #navM .menu07, .gnbArea #navM .menu08{padding: 0 40px;}

#footer{width:100%;height:auto;text-align:center;  /* margin-top: 50px; */}
/* #footer img{width:100%;height:auto;max-width:801px;} */
#footer .container {padding: 20px 10px;width: 100%;  }
#footer .container address{	/* margin-top: -115px; */}
}
@media all and (max-width:768px){
/* .headerTop .logo {  position: absolute; display: block; left: 50%; transform: translateX(-50%);} */
.headerTop .logo a {   max-width: 120px; height: 55px;}
.menuM #navM {	width:80%;}
.gnbArea #navM .gTop{padding: 55px 30px;}
.gnbArea #navM ul li a.mlist{padding: 20px 30px;}
.gnbArea #navM ul li ul.subDep{padding: 10px 30px 40px;}
.gnbArea #navM .menu07, .gnbArea #navM .menu08{padding: 0 30px;}
}

@media all and (max-width:420px){
  .menuM #navM {width: 100%; min-width: inherit;  }

  .logo_txt, .logo_txt p{font-size: 13px}

  .gnbArea #navM ul li ul.subDep{padding-bottom: 30px;}

}
@media all and (max-width:400px){
  .headerTop .logo { display: block; left: 0; transform: inherit;}
  .headerTop .logo a {    max-width: 100px; }
  .headerTop .logo_txt{margin-left: 5px; width: 33%;}
  .logo_txt, .logo_txt p{font-size: 12px; width: initial;}
  .logo_txt p span{display: block; padding: 1px 0; line-height: 1.2; width: initial;
    box-sizing: border-box;
  }
  .logo_txt .logoT2{display: none;}
}



.bo_right{border-right: 1px solid rgba(179, 179, 179, 0.4)}


/**************************/
#footer .sns{  position: relative;  display: block;  width: 100%;  height: auto;  margin-top: 15px;
  /* margin-bottom: 30px;padding-bottom: 60px;  */
  box-sizing: border-box;}
#footer .sns ul{  position: relative;  display: block; box-sizing: border-box;}
#footer .sns ul li{  position: relative;  display: inline-block;  width: 32px; height: 32px;
  margin: 10px; box-sizing: border-box;}
#footer .sns ul li a{
  display: block;
  width: 100%; height: 100%;
  /* outline: 1px solid red; */
}
/* .footer{ position: relative; display: table;  width: 100%;  height: auto !important;
  min-height: 5vw;  margin: 0 auto;  table-layout: fixed;
  box-sizing: border-box;  overflow: hidden;}

.ft_div{  position: relative;  display: table-cell;  width: 100%;  height: auto;
  padding: 35px 0;  margin: 0 auto;  vertical-align: middle;
  background: #333;  box-sizing: border-box;}

.fcontainer{  position: relative;  display: inline-block; width: 100%; padding: 10px 15px;
  margin: 0 auto; -webkit-box-pack: justify;  justify-content: space-between;
  box-sizing: border-box;}
.footer .fbox {  display: inline-block;  width: calc(50% - 50px);
  box-sizing: border-box;}
.footer .fbox1 {  margin-left: 5%; width: 40%;}
.footer .fbox1 .fLogo{  vertical-align: middle;}
.fLogo img{  margin: 0 auto;  vertical-align: middle;}
.footer .fbox2 {}
.footer .fbox p{ font-size: 17px;  line-height: 1.6;  color: #aaaaaa;
  text-transform: uppercase;  vertical-align: middle;}
.footer .fbox COPYRIGHT{ margin-top: 5px;
  font-size: 16.5px; color: #666;
}
@media all and (max-width:1089px){
.ft_div{padding: 20px 0;}
.footer .fbox { width: 100%; text-align: center; margin: 0;}
.footer .fbox p{font-size: 16.5px;}
} */







/***********모달 로그인 **********/
.modal {  position: fixed;  width: 80%;  height: 70%;
  margin: 0 auto;  top: 43%;  left: 50%;  z-index: 9;
  overflow: hidden;  display: none;  box-sizing: border-box;
  /* scrollx:none;  width: 100%;  min-width: 320px;
  height: auto;  min-height: 300px;  border: 1px solid #ffffff; */
  }
.modal_on { display: block; }
.modal_x { position: relative; display: block; width: 40%; height: 45px; line-height: 45px;
  border-radius: 5px; margin: 0 auto; margin-top: 30px; background-color: #1eb4cf; color: #fff;
  text-align: center; font-weight: bold; cursor: pointer; font-family: 'Montserrat', sans-serif;
  cursor: pointer;}
.modal_t{ position: relative; display: block; width: 100%; margin-top: 0; color: #fff; cursor: pointer;}
.modal_t span{  display: block; text-align: right; margin-right: 2%;  padding: 7px 3px;
  font-size: 20px;}
.modal_back {  position: fixed; z-index: 2; top: 0px;  left: 0;  right: 0;  bottom: 0;
  opacity: 0; visibility: hidden;  background-color: rgba(0, 0, 0, 0.9);}
.back_on {  opacity: 1; visibility: visible;}
.body_lock {  z-index: 3;width: 100%;  height: 100%; overflow: hidden;}

@media (max-width: 740px) {
.modal {	width: 86%;	max-height: 100%;}
.modal_x{	width: 70%;  margin-top: 20px;}
}


/***********/
.ebook_pop{ position: relative;  display: block; width: 100%;  height: auto; box-sizing: border-box;}
.contPop{ position: relative;  display: inline-block;
  width: calc(50% - 8px); height: 100%; margin: 5px 3px;
  vertical-align: top;	box-sizing: border-box;
  font-family: 'NanumSquare', 'sans-serif';}
.contPop .contPopa{  position: relative;	display: inline-block;
  width: 100%;	box-sizing: border-box;}
.contPop .thumbnails{ height: 300px;}

.contPop .info { position: absolute;	display: table; width: 100%; height: 100%;
	min-height: 86px; bottom: 0px; left: 0px;	overflow: hidden;
	text-align: left;  background-color: rgba(0,0,0,.6);  vertical-align: middle;
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; 	box-sizing:border-box;
 transition: all .2s ease-out; background-position:  left right;}
/* .contPopa .info{  color: #fff;
  background-image: linear-gradient(to right, rgba(218, 33, 40, 0.7),
  rgba(218, 33, 40, 0.7));} */

.contPop .infowr{	position: relative;	display: table-cell; height: 100%;
  padding: 15px 10px;	margin: 0 auto;
	vertical-align: middle;	text-align: center; }
.contPop .infowr .name{  margin: 5px 0;	font-size: 20px; font-weight: bold;  color:#6dcddd;}
.contPop .infowr .txt1{  color: #fff;  padding-top: 10px;	font-size: 16.5px;	line-height: 1.6;}
.contPop .infowr .txt2{margin-top: 10px;  }

.contPop .eng::after { content: ''; position: relative; display: block; text-align: center;
 background-color: #fff; color: #fff; width: 40px; height: 2px; top: 10px; margin: 0 auto;}

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

.ebook_pop a:hover .infowr{display: none;}
.ebook_pop a:hover .info{ background-size: 100% 100%;	height: 100%;}

/* .ebook_pop a:hover .info{background-color: rgba(218, 33, 40, 0.7);} */


.ebook_pop a .thumbnails .loader::after {
  content: '';  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  margin: auto;
  background: transparent;  /* transition: background 0.5s; */  }
.ebook_pop a:hover .eng, .thumbnails::after{
  z-index: 10 !important;
}
@media all and (max-width:768px){
.modal{width: 95%; height: auto;}
.contPop .thumbnails{	height: 45vw;}
}


#section7 {  position: relative; display: block; width: 100%;  height: auto !important;
    box-sizing: border-box;}
.top_thum{display: inline-block;  width: 25px;  height: 25px;  margin-right: 15px;
  line-height: 1;  vertical-align: middle;
  background: url(../image/top_ico01.png) no-repeat center/cover;}

.w_only{display: block;  }
.m_only{display: none;}
@media all and (max-width:1089px){
.w_only{display: none;  }
  .m_only{display: block;}
  }
  @media all and (max-width:768px){}
