/* slick-slider Ã­â€¢â€žÃ¬Ë†Ëœ css */
.slick-slider{position:relative; display:block; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer; cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.slick-track{position:relative; top:0; left:0; display:block;}
.slick-track:before,.slick-track:after{display:table; content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:1px; -webkit-transform: translate3d(0,0,0);}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display: block; margin:0 auto; }
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto; border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}


body {min-width: 1280px;
    padding-left: 130px;
     }

/*
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Rubik', sans-serif;
*/

#header { background:#fff; height:82px; position: relative;}


.wrap {     width: 100%;
    margin: auto;
    max-width: 1300px;
    min-width: 1150px;
    padding: 0 20px;   }

.body_wrap {width: 100%;/* padding-left: 130px; */box-sizing: border-box;}

/* Ã¬Å“â€žÃ«Â¡Å“ Ã¬ËœÂ¬Ã«ÂÂ¼ÃªÂ°â‚¬ÃªÂ¸Â° Ã«Â²â€žÃ­Å Â¼ */
button.move-top{display:none;width:40px;height:40px;border-radius:100%; border:0px;background-color:#bbb; opacity:.6;}
button.move-top-fix { display:block; position:fixed; bottom:10px;right:10px; }

/*header Ã¬â€¹Å“Ã¬Å¾â€˜*/ 

/*header 시작*/ 

.hd_top_1 { color: #333;
    /*! padding: 10px; */
     }
.hd_top_1 span {    
    color: #333;
    position: absolute;
    right: 10px;
    display: block;  
padding-top: 30px;
}
.hd_top_1 span a {  font-size: 16px;  display: inline-block; padding: 0 10px;}
.hd_top_1 span a.join { background:#2a3b76; color:#fff;  transition: background 0.5s ease-out;  font-weight:bold; padding: 4px 25px;border-radius: 10px; }
.hd_top_1 span a.join:hover {background:#6743a4;  color:#fff;  }
.hd_top_1 span a:hover {  color: #3658ab;}
.hd_top_1 span a i { font-size: 22px; }  
.hd_top_1 span a i.fa-facebook { color:#183153;  }
.hd_top_1 span a i.fa-unlock {  color: #3369ac;}
.hd_top_1 span a i.fa-edit {  color: #6754ac;}
.hd_top_1 span a i.fa-cog {  color: #5f7999;}
.hd_top_1 span a i.fa-lock { color:#3369ac; }

/*hd_top*/
.hd_top {text-align: right;   position:relative;}
.hd_top h1 {width: 230px; top: 15px;
position: absolute; left: 10px;
}
.hd_top .hd_top_1 {    position: absolute;left: 0; padding-top: 10px;}
.hd_top .hd_top_1 a:hover  { color:#265297;   }
aside {    width: 130px;/*! position: fixed; */top: 0;left: 0;height: 100%;}
aside .hd_top_2 {position: fixed; left: 0;top: 0;z-index: 999;}
aside .hd_top_2 a  {width: 130px;height: 82px;text-align: center;background-image: linear-gradient(135deg, #1a76c3 0%, #3da7ff 100%); display:block;    padding-top: 13px;}
aside .hd_top_2 a:hover {background-image: linear-gradient(135deg, #65b8ff 0%, #3da7ff 100%);}
aside .hd_top_2 a i {  display:block;  font-size: 38px;color: #fff;}
aside .hd_top_2 a span {     color: #fff;}
.hd_top article { display:inline-block; position: relative; bottom: 3px; margin-left: 3px;}
.hd_top article a span { color:#666 !important;}
.hd_top .hd_top_1  a { font-size: 16px;   }
.hd_top span .top_m {  margin: 0 7px;     }
.hd_top span .top_m2 { color:#666; margin: 0 7px;     }

.hd_top #top_search {  display: none; text-align: center;  margin: 0 3px;  }
.hd_top #top_search img { width:33px;}
.hd_top .top_menu  {  display: inline-block; text-align: center;  margin: 0 3px;  }
.hd_top .top_menu i {     color: #005bab; font-size: 28px;  }
.hd_top .top_menu  img { width:33px;}

.hd_top article .goog-te-gadget-simple {  padding: 3px 0px; }


/* hd_top_The Modal (background) */
        .modal {
            /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 9999999999; /* Sit on top */
            left: 0;
            
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background:url("../_img/sitemap_bg.jpg") no-repeat center top;
			top: -100%;
			
			transition: top 0.5s ease-out; ;
        }
    
	    .sitemap_open {  top:0;  }
	
    
        /* Modal Content/Box */
        .modal-content {
            /*background-color: #fefefe;*/
            /*! margin: 10% auto; */ /* 15% from the top and centered */
            padding: 20px;
            /*! border: 1px solid #888; */
            width: 100%; /* Could be more or less, depending on screen size */                          
            height: 100%; min-width: 1300px;
        }
        /* The Close Button */
        .modal-content .close {
            color: #fff;
  float: right;
  font-size: 45px;
  font-weight: 300;
  font-family: 'S-CoreDream';
        }
       .modal-content .close:hover,
       .modal-content .close:focus {
            color: #e8c8b0;
            text-decoration: none;
            cursor: pointer;
        }
       
	   .modal-content #m_logo { display:none;    }
	   #menu_top { display:none;}
	   .modal-content h3 {text-align: center;
  font-size: 60px;
  padding: 60px 0;
  margin-bottom: 82px;
  color: #fff;
  letter-spacing: 10px; font-family: 'S-CoreDream';
  font-weight: 800;}
	    #m_nav .map-1 { float:left;  width: 100%; text-align: center;  margin-bottom: 20px;        }
	   #m_nav:after { content:""; clear:both; display:block; }
	   #m_nav .map-1:after { content:""; clear:both; display:block; }
	   #m_nav .map-1 > li {   width: 16.6666%; float:left;  text-align: center; }
	   #m_nav .map-1 > li i { display:none;}
	   #m_nav .map-1 > li > a {  font-size: 18px; margin-bottom: 33px; color: #fff;  }
	   #m_nav .map-1 > li > a span {font-size: 30px;
  color: #fff;
  font-family: 'S-CoreDream';
  font-weight: 600; }
	   #m_nav .map-1 > li span { display:none;}
	   #m_nav .map-1 > li a >span { display:inherit;}
	   #m_nav .map-1 .map-2 {   width: 100%;  }
	   #m_nav .map-1 .m_block { display: block !important;  }
	   
	   #m_nav .map-1 .map-2 li { margin: 25px 0;    }
	   #m_nav .map-1 .map-2 li a span {  font-size: 20px; color: #fff;  }
	   #m_nav .map-1 .map-2 li a:hover span { color:#fff ; font-weight:bold;   }
	  /* #m_nav .m_menu { float:left;  width: 100%; text-align: center;  margin-bottom: 20px;     margin-top: 10px;    }
	   #m_nav:after { content:""; clear:both; display:block; }
	   #m_nav .m_menu:after { content:""; clear:both; display:block; }
	   #m_nav .m_menu > li {   width: 16.6666%; float:left;  text-align: center; }
	   #m_nav .m_menu > li > a {  font-size: 18px; margin-bottom: 33px; color: #009b98;  }
	   #m_nav .m_menu > li span { display:none;}
	   #m_nav .m_menu .m_sub {   width: 100%;  }
	   #m_nav .m_menu .m_block { display: block !important;  }
	   
	   #m_nav .m_menu .m_sub li { margin: 30px 0;    }
	   #m_nav .m_menu .m_sub li a { font-size: 15px; color: #666;  }
	   #m_nav .m_menu .m_sub li a:hover { color:#009b98 ; font-weight:bold;   }*/
	   



.modal-content .top_m  { display:none !important;}

/*nav*/

.nav {width: 130px;top: 82px;background: #0f2f65;position: fixed;height: 100%;z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999;/*! position: relative; */left: 0;}
#wrap {position:relative; z-index:1; min-height:100%;}
.container {/*! position:relative; */ /*! z-index:1; */ /*! max-width:75%; */ margin:0 auto; }

.header {position:relative; z-index:100; padding-top:45px;}
.main_header {z-index:10;background-color:#FFF;}
.main_header .container {/*! position:relative; */ /*! z-index:10; */}
.head_logo {position:absolute; left:5px; top:50%; z-index:1; margin-top:-21px;}


.gnb .map-1 { width: 100%; /*! padding-left: 280px; */ /*! padding-right: 50px; */background: #0f2f65;}
.gnb .map-1  .map-1-item {/*! position:relative; */ z-index:1; text-align:center;}
.gnb .map-1  .map-1-item>a {display:block; padding-top: 63px; border-bottom: 1px solid #39578a;
height: 104.5px;
}
.gnb .map-1 .map-1-item:nth-child(1) { background: url(../_img/main_menu_icon1.png) center 17px no-repeat;         }

.gnb .map-1 .map-1-item:nth-child(2) { background: url(../_img/main_menu_icon2.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(3) { background: url(../_img/main_menu_icon3.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(4) { background: url(../_img/main_menu_icon4.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(5) { background: url(../_img/main_menu_icon5.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(6) { background: url(../_img/main_menu_icon6.png) center 17px no-repeat;         }

.gnb .map-1 .map-1-item:nth-child(1):hover>a { background: #21233e url(../_img/main_menu_icon1.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(2):hover>a { background: #21233e url(../_img/main_menu_icon2.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(3):hover>a { background: #21233e url(../_img/main_menu_icon3.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(4):hover>a { background: #21233e url(../_img/main_menu_icon4.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(5):hover>a { background: #21233e url(../_img/main_menu_icon5.png) center 17px no-repeat;         }
.gnb .map-1 .map-1-item:nth-child(6):hover>a { background: #21233e url(../_img/main_menu_icon6.png) center 17px no-repeat;         }


.gnb .map-1  .map-1-item>a span { color: #fff; font-size: 18px; font-weight: 500; letter-spacing: -0.5px;  }

.gnb .map-2 {  display:none;  overflow:hidden;position:absolute;left:130px;top:0;z-index:1;width:200px; height: 100%; padding-top:10px;transition: background-color 0.3s;-webkit-transition: background-color 0.3s;-moz-transition: background-color 0.3s;background: #21233e;border-radius: 0 10px 0 0;}
.gnb .map-1  .map-1-item  .map-2   {    }
.gnb .map-1  .map-1-item:hover .map-2,   .map-1  .map-1-item:focus  .map-2 {/*background-color:#e5e5e5; */ }

.gnb .map-1  .map-1-item:hover .map-2 li a,   .map-1  .map-1-item:focus  .map-2 li a { }
.gnb .map-2  .map-2-item {    padding: 6px 10px 10px 15px; text-align: left;}
.gnb .map-2  .map-2-item  a {color:#444; word-break:keep-all; line-height: 150%; }
.gnb .map-2  .map-2-item  a span {font-size: 16px;   color: #fff;}
.gnb .map-2  .map-2-head {padding: 10px 15px;margin-top: 35px;}
.gnb .map-2  .map-2-head span{color:#fff; font-size: 1.7rem; display: block; border-bottom: 1px solid #fff; text-align: left; padding-bottom: 20px;font-family: 'S-CoreDream';
  font-weight: 600; }


.gnb .map-2  .map-2-item  a:hover span, .map-2  .map-2-item  a:focus span { color: #67bfff;
  font-weight: bold; }




.gnb_bg {display:none; position:fixed; left:130px; top:82px;  width:100%; background-color:#f5f5f5; height: 300px; z-index: 4;}
.gnb_bg .container {height:340px; background-image:url('../_img/gnb_bg.png'); background-position:10px 30px; background-repeat:no-repeat;}
.black_bg {display:none; position:fixed; left:0; top:170px; right:0; bottom:0; z-index:3; background-color:rgba(0,0,0,0.8); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#1A000000,endColorStr=#1A000000)";}




/*header ë*/ 

.main_body_wrap { width:100%;     min-width: 1150px;
    max-width: 1300px;
    margin: auto;   }



#body{
    position:relative;
    z-index:1;
}

.visualWrap {
    height:522px;
    position:relative;
    min-width: 1150px;
}
.visualWrap .swiper-slide{
    height: 522px;    
}
.visualWrap .swiper-slide > img {
    width: 100%;
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -o-transform: scale(1.2,1.2); /* IE 9 */
    -moz-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2,1.2);
    -webkit-transition: transform 5000ms ease-in-out; /* Safari */
    -moz-transition: transform 5000ms ease-in-out; /* Safari */
    -o-transition: transform 5000ms ease-in-out; /* Safari */
    -ms-transition: transform 5000ms ease-in-out; /* Safari */
    transition: transform 5000ms ease-in-out;
}


.swiperVisualWrap .textArea{
   
    color:#fff;
    padding-top: 145px;
    min-width:var(--min-width);
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 5000ms ease-in-out;
	    min-width: 1150px;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
  margin: auto;
  text-align: left;
}
.swiperVisualWrap .textArea .textTitle{
  margin-bottom: 24px;
  font-family: 'S-CoreDream';
  font-size: 56px;
  font-weight: 900
}
.swiperVisualWrap .textArea .textTitle span { font-family: 'S-CoreDream';
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #fff;
  width: 596px;
  margin-bottom: 10px;}
.swiperVisualWrap .textArea .textSmall{
font-family: 'S-CoreDream';
  font-weight: 300;
  font-size: 30px;
  padding-left: 2px;
  letter-spacing: 8.5px;
}
.swiperVisualWrap .swiper-button-prev,
.swiperVisualWrap .swiper-button-next {
    z-index: 6000;
    color: #fff;
    width: 30px;
    height: 30px;    
    text-align: center; background-image:none; 
}
.swiperVisualWrap .swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
   transition: all 0.5s ease-out;
}
.swiperVisualWrap .swiper-pagination-bullet-active {
        background:#61eafe;
    width: 50px;
    border-radius: 10px;
}

.mainInner {
  padding: 0 30px 0 0;
}
.mainContArea {
    width:100%;
    padding-top: 25px;
    height: 330px;
    background: #fff;
}

.mainContArea li {
    list-style: none;
}
.groupA{ width: 356px;
  height: 257px;
  float: left;
  overflow: hidden;
  position: relative; border-radius: 20px;  margin-right: 40px;
}
.groupA #banner_con { width: 356px;
  height: 257px;   }



.swiper-container01{
    position: absolute;
    width: 100%;
    height: auto;
}
.swiper-container01 .swiper-slide {
    background: #fff;
    width: 100%;
    height: auto;
}
.swiper-container01 .swiper-slide img {
    width: auto;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden; 
}
.groupA .swiper-pagination {
    width:100%;    
    text-align: center;     
}
.groupA .swiper-pagination-bullet {
    background: #fff;
    opacity: .8
}
.groupA .swiper-pagination-bullet-active {
    background: #000;
}
.groupA .swiper-button-next:after,
.groupA .swiper-button-prev:after {
    font-size: 15px;
}
.groupA .swiper-button-prev,
.groupA .swiper-button-next {
    color: #fff;
    background:#000;
    width:30px;
    height:30px;
    border-radius:50%;
    text-align:center;
}
.groupA .swiper-button-next.swiper-button-disabled, 
.groupA .swiper-button-prev.swiper-button-disabled {
    opacity: .5;   
}
.hidden {
    display: none;
}

/* notice */
.noticeArea {
float: left;
  height: 257px;
  width: calc( 100% - 396px );
  
}
.noticeList {

}
.noticeList .tabWrap{
    display:table; 
    width:100%; 
    height:100%;
    table-layout:fixed;   
}
.noticeList .tabWrap:after{
    display:none
}
.noticeList .tabWrap li{
    display:block;
    float:left;
    width:50%;
    height:45px;
    line-height:45px;
    border:1px solid #555;
    overflow:hidden;
    text-align:center;
    position:relative;
    font-size:1.0rem;
    cursor:pointer;
}
.noticeList .tabWrap li a{
    position:absolute;
    right:0;
    width:50px;
    height:100%;
    color:#45496A;
    font-size:1.2rem;
}
.noticeList .tabWrap li:after {
    content: '';
    display: block;
    clear: both;
}
.noticeList .tabWrap li.active{
    z-index:1; 
    border:#42bcd1;
    background-color:#45496A;
    color:#fff; 
}
.noticeList .tabWrap li.active a{    
    color:#fff;
    background:#64688e
    
}
.noticeList .listArea {
    clear:both;
    margin-top:20px;    
}
.noticeList .listArea div{
   animation: opacity 0.5s ease-in;
}

@keyframes opacity {
    0% {
        opacity: 0%
    }
    100% {
        opacity:100%;
    }
}
@keyframes opacity2 {
    0% {
        opacity: 100%
    }

    100% {
        opacity: 0%;
    }
}
.noticeList .listArea .list li{
    list-style:none;
    position:relative;
    font-size:0.95rem;
    line-height:155%;
    color:#000
}
.noticeList .listArea .list li.noData{   
    text-align:center;
    padding-top:50px;
}
.noticeList .listArea .list li:hover{
   color:#a3a3a3;  
}
.noticeList .listArea .list li a{ 
    display:block;
    width:80%;
    text-align:left;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-family: var(--font-family-oneR);
}
.noticeList .listArea .list li span{ 
    position:absolute;
    top:0;
    right:0;
    color:#838281;
    font-size:0.8rem;
    font-weight:300;
    font-family: 'NEXON Lv1 Gothic OTF';
    letter-spacing:0.5px;
}



.noticeList #txt_notice div ul { display: flex;
  flex-wrap: wrap;
  gap: 1%; }







#banner_notice { position:relative;  }
#banner_notice .slick-dots { position: absolute;
  right: 0;
  top:-50px;
  padding-top: 10px;
  height: 30px; }
#banner_notice .slick-dots:after{content:''; display:block; clear:both;}
#banner_notice .slick-dots li { float: left; margin-right:5px;} 
#banner_notice .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #b5bdda;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;} 
#banner_notice .slick-dots .slick-active button {background:#535e8b;   width:15px;  } 

.scheduleWrap .eventBannerWrap .bannerBtn,
.scheduleWrap .scheduleArea h2,
.eventBannerWrap h2,
.galleryArea h2 {
    height: 65px;
    font-size:40px;
    line-height:100%;
    font-family: 'Y_Spotlight';
    font-weight:normal; color: #1e3a5d;
}
.scheduleWrap .scheduleArea h2 span,
.eventBannerWrap h2 span{
    font-size:25px;
    color:#5d5d5d;
    font-family: 'OTWelcomeRA';
    letter-spacing:-2px;
    margin-left:15px;
}
.scheduleWrap .scheduleArea .btnMore{
position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  font-weight: 800;
  color: #b5bdda;  
}
.scheduleWrap .scheduleArea .btnMore:hover{
   color:#535e8b; 
}

.scheduleWrap .scheduleArea .scheduleList {
    border: 1px solid #000;
    height: 390px;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li{
    list-style:none;
    width:100%;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li::after{
    content:'';
    clear:both;
    display:block;
    margin-bottom:17px;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li p{
    float:left;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li .date{
    background:#fff;
    color:#005eb5;
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    transition: var(--transition-custom);
    font-size:1.2rem;
    border-radius:50px;  transition: all 0.5s ease-out;  
}
.scheduleWrap .scheduleArea .scheduleList .schedule li:hover .date{
    border-radius:10px;
    background:#4282b2;
    color:#fff; rotate: -20deg;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li:hover,   
.scheduleWrap .scheduleArea .scheduleList .schedule li:first-child{   
    color:#4282b2;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li:first-child .date{
    border-radius:50px;
    background:#4282b2;
    color:#fff;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li:first-child .date span {  font-size: 18px;  }
.scheduleWrap .scheduleArea .scheduleList .schedule li:first-child:hover .date{
      border-radius:10px; 
}
.scheduleWrap .scheduleArea .scheduleList .schedule li p.list{
    margin:0 0 0 20px;
    width:80%;
    padding:15px 0 0 0;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size:1.1rem;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li p.list .tit { font-size: 20px;
  font-family: 'S-CoreDream';
  font-weight: 600;
  color: #1e3a5d;  transition: all 0.5s ease-out;}
.scheduleWrap .scheduleArea .scheduleList .schedule li:hover p.list .tit {  font-size: 22px;  color: #285d9e; }   
.scheduleWrap .scheduleArea .scheduleList .schedule li p.list span.dateAll{
    width:100%;
    display:block;
    font-size:0.9rem;
    color:#6e6e6e;
    padding:10px 0 0 0;
}
.scheduleWrap .scheduleArea .scheduleList .schedule li.noData{
    text-align:center;
    line-height:320px;
    font-size:1.5rem;
    color:#45496A
}
.galleryWrap{
    padding: 65px 0;
  
  background: url(../_img/gallery_box_bg.png) center top no-repeat;
  position: relative;
  bottom: 34px;
}
.galleryWrap::after {
    content:'';
    clear:both;
    display:block;
}
.galleryWrap  h2 {
color: #231f20 ;
  font-family: 'S-CoreDream';
  font-weight: 800;
  font-size: 26px;
  display: inline-block;
}
.galleryWrap  h2 small { color:#30443c;  font-size: 23px;font-family: 'S-CoreDream';font-weight: 200;margin-left: 5px;}
.galleryWrap  h2 small span { color:#549d37;  font-size: 23px;font-family: 'S-CoreDream';font-weight: 200;}

.galleryWrap .galleryArea { position:relative;  padding-top: 20px; }
.galleryWrap .galleryArea .btnMore{
    position:absolute;
    right:0;
    top:10px;
   font-size: 40px;
  font-weight: 800;
  color: #8eab35;
}
.galleryWrap .galleryArea .btnMore:hover{
   color:#231f20; 
}

.galleryWrap .galleryArea .galleryList .mgallery li{
    float:left;
    width:400px;
    margin-right:50px;
    list-style:none;
    border-top: 5px solid #adb043;
}
.galleryWrap .galleryArea .galleryList  li.noData {
    width:100%;
    text-align: center;
    line-height:300px;
    height:300px;
}
.galleryWrap .galleryArea .galleryList .mgallery li:last-child{
    margin-right:0px;   
}
.galleryWrap .galleryArea .galleryList .mgallery li p.list{
    padding: 15px 0 15px 0;
}
.galleryWrap .galleryArea .galleryList .mgallery li p.list .text{
   display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  padding: 5px 0;
  font-family: 'S-CoreDream';
  font-weight: 600;
  color: #231f20;
  margin-bottom: 5px;
  text-align: center;
}
.galleryWrap .galleryArea .galleryList .mgallery li  .date{
   width: 100%;
  display: block;
  font-size: 15px;
  color: #a7a6a7;
  text-align: center;
  font-family: 'S-CoreDream';
  margin-top: 15px;
}
.galleryWrap .galleryArea .galleryList .mgallery li .img {    
    width:100%;
    height:235px;
    border:1px solid #ccc;
    overflow:hidden;
    background:#000 
}
.galleryWrap .galleryArea .galleryList .mgallery li .img:hover {
    background: rgb(0, 0, 0, 0.8);    
}
.galleryWrap .galleryArea .galleryList .mgallery li .img img{   
width: auto;
  height: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
  transition: all 0.5s ease-out;
}

.galleryWrap .galleryArea .galleryList .mgallery li a:hover img { -webkit-transform: scale(1.2); transform: scale(1.2);    }




#txt_notice h3 { margin-bottom: 18px; position: relative; }
#txt_notice h3 i { font-style:normal;    }
.icon_zone h3, #album .wrap h2, .main_con_info_box .info_box_txt1 {  height: 60px;font-family: 'S-CoreDream';font-size: 40px;font-weight: 100;letter-spacing: -1px;color: #024955; position: relative; text-align: left; margin-bottom:10px;}
#txt_notice h3 b, .icon_zone h3 b, #album .wrap h2 b, .main_con_info_box .info_box_txt1 b{     font-weight: 300;   font-family: 'S-CoreDream';font-size: inherit;}
#txt_notice h3 strong {  font-size: 36px;
  font-weight: 800;
  color: #344c9f;
  font-family: 'S-CoreDream';
  margin-right: 20px;}
#txt_notice h3 strong i{font-style: normal;
  font-size: 35px;
  font-weight: 200;
  font-family: 'S-CoreDream';}  

#txt_notice h3 strong span{ cursor:pointer;    font-size: 26px;color: #8b8b8b;margin-left: 10px; transition: color 0.5s ease-out;} 
#txt_notice h3 strong span i {    background: #dedede;color: #fff;width: 30px;height: 30px;border-radius: 50%;text-align: center;line-height: 30px;position: relative;bottom: 6px; transition: background 0.5s ease-out; } 
#txt_notice h3 span
{display: inline-block;
  cursor: pointer;
  transition: color 0.5s ease-out;
  font-family: 'S-CoreDream';
  font-weight: 500;
  font-size: 20px;
  border-radius: 10px;
  position: relative;
  bottom: 7px;}
#txt_notice h3 small { font-family: 'S-CoreDream';
  font-weight: 100;
  font-size: 26px; display: none; }
#txt_notice h3 span#btn1 { margin-right: 7px; }
#txt_notice h3 span#btn2 { margin-left: 7px; }
#txt_notice h3 span.active {  color: #fff !important;
  font-family: 'S-CoreDream';
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  background: #3470bc;
  padding: 7px 10px;
  border-radius: 10px;
} 
#txt_notice h3 span:hover
{color: #33589f;}

#txt_notice h3 .more_btn { 
  position: absolute;
  right: 0;
  top: 0;}
#txt_notice h3 .more_btn a  {
 font-size: 36px;
  font-weight: 500;
  transition: color 0.5s ease-out;
  color: #5c4598;}
#txt_notice h3 .more_btn a:hover { color:#231f20 ; }
 
#txt_notice  ul:after{content:''; display:block; clear:both;}  
#txt_notice  ul li  { position: relative;
  margin-bottom: 10px;
  width: 49%;
  }
#txt_notice  ul li:nth-child(3),  #txt_notice  ul li:nth-child(4) { margin-bottom:0;  }
#txt_notice  ul li a { box-sizing: border-box;
  width: 100%;
  display: flex;
  background-image: linear-gradient(135deg, #dbe4e8 0.5%, #e2e3e6 30%, #c9e0ee 100%); padding: 18px;
  border-radius: 15px;
 }
#txt_notice  ul li:last-child { border-bottom:0;  }
 
#txt_notice  ul li article {width: calc( 100% - 62px );  } 
  
#txt_notice  ul li a:hover {background-image: linear-gradient(135deg, #207eac 0.5%, #2f4893 30%, #1a384b 100%);}
#txt_notice  ul li a:hover .date, #txt_notice  ul li a:hover .n_tit { color:#fff;  }
#txt_notice  ul li a .n_ct { font-size: 15px; color: #3c4f67; background: #dee1ec; width: 75px; display: inline-block; text-align: center; padding: 3px 0; border-radius: 5px; letter-spacing: -1px; margin-right: 5px; transition: color 0.5s ease-out, background 0.5s ease-out; position: relative;
    bottom: 3px;  }
#txt_notice  ul li a:hover .n_ct { background: #5d6a91; color: #fff; }  
#txt_notice  ul li a .n_tit { color: #113050;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -1px;
  transition: color 0.5s ease-out, font-size 0.2s ease-out;
  width: 96%;
  line-height: 140%;
  font-family: 'S-CoreDream';
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
#txt_notice  ul li a .n_con { font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 96%;
  display: block; }  
 
#txt_notice  ul li .date { font-family: 'S-CoreDream';
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.2px;  margin-right: 20px;
/* transition: font-weight 0.5s ease-out;*/
} 
#txt_notice  ul li:nth-child(1) .date { color:#325e95;}
#txt_notice  ul li:nth-child(2) .date { color:#505396;}
#txt_notice  ul li:nth-child(3) .date { color:#2e69b3;}
#txt_notice  ul li:nth-child(4) .date { color:#496684;}

#txt_notice  ul li .date strong { display: block;
  font-size: 24px;
  font-weight: 800;
  font-family: 'S-CoreDream'; }
#txt_notice  ul li .date small { font-size: 21px; font-family: 'S-CoreDream'; }
#txt_notice  ul li a:hover 	.date { font-weight: 700; }




.quick_zone {   padding: 30px 0; background: url("../_img/quick_zone_bg.jpg") center center no-repeat; height: 266px;}

.quick_zone .wrap {   overflow: hidden; }

.quick_zone .tit_area {   box-sizing: border-box; display: flex;  margin-top: 5px; }
.quick_zone .tit_area h3 { color: #0f2f65;
  font-family: 'S-CoreDream';
  font-weight: 200;
  font-size: 36px;
  margin-bottom: 15px;
  text-transform: uppercase;}
.quick_zone .tit_area h3 strong {font-size: 37px;
  font-weight: 800;
  color: #0f2f65;  }

.quick_zone article {  }
.quick_zone article div { text-align:center;    }
.quick_zone article div a {    width: 90%;display: block;border-radius: 15px;line-height: 60px; padding: 20px 0; transition: all 0.5s ease-out;}
.quick_zone article div img { width: 50%; margin: auto;}
.quick_zone article div span {  color: #113050;  font-size: 20px; font-family: 'S-CoreDream';font-weight: 600;line-height: 120%;display: block;margin-top: 10px; transition: color 0.3s ease-out;}

.quick_zone article div a:hover { background:#fff;  }
.quick_zone article div a:hover img {   }
.quick_zone article div a:hover span { color: #2a5ba7; }

.quick_zone .controler { display: flex;
  position: relative;
  bottom: 3px;
  left: 10px;}
.quick_zone .controler button { background: no-repeat; border: none;   display: block;}
.quick_zone .controler button span {  font-size: 40px; color: #fff;   }
.quick_zone .controler button.active span {  opacity: 100%; color:#4d6693;    } 
.quick_zone .controler button.play {    }
.quick_zone .controler button.stop {    }












#banner_con .slick-list {       }
#banner_con .slick-arrow{z-index: 2;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-25px);
    outline: none;
    border: 0;
    font-size: 0; border-radius:50%  }
#banner_con	.slick-prev { background: #6ed1de url(../_img/main_top_arrow_prev.png) center center no-repeat; left:-25px; }
#banner_con	.slick-next { background: #6ed1de url(../_img/main_top_arrow_next.png) center center no-repeat; right:-25px; }


/*main_vis*/
#main_vis {/*width: calc( 100% - 532px );*/ width:70%; height:550px;  float: left;  }
#main_vis .banner { width:100%;  height:550px;     }
#main_vis .banner-item div{height:550px;  background-size: cover;  background-position: center center; }

#main_top_txt h3 {   /*! font-size: 90px; */
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  font-family: 'S-CoreDream';}

#main_top_txt h4 {  font-size: 28px;
  margin-left: 4px;
  margin-bottom: 8px;
  font-family: 'S-CoreDream';
  font-weight: 300;
  letter-spacing: -0.2px;}

.parent .child {
    font-size: 3em;/* 애니메이션 높이 */
    font-weight: bold;
    line-height: 1;
    animation-name: grow;
    animation-duration: 1s;/* 애니메이션 시간 */
}
#main_top_txt .main_vis_txt1 {  height:97px; margin-bottom: 5px;  }
#main_top_txt .main_vis_txt2 {    }
#main_top_txt .main_vis_txt3 { height: 57px;   }
/* 키프레임 애니메이션 */
@keyframes grow {
    from { transform: translateY(3em) }/* 애니메이션 높이 */
    to { transform: translateY(0) }
}

/*#main_vis .slick-dots { position: absolute; left:0; top:0;  padding-top: 10px; height:30px;  }
#main_vis .slick-dots:after{content:''; display:block; clear:both;}
#main_vis .slick-dots li { float: left; margin-right:3px;}

#main_vis .slick-dots li:first-child { margin-left:10px;       }
#main_vis .slick-dots li:last-child { margin-right:0;   }
#main_vis .slick-dots li  button { width:15px; height:15px; background:#233167;  border: none;   border-radius: 50%;}
#main_vis .slick-dots .slick-active button { background: #0053a4;   width:15px;}*/


#main_vis .slick-dots {position: absolute;
width: 50%;
top: 330px;
left: -39.5%; z-index: 999;
}
#main_vis .slick-dots li {display: inline-block;
  vertical-align: top;
  width: 10px; }
#main_vis .slick-dots li:last-child { }
#main_vis .slick-dots li button { width: 3px;
  height: 20px; background:#fff;  padding:0; text-indent:-9999px; border:none; vertical-align:middle;
transition:all 0.6s;
-moz-transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-ms-transition:all 0.6s;}
#main_vis .slick-dots li.slick-active button {width: 3px;
  height: 55px;
  background: #509cd3; }

.top_main { position:relative;  overflow: hidden; }
.wave_box { position: absolute; bottom: -3px;  }



/*메인 글자배경 애니메이션*/
.jumbotron {
    
    background: linear-gradient(-45deg, #3ca4a0, #024b56, #4ea689, #126058);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}
@keyframes gradient {
    0% {
     background-position: 0% 50%;
    }
    50% {
     background-position: 100% 50%;
    }
    100% {
     background-position: 0% 50%;
    }
}

.main_vis_txt .main_vis_txt_1 { font-size:22px;   font-family: 'S-CoreDream';font-weight: 200;padding-left: 5px;}
.main_vis_txt .main_vis_txt_2 { font-size:24px;  font-family: 'S-CoreDream';padding-left: 5px;letter-spacing: 0.1px;font-weight: 200;margin-bottom: 30px;}
.main_vis_txt h3 { font-size:103px;   font-family: 'S-CoreDream';font-weight: 100;letter-spacing: -3px;}
.main_vis_txt h3 span {   font-size:45px; color:#87ebde;  font-family: 'S-CoreDream';margin-left: 10px;font-weight: 200;}
.main_vis_txt .main_vis_txt_3 {   }
.main_vis_txt .main_vis_txt_3 a {   color: #fff;border: 1px solid #fff;font-family: 'S-CoreDream';font-size: 24px;padding: 5px 30px;border-radius: 10px;margin: 0 3px; transition: all 0.3s ease-in-out; }
.main_vis_txt .main_vis_txt_3 a:hover { background:#fff; color:#0B5662;   }



.variable-width .slick-slide img {
  background: #fff;
  height: 270px;
  color: #3498db;
  margin: 5px;
  line-height: 100px;
}

/*Ã¬Æ’ÂÃ«â€¹Â¨ Ã¬â€¢Å’Ã«Â¦Â¼Ã¬Â¡Â´*/
/*ìƒë‹¨ ì•Œë¦¼ì¡´*/
#banner_con {  }
#banner_con .banner article img  { width:100%;    /*! border: 1px solid #636363; */}
#banner_con .slick-dots { position: absolute; right:15px; top:5px;  padding-top: 10px; height:30px;  }
#banner_con .slick-dots:after{content:''; display:block; clear:both;}
#banner_con .slick-dots li { float: left; margin-right:3px;}

#banner_con .slick-dots li:first-child { margin-left:10px;       }
#banner_con .slick-dots li:last-child { margin-right:0;   }
#banner_con .slick-dots li  button { width:15px; height:15px;  background: rgba(255, 255, 255, 0.5); text-indent: -9999px;  border: none;   border-radius: 50%;}
#banner_con .slick-dots .slick-active button { background:#fff;   width:15px;}














.ds_b {  display:block;  }
.ds_n {  display:none;   }








/*main_con_info_box*/

.main_con_info_box {  padding: 50px 0;  }
.main_con_info_box:after{content:''; display:block; clear:both;}
.main_con_info_box .info_box_txt1  { width:300px; display:block; float: left; }
.main_con_info_box .info_box_txt2 {  width:calc( 100% - 300px ); display:block;  font-family: 'S-CoreDream';font-size: 30px;color: #024955; text-align:center;  float: left;padding-top: 10px; }
.main_con_info_box .info_box_txt2 strong {   font-size: 30px;font-weight: 500;font-family: 'S-CoreDream';}

/*main_vis animation*/
.transition_6 {
transition:all 0.6s;
-moz-transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-ms-transition:all 0.6s;
}

.translate_x_100{
transform:translateY(-100px);
-moz-transform:translateY(-100px);
-webkit-transform:translateY(-100px);
-o-transform:translateY(-100px);
-ms-transform:translateY(-100px);
opacity:0;
}

.translate_x_play {
transform:translateY(0);
-moz-transform:translateY(0);
-webkit-transform:translateY(0);
-o-transform:translateY(0);
-ms-transform:translateY(0);
opacity:1;
}


.transition_d_2{
transition-delay:0.2s;
-moz-transition-delay:0.2s;
-webkit-transition-delay:0.2s;
-o-transition-delay:0.2s;
-ms-transition-delay:0.2s;
}
/*animation Ã«ÂÂ*/





/*content6  logo 배너일때*/
#content6{ 
padding: 100px 0;

}
#content6 .wrap {  }
#content6 h2 {    font-size: 28px;
color: #22391d;
font-weight: bold;
margin-bottom: 20px;
position: relative;
 }
#content6 h2 a {       position: absolute;
right: 20px;
bottom: 0;
font-size: 55px;
font-weight: 100;
color: #bababa;
transition: all 0.5s ease-out;}
#content6  a:hover { color: #265297;   }
#content6 .regular3  { width: 96%;
  margin: auto; }
#content6 .regular3 .slick-arrow
{ z-index: 2; 
position:absolute; 
top: 50%; width: 50px; height: 50px; transform: translateY(-25px); outline: none;
border: 0; font-size:0;  } 
#content6 .regular3 .slick-prev.slick-arrow{  left: -2.5%; background: url(../_img/content6_arrow_prev.png) center center no-repeat; } 
#content6 .regular3 .slick-next.slick-arrow{  right: -2.5%; background: url(../_img/content6_arrow_next.png) center center no-repeat; } 

#content6 .regular3:after{content:''; display:block; clear:both;}


/* #content6 .slick-list 간격*/
#content6 .slick-list {marign-right: -20px;}
#content6 .slick-slide {padding-right: 20px;}

#content6 .slick-slide div { }
#content6 .slick-slide div a img {   }



.about_zone {background: #fff;
  padding: 60px 0;  }
.about_zone .wrap  {  }
.about_zone .wrap:after { content:""; clear:both; display:block; }
.about_zone .wrap h3 { color: #231f20;
  font-family: 'S-CoreDream';
  font-weight: 900;
  font-size: 36px; float:left; width: 25%;}
.about_zone .wrap h3 strong {font-size: 40px;
  font-weight: 800;
  color: #344c9f;  }
.about_zone .wrap article {float:left; width: 75%; display: flex; }
.about_zone .wrap article span { flex: 1 1 auto; display: flex; }
.about_zone .wrap article span i { background-image: linear-gradient(135deg, #8e71ac 0%, #425887 100%);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; margin-right: 15px; }
.about_zone .wrap article span i img {  }
.about_zone .wrap article span strong { color: #15214e;
  font-family: 'S-CoreDream';
  font-weight: 600;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* POPUP */

.popup_box {    position: absolute;
  top: 82px;
  left: 130px;
  text-align: center;}

.popup_box .notice_popup {  
  width: 550px;
  padding: 0;
  box-sizing: border-box;
  height: 522px;
  z-index: 9999;
  position: sticky;}
.popup_box .notice_popup h3 {  padding-bottom: 13px;  background: rgba(0, 0, 0, 0.7);}
.popup_box .notice_popup h3 img {  }
.popup_box .notice_popup h3 span {  color: #fff;font-family: 'S-CoreDream';font-weight: 500;font-size: 30px;position: relative;top: 7px;}
.popup_box .notice_popup ul {   background: rgba(255, 255, 255,0.9);
    height: 440px;
    overflow-y: scroll;
    padding: 20px;
    text-align: left;}
.popup_box .notice_popup ul li {       padding-bottom: 5px;
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 10px;}
.popup_box .notice_popup ul li:last-child {  margin-bottom: 0;  }
.popup_box .notice_popup ul li a {    }
.popup_box .notice_popup ul li a .n_tit {    color: #000310;font-size: 17px;text-overflow: ellipsis;white-space: nowrap;display: inline-block;height: 22px;overflow: hidden;width: 98%; transition: all 0.5s ease-out;}
.popup_box .notice_popup ul li a:hover .n_tit {    color: #4e4bb7;  }
.popup_box .notice_popup ul li a .date  {    display: block;margin-bottom: 10px;}
.popup_box .notice_popup ul li a .date b {    font-size: 14px;background: #7571d4;color: #fff;padding: 2px 10px;border-radius: 10px;font-family: 'S-CoreDream';margin-right: 5px;}
.popup_box .notice_popup ul li a .date small {    color: #3a286c;font-size: 17px;font-family: 'S-CoreDream';font-weight: 500;position: relative;top: 2px;}

.popup_box .notice_popup section, .popup_box section {  text-align: left;
    color: #b4b4b4;
    background: rgba(0, 0, 0, 0.7);
    padding: 7px; }
.popup_box .notice_popup section input, .popup_box section input {  position: relative; margin-right: 5px;
  bottom: 2px; }

.popup_box section input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  height: 16px;
  outline: 0;
  width: 16px;
}
.popup_box section input[type="checkbox"]::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: none;
  height: 40%;
  left: 40%;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  width: 15%;
}
.popup_box section input[type="checkbox"]:checked {
  background: #5374d8;
}
.popup_box section input[type="checkbox"]:checked::after {
  display: block;
}



.popup_box .notice_popup section a:nth-child(1), .popup_box section a:nth-child(1) {  color: #b9b9b9; }
.popup_box .notice_popup section a:nth-child(2), .popup_box section a:nth-child(2)  { color: #b9b9b9;  }
.popup_box .notice_popup section a:nth-child(2):hover, .popup_box section a:nth-child(2):hover {color: #fff;  }

.popup_box .img_popup {   width: 620px;background: #0f3b4c;height: 570px;z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;position: sticky;padding: 10px 10px 5px 10px;}
.popup_box .banner{background: #fff; height: 530px;  margin:auto auto 5px auto;}

.popup_box .banner .slick-arrow
{ z-index: 2; /* prevë²„íŠ¼ì€ ìœ„ì¹˜ ì´ë™ì‹œ ì´ë¯¸ì§€ ë’¤ë¡œ ìˆ¨ê²¨ì§ */ 
position:absolute; /* ì›í•˜ëŠ” ìœ„ì¹˜ì— ì§€ì • */ 
top:55%; width: 50px; height: 50px; transform: translateY(-25px); outline: none;
border: 0; font-size:0;  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999; } 
.popup_box .banner .slick-prev.slick-arrow{ /* prev ì´ì „ */ left: 0; background: url(../_img/content6_arrow_prev.png) center center no-repeat;  -webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);} 
.popup_box .banner .slick-next.slick-arrow{ /* next ë‹¤ìŒ */ right: 0; background: url(../_img/content6_arrow_next.png) center center no-repeat; -webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1); } 

.popup_box .banner .slick-dots { position: absolute; left:0; top:0;  padding-top: 10px; height:30px;  }
.popup_box .banner .slick-dots:after{content:''; display:block; clear:both;}
.popup_box .banner .slick-dots li { float: left; margin-right:3px;}

.popup_box .banner .slick-dots li:first-child { margin-left:10px;       }
.popup_box .banner .slick-dots li:last-child { margin-right:0;   }
.popup_box .banner .slick-dots li  button { width:15px; height:15px; background:#000310;  text-indent: -9999px;  border: none;   border-radius: 50%;}
.popup_box .banner .slick-dots .slick-active button { background: #1c887a;   width:15px;}


.popup_box.pop_type2 .notice_popup, .popup_box.pop_type2 .img_popup { float: left;   }


/*footer*/
.main_c #footer { background:#132138; color: #7c8497  }
.main_c #footer a {color: #7c8497;  transition: color 0.5s ease-out; }
.main_c #footer a:hover {color: #80c6f9;  }
#footer { position: relative;
  padding: 71px 0;
  box-sizing: border-box;
  text-align: center;
  /*color: #fafafa;*/
  width: 100%;
 background-image: linear-gradient(135deg, #adbed3 0.5%, #e2e3e6 50%, #c5bed4 100%);
}
#footer .wrap { text-align:left;  }

#footer p {font-size: 15px;
line-height: 27px;
padding-top: 40px;  }
#footer p span {font-size: 15px;
  font-weight: 300;  }
#footer .footer_ul {  /*! margin: auto; */
/*! width: 400px; */
}
#footer ul:after{content:''; display:block; clear:both;}
#footer ul li {float: left;
padding: 0 40px;
border-right: 1px solid #999; 
}
#footer ul li:first-child { padding-left:0;   }
#footer ul li:last-child { border-right: 0; padding-right:0;     }
#footer ul li a { display: block;
/*color: #fff;*/
font-size: 20px; transition: color 0.2s ease-out;}   
#footer ul li a:hover { color:#6e54b4;    }

#footer i {    margin-top: 50px;display: block; text-align: right;}
#footer i a {    display: inline-block;}
#footer i a img {    position: relative;bottom: 10px;margin-left: 5px;}

#footer b
{color: #777;}



.con_wrap {
width: 1150px;
    margin: auto;
    text-align: left;
    padding: 0 20px;
}

