@charset "UTF-8";
ul{
	list-style: none;
}
.h3, h3 {
    font-size: 23px;
}
img{
	max-width: 100%;
	height: auto;
}

body{
    font-family: 'Noto Sans KR',sans-serif;
    font-weight: 500;

}
#header{
    width: 100%;
    height: 139px;
    position: fixed;
    z-index: 9999;
    border: none;
    background-color: rgba(255,255,255,1);
    transition: .3s ease;
    border-bottom: 1px solid #E0E0E0;

}
#header.main{
	    background-color: #fff;
	    border-bottom: 1px solid #E5E5E5;
	
}
#header.nav-down{
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid #424242;

}

#header.nav-down h1 a{

    color:#424242;
}

#rogoWrap{
    position: relative;
    z-index: 2;
}

.logo-img-box img{
    width: 100%;
    height:100%;
    vertical-align: top;
}
h1{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 900;
    font-size: 30px;

}
.clear {
    clear: both;
}

footer{
    background-color: #7d7979;
    color: white;
}
.main-contents{

    min-height: 820px;
}
.area_links {
    position: absolute;
    top: 11px;
    right: 5px;
    zoom: 1;
}
.area_links .al_favorite {
    float: left;
    height: 21px;
    color: #888;
    letter-spacing: -1px;
    font-size: 11px;
    line-height: 22px;
}
.area_links .al_bar {
    float: left;
    margin: 5px 4px 0 9px;
    width: 2px;
    height: 11px;
    background:red;}

#sliderWrap{

    /*            // height: 100%;
     */            overflow: hidden;
}
#contentsWrap{
    background-color: white;
    /*
        box-shadow: 0 5px 10px rgba(0,0,0,.7);
    */
    min-height: 500px;
    position: relative;
    margin-top: 36px;
    margin-bottom: 36px;

}
#contentsWrap .row{
    margin: 0;
}
.notice-box {
    padding: 0;
    margin-bottom: 24px;
}
.box-item{
    min-height: 320px;
}

.list-mainsvc{
    list-style: none;
    margin: 0px;
    padding: 0;
    display: inline-block;


}
.list-mainsvc>li{

    float: left;
    font-size: 20px;
    margin-left: 50px;
    padding: 0;


}



.main .list-mainsvc li a{
    color: white;
    transition: .2s ease;

    text-decoration: none;
}
.list-mainsvc li a{
    color: #424242;
    transition: .2s ease;
    text-decoration: none;
}

#header.main.nav-down .list-mainsvc li a{

    color:#424242;
}
#header.nav-down .list-mainsvc li a:hover{

    color: #c5da48;
}
.list-mainsvc li a:hover
{
    color: #c5da48;

}
.list-mainsvc::before{
    content: "";
    clear: both;
    display: block;

}

nav{
    margin-left: -16px;
    margin-right: -16px;
    /* background-color: red; */
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    z-index: 1;

}
#gnbServiceList{
    width: initial;
    height: 38px;
    text-align: center;
    position: relative;
    width: 1180px;
    margin: auto;
}
.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

.box-top h3,.box-top h2{
    border-bottom: 5px solid #dbdbdb;
    padding: 16px;
    color: #999999;
    position: relative;
}

.box-contents
{
    padding: 0px 16px;
    margin-bottom: 16px;
}
.comp-intro{

}
.comp-intro h3{
    margin: 0;
    padding: 0;

}
.comp-intro .box-contents{
    background-image: url('../images/6.jpg');
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.comp-intro .box-contents>p{
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,.7);
    text-align: center;

}
.box-contents-ul{
    list-style: none;
    margin: 0;
    padding: 0;

}

.box-contents-ul h4{
    float: left;
    width: 58%;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-contents-ul time{
    float: right;
    display: block;
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;

}

.box-contents dl dd{
    margin-bottom: 8px;
    margin-top: 8px;
}
.box-contents dl dt{
    font-size: 24px;
}
.box-contents dl dt i{
    margin-right: 16px;
}

.box-contents dl{
    font-size: 20px;
    color:#757575;

}
.box-contents dl dd>div>i{
    margin-right: 16px;
}


.card-box-ul{

    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.card-box-ul li{
    position: relative;
    float: left;
    padding:0;
    padding-left: 16px;
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card-box-ul:after {
    content: '';
    display: block;
    clear: both;
}

.card-box-ul figure, .card-box-ul figure img {
    width: 100%;
    float: left;
    overflow: hidden;
    transition: .4s ease;
}


.card-box-ul figure:hover img{transform: scale(1.2);}


/*========================================mega menu=============================================*/

.sub-gnb-back{

    height: 0;
    position: absolute;
    background-color: red;
    width: 100%;
    top: 80px;
    transition:.3s ease;
}
.sub-gnb-back.down{

    height: 400px;
}
.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #3498DB;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: auto;
    /* margin: 0 auto; */
    /* width: 100%; */
    /* list-style: none; */
    /* padding: 0; */
    /* position: relative; */
    /* box-sizing: border-box; */
    width: max-content;
}

.menu > ul:before, .menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after { clear: both; }



.menu > ul > li > ul {
    display: none;
    width: 100%;
        background-color: white;
    
    padding: 50px 15% 50px 15%;

    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    top:80px;
    text-align: center;
        box-shadow: 0 5px 10px rgba(0,0,0,.5);
    
}
/*dl추가*/
.menu > ul > li > dl {
    display: none;
    width: 100%;
        background-color: white;
    
    padding: 50px 15% 50px 15%;

    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    top:80px;
    text-align: center;
        box-shadow: 0 5px 10px rgba(0,0,0,.5);
    
}

.main .menu > ul > li > ul {
    background: rgba(0,0,0,.3);
        box-shadow: none;
}
/*dl추가*/
.main .menu > ul > li > dl {
    background: rgba(0,0,0,.3);
        box-shadow: none;
}
#header.main.nav-down .menu> ul > li > ul{
    background-color: white;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

#header .nav-bg {
    background-color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
        border-top: 1px solid #E0E0E0;
    
}
#header.main .nav-bg {
    background-color: rgba(0,0,0,.9);
        box-shadow: none;
            border-top: 1px solid transparent;
        
}
#header.main.nav-down .nav-bg{
    background-color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
            border-top: 1px solid #E0E0E0;
    
}

#header.main .nav-list a{
	color:#fff;
	transition:.2s ease;
}
#header.main .nav-list a:hover{
	color:#c5da48;
}
#header .nav-list a{
	
	transition:.2s ease;
}
#header .nav-list a:hover{
	color:#c5da48;
}
#header.main.nav-down .nav-list a{
	color:#424242;
	
}
#header.main.nav-down .nav-list a:hover{
	color:#c5da48;
	
}
/*dl추가*/

#header.main.nav-down .menu> ul > li > dl{
    background-color: white;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

.menu > ul > li > ul:before, .menu > ul > li > ul:after,.menu > ul > li > dl:before, .menu > ul > li > dl:after  {
    content: "";
    display: table;
}

.menu > ul > li > ul:after { clear: both; }

.menu > ul > li > dl:after { clear: both; }
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    /*
                float: left;
    */
    text-align: left;
    display: inline-block;

}
.menu > ul > li > dl > dt {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    /*
                float: left;
    */
    text-align: left;
    display: inline-block;

}


.menu > ul > li > ul > li a {
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu > ul > li > dl > dt a {
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
}
.menu > ul > li > dl > dd {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > dl > dd:before, .menu > ul > li > dl > dd:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after { clear: both; }
.menu > ul > li > dl > dd:after { clear: both; }

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > dl > dd {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a { border: 0; }

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li { width: 100%; }

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


.list-mainsvc>li>a{
    display: block;
    height: 80px;
    position: relative;
}
.list-mainsvc>li>a:before{
    content: '';
    display: block;
    position: absolute;
    width: 128%;
    left: -15px;
    height: 0px;
    background-color: #c5da48;
    bottom: 0px;
    transition: .5s ease;

}
#header .list-mainsvc>li>a.active,
#header .list-mainsvc>li>a.view-page{

    color: #c5da48;

}

#header .nav-list>li>a.active,
#header .nav-list>li>a.view-page{
	    color: #c5da48;
}
.nav-list>li>a:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 0px;
    background-color: #c5da48;
    bottom: 0px;
    transition: .4s ease;

}

.nav-list>li>a.active:before,
#header .nav-list>li>a.view-page:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #c5da48;
    bottom: 0px;
}
.nav-list>li>a:hover:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #c5da48;
    bottom: 0px;
}



.list-mainsvc>li>a.active:before,
#header .list-mainsvc>li>a.view-page:before{
    content: '';
    display: block;
    position: absolute;
    width: 128%;
    left: -15px;
    height: 4px;
    background-color: #c5da48;
    bottom: 0px;
}
.list-mainsvc>li>a:hover:before{
    content: '';
    display: block;
    position: absolute;
    width: 128%;
    left: -15px;
    height: 4px;
    background-color: #c5da48;
    bottom: 0px;
}



#mobMenuBtn{

    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 9999;
    text-align: center;
}
#mobMenuBtn>a{
    width: 60px;
    height: 60px;
    display: block;
    color: #c5da48;
    font-size: 40px;
    text-decoration: none;
}

#header h1 a{
    color:#424242;
    line-height: 60px;
    font-size: 25px;
    width: 220px;
    height: 60px;
    background: url("../img/logo-splite.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-position: 0px -85px;


}
#header.nav-down h1 a{
    background-position: 0px -85px;
}

.footer-h2 a{
    width: 220px;
    height: 75px;
    background: url("../img/logo-splite.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-position: 0px -225px;
}

.modal-footer .col-md-9{
    padding-left: 32px;
    font-size: 16px;
    text-align: left;
}

.header-gap{
	height: 60px;
}

@media (max-width: 991px) and (min-width: 768px){

    #header
    {
        height: 60px;
        padding:0;
        background-color: white;
        border-bottom: 1px solid #424242;

    }
    #header h1 a{

        height: 60px;
        background-position: 0 -85px;
    }
    #header.nav-down h1 a{

        height: 60px;
        background-position: 0 -85px;
    }

    .logo-img-box.logo-box-items{
        width: 60px;
        height: 60px;
    }
    .logo-text-box{
        padding:0;
        padding-left: 16px;
    }

    #header .col-md-12 {
        text-align: center;

    }

    #rogoWrap{
        display: inline-block;
        text-align: left;

    }
    h1{
        margin: 0;
    }
}


@media (max-width: 767px){
    #header
    {
        height: 60px;
        padding:0;
        background-color: white;
        border-bottom: 1px solid #424242;


    }
    .logo-img-box.logo-box-items{
        width: 60px;
        height: 60px;
    }
    .logo-text-box{
        padding:0;
        padding-left: 16px;
    }

    #header .col-md-12 {
        text-align: center;
    }
    #rogoWrap{
        display: inline-block;
        text-align: left;
    }
    h1{
        margin: 0;
    }
}

@media (min-width: 768px){
    .menu > ul{
        margin:auto auto auto 150px;

    }
    .list-mainsvc li{
        margin-left: 25px;
    }
}
@media (min-width: 992px){
	#header.main{
    background-color: rgba(0,0,0,.4);
    border-bottom: 1px solid transparent;
	}
			#header.main.nav-down{
background-color: rgba(255,255,255,1);
    transition: .3s ease;
    border-bottom: 1px solid #424242;
	}
    .menu > ul{
        margin:auto auto auto 150px;

    }
    .list-mainsvc li{
        margin-left: 25px;
    }
    #header h1 a{
        width: 220px;
        height: 70px;
        background-position: 0px -75px;


    }
      #header.main h1 a{
        width: 220px;
        height: 70px;
        background-position: 0px 0px;


    }
    #header.nav-down h1 a{
        background-position: 0px -75px;
    }
    
    
    .header-gap{
	height: 139px;
}

}
@media (min-width: 1100px){
	#header.main{
    background-color: rgba(0,0,0,.4);
    border-bottom: 1px solid transparent;
	}
		#header.main.nav-down{
background-color: rgba(255,255,255,1);
    transition: .3s ease;
    border-bottom: 1px solid #424242;
	}
    .list-mainsvc li{
        margin-left: 40px;
    }
    #header.main h1 a{
        width: 220px;
        height: 70px;
        background-position: 0px 0px;


    }
      #header h1 a{
        width: 220px;
        height: 70px;
        background-position: 0px -75px;


    }
    #header.nav-down h1 a{
        background-position: 0px -75px;
    }

     .header-gap{
	height: 139px;
}
}

@media (min-width: 1200px){
	#header.main{
    background-color: rgba(0,0,0,.4);
    border-bottom: 1px solid transparent;
	}
		#header.main.nav-down{
background-color: rgba(255,255,255,1);
    transition: .3s ease;
    border-bottom: 1px solid #424242;
	}
    .menu > ul{
        margin:auto;

    }
    .list-mainsvc li{
        margin-left: 50px;
    }
    #header.main h1 a{
        width: 220px;
        height: 70px;
        background-position: 0px 0px;


    }
      #header h1 a{
        width: 220px;
        height: 70px;
        background-position: 0px -75px;


    }
    #header.nav-down h1 a{
        background-position: 0px -75px;
    }


   .header-gap{
	height: 139px;
}

}
        .sidenav-no-scroll{

            overflow: hidden!important;
/*
            left: -8px;
*/
            /* transform: translateX(-5px); */
            position: relative;
        }
        .sidenav-overlay{
            z-index: 99999;
            background-color: rgba(0,0,0,.6);
        }
        .sidenav{
/*
            overflow: hidden;
*/
            z-index: 100000;
        }






.page-title{

	height: 100px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.page-title h2{
	font-size: 30px;
			width: auto;
	    padding-top: 24px;
    padding-left: 16px;
	color:white;
	text-shadow:1px 2px 3px rgba(0,0,0,.7);
	
	}
@media (min-width: 768px){
.page-title{

	height: 100px;
	width: 100%;
	overflow: hidden;
	
}
.page-title h2{
	font-size: 30px;
			width: auto;
	
	}
}
@media (min-width: 992px){
.page-title{

	height: 150px;
	
}
.page-title h2{
	font-size: 30px;
		width: 992px;
	
	}
}
@media (min-width: 1200px){
.page-title{

	height: 240px;
	width: 100%;
	overflow: hidden;
	
}
.page-title h2{
	padding-top:36px;
	padding-left:24px;
	width: 1170px;
	margin: auto;
	font-size: 40px;
}

}



	.board-th{
		text-align: center;
	}
	
	
	.table>tbody>tr>.board-td{
		padding-top:16px;
		padding-bottom:16px;	
	}
	
	.table .board-td.board-subject{
		font-size: 18px;
		padding-left:24px;
	}

.page-title{

	height: 100px;
	width: 100%;
	overflow: hidden;
	
}
.page-title h2{
	font-size: 30px;
			width: auto;
	    padding-top: 24px;
    padding-left: 16px;
	}
@media (min-width: 768px){
.page-title{

	height: 100px;
	width: 100%;
	overflow: hidden;
	
}
.page-title h2{
	font-size: 30px;
			width: auto;
	
	}
}
@media (min-width: 992px){
.page-title{

	height: 130px;
	
}
.page-title h2{
	font-size: 30px;
		width: 992px;
	
	}
}
@media (min-width: 1200px){
.page-title{

	height: 180px;
	width: 100%;
	overflow: hidden;
	
}
.page-title h2{
	padding-top:36px;
	padding-left:24px;
	width: 1170px;
	margin: auto;
	font-size: 40px;
}

}

.items-gnv-wrap{
	background-color: #F5F5F5;
}

.item-nav-ul{
margin-bottom: 0;
padding:0;
	border-left:1px solid #E0E0E0;
    border-right: 1px solid #e0e0e0;
}

.item-nav-li{
float:left;
list-style: none;
padding:8px 0px;
}
.item-nav-ul::after{
	content: "";
	clear: both;
	display: block;
}

.item-nav-sub-ul{

}
.item-nav-sub-ul li{
	padding-top: 4px;
	padding-bottom:4px;
}
.item-nav-sub-ul li:nth-child(2){

	    border-top: 1px solid #999;
	}
.item-nav-li .btn{

    display: block;
    width: 100%;
    border-radius: 0;
    /* border-right: 1px solid #E0E0E0; */
    /* padding: 8px 16px; */
    background-color: #F5F5F5;
}

.btn .caret {
    margin-left: 12px;
}

.item-nav-li .btn.view{
	color:red;

}
.item-nav-li.view>a{
	color:red;

}
/* .open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  
}

.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
} */



.card-box-ul figure>a{
display: block;
}
.card-box-ul figure .box-photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #202121;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-wrap{
	    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.img-cover {
    width: 100%;
    position: relative;
    left: 0;
        overflow: hidden;
    top: 0;
}
.img-cover .hover {
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.img-cover>img {
    width: 100%;
}
.card-box-ul a .img-cover>img{
	transition:.3s ease;
}
.card-box-ul a:hover .img-cover>img{
	transform: scale(1.2);

}

.item-wrap a:hover .img-cover .hover{
	opacity: 1;
}
.item-wrap .info .info-detail {
    padding: 5.5% 5.5%;
    padding-bottom: 4%;
}
.item-wrap .title {
    color: #444;
    padding: 0;
    /* position: absolute; */
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
}
.item-wrap .info{
background: #F5F5F5;
}
.item-wrap .bottom {
    width: 100%;
    bottom: 0%;
}
.item-wrap .social-info {
    width: 100%;
    text-align: center;
    border-top: 1px solid #dbdbdb;
}
.item-wrap .social-info td {
    width: 33.33%;
    vertical-align: middle;
}
@media (max-width: 767px)
{
.container{
	padding:0;
}

}


/*===========goToTop===========*/
.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  padding: 16px 32px;
  border: 0;
  text-align: center;
  background-color: #FD1472;
  color: #fff;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 2px 10px rgba(253, 20, 114,.5);
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.gototop > span,.gototop > i {
  display: inline-block;
  -webkit-transition: transform 100ms 100ms ease-in-out;
  transition: transform 100ms 100ms ease-in-out;
}

.gototop:hover, .gototop:focus { background-color: #FD<a href="https://www.jqueryscript.net/tags.php?/3D/">3D</a>8A; }

.gototop:hover > span, .gototop:focus > span {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  padding: 16px 32px;
  border: 0;
  text-align: center;
  background-color: #FD1472;
  color: #fff;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 2px 10px rgba(253, 20, 114,.5);
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.gototop > span {
  display: inline-block;
  -webkit-transition: transform 100ms 100ms ease-in-out;
  transition: transform 100ms 100ms ease-in-out;
}

.gototop:hover, .gototop:focus { background-color: #FD3D8A; }

.gototop:hover > span, .gototop:focus > span {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}

@-webkit-keyframes 
hide {  0% {
 opacity: 1;
 -webkit-transform:translateY(0);
}
 25% {
 opacity: .5;
 -webkit-transform: rotate(-3deg) translateY(-40px);
}
 75% {
 -webkit-transform: rotate(3deg);
}
 100% {
 opacity: 0;
 -webkit-transform:translateY(100px);
}
}

@keyframes 
hide {  0% {
 opacity: 1;
 transform:translateY(0);
}
 25% {
 opacity: .5;
 transform: rotate(-3deg) translateY(-40px);
}
 75% {
 transform: rotate(3deg);
}
 100% {
 opacity: 0;
 transform:translateY(100px);
}
}

@-webkit-keyframes 
show {  0% {
 -webkit-transform: rotate(0deg);
}
 25% {
 opacity: .5;
 -webkit-transform: rotate(-3deg) translateY(-40px);
}
 75% {
 -webkit-transform: rotate(3deg);
}
 100% {
 opacity: 1;
 -webkit-transform: rotate(0deg);
}
}

@keyframes 
show {  0% {
 transform: rotate(0deg);
}
 25% {
 opacity: .5;
 transform: rotate(-3deg) translateY(-40px);
}
 75% {
 transform: rotate(3deg);
}
 100% {
 opacity: 1;
 transform: rotate(0deg);
}
}



.nav-list {
    /* display: block; */
    /* float: right; */
    padding: 0 0 0 0px;
    display: inline-block;
}
.nav-list > li {
    float: left;
}
.nav-list:after {
    display: block;
    content: '';
    clear: both;
}
.nav-list>li>a {
    font-size: 20px;
    padding: 0 0 15px 0;
        color: #424242;
        
}

.nav-list>li>a {
    padding: 0 24px 52px 24px;
    position: relative;
}
.nav-list>li>a>i{
	
	padding-left:8px;
}

.nav-list > li:first-child {
    padding-left: 0;
}
.nd2-list-w {
    /* display: none; */
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.nd2-list-w {
    border: none;
    background: none;
}
.nd2-list {
    padding: 60px 0 0;
    display: table;
    position: relative;
}
.share-cols .nd2-list {
    display: block;
}
.share-cols .nd2-list > li {
    display: inline-block;
    float: left;
}
.nd2-list > li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-bottom: 60px;
}
.nd2-list * {
    color: #fff;
}
.cinner {
    display: inline-block;
    text-align: left;
}
.nav-list a {
    display: inline-block;
}

.nd2-list > li .nd2 {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    height: 50px;
    margin: 0 0 0px 0;
    color: #424242;
    word-break: break-word;
    border-bottom: 1px solid #E0E0E0;
    transition:.2s ease;
}
.nd2-list > li .nd2:hover{
color:#c5da48;
}

.nd3-list {
    padding-top: 8px;
        padding-left: 8px;
    padding-right: 50px;
}
.nd3-list > li {
    margin-top: 8px;
    margin-bottom: 8px;
    }
.nd3-list > li .nd3 {
    font-size: 16px;
    color: #424242;
    /* letter-spacing: 0.05em; */
        transition:.2s ease;
    
}
.nd3-list > li .nd3:hover{
color:#c5da48;

}
a:hover, a:visited {
    text-decoration: none;
}


.nav-bg {
    margin-top: 138px;
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    top: 0;
}
.board-content-body{
	
	
	    padding: 8px 16px;
}
    	
   #contentsWrap .btn-box {
    text-align: right;
    border-bottom: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    margin-top: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #EEEEEE;
}
.slider .item .slide-text-box{
	width: 100%;
  display: block;
}
.slider .item .slide-text-box::after{
  content: "";
 background: url('/resources/img/text-back.png' );
    opacity: 0.9;  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.fa-ellipsis-v{
	    color: #c5da48;
    margin-right: 8px;
}


.box-top .mobile-gnv-wrap{
    border-bottom: 5px solid #dbdbdb;
    padding: 16px;
    color: #999999;
    position: relative;
}
.box-top .mobile-gnv-wrap .item-nav-ul{
	border:none;
}

.box-top .mobile-gnv-wrap .item-nav-li>.fa{
	font-size:23px;
	    vertical-align: middle;
	color:#c5da48;
}
.box-top .mobile-gnv-wrap .item-nav-li .btn{
	background-color: white;
	font-size:23px;
	color:#999999;
	display: inline;
	width: auto;
}

.box-top>h3>a{
	color:#999999;
	
	
}