@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);



* {
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
    font-family: 'Nanum Gothic', sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
    border: none;
}

li {list-style: none;}

html,body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.wrap {
    margin: 0 auto; 
    width: 100%;
    background: #fff;
    background-size: cover;
    min-height: 100%;
    height: 100% !important;
}

.header {
    position: relative;
    width: 1200px;
    margin: 0 auto;
   /* top: 3.5%;*/
    height: 253px;
    z-index: 9999;
    background: url(../img/images/subbackground2.jpg) no-repeat;
    background-position: 50% 0%;
}

.header .txt{
   position: absolute;
   left: 18%;
   top: 68%;
    z-index: 99;
}

.header .txt h1{
    font-size: 24px;
    color: #fff;
    text-shadow: 6px 4px 5px #3c3b3b;
    
}
.header .txt h2{
    font-size: 18px;
    color: #fff;
    text-shadow: 6px 4px 5px #3c3b3b;
    text-align: center;
}
.logo {
    position: absolute;
    left: 1%;
    width:190px;
    z-index: 99;
    padding-top:19px;
}

.logo img{width: 100%;}

.login{
    width: 100%;
    height: 10px;
}
.login ul {
    width: 1200px;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -600px;
    height: 31px;
}
.login > ul > li {
    float: right;
    width: 67px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #000;
}

.login > ul > li > a {
    font-size: 12px;
    line-height: 20px;
    color:#fff;
    
}
.header .header_body {
    width: 1200px;
    margin: 1.5% auto;
    height: 43px;
    background: #000;
   
}

/*.header .header_body > ul {
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    height: 20px;
    padding:0 8px 0 8px;
    background-color: #1f365e;
}*/

/*.header .header_body > ul > li {
    float: left;
    line-height: 15px;
    color:#bc4848;
}*/



.header .header_body .menu_box {
     width: 83.2%;
    height: 100%;
    margin-left: 16.8%;
    background-color: rgba(5, 0, 0, 0.5);
	/*position:relative;
	z-index:9999;*/
    
}

.header .header_body .menu_box > #gnb > li{
    float: left;
    position: relative;
    /*top: 35px;*/
    height: 43px;
    margin-left: 14px;
    line-height:43px;
    width:15%;
    text-align: center;
    background: url(../img/images/comma.png) no-repeat;
    background-position: right;
}
.header .header_body .menu_box > #gnb > li:last-child{
    margin-right: 0;
    background: none;
}  

.header .header_body .menu_box > #gnb > li:first-child{
    /*margin-left: 0;*/
    
} 


#gnb > li > a{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/*.header .header_body > ul > li > a {
    width: 143px;
    font-size: 8px;
    color:#fff;
    text-align: left;
}*/

#gnb > li > .gnb_sub{
    position: relative;
    /*margin-top: 10px;*/
    left: 0;
    width: 143px;
    display: none;
    z-index: 9999;
}

#gnb > li > .gnb_sub > ul {
    height: 138px;
}
    
#gnb > li > .gnb_sub > ul > li {
    width:143px;
    margin-left: 7px;
    padding: 2px;
    line-height: 20px;
    /*background-color: rgba(255,255,255,0.5);*/
    text-align: center;
    border-bottom: 1px solid rgba(123, 123, 123, 0.2);
    
}

#gnb > li > .gnb_sub > ul > li > a {
    color: #b7b6b6;
    font-size: 12px;
    z-index: 9999;
}


.header .header_body .menu_box > #gnb > li:hover {
	background: #c10303;
}


#gnb > li > .gnb_sub > ul > li > a:hover
{    
	color: #fff;
    font-weight: bold;
}
/*왼쪽메뉴*/

.main .left_smenu {
    position: relative;
    float: left;
    width: 17.16%;
    height: 790px;
    top: -150px;
}

.left-menu {
    position: relative;
    top: 82px;
    width: 210px;
    height: 350px;
    background-color: #f8f9f9;
    /*right: 70px;*/
}

.left-menu a {
/*    display: block;*/
    /*padding: 8px 30px;*/
    padding: 10px 30px 10px 0;
    height: 49px;
    font-size: 14px;
    font-weight: bold;
    line-height: 49px;
    border-bottom: 1px solid #fff;
    color: #5a4545;
}

.left-menu a:first-child{
    border-bottom: none;
}

/*.left-menu li {
    margin-left: 12px;
}*/

.left-menu ul li{
list-style-type: none;
    padding-left: 15px;
} 
.left-menu ul li:before{
content: counter(item, disc) " ";
    color: #ffc70e;
}

.left-menu a:hover {
    color: #cdb9ae;
}

.sns {
    position: relative;
    top: 73px;
    width: 210px;
    height: 400px;
    background-color: #444444;
}
.sns .icon{
    position: absolute;
    bottom: 50px;
    width: 210px;
    height: 50px;
    padding-left: 6%;
}

.sns .icon a:last-child{display: none;}

.left-menu li:hover{
	color: #fff;
	background-color: #444444;
    box-shadow: 3px 3px 5px #9aa0a0;
}
.left-menu li:hover > a{
    color: #fff;
}
.left-menu li.on a{
    color: #fff;
}
.left-menu li.on {color: #fff;
	background-color: #444444;
    box-shadow: 3px 3px 5px #9aa0a0;
}

/*
.left-menu .brand .name{
    background-color: #fff;
    color: #444444;
    height: 58px;
    line-height: 58px;
    padding-left: 14px;
    font-size: 25px;
    text-decoration: underline;
}
*/
.content_box{
    float: right;
    width: 80%;
}
/*-----------------------------------------------------*/
.main .top_menu {
    position: relative;
    left: 17.5%;
    width: 82.5%;
    height: 82px;
}
.main .top_menu ul.menu1{
    position:absolute;
    left:15px;
    top: 0;
}

.main .top_menu ul.menu1 li{
    position: relative;;
    margin-top: 25px;
}
/*
.nav{
    width: 1000px;
    height: 54px;
    margin: 0 auto;
    position: relative;
}*/
.nav h2{
    position:absolute;
    bottom:0px;
    left:17px;
    font-size: 25px;
    color:#6d6c6c;
}

.main  ul.menu1 li.small_t{
    float: left;
    color: #000;
    font-size: 10px;
    margin-left: 4px;
}

.main .top_menu ul.menu1 li.small_t a{
    color: #000;
    font-size: 12px;
    
}
/*-------------------------------------------------*/
.wrap .content .main{
    position: relative;
   /* padding: 505px;*/
    width: 1200px;
    height: auto;
    margin-bottom: 150px;
    background-color: #fff;
    margin: 0 auto;
}

.content .main .aboutp{
    position: relative;
/*    top: 297px;*/
/*    left: 17.5%;*/
    width: 100%;
    height: 702px;
   /* background-image: url(../img/images/about.jpg);*/
}
.content .main .aboutp img{
    width: 100%;
}
/*-------------------------------------------------*/
/*contact*/
.content .main .contactu{
    position: relative;
    width: 100%;
}
.content .main .contactu iframe{
    margin: 5% 8%;
}

.content  .main .contactu .adress{
/*    margin-left: -128px;*/
    text-align: center; 
}

.content  .main .contactu .adress h1{
    font-size: 16px;
    padding: 10px;
}

.content  .main .contactu .adress p{
    font-size: 14px;
    color: #6c6969;
}
/*----------------------------------------------------*/
/*professor*/
/*.content .main .container {
    position: absolute;
    top: 297px;
    left: 17.5%;
    width: 82.5%;
    height: auto;
}*/
.content .main .propesserp{
    position: relative;
    height: auto;
}
.contianer{
    font-size:0;
    letter-spacing:0;
    word-spacing:0;
}
.content .main .propesserp .leftimg{
   display:inline-block;
    letter-spacing:normal;
    word-spacing:normal;
    width:25%;
    margin-left: 30px;
    font-size:12px;
    vertical-align: top;
}
.content .main .propesserp .leftimg img{
    max-width: 100%;
}

.content .main > .propesserp > .leftimg > h1{
    margin-top: 5%;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
}
.content .main > .propesserp > .leftimg > p{
    margin-top: 5%;
    font-size: 8.5px;
}

.content .main .propesserp .rightimg{
    display:inline-block;
    letter-spacing:normal;
    word-spacing:normal;
    font-size:12px;
    width: 70%;
    padding: 0 0 0 5%;
    
}
.content .main .propesserp .rightimg .one{
    margin-left: 3%;
    margin-bottom: 20%;
}
.content .main .propesserp .rightimg span{
    color: #e8b610;
    font-size: 12px;
}
.content .main .propesserp .rightimg h1{
    font-size: 29px;
    font-weight: 100;
}
.rightimg ul {
    margin-top: 9%;
}
.rightimg ul li{
    list-style-image: url(../img/images/member_list.png);
    list-style-position: inside;
    font-size: 13px;
    margin-bottom: 19px;
    
}
/*----------------------------------------------------*/
/*member*/
.content .main .member{
    position: relative;
    float: right;
/*    top: 297px;
    left: 17.5%;*/
    width: 82.5%;
    height: auto;
}
.content .main .memberw{
    position: relative;
    float: right;
/*    top: 297px;
    left: 17.5%;*/
    width: 80%;
    height: auto;
    margin-right: 10px;
}

.memberw .board_write .table .tr .file{
   padding-right:1% !important;
   position:relative;
   }

.main .member .profile{
    width: 1000px;
    height: auto;
    margin-top: 45px;
    margin-bottom: 30px;
}
.main .member .profile .frame{
    display: inline-block;
    width: 475px;
    height: 220px;
    border: 1px solid #ece8e8;
    margin: 13px 12px;
}

.main .member .profile .frame:nth-child(2n){margin-right: 0;}

.main .member .profile .frame .profile_box{
    float: left;
    width: 140px;
    height: 188px;
    margin-left: 14px;
    margin-top: 15px;
    
}
.main .member .profile .frame .profile_box img{
    max-width: 100%;
    height: 100%;
    /*max-height: 160px;*/
}
.main .member .profile .frame  h1{
    float: left;
    width: 270px;
    height: 17px;
    background: url(../img/images/list02.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #a6a5a5;
    padding: 0 0 20px 10px;
    margin: 15px 10px 0 15px;
}

.main .member .profile .frame h2{
    float: left;
    width: 270px;
    font-size: 14px;
    color: #000;
    padding: 0 0 5px 10px;
    margin: 5px 10px 0 15px;   
}
 
.main .member .profile .frame p{
    width: 290px;
    float: left;
    font-size: 13px;
    padding: 0 0 0 10px;
    margin: 5px 10px 0 15px;   
    line-height: 1.4;
}

.main .member .pager{
   width:100%;
   height: auto;
   text-align:center;
   margin-top: 30px;
   padding-bottom: 70px;
   /*margin-top:25px;*/
}

.pagelist_box ul .pre_btn{
    padding: 0;
}
.pagelist_box ul .next_btn{
    padding: 0;
}

.pagelist_box ul{
   font-size:0;
   letter-spacing:0;
   word-spacing:0;
}
.pagelist_box .text{
   height:30px;
   vertical-align:middle;
    line-height: 14px;
   margin-top:5px;
}
.pagelist_box .text:hover{
   text-decoration:underline;
   color:#13235a;
}
.pagelist_box ul li{
   display:inline-block;
   padding:2px 5px 2px 5px;
   letter-spacing:normal;
   word-spacing:normal;
   margin-left: 5px;
   font-size:14px;
   cursor:pointer;
   vertical-align:top;
}
/*-------------------------------------------------*/

/*research*/
.content .main .research{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
}
/*research*/



.gallery-list {
	text-align:center;
	margin-left:-25px !important;
}
.hover_img {
	overflow:hidden;
	position:relative;
	height:194px;
	width:248px;
	background:#fff;
    border:1px solid #ccc;
    margin-bottom: 20px;
}
.hover_img h1{
    position: relative;
    top: 40%;
    font-size: 20px;
    color: #6f6b6b;
     font-family: 'Nanum Gothic', sans-serif;
}

.img_block {
	display:inline-block;
	margin:10px;
	width:248px;
	height:194px;
}
.bottom{
    width: 248px;
    height: 250px;
}
.bottom .hover_img{
    width: 248px;
    height: 250px;
}
.omega{
    width: 248px;
    height: 250px;
}
.omega .hover_img{
     width: 248px;
    height: 250px;
    background: url(../img/centerline.jpg)no-repeat;
}
.omega .hover_img .left{
    text-align: left;
    font-size: 23px;
    color: #848282;
    padding-left: 5px;
}
.omega .hover_img .right{
    text-align: right;
    font-size: 23px;
    margin-top: 185px;
     color: #848282;
    padding-right: 5px;
}
.omega{
    border: 0 !important;
}
.omega .hover_img{
    border: 0 !important;
}

.portfolio_zoom, .portfolio_link {
	width:40px;
	height:40px;
	position:absolute;
	bottom:0;
	background-repeat:no-repeat;
	background-color:#none;
	transition: right 0.3s ease-in-out;
	-moz-transition: right 0.3s ease-in-out;
	-webkit-transition: right 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out;
}

.portfolio_zoom:hover, .portfolio_link:hover {
	background-color:#2c2c2c;
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
}

.item_description {
	position:absolute;
	top:-218px;
	left:0;
	right:0;
	height:224px;
	padding:15px 21px;
	background:#df4d58;
	text-align:left;
	color:#fff;
     font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.hover_img .one{
    background: #ed7d31;
}
.hover_img .two{
    background: #f19d2d;
}
.hover_img .three{
    background: #ffc000;
}
.hover_img .four{
    background: #000;
    height: 269px;
    top:-263px;
}
.hover_img .five{
    background: #a5a1a1;
        height: 269px;
    	top:-263px;
}
.hover_img:hover .item_description {
	top:0;
}

.item_description p {
	padding:0 0 11px 0;
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #fff;
    font-weight: bold;
	line-height: 26px;
    text-align: center;
	text-transform:uppercase;
	transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
}
.item_description ul{
    margin-left: 28px;
    font-size: 14px;
}
.item_description ul li{
    list-style-type: disc !important;
    padding: 2px 0;
    color: #fff;
}

.next {
    width: 978px;
    padding-top: 50px;
    padding-left: 165px;
}
.next .bbox{
    display: inline-block;
/*    width: 30%;*/
    height: 327px;
    text-align: center;
    
}
.next .bbox ul li{
    list-style: disc !important;
    margin-bottom: 5px;
}
.next .bbox .tet{
    margin-top: 50px;
    text-align: left;
    font-size: 15px;
    margin-left: 10px;

}
.next .cation{
    width: 138px;
    height: 138px;
    display: inline-block;
    border-radius: 50%;
}
.next .cation p{
    position: relative;
    top: 45px;
    text-align: center;
    color: #595959;
    font-weight: bold;
    font-size: 17px;
}
.next img{
    position: relative;
    top: 60px;
}
.next .bo{
    margin-top: 20px;
    margin-left: 130px;
}
.next .bbox .cla{
    border: 15px solid #ed7d31;
}
.next .bbox .arch{
    border: 15px solid #f2a742;
}
.next .bbox .cons{
    border: 15px solid #ffc619;
}
.next .bbox .imp{
    border: 15px solid #3b3838;
}
.next .bbox .enhan{
    border: 15px solid #d5d3d3;
}

.ab{
    margin-top: 50px;
    padding: 30px 105px 30px 75px;
}
.ab  .textvi{
    border: 1px solid #eee;
    padding: 5px;
    box-shadow: 5px 5px 25px #ccc;
}

.clear{
    clear:both;
}
/*research end*/


/*lecture*/
.content .main .lecturep{
    position: absolute;
    top: 297px;
    left: 19%;
    width: 80%;
    height: auto;
}

.board .table{
    width:100%;
    padding: 20px 0;
    border-bottom: 2px solid #dcdcdc;
}
.board .tablebg{
    width:100%;
    margin-top: 3%;
    background: url(../img/images/lecturebg.png) no-repeat;
}
.table .tr{
    font-size:0;
    letter-spacing:0;
    word-spacing:0;
}
.table .tr_head{
    padding: 10px 0 10px 5px;
    font-weight: bold;
    color:#5c5c5c;
    border: 1px solid #dcdcdc;
}

.table .tr_head .link b{
    color: #000;
}
.table .tr_body{
    padding:10px 0 10px 5px;
    color: #a8a8a8;;
}

.table .tr_body a{
    color: #5c5c5c;
}
.table .tr .td{
    display:inline-block;
    padding: 5px 10px;
    font-size:12px;
    letter-spacing:normal;
    word-spacing:normal;
    vertical-align: top;
}
.table .tr .number{
    width:10%;
     text-align: center;
}
.table .tr_head .title{
    width:45%;
    text-align: center;
}
.table .tr_body .title{
    width:45%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.table .tr .date{
    width:15%;
    text-align: center;
}
.table .tr .name{
    width:10%;
    text-align: center;
}
.table .tr .file{
    width:10%;
    text-align: center;
}

.table .tr_body .file a{
    border-radius: 10%;
    padding:4px 8px;
    background: #444444;
    color: #fff;
    line-height: 20px;
    font-size: 9px;
    width:10%;
    text-align: center;
}
.table .tr .check{
    width:10%; 
    text-align: center;
}
.table .tr .link{
    width:50%;
    color: #949494;
    text-align: center;
}
.table .tr .site{
    width:50%;
    text-align: center; 
}

.table .tr .site a{
    color: #949494;
}
.btn_box{
   width:100%;
   max-width:1000px;
   text-align:right;
   margin:0 auto;
   padding:30px;
}
.btn_box .btn{
   padding:3px 12px 4px 12px;
   color:#000;
   border: 1px solid #d7d7d7;
   font-size:12px;
}
.btn_box ul li{
   display:inline-block;
   margin-right:10px;
   cursor:pointer;
}
.btn_box .btn:hover{
   -webkit-transition:background-color 0.5s, -webkit-transform 1s;
   transition:background-color 0.5s, transform 1s;
   background-color:#444444;
   color:#fff;
}

.board  .search{
   text-align:center;
   margin-top:10px;
    padding-bottom: 30px;
   margin-bottom:30px;
}
.search div{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.search div input{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.search div select{
   display:inline-block;
   height:24px;
   vertical-align:top;
}

.board > .pager{
   width:100%;
   height: auto;
   text-align:center;
   margin-top: 30px;
   padding-bottom: 10px;
   /*margin-top:25px;*/
}

/*lecture_w*/
.content .main .lecturew{
    position: absolute;
    top: 297px;
    left: 19%;
    width: 80%;
    height: auto;
}
.lecturew .board_write .table{
   height:auto;
   padding:30px 30px;
   background:rgba(200,200,200,0.1);
    margin-top: 30px;
}
/*----------------------------------------------------*/

/*국외*/
.content .main .foreignp{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}

.board .box{
    width:100%;
    padding: 20px 0;
}

.board .box .year {
    width: 100%;
    padding: 4px 2px 36px 0;
    border-bottom: 2px solid #696767;
    margin-top: 3%;
    margin-bottom: 10px;
}
.board .box .year p{
    float: left;
    width: 9.09%;
    padding: 5px 2px 5px 2px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}
.board .box .year p:hover{
     background-color: #e8b610;
    color: #fff;
}
.board .box .year p.on{
    background-color: #e8b610;
    color: #fff;
}
.box .tr{
    width: 100%;
    font-size:0;
    letter-spacing:0;
    word-spacing:0;
}

.box .tr_bodybox{
    display:inline-block;
    padding:10px 0 10px 20px;
    margin-top: 1%;
    color:#b7b9ba;
    border: 2px solid #ececec;
}
.box .tr_bodybox .td{
    display:inline-block;
    padding: 5px 10px;
    font-size:12px;
    letter-spacing:normal;
    word-spacing:normal;
    vertical-align: middle;
}

.box .tr_bodybox .number {
     width:10%;
     text-align: center;
     font-size: 14px;
     font-weight: bold;
     color: #64686b;
}
.box .tr_bodybox .title {
    width: 80%;
    font-size: 14px;
}

.box .tr_bodybox .title a{
    color: #6c6d6d;
}
.box .tr_bodybox .title p{
    color: #b7b9ba;
}
.box .tr_bodybox .file{
    width: 10%;
    padding: 0 0 0 4%;
}
/*--------------------------------------------*/
/*국내*/
.content .main .countryw{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}
.content .main .countryv{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
	padding:50px 0;
}
.content .main .coutryp{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
	padding:50px 0;
}
.coutryp .board .table{
    background: none;
    border-bottom: none;
}
.table .tr_top{
    padding: 10px 0 10px 5px;
    color:#5c5c5c;
    font-weight: bold;
    border: 1px solid #dcdcdc;
}
.table .tr_body{
    padding:10px 0 10px 5px;
    color:#5c5c5c;
}
.table .tr .td{
    display:inline-block;
    padding: 5px 10px;
    font-size:12px;
    letter-spacing:normal;
    word-spacing:normal;
    vertical-align: middle;
}


.table .tr_body{
    padding:10px 0 10px 5px;
    color: #444444;
}

.table .tr .number{
    width:10%;
     text-align: center;
}
.table .tr .paper{
    width:14%;
    text-align: center;
    
}

.table .tr .paper img{
    max-width: 100%;
    max-height: 115px;
}

.table .tr .journal{
    width:11%;
    text-align: center;
}

.table .tr_top .title{
    width:35%;
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table .tr_bottom .title{
    width:35%;
    padding-left: 3%;
    text-align: left;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table .tr .authors{
    width:10%;
    text-align: center;
}
.table .tr .date{
    width:10%;
    text-align: center;
}

.table .tr .file{
    width:10%;
    text-align: center;
}

.table .tr_bottom1 .title{
    width:35%;
    padding-left: 3%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table .tr_bottom1{
    padding:10px 0 10px 5px;
    color:#000;
    border-bottom: 1px solid #dcdcdc;
}

.table .tr_bottom1:last-child{
    border-bottom:none !important;
}
/*-----------------------------------------------*/
/*국내 상세*/
.board_kor_view {
   font-size:0;
   letter-spacing:0;
   word-spacing:0;   
   background:rgba(200,200,200,0.1);
}
.board_kor_view .table{
   width:50% !important;
   height:auto;
   display:inline-block;
   font-size:12px;
   letter-spacing:normal;
   word-spacing:normal;   
   padding:30px 30px;
   vertical-align:top;
   min-height:470px;
   margin-top: 20px;

}
.board_kor_view .table .tr:first-child{}
.board_kor_view .table:first-child > img{width:100%;height:100%;}
.board_kor_view .table .tr{
   width:100% !important;
   font-size:0;
   letter-spacing:0;
   word-spacing:0;   
   display:table;
}
.board_kor_view .table .tr .td{
   font-size:12px;
   letter-spacing:normal;
   word-spacing:normal;
   display:table-cell;
   vertical-align:top;
   padding:5px 0 5px 5px;
}
.board_kor_view .table .tr .title{
   width:30%;
   padding:5px 0 5px 5px;
   letter-spacing:1px;   
   text-align:left;
   vertical-align:middle;
   line-height:1.5;
   background:#7d7d7d;
}

.board_kor_view .table .tr .title span{
   display:inline;
   color:#fff;
}
.board_kor_view .table .tr .title_w{
   text-align:left;
   line-height:1.5;
   background:none !important;
   border-left:none !important;
   border-top:none !important;
   border-bottom:none !important;
   
}
.board_kor_view .table .tr .title_w img{
   margin-right:5px;
}
.board_kor_view .table .col-1 .title{width:30%;border-bottom:1px solid rgba(255,255,255,0.2)}
.board_kor_view .table .col-1 .title_w{width:294px; display: block;}
.title_w strong{word-break: break-all;}
.board_kor_view .table .col-2 .title{width:15%;margin-right:1%;}
.board_kor_view .table .col-2 .title_w{width:34%}
.board_kor_view .table .col-3 .title:first-child{width:15%;margin-right:1%;}
.board_kor_view .table .col-3 .title{width:10%;margin-right:1%;}
.board_kor_view .table .col-3 .title_w{width:20.66666%;}
.board_kor_view .table .text_area .title{width:15%;margin-right:1%;height:350px;line-height:350px; vertical-align:middle;}
.board_kor_view .table .text_area .text_box{width:84%;vertical-align:top;height:auto;min-height:350px;border-right:1px solid rgba(0,0,0,0.1);padding-right:8px;}
.board_kor_view .table .text_area .text_box textarea{max-width:100%;min-height:350px;width:100%;padding:10px;}
.inventory_btn{
   width:100%;
   max-width:1000px;
   text-align:right;
   margin:0 auto;
   padding:30px;
}
.inventory_btn .btn{
   padding:3px 12px 4px 12px;
   color:#fff;
   border: 1px solid #d7d7d7;
   font-size:12px;
    background: #444444;
}
.inventory_btn ul li{
   display:inline-block;
   margin-right:10px;
   cursor:pointer;
}
.inventory_btn .btn:hover{
   -webkit-transition:background-color 0.5s, -webkit-transform 1s;
   transition:background-color 0.5s, transform 1s;
   background-color:#000;
   color:#fff;
}
.inventory{
   padding-bottom:0;
   margin-top:25px;
}
.inventory .prev_box{
    border-bottom: 1px solid #fff;
}
.inventory .tr .title{
   width:15% !important;
   background:#7d7d7d;
   color:#fff;
text-align: center;
}
.inventory .tr .td{
   padding:8px 0 8px 0;
}
.inventory .tr .title_w{
   width:85%;
   padding-left:35px;
   padding-right:130px;
   overflow:hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-align:left;
}
.inventory .tr .title_w a{
   color:#666;
}
.inventory .next_box{
   width:100%;
}

/*국내v*/


.countryw .board_write .table{
   height:auto;
   padding:30px 30px;
   background:rgba(200,200,200,0.1);
   margin-top: 30px;
   font-family: 'Nanum Gothic', sans-serif;
    
}

.countryw .board_write .table .tr .file{
   padding-right:10%;
   position:relative;
   }
.countryw .board_write .table .tr .file .btn{
   position:absolute;
   display:block;
   top:5px;
   right:8px;
   width:25%;
    margin-left: 2%;
    color: #fff;
    letter-spacing: 2px;
   background:#444444;
   text-align:center;
   height:27px;
   line-height:28px;
   vertical-align:middle;
   }

/*국외*/
.content .main .foreignw{
    position: absolute;
    top: 297px;
    left: 20%;
    width: 77.5%;
    height: auto;
}

.foreignw .board_write .table{
   height:auto;
   padding:30px 30px;
   background:rgba(200,200,200,0.1);
   margin-top: 30px;
   font-family: 'Nanum Gothic', sans-serif;
    
}

.foreignw .board_write .table .tr .file{
   padding-right:10%;
   position:relative;
   }
.foreignw .board_write .table .tr .file .btn{
   position:absolute;
   display:block;
   top:5px;
   right:8px;
   width:25%;
    margin-left: 2%;
    color: #fff;
    letter-spacing: 2px;
   background:#444444;
   text-align:center;
   height:27px;
   line-height:28px;
   vertical-align:middle;
   }
/*---------------------------------------*/
/*gallery*/
.content .main .galleryp{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}
.main .gallery {
    width:100%;
    padding: 20px 0px 530px 0px;
}
.main .gallery  .gframe{
    float: left;
    height: 198px;
    border: 1px solid #ece8e8;
    margin: 1%;
    width: 23%;
    height: 230px;
}

.main .gallery  .gframe .img_box{
    overflow: hidden;
    width: 220px;
    height: 170px;
    padding: 2.5px;
}

.main .gallery  .gframe .img_box img{
    padding: 5px;
   width: 100%;
   height: 170px;
}

.main .gallery  .gframe:hover{
   -webkit-transition:background-color 0.5s, -webkit-transform 1s;
   transition:background-color 0.5s, transform 1s;
   background-color:#e8e9eb;
   color:#fff;
}


.main .gallery  .gframe .tit{
    float: left;
    width: 100%;
}

.main .gallery  .gframe span{
    float: left;
     padding: 10px;
    font-size: 12px;
    font-weight:bold;
    color: #606060;
    text-align: left;
}
.main .gallery .gframe  p{
    float: right;
    padding: 10px;
    font-size: 13px;
    text-align: right;
    color: #7c7c7c;
}

/*galeryw*/
.content .main .galleryw{
    position: absolute;
    top: 297px;
    left: 19%;
    width: 80%;
    height: auto;
}
.galleryw .board_write .table{
   height:auto;
   padding:30px 30px;
   background:rgba(200,200,200,0.1);
    margin-top: 30px;
}
.board_write .table .tr:first-child{}
.board_write .table .tr{
   font-size:0;
   letter-spacing:0;
   word-spacing:0;   
   height:auto;

}
.board_write .table .tr .td{
   font-size:12px;
   letter-spacing:normal;
   word-spacing:normal;
   display:inline-block;
   height:36px;
   line-height:36px;
   vertical-align:top;
}
.board_write .table .tr .title{

   letter-spacing:2px;   
   text-align:center;
}

.board_write .table .tr .title span{
   display:inline;   
}
.board_write .table .tr .title_w{
   text-align:left;
   padding:0 8px 4px 8px;

}
.board_write .table .col-1 .title{width:15%;margin-right:1%;}
.board_write .table .col-1 .title_w{width:84%;}
.board_write .table .col-2 .title{width:15%;margin-right:1%;}
.board_write .table .col-2 .title_w{width:34%}
.board_write .table .col-3 .title:first-child{width:15%;margin-right:1%;}
.board_write .table .col-3 .title{width:10%;margin-right:1%;}
.board_write .table .col-3 .title_w{width:20.66666%;}
.board_write .table .text_area .title{width:15%;margin-right:1%;height:350px;line-height:350px; vertical-align:middle;}
.board_write .table .text_area .text_box{width:84%;vertical-align:top;height:auto;min-height:350px;padding:0 8px 0 0 !important;}
.board_write .table .text_area .text_box textarea{max-width:100%;min-height:350px;width:100%;padding:10px;}
.board_write .table .tr .title{border-right:none;}
.board_write .table .tr .title_w{
   text-align:left;
   padding:0 8px 4px 0px ;

}
.board_write .table .tr .file{
   padding-right:10%;
   position:relative;
   }
.board_write .table .tr .file .btn{
   position:absolute;
   display:block;
   top:5px;
   right:8px;
   width:10%;
    margin-left: 2%;
    color: #fff;
    letter-spacing: 2px;
   background:#444444;
   text-align:center;
   height:27px;
   line-height:28px;
   vertical-align:middle;
   }
.board_write .table .tr .file .btn:hover{
   -webkit-transition: all 0.5s, -webkit-transform 1s;
    transition: all 0.5s, transform 1s;
   border: 1px solid #286090;
    color: #fff;
    letter-spacing: 4px;
   background-color:#286090;
   }
.table .tr .title_w input[type=text]{
   width:100%;
   border:1px solid rgba(200,200,200,0.5);
   height:28px;
   padding-left:8px;
}
.table .tr .checkbox{
   padding-left:12px !important;
   }
.table .tr .checkbox input[type=checkbox]{
   vertical-align:middle;
   margin:0 5px;
   
}
/*자동방지*/
.board_write .table .ban_box{
      
}
.board_write .table .ban{
   width:30%;
   padding-left:8px;
   text-align:cneter;
}
.board_write .table .ban img{    
   width:100%;
   height:100%;
   }
.board_write .table .ban_w{
   widtH:20%;
}
.board_write .table .ban_w input{
   width:100%;
   height:28px;
   border:1px solid rgba(200,200,200,0.5);
   padding-left:8px;
}

/*galleryv*/
.content .main .galleryv{
    position: absolute;
    top: 297px;
    left: 20%;
    width: 80%;
    height: auto;
}
.galleryv .table .tr_body {
    background: none;
}

.galleryv .table .tr_body .imgbox{
    max-width: 100%;
    text-align: center;

}
.galleryv .board .tablebg > .table{
    background: none;
}
.galleryv .board .tablebg{
    background: none;
}
.table .top_title {
   margin-bottom: 13px;
}


.table .top_title span{
    float: left;
    width: 20%;
    margin-left: 100px;
    font-size: 14px;
    font-weight: bold;
}

.table .top_title p{
    font-size: 14px;
    font-weight: bold;
}

.table .tr_header{
    padding: 10px 0 10px 5px;
    color:#000;
    border-top: 2px solid #000;
    border-bottom: 1px solid #dcdcdc;
}

.table .tr_header .make{
    width: 10%;
    padding-left: 2%;
}
.table .tr_header .admin{
    width: 10%;
    border-right: 1px solid #000;
}
.table .tr_header .day{
    width: 10%;
    margin-left: 6%;
}
.table .tr_header .date_v{
    width: 10%;
}
.table .tr_header .hits{
    width: 7%;
    margin-left: 40%;
}
.table .tr_header .num{
    width: 7%;
}

.table .tr_body .text{
    width: 90%;
    margin: 5%;
    line-height: 1.5;
    color: #444444;
}

.table .tr_bottom{
    padding:10px 0 10px 5px;
    color:#000;
    border-bottom: 1px solid #dcdcdc;
}

.table .tr_bottom:last-child{
    border-bottom:2px solid #dcdcdc !important;
}

.table .tr_bottom .attach{
    width: 10%;
    padding-left: 2%;
}

/*----------------------------------------------*/
/*link*/
.content .main .linkp{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}
.board .tablebg > .pager{
   width:100%;
   height: auto;
   text-align:center;
   margin-top: 30px;
   padding-bottom: 10px;
   /*margin-top:25px;*/
}

.board .tablebg > .table{
    background: url(../img/images/lecturebg.png) no-repeat;
}

.linkp .board .tablebg{
    background: none;
}

/*linkw*/
.content .main .linkw{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}
.linkw .board_write .table{
   height:auto;
   padding:30px 30px;
   background:rgba(200,200,200,0.1);
    margin-top: 30px;
}
.board_write .table .tr:first-child{}
.board_write .table .tr{
   font-size:0;
   letter-spacing:0;
   word-spacing:0;   
   height:auto;

}
.board_write .table .tr .td{
   font-size:12px;
   letter-spacing:normal;
   word-spacing:normal;
   display:inline-block;
   height:36px;
   line-height:36px;
   vertical-align:top;
}
.board_write .table .tr .title{
   letter-spacing:1px;   
   text-align:center;
}

.board_write .table .tr .title span{
   display:inline;   
}
.board_write .table .tr .title_w{
   text-align:left;
   padding:0 8px 4px 8px;

}
.board_write .table .col-1 .title{width:15%;margin-right:1%;}
.board_write .table .col-1 .title_w{width:84%;}
.board_write .table .col-2 .title{width:15%;margin-right:1%;}
.board_write .table .col-2 .title_w{width:34%}
.board_write .table .col-3 .title:first-child{width:15%;margin-right:1%;}
.board_write .table .col-3 .title{width:10%;margin-right:1%;}
.board_write .table .col-3 .title_w{width:20.66666%;}
.board_write .table .text_area .title{width:15%;margin-right:1%;height:350px;line-height:350px; vertical-align:middle;}
.board_write .table .text_area .text_box{width:84%;vertical-align:top;height:auto;min-height:350px;padding:0 8px 0 0 !important;}
.board_write .table .text_area .text_box textarea{max-width:100%;min-height:350px;width:100%;padding:10px;}
.board_write .table .tr .title{border-right:none;}
.board_write .table .tr .title_w{
   text-align:left;
   padding:0 8px 4px 0px ;

}
.board_write .table .tr .file{
   padding-right:10%;
   position:relative;
   }
.board_write .table .tr .file .btn{
   position:absolute;
   display:block;
   top:5px;
   right:8px;
   width:10%;
    margin-left: 2%;
    color: #fff;
    letter-spacing: 2px;
   background:#444444;
   text-align:center;
   height:27px;
   line-height:28px;
   vertical-align:middle;
   }
.board_write .table .tr .file .btn:hover{
   -webkit-transition: all 0.5s, -webkit-transform 1s;
    transition: all 0.5s, transform 1s;
   border: 1px solid #286090;
    color: #fff;
    letter-spacing: 4px;
   background-color:#286090;
   }
.table .tr .title_w input[type=text]{
   width:100%;
   border:1px solid rgba(200,200,200,0.5);
   height:28px;
   padding-left:8px;
}
.table .tr .checkbox{
   padding-left:12px !important;
   }
.table .tr .checkbox input[type=checkbox]{
   vertical-align:middle;
   margin:0 5px;
   
}
/*자동방지*/
.board_write .table .ban_box{
      
}
.board_write .table .ban{
   width:30%;
   padding-left:8px;
   text-align:cneter;
}
.board_write .table .ban img{    
   width:100%;
   height:100%;
   }
.board_write .table .ban_w{
   widtH:20%;
}
.board_write .table .ban_w input{
   width:100%;
   height:28px;
   border:1px solid rgba(200,200,200,0.5);
   padding-left:8px;
}


/*--------------------------------------------*/
/*notice*/
.content .main .noticep{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}


.noticep .board .tablebg{
    background: none;
}
/*notice_v*/
.content .main .noticev{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}
.noticev .table .tr_body {
    /*background: url(../img/images/lecturebg.png) no-repeat;*/
    background-position: bottom;
}
.noticev .board .tablebg > .table{
    background: none;
}
.noticev .board .tablebg{
    background: none;
}
.table .top_title {
   margin-bottom: 13px;
}


.table .top_title span{
    float: left;
    width: 40%;
    padding: 0 0 0 250px;
    font-size: 14px;
    font-weight: bold;
}

.table .top_title p{
    font-size: 14px;
    font-weight: bold;
}

.table .tr_header{
    padding: 10px 0 10px 5px;
    color:#000;
    border-top: 2px solid #000;
    border-bottom: 1px solid #dcdcdc;
}

.table .tr_header .make{
    width: 10%;
    padding-left: 2%;
}
.table .tr_header .admin{
    width: 10%;
    border-right: 1px solid #000;
}
.table .tr_header .day{
    width: 10%;
    margin-left: 6%;
}
.table .tr_header .date_v{
    width: 10%;
}
.table .tr_header .hits{
    width: 7%;
    margin-left: 40%;
}
.table .tr_header .num{
    width: 7%;
}

.table .tr_body .text{
    width: 90%;
    margin: 5%;
    line-height: 1.5;
    color: #444444;
}

.table .tr_bottom{
    padding:10px 0 10px 5px;
    color:#000;
    border-bottom: 1px solid #dcdcdc;
}

.table .tr_bottom:last-child{
    border-bottom:2px solid #dcdcdc !important;
}

.table .tr_bottom .attach{
    width: 10%;
    padding-left: 2%;
}

/*------------------------------------------------*/

/*notice_W*/
.content .main .noticew{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}
.noticew .board_write .table{
   height:auto;
   padding:30px 30px;
   background:rgba(200,200,200,0.1);
    margin-top: 30px;
}
.board_write .table .tr:first-child{}
.board_write .table .tr{
   font-size:0;
   letter-spacing:0;
   word-spacing:0;   
   height:auto;

}
.board_write .table .tr .td{
   font-size:12px;
   letter-spacing:normal;
   word-spacing:normal;
   display:inline-block;
   height:36px;
   line-height:36px;
   vertical-align:top;
}
.board_write .table .tr .title{

   letter-spacing:1px;   
   text-align:center;
}

.board_write .table .tr .title span{
/*   display:inline; */ 
    font-size: 11px;
}
.board_write .table .tr .title_w{
   text-align:left;
   padding:0 8px 4px 8px;

}
.board_write .table .col-1 .title{width:15%;margin-right:1%;}
.board_write .table .col-1 .title_w{width:84%;}

.board_write .table .col-2 .title{width:15%;margin-right:1%;}
.board_write .table .col-2 .title_w{width:34%}
.board_write .table .col-3 .title:first-child{width:15%;margin-right:1%;}
.board_write .table .col-3 .title{width:10%;margin-right:1%;}
.board_write .table .col-3 .title_w{width:20.66666%;}
.board_write .table .text_area .title{width:15%;margin-right:1%;height:350px;line-height:350px; vertical-align:middle;}
.board_write .table .text_area .text_box{width:84%;vertical-align:top;height:auto;min-height:350px;padding-right:8px;}
.board_write .table .text_area .text_box textarea{max-width:100%;min-height:350px;width:100%;padding:0 8px 0 0 !important;}
.board_write .table .tr .title{border-right:none;}
.board_write .table .tr .title_w{
   text-align:left;
   padding:0 8px 4px 0px ;

}
.noticew .board_write .table .tr .file{
   padding-right:1% !important;
   position:relative;
   }



.board_write .table .tr .file .btn{
   position:absolute;
   display:block;
   top:5px;
   right:8px;
   width:10%;
    margin-left: 2%;
    color: #fff;
    letter-spacing: 2px;
   background:#444444;
   text-align:center;
   height:27px;
   line-height:28px;
   vertical-align:middle;
   }
.board_write .table .ex{
    color: red;
    font-size: 12px;
    margin-left: 17%;
}
.board_write .table .tr .file .btn:hover{
   -webkit-transition: all 0.5s, -webkit-transform 1s;
    transition: all 0.5s, transform 1s;
   border: 1px solid #286090;
    color: #fff;
    letter-spacing: 4px;
   background-color:#286090;
   }
.table .tr .title_w input[type=text]{
   width:100%;
   border:1px solid rgba(200,200,200,0.5);
   height:28px;
   padding-left:8px;
}
.table .tr .checkbox{
   padding-left:12px !important;
   }
.table .tr .checkbox input[type=checkbox]{
   vertical-align:middle;
   margin:0 5px;
   
}
/*자동방지*/
.board_write .table .ban_box{
      
}
.board_write .table .ban{
   width:25%;
   padding-left:30px;;
   text-align:cneter;
}
.board_write .table .ban img{    
   width:100%;
   height:100%;
   }
.board_write .table .ban_w{
   widtH:70%;
}
.board_write .table .ban_w input{
   width:120px;
   height:28px;
   border:1px solid rgba(200,200,200,0.5);
   padding-left:8px;
}

/*
.noticew .background{
    width: 100%;
    height: auto;
    margin-top: 5%;
    padding-bottom: 40%;
    background-color: #f5f5f5;
    
}

.board .linebox{
    width:80%;
    margin-left: 10%;
    padding-top: 3%;

}

.board .linebox .td{
    letter-spacing:normal;
    word-spacing:normal;
    vertical-align: middle;
}

.board .linebox .tr_01{
    width:100%;
    padding: 10px;
    margin-bottom: 1%;
}

.board .linebox .name{
    float: left;
    width: 15%;
    font-size: 12px;
}
.board .linebox .in{
    float: left;
    width: 15%;
    font-size: 12px;
}

.board .linebox input{
    float: left;
    width: 30%;
    margin-right: 5%;
    font-size: 12px;
}

.board .linebox .bic{
    width: 80%;
    margin-bottom: 2%;
}

.board .linebox .btn{
     float: left;
    background-color: #f3eed9;
    border: 1px solid #bfbfbf;
}
.board .linebox a{
    font-size: 12px;
    padding: 1px 7px 1px 7px;
    line-height: 14px;

}
.noticew .line2 {
    padding:2% 40%
}

.noticew .line2 .revise{
    border: 1px solid #bfbfbf;
    padding: 3px 20px;
    margin-left: 30px;
    font-size: 12px;
}

.noticew .line2 .sign{
    padding: 3px 20px;
    font-size: 12px;
    background-color: #7d7d7d;
    border: 1px solid #bfbfbf;
    color: #fff;
}
*/


/*--------------------------------------------*/
.footer {
    width: 1200px;
    padding: 10px 0;
    background-color: #000;
    margin: 0 auto;
    clear: both;
}

.footer p{
    width: 100% !important;
    color:#fff;
    font-size:12px;
    line-height: 1.5;
    text-align: center !important;
}
.footer p a{
    color:#fff;
    
}
/*---------------------------------------------*/
/*논문스타일2*/

.foreign{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
    
}

.page .box{
    width: 100%;
    margin-top: 3%;
    
}

.page .box .year{
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px dotted #a3a1a1;
}

.page .box .year p{
    color: #6a6969;
    font-weight: bold;
    font-size: 18px;
}

.page .box ul.list{
    width: 100%;
    padding: 0px 5px;
    
}
.page .box ul li{
    font-size: 14px;
    margin: 20px 0px;
    line-height: 1.4;
}

.page .box ul li img{
    max-width: 50%;  
    max-height: 150px;
/*    height: 150px;*/
}
.page .box ul .img{
    display: block;
    margin-top: 10px;
    text-align: left!important;
}
.page .box ul .num{
    color: #888;
    font-weight: bold;
}

.page .box ul .title{
    font-style: italic;
}

.page .box ul .journal{
    font-style: italic;
    font-weight: bold;
}
.tabs nav ul li span{
    font-size: 13px;
}
/*논문스타일2서치*/
.foreign .bictable{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.foreign .search{
   margin-top: 30px;
   text-align:right;
    margin-bottom: 30px;
    padding-bottom: 0 !important;
}
.foreign .search div{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.foreign .search div input{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.foreign .search div select{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.foreign .search_btn{
   padding:3px 12px 4px 12px;
   color:#000;
    border: 1px solid #8b8888;
    border-radius: 2px;
   font-size:11px;
    
}
.foreign .search .btn{
   padding:3px 12px 4px 12px;
   color:#fff;
   font-weight: bold;
   border: 1px solid #333;
   font-size:12px;
   background: #383737;
    
}
.foreign .search .btn:hover{
    background: #191717;
}

/*논문서치3*/
.style3{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
    
}
.style3{
    padding-bottom: 100px !important;
}

.style3 .tabs{
    width: 100%;
    margin-top: 40px;

}
.style3 .tabs .year{
    float: left;
    width: 10%;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #d3cece;
}
.style3 .tabs .on{
    border-radius: 5px 5px 0 0;
    border:1px solid #d3cece;
    border-bottom: none;
}


.style3 .tabs span{
    font-size: 18px;
    font-weight: bold;
    color: #6f6767;
}
.style3 .box{
    width: 100%; 
    margin-top: 0;
}


/*아코디언*/
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.accord_cont img{
    max-width: 100%;
    margin-bottom: 10px;
}
.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion {
	margin-bottom:0;
}
.accordion h3 {
	position:relative;
	z-index:10;
	padding:0;
    top: 50px;
	text-transform:none;
	cursor: pointer;
    border-radius:10px;
    border: 1px solid #d3cece;
}

.accordion h3.active {
	border-bottom:none;
}
.accordion h3 span:hover{
    color: #2a6496;
}
.accordion h3 span {
	display:block;
	padding:15px 0 15px 33px;
	background:#eee;
	border-radius:10px;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#428bca;
}

.accordion .accord_cont {
	position:relative;
	z-index:5;
	display: none;
    top: 50px;
	margin:-30px 0 0 0;
	padding:30px 100px 25px 33px;
	background:#fff;
	border-radius:0 0 10px 10px;
	color:#a3a3a3;
    border: 1px solid #d3cece;
}


.accordion .accord_cont p{
    margin-bottom: 10px;
}

.ac_title {
      font-weight: bold;
	font-size:18px;
	color:#77c59e;
}
.ac_more {
    font-weight: bold;
    color:#428bca;
}
.ac_more:hover {color:#2a6496;
}
.vert_line {
	position:absolute;
	top:9px;
	left:-54px;
	width:3px;
	height:100%;
	background:url(../img/images/vert_line.png) repeat-y;
}



.ac_lineheight  {height:20px;width:100px;
}

/*갤러리2*/
.style2{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
    
}
.style3{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
    
}
.gstyle2{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
    
}
.gstyle3{
    position: relative;
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
    
}
.gstyle2 .box .list{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #303031;
}
.gstyle2 .box .list .line_2{
    width: 100%;
    font-size: 14px;
  /*  margin: 20px 0px;*/
     height: 100%;
    display:table;
    padding: 5px;
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
}


.gstyle2 .box .list .line_2 .td{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

.gstyle2 .box .list .line_2 .images{
    width: 200px !important;
    float: left;
    height: 100px;
    border: 1px solid ccc;
    overflow: hidden;
    padding: 0 !important;
    /*vertical-align: middle;
    text-align: center;*/
}
.gstyle2 .box .list .line_2 .images img{
   width: 100%;

}
.gstyle2 .box .list .line_2 .tit{
    width:65%;
    padding-left: 25px;
    vertical-align:middle;
    text-align: left;
    color: #000;
    font-weight: bold;
    overflow:hidden;
}
.gstyle2 .box .list .line_2 .num{
    width:10%;
    vertical-align:middle;
    text-align: center;
    color: #939191;
}
.gstyle2 .box .list .line_2 .date{
    width: 15%;
    padding: 5px 10px 5px 0px;
    color: #666;
    text-align: right;
    line-height: 1.4;
}

/*갤러리2 서치*/
.gstyle2 .search{
   margin-top: 30px;
   text-align:right;
}
.gstyle2 .search div{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.gstyle2 .search div input{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.gstyle2 .search div select{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.gstyle2 .search_btn{
   padding:3px 12px 4px 12px;
   color:#000;
    border: 1px solid #8b8888;
    border-radius: 2px;
   font-size:11px;
    
}
.gstyle2 .btn{
   padding:3px 12px 4px 12px;
   color:#fff;
   font-weight: bold;
   border: 1px solid #333;
   font-size:12px;
   background: #383737;
    
}
.gstyle2 .btn:hover{
    background: #191717;
}
/*갤러리 3*/
.gframe{
    display:inline-block;
    width: 227px;
    height: 220px;
    border: 1px solid #ccc;
    margin: 9px 4px;
}

.sect  .gframe .img_box{
    overflow: hidden;
    width: 187px;
    height: 120px;
    margin: 20px 20px 10px 20px; 
}

.sect  .gframe .img_box img{
    width: 100%;
    height: 100%;
}

.sect  .gframe:hover{
   -webkit-transition:background-color 0.5s, -webkit-transform 1s;
   transition:background-color 0.5s, transform 1s;
   background-color:#eee;
   color:#fff;
}

.sect  .gframe:hover .tit h5{
    color: #444444;
}

.sect  .gframe:hover .tit p{
    color: #000;
}
.sect  .gframe .tit{
    width: 227px;
}
.sect  .gframe .tit h5{
    font-size: 12px;
    font-weight:bold;
    color: #000;
    padding: 10px 0;
    text-align: center;
}

.sect .gframe .tit p{
    text-align: center;
    font-size: 13px;
    color: #7c7c7c;
    font-weight: bold;
}
/*-----*/
/*.gstyle3 {
    padding: 40px 20px 20px 30px !important;
}*/
.gstyle3 .gallery_box .my-gallery {
	width:100%;
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
	position:relative;
    text-align: left;
}
.gstyle3 .gallery_box .my-gallery img {
  width: 100%;
  height: auto;
}
.gstyle3 .gallery_box .my-gallery figure {
	display:inline-block;
	width:250px;
    height: 266px;
	padding:10px;
	position:relative;
    border: 1px solid red;
}

.gstyle3 .gallery_box .my-gallery figcaption {
	
}
.gstyle3 .gallery_box .my-gallery .gall_hover{
	position:absolute;
	top:0;
	left:0;
	background:rgba(207,224,236,0.6);
	width:100%;
	height:100%;
	display:none;
}
.gstyle3 .gallery_box .my-gallery .gall_hover .text_area{
	display:table;
	width:100%;
	height:100%;
	padding:15px;
}
.gstyle3 .gallery_box .my-gallery .gall_hover .text_area .text{
	display:table-cell;
	vertical-align:bottom;
	
	background:rgba(170,198,217,0.6);
}
.gstyle3 .gallery_box .my-gallery .gall_hover .text_area .text div{
	text-align:left;
	color:#fff;
	font-weight:600;
	font-size:12px;
	padding:10px;
	
}
.gstyle3 .gallery_box .my-gallery .gall_hover .text_area .text div span{
	text-align:left;
}
.gstyle3 .gallery_box .my-gallery .gall_hover .text_area .text hr{
	padding:0 5px 0px 5px;
	width:100px;
	margin-bottom:5px;
	margin-top:5px;
	border:1px solid #fff;
}

/*갤러리3 서치*/
.gstyle3 .search{
   margin-top: 30px;
   text-align:right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px;
}
.gstyle3 .search div{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.gstyle3 .search div h5{
    font-size: 14px;
    font-weight: bold;
    color: #767171;
   padding-top: 5px;
    padding-right: 10px;
}
.gstyle3 .search div input{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.gstyle3 .search div select{
   display:inline-block;
   height:24px;
   vertical-align:top;
}
.gstyle3 .search_btn{
   padding:3px 12px 4px 12px;
   color:#000;
    border: 1px solid #8b8888;
    border-radius: 2px;
   font-size:11px;
    
}
.gstyle3 .btn{
   padding:3px 12px 4px 12px;
   color:#fff;
   font-weight: bold;
   border: 1px solid #333;
   font-size:12px;
   background: #383737;
    
}
.gstyle3 .btn:hover{
    background: #191717;
}

.gstyle2 .pagelist_box ul .textf .fa{
    padding-top: 5px;
}
.gstyle3 .pagelist_box ul .textf .fa{
    padding-top: 5px;
}
.gstyle3 .pager{
   width:100%;
   height: auto;
   text-align:center;
   margin-top: 30px;
   padding-bottom: 30px;
   /*margin-top:25px;*/
}
.gstyle2 .pager{
   width:100%;
   height: auto;
   text-align:center;
   margin-top: 30px;
   padding-bottom: 30px;
   /*margin-top:25px;*/
}