@import url('//fonts.googleapis.com/earlyaccess/nanumbrushscript.css');

@font-face {
    font-family: 'RiaSans-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


/*reset css*/
*{padding: 0; margin: 0;}
ol,ul,li{list-style: none; margin: 0;}
.clear:after{content: ''; display: block; clear: both;}
img{vertical-align: top;}
p{margin: 0;}
a:hover{text-decoration: none;}
body {font-family: 'Pretendard-Light'; color: #000;}
h1,h2,h3,h4,h5,h6{margin: 0;}
.gray{color: #777;}
.navy{color: #0840cd;}
.blue{color: #0072bc;}
.yellow{color: #fff700;}
.red{color: #cb2e2e;}
.pointcolor{color: #0072bc;}
.bold{font-weight: 900;}
::selection {background:#0072bc; color:#fff;}

/*header*/
.header h1{width: 150px!important; height: 100px!important; margin:40px auto 20px;}
.header .menu > ul a {font-size:20px!important; color: #fff!important;}
.header .menu ul li ul li{padding: 10px 5px!important;background-color: rgb(0,0,0,0);}
.header .menu ul li ul li a{font-size:19px!important;}
.whitebar{height:230px!important; top:240px!important;}
.header .menu > ul > li > a:after{background-color: #fff!important;}
.container .menu > ul li .sub-menu{height: 230px!important;}

/*header*/
/*
.header .header_top{height: 190px; width: 1400px; margin: 0 auto; }
.header .header_top h1{width: 280px; float: left; margin: 0; padding: 25px 0 0;}
.header .header_top h1 a{display: block; width: 100%; height: 100%;}
.header .header_top h1 a img{width: 100%;}
.header .text-right{z-index: 11;}

.header .container{top: 0; width:1400px!important;}
.container .menu{float: right; width: 850px; height: 90px; margin: 20px 0 0;}
.container .menu > ul{width: 100%; height: 100%; }
.container .menu > ul > li{height: 100%; line-height:90px; padding: 0;
text-align: center; z-index: 1000;}
.container .menu > ul > li > a{position: relative; display: block; height: 100%;}
.container .menu > ul > li > a:after{ content:""; display:block; width:0; height:2px; background-color:#446083; position:absolute; bottom:-12px; transition:all 0.5s; left:50%; transition:all 0.5s;}
.container .menu > ul > li:hover>a:after{margin-left:-50%; width:100%;}
.container .menu > ul > li:hover>a{color:#446083; font-weight: 700; width: 99%;}
.container .menu > ul a{color: #000; font-weight: 400; font-size: 22px;}
.container .menu > ul li .sub-menu{top: 60px; left: 0; width: 99%; height: 190px; background-color: rgba(255,255,255,0)!important; z-index: 9999;}
.container .menu > ul li:nth-child(1) .sub-menu{border-left: 1px solid #bbb;}
.container .menu > ul li .sub-menu li{width: 100%; height: 35px; line-height: 22px; text-align: center; min-width: 0; float: left; margin: 0 20px; padding: 15px 30px;}
.container .menu ul li ul li a{display: block; height: 100%; font-size: 20px; font-weight: 400; color:#fff;}
.container .menu ul li:hover > .sub-menu{background-color: #e4e4e4; }
.container .menu ul li .sub-menu li:hover a{color: #000000; font-weight: bold;}

.whitebar{width: 100%!important; height: 60px; background-color: #eee; position: absolute; top:170px!important; z-index:500;left: 0;}
*/


/*container*/
.cont-wrap{width: 1400px; margin: 50px auto 0 ;}
.cont-wrap > div{margin: 200px 0 0;}
.cont-center{width: 1400px; margin: 0 auto; height: 100%;}

/*graybar*/
.gray-bar{font-family: 'GmarketSansMedium'; width: 100%; height: 60px; background-color: #ebebeb; font-size: 24px; color: #172144;}
.gray-bar .cont-center{display: flex; flex-wrap: wrap;justify-content: space-around;flex-direction: row; align-items: center;}
.gray-bar .cont-center div{flex: 1 0 auto; text-align: center;}
.gray-bar .cont-center div:nth-child(2){font-size: 26px; font-family: 'GmarketSansBold';}

/*cont-wrap*/
.cont-wrap{width:1400px; margin: 0 auto;}
.cont-wrap > div{margin: 100px 0;}

/*cont01*/
.cont01{display: flex; flex-wrap: wrap; justify-content: space-between; }
.cont01 .cont01-img{flex: 0 1 500px;}
.cont01 .cont01-img img{width:100%;}
.cont01-desc{flex: 0 1 60%; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.cont01-desc > img{flex:0 1 auto; margin: 5px;}
.cont01-desc > img:nth-child(1){width: 100%;}
.cont01-desc > img:nth-child(n+2):nth-child(-n+5){width: calc(25% - 13px);}
.cont01-desc > img:nth-child(n+6):nth-child(-n+8){width: calc(33% - 13px);}

/*cont02*/
.cont02 > div{display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont02 > div > div > a{display: block; width: 100%; height: 100%;}
.cont02 > div > div > a > img{width: 100%;}
.cont02 > .cont02-top > div{flex: 0 1 48%;}
.cont02 > .cont02-bot{margin: 20px 0 0;}
.cont02 > .cont02-bot > div{flex:0 1 23%;}

/*cont03*/
.cont03{border: 4px solid #ccc; position: relative; padding: 40px 80px; height: 600px;}
.cont03 h2{font-family: 'Pretendard-Bold'; font-size: 60px;}
.cont03 p{font-size: 35px; margin: 10px 0 0;}
.cont03 ul{margin: 20px 0 0;}
.cont03 ul li{font-size: 30px;}
.cont03 ul li:before{content: ""; display: inline-block; background-image: url(/_upload/baekje.aidc.kr/check.png); width: 25px; height: 30px; background-position: center center; background-repeat: no-repeat;background-size: cover; margin: 0 15px 0 0;}
.cont03 .blue-box{width: 600px; height: 130px; position: absolute; bottom: -20px; left: 80px; background-color: #00adef; border: 4px solid #ccc; padding: 0 20px;}
.cont03 .blue-box:hover{background-color:#181f3c;}
.cont03 .blue-box a{width: 100%; height: 100%; color: #fff; padding: 10px; display: block;}
.cont03 .blue-box a:hover{text-decoration: none;}
.cont03 a h3{font-size: 27px; margin: 10px 0 0;}
.cont03 a h4{font-size: 33px;font-family: 'Pretendard-Medium'; margin: 10px 0 0;}
.cont03 .cont03-img{position: absolute; bottom: 0; right: 50px;}

/*cont04*/
.cont04 .small{font-size: 20px;}
.cont04 .big{font-size: 30px;}
.cont04-desc{display: flex; justify-content: space-between; margin: 20px 0 0;flex-wrap: wrap;}
.cont04-desc > div{flex: 0 1 23%;}
.cont04-desc > div a{display: block; width: 100%; height: 100%;}
.cont04-desc > div a img{width: 100%;}

/*cont05*/
.cont05 h2{font-size: 55px; font-family: 'Pretendard-Bold';}
.cont05 p{font-size: 24px; margin: 10px 0 0;}
.cont05-box{position: relative; margin: 50px 0 0;}
.cont05-left{position: relative;width: 900px; height: 550px; border: 4px solid #ccc; overflow: hidden;}
.cont05-left img{width: 100%; height: 100%; transition: all 2s}
.cont05-left .cont05-left-txt{background-color: rgba(0, 195, 255, 0.6); position: absolute; top: 0; right: 0; width: 100%; height: 100%; color: #fff; text-align: center;z-index: 10;}
.cont05-left .cont05-left-txt h3{font-family: 'Pretendard-Medium'; font-weight: 500; margin: 200px 0 0;font-size: 40px;}
.cont05-left:hover > img{transform: scale(1.3);}

/*thumb*/
.thum{width:600px; position: absolute; height:200px; display:flex; flex-wrap:wrap;gap:20px; top:50px; right:0; border: none; z-index: 11;}
.thum > div{flex: 0 0 48%; cursor: pointer;}
.thumbnail{position: relative; border: none; border-radius: 0; padding: 0; height: 200px; overflow: hidden;}
.thumbnail img{width: 100%; height: 100%; transition: all .7s;}
.thumbnail-txt{position: absolute;bottom: 0; left: 0; width: 100%;height: 40px; color: #fff; background-color:#00adef; text-align: center; font-size: 19px; padding: 6px 0 0;z-index: 12;}
.thumbnail:hover img{transform: scale(1.2);}
.thumbnail:hover .thumbnail-txt{background-color: #181f3c;}

/*cont06*/
.cont06{text-align: right;}
.cont06 h2{font-size: 55px; font-family: 'Pretendard-Bold';}
.cont06 p{font-size: 24px; margin: 10px 0 0;}
.cont06-box{position: relative; margin: 50px 0 0; display: flex; justify-content: flex-end;}
.cont06-right{position: relative;width: 900px; height: 550px; border: 4px solid #ccc; overflow: hidden; right: 0;}
.cont06-right img{width: 100%; height: 100%; transition: all 2s}
.cont06-right .cont06-right-txt{background-color: rgba(160,65,13,0.6); position: absolute; top: 0; right: 0; width: 100%; height: 100%; color: #fff; text-align: center;z-index: 10;}
.cont06-right .cont06-right-txt h3{font-family: 'Pretendard-Medium'; font-weight: 500; margin: 200px 0 0;font-size: 40px;}
.cont06-right:hover > img{transform: scale(1.3);}

/*cont06 thumb*/
.cont06 .thum{left: 0; top: 150px;}
.cont06 .thumbnail-txt{background-color:#231f20;}

/*cont07*/
.cont07 h2{font-size: 55px; font-family: 'Pretendard-Bold';}
.cont07 p{font-size: 24px; margin: 10px 0 0;}
.cont07-box{position: relative; margin: 50px 0 0;}
.cont07-left{position: relative;width: 900px; height: 550px; border: 4px solid #ccc; overflow: hidden;}
.cont07-left img{width: 100%; height: 100%; transition: all 2s}
.cont07-left .cont07-left-txt{background-color: rgba(0, 114, 54, 0.6); position: absolute; top: 0; right: 0; width: 100%; height: 100%; color: #fff; text-align: center;z-index: 10;}
.cont07-left .cont07-left-txt h3{font-family: 'Pretendard-Medium'; font-weight: 500; margin: 200px 0 0;font-size: 40px;}
.cont07-left:hover > img{transform: scale(1.3);}

/*cont08*/
.cont08{margin: 100px 0 0; height: 200px;}
.cont08 .cont-center{width: 1400px; display: flex; justify-content: space-between; column-gap: 20px;}
.cont08 .cont-center > div{flex: 1;}
.cont08 .cont-center > div:nth-child(1){flex-grow: 1}
.cont08 .cont-center > div:nth-child(1) img{width:60%}
.cont08 .cont-center > div:nth-child(2){flex-grow: 2.5; position: relative;}

.cont08 .cont-center > div:nth-child(2):after{background: url(/_upload/baekje.aidc.kr/border.png)  no-repeat center top 0 / cover; position: absolute; right: -50px; width: 18px; height: 82px; top: 15px;}
.cont08 .cont-center > div:nth-child(3){flex-grow: 2}

/*.cont08 .cont08-logo:before{content:''; display: block; width: 220px; height: 8px; background-color: #7facd5; margin: 10px 0;}*/
.cont08 .cont08-logo{color: #606060;  font-family: 'S-CoreDream-6Bold';}
.cont08 .cont08-logo h2{font-size: 45px;}
.cont08 .cont08-logo p{font-size: 20px; margin: 0;}

.cont08 .cont08-box{display: flex;justify-content:flex-end; column-gap: 30px;}
.cont08 .cont08-box > div{width: 260px; height: 130px; border-radius: 110px; border: 5px solid #878787; position: relative; text-align: center; padding: 20px; font-family: 'Nanum Gothic'; color: #878787;}
.cont08 .cont08-box > div > a{display: block;width: 100%; height: 100%; color: #878787;}
.cont08 .cont08-box > div > a:hover{color: #878787;}
.cont08 .cont08-box h4{font-size: 20px; font-weight: 800;}
.cont08 .cont08-box p{font-size: 17px; margin: 10px 0 0; font-weight: 500; letter-spacing: -1px;}
.cont08 .cont08-box .cont08-img{position: absolute; top: -10px; margin-left: -22px; left: 50%; background-color: #fff; width: 50px;}
.cont08 .cont08-box .cont08-img img{width: 30px;}
.cont08 .cont08-desc p{color: #878787; font-size: 15px; font-family: 'Nanum Gothic';  margin: 20px 0 0 80px;}

@media screen and (max-width: 1024px){
	/*max-width:1024px cont01*/
	.cont01 .cont01-img{flex: 0 1 100%;}
	.cont01-desc{flex: 0 1 100%;}
	
	/*max-width:1024px cont03*/
	.cont03 .blue-box{position: static;}
	.cont03 .cont03-img{width: 200px; bottom: 0; right:0;}
	
	/*max-width:1024px cont04*/
	.cont04-desc{column-gap: 10px;}
	.cont04-desc > div{flex: 0 0 calc(50% - 5px);}
	
	/*max-width:1024px cont05*/
	.cont05-left{width: 100%;}
	
	/*max-width:1024px thumb*/
	.thum{width: 100%; position: static; height: auto;}
	
	/*max-width:1024px cont06*/
	.cont06-box{display: block;}
	
	/*max-width:1024px cont08*/
	.cont08{margin: 50px 0; height: auto; text-align: center;}
	.cont08 .cont-center{flex-direction: column;}
	.cont08 .cont-center > div{flex: 1;}
	.cont08 .cont-center > div:nth-child(1){width:100%;}
	.cont08 .cont-center > div:nth-child(2){width:100%; position: relative;}
	/*.cont08 .cont-center > div:nth-child(2):after{background: url(/_upload/minipoclain.xn--6e0bp88agnp.kr/border.png)  no-repeat center top 0 / cover;; position: absolute; right: -50px; width: 18px; height: 82px; top: 15px;}*/
	.cont08 .cont-center > div:nth-child(3){width:100%;}
	.cont08 .cont08-box{flex-direction: column; margin: 20px 0 0;}
	.cont08 .cont08-box > div{width: 80%; margin: 20px auto 0; height: 130px;}
	.cont08 .cont08-desc p{margin: 20px 0 0;}
}

/*view-more*/
.view-more{display: block; width: 200px; height: 50px; line-height: 50px; text-align: center; margin: 20px auto; position: relative; color: #fff; border: 1px solid #fff; font-size: 20px; z-index: 1; letter-spacing: 5px;}
.view-more:before{content:''; position:absolute; top: 0; left: 0; width: 0; height: 100%; transition: all .2s; background-color:#fff; z-index: -1;}
.view-more:after{content:"\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; opacity: 0; transition: 0.3s ease-in;}
.view-more:hover:before{width:100%;}
.view-more:hover:after{opacity: 1; padding-left: 20px; transition: 0.3s ease-in;}
.view-more:hover{color: #000;}


/*footer*/
.footer{padding: 0; background-color: #444; color: #fff; border-top: 1px solid rgba(0,0,0,0.2);}
.footer > .container{width: 1400px!important; margin: 0 auto;}
.footer ul{padding: 0;}
.footer-top{border-bottom: 1px solid rgba(255,255,255,0.2); height: 100px; line-height: 100px; position: relative;}
/*.footer-top > div{float: left;}*/
.footer-top-left h6{float: left; font-size: 16px; font-family: 'GmarketSansBold'; line-height: 100px;}
.footer-top-left ul{float: left; margin-left: 30px;}
.footer-top-left ul li{float: left;}
.footer-top-left ul li:after{content:''; display: inline-block; width: 1px; height: 11px; background-color: rgba(255,255,255,0.3); margin: 0 10px;}
.footer-top-left ul li:last-child:after{display: none;}
.footer-top-right .item{position: absolute; top: 25px; right: 0; width: 130px; height: 45px; line-height: 45px; margin: 7px 0 0 0;}
.footer-top-right .item a{display: block; width: 100%; height: 100%; color: #000; background-color: #03cf5d; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-top-right .item a:hover{background-color: #fff; border: 1px solid #000; color: #000;}

.footer-bot{height: 150px; padding: 30px 0; position: relative;}
.footer-bot ul li{float: left; height:30px;}
.footer-bot ul li:after{content:''; display: inline-block; width: 1px; height: 11px; background-color: rgba(255,255,255,0.3); margin: 0 10px;}
.footer-bot ul li:last-child:after{display: none;}

/*
.footer-bot .footer-copyright{margin: 5px 0 0 0;}
.footer-bot .footer-copyright:after{content: ''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: 0 10px;}
*/
.footer-bot .item{width: 130px; height: 45px; line-height: 45px; position: absolute; top: 20px; right: 0;}
.footer-bot .item a{display: block; width: 100%; height: 100%; color: #fff; background-color:#000; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-bot .item a:hover{background-color: #ddd; color: #000;}


/*sidebar*/
 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: auto;
 margin-top: 0px;
 left: 50%;
margin-bottom: 50px;
}
.nav-tabs.nav-justified{width: 85%; margin: 0 auto; font-size: 12px; font-weight: bold;}
.nav-tabs{height: 50px;}
.nav > li{height: 50px; background-color:#0f46a0;}
.nav > li > a{padding: 0;}
.nav-tabs > li > a {border-radius: 0; height: 52px; line-height: 48px; color: #fff; font-size: 16px; font-weight: 300;}
.nav-tabs.nav-justified > li > a{border-radius: 0; border-bottom: 0;}
.nav-tabs.nav-justified > li{ border-left: 1px solid rgba(255,255,255,0.3); height: 50px;}
.nav-tabs.nav-justified > li:last-child{border-right: 1px solid rgba(255,255,255,0.3);}
.nav-tabs > li > a:hover{color: #000;}
.sidebar_bg{width: 100%; height: 52px; background-color:#0f46a0; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}

    
/*page-wrapper*/
.mains {margin-top: 0;}
.mains > .container{width:100%!important;}
#page-wrapper{width: 1400px; margin: 30px auto;}
@media(min-width:768px) {
		#page-wrapper { margin: 30px auto; border-left:none;}
}

/*page-header*/
.page-header {
    padding-bottom: 40px;
    margin:50px 0 30px;
    color: #000;
    font-family: 'Pretendard-Medium';
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid #eee; }

/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c9c9c;
    border-color: #9c9c9c; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;}


/*sub*/
.grid-item {
display: inline-block;
    height: 300px;

    overflow: hidden;
    text-align: center;
    width: 250px;
}
.grid-item img{
	width:80%;
	height:auto;
/*	filter: url(filters.svg#grayscale);*/
/*    filter: gray;*/
/*    -webkit-filter: grayscale(1);*/
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
	padding-top:20px;
	
}

.filters ul {
	list-style: none;
/*    padding: 20px 10px;*/
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    margin: 0 40px;
    border-radius: 30px;
	background-color: #232323;
}

.filters li {
	display: inline-block;
    margin: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #b6b6b6;
	text-decoration: none;
	padding: 10px 25px;
}
.filters li a:hover{
	color:#fff;
}

.filters li:hover {
/*	box-shadow: -1px 1px 11px rgba(0,0,0,.4);*/
/*	border-radius: 15px;*/
}

.filters li.active a{
	display: block;
	width: 100%;
	height: 100%;
	color: #84edff; font-weight: bold;
	border: 1px solid #84edff;
	border-radius: 15px;
/*	box-shadow: -1px 1px 11px rgba(0,0,0,.4);*/
	padding: 10px 25px;
	
}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #84edff;
	text-decoration:none;
}


.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
/*  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);*/
}

.isotope-pager .active{
  color: #84edff !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #84edff;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}


.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

.mfp-figure figure{width: 1100px; height: 900px; padding: 10px;}
img.mfp-img{width: 55%; height: 100%;}
.mfp-bottom-bar{width: 40%;}
.mfp-counter{right: 10px;}

@media screen and (max-width: 1024px){
.mfp-figure figure{width: 700px; height: 650px;}
	img.mfp-img{width: 55%; height: 100%;}
.mfp-bottom-bar{width: 40%;}
}



/*gallery*/
/*.gall-subject{color: #fff;}*/

/*loadmap*/
.map_btn{width:140px; margin: 40px auto; height: 40px; text-align: center; background-color: #8d8d8d;}
.map_btn a{display: block; height: 100%; line-height: 40px; font-size: 15px; color: #fff; text-decoration: none;}

.map_table table{border-top: 2px solid #aaa; border-bottom: 2px solid #aaa; width: 800px; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ccc;}
.map_table table tr th{padding-left: 30px; background-color: #e4e4e4;}
.map_table table tr td{padding-left: 30px; text-align: left;}

