/* 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;}




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


.main_c  {/*background: #e6e6e6;*/}
#header {       box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; width: 250px;z-index: 5; height: 100%; position: fixed;}


.body_wrap { /*width:1200px; margin:auto;*/}
.wrap { width:100%; margin:auto; /* max-width:90%; */  padding: 0 50px;  }



/* Ã¬Å“â€žÃ«Â¡Å“ Ã¬ËœÂ¬Ã«ÂÂ¼ÃªÂ°â‚¬ÃªÂ¸Â° Ã«Â²â€žÃ­Å Â¼ */
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 Ã¬â€¹Å“Ã¬Å¾â€˜*/ 

.hd_top_1 {
  
    text-align: center;
}
.hd_top_1 span {
  font-size: 15px;
  color: #333;
  display: flex;
    }


/*hd_top*/
.hd_top {/*! text-align: right; */   /*! position:relative; */}
.hd_top h1 {   text-align: center;margin:40px 0 ;}
.hd_top h1 a {   display: block;}
.hd_top h1 a img {    /*! margin: auto; */}
.hd_top h1 a img.m_logo {  display: none;  }
.hd_top .hd_top_1 {  margin: 20px 20px 26px 20px;
  border: 1px solid #c8d1d3;}
.hd_top .hd_top_1 a:hover  {  background: #efefef;   }
.hd_top .hd_top_2, .hd_top .hd_top_3 {display: none;}
.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: 14px;
  padding: 10px 0;
  flex-grow: 1;
  border-right: 1px solid #c8d1d3; transition: background 0.5s ease-out;   }
.hd_top .hd_top_1  a:last-child { border-right: 0; }
.hd_top span .top_m {}
.hd_top span .top_m2 { color:#666; margin: 0 7px;     }

.hd_top #top_search {   text-align: center;  margin: 0 3px;  background: #2f5da4;width: 40px;height: 38px;line-height: 45px;border-radius: 5px;display: inline-block;}
.hd_top #top_search i {     color: #fff; font-size: 25px;  }
.hd_top #top_search img { width:33px;}
.hd_top .top_menu  {  display: inline-block; text-align: center;  margin: 0 3px;  background: #fff;width: 40px;height: 38px;line-height: 45px;border-radius: 5px;}
.hd_top .top_menu i {     color: #216049;  font-size: 25px;  }
.hd_top .top_menu  img { width:33px;}

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

/* hd_top_The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 9999999999; /* Sit on top */
            left: 0;
            top: 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;
        }
    
        /* 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%;
        }
        /* The Close Button */
        .modal-content .close {
            color: #373c7f;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
       .modal-content .close:hover,
       .modal-content .close:focus {
            color: #4b58ff;
            text-decoration: none;
            cursor: pointer;
        }
       
	   .modal-content #m_logo { display:none;    }
	   #menu_top { display:none;}
	   .modal-content h3 {text-align: center; font-size: 3vw; padding: 5% 0; margin-bottom: 15px; color:#373c7f;    letter-spacing: 10px;}
	    #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: 20%; 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: #373c7f;  }
	   #m_nav .map-1 > li > a span {font-size: 1.8vw;   }
	   #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: 30px 0;    }
	   #m_nav .map-1 .map-2 li a span {   font-size: 1.1vw; color: #666;  }
	   #m_nav .map-1 .map-2 li a:hover span { color:#373c7f ; 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: 100%;border-radius: 10px 10px 0 0;}
#wrap {position:relative; z-index:1; min-height:100%;}
.container { /*! /*! z-index:1; */   margin: 0 auto;}

.header {position:relative; z-index:100; padding-top:45px;}
.main_header {position:absolute; z-index:11; /*! background-color:#FFF; */width: 100%;    overflow-y: auto; height: calc(100% - 249.19px);}
.main_header .container {position:relative; z-index:10;}
.head_logo {position:absolute; left:5px; top:50%; z-index:1; margin-top:-21px;}


.gnb.sm .map-1 { width: 100%; }
.gnb.basic  .map-1 { width: 100%;     }
.gnb .map-1  .map-1-item:first-child {border-top: 1px solid #c9d6db; background: url(../_img/left_m_icon1.png) no-repeat 15px 18px; background-size: 32px 27px;}
.gnb .map-1  .map-1-item:nth-child(2) { background: url(../_img/left_m_icon2.png) no-repeat 15px 18px; background-size: 32px 27px;}
.gnb .map-1  .map-1-item:nth-child(3) { background: url(../_img/left_m_icon3.png) no-repeat 15px 18px; background-size: 32px 27px;}
.gnb .map-1  .map-1-item:nth-child(4) { background: url(../_img/left_m_icon4.png) no-repeat 15px 18px; background-size: 32px 27px;}
.gnb .map-1  .map-1-item:nth-child(5) { background: url(../_img/left_m_icon5.png) no-repeat 15px 18px; background-size: 32px 27px;}

.gnb .map-1  .map-1-item {position:relative; z-index:1; /*! float:left; *//*! width: 20%; */}
.gnb .map-1  .map-1-item>a {display: block;
  padding: 15px 10px 15px 55px;
  border-bottom: 1px solid #c9d6db;
  height: 65px;
  width: 100%;
  cursor: pointer;
  align-content: center;
}

.gnb .map-1  .map-1-item:hover>a {   }
.gnb .map-1  .map-1-item>a span { color: #1f2023;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.5px; }
.gnb .map-1  .map-1-item>a:hover span { color:#342FA6;    }

.gnb .map-2 {display:none; overflow:hidden;    z-index:1; width:100%;   transition: background-color 0.3s; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s;}
.gnb .map-1  .map-1-item  .map-2   {  padding: 10px 0;  }
.gnb .map-1  .map-1-item:hover .map-2,   .map-1  .map-1-item:focus  .map-2 {background-color:#233178;  }
.gnb .map-1  .map-1-item:hover .map-2 li a span { color:#fff;    }

.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: 10px 10px 10px 30px; height:40px;}
.gnb .map-2  .map-2-item  a {color:#fff; word-break:keep-all; line-height: 150%; }
.gnb .map-2  .map-2-item  a span {font-size: 16px; color:#25487e;   }

.gnb .map-2  .map-2-item  a:hover span, .map-2  .map-2-item  a:focus span {  font-weight:bold; }
.gnb .map-2  .map-2-item:last-child  { padding-bottom:40px; }



.gnb_bg {display:none; position:absolute; left:0; top:95px;  width:100%; background-color: #e4e4e4; height: 300px; z-index: 4; }
.gnb_bg .container {height:340px; background-image:url('../_img/gnb_bg.png'); background-position:82px 70px; background-repeat:no-repeat;}
.black_bg {display:none; position:fixed; left:0; top:0; 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%; padding-left:250px;      }

.main_top_area {   display:flex; height: 396px;   }
.main_top_area .main_top_area_txt {  width: calc( 100% - 628px ); padding-left: 50px; padding-top: 80px; background: url(../_img/main_top_area_bg.jpg) left top no-repeat; background-size: cover;}
.main_top_area .main_top_area_txt strong {font-weight: 800; font-family: 'S-CoreDream';  font-size:33px; color:#fff; margin-bottom: 5px;display: block;}
.main_top_area .main_top_area_txt p { font-weight: 800; font-family: 'S-CoreDream';  font-size:18px;  color:#fff; line-height: 150%;}
.main_top_area .main_top_area_txt p span {font-family: inherit;   display: block; font-size: 20px;font-weight: 300;text-transform: uppercase;padding-left: 3px;}
.main_top_area .main_top_area_banner {  width: 628px; height: 392px; box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;}
.main_top_area .main_top_area_banner #banner_con { width:100%  }

.main_top_area_txt .main_q_menu { margin-top: 20px; }
.main_top_area_txt .main_q_menu h4 { color: #fff;
  font-weight: 800;
  font-family: 'S-CoreDream';
  font-size: 24px;
  margin-bottom: 10px; }
.main_top_area_txt .main_q_menu ul { display: flex;
  width: 510px;
  max-width: 100%;
  gap: 1.875%; }
.main_top_area_txt .main_q_menu ul li {width: 18.5%;  }
.main_top_area_txt .main_q_menu ul li a { display: block; }
.main_top_area_txt .main_q_menu ul li a img { width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
  margin-bottom: 9px; transition: all 0.2s ease-out;
  height: 85px;  
 }
.main_top_area_txt .main_q_menu ul li a:hover img  {background: #e5c4ee; padding: 7px;}
 
.main_top_area_txt .main_q_menu ul li a span { color: #fff;
  font-weight: 600;
  font-family: 'S-CoreDream';
  font-size: 18px;
  display: block;
  text-align: center; }

.top_main:after{content:''; display:block; clear:both;}
.top_main #main_vis  { position:relative;    }

.top_main #main_top_txt  {  width:30%;  float: left;   background: url(../_img/main_top_txt_bg.jpg) right top no-repeat; background-size:cover;   height: 550px; position:relative;  }
.top_main #main_top_txt article { position:absolute; top: 135px; left:30px;   }
.top_main #main_top_txt h3 { font-size:90px;  font-family: 'S-CoreDream';  font-weight: 800; color:#fff; letter-spacing: -5px;}
.top_main #main_top_txt h4 { font-size:32px; font-family: 'S-CoreDream';  font-weight: 200; color:#fff; line-height: 100%;  }



#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_tit { font-weight: 900;
  font-family: 'S-CoreDream';
  color: #4a4ba5;
  font-size: 36px; }
.txt_notice h3.main_tit {  }  
.txt_notice h3.main_tit a {position: absolute;
  padding: 0;
  line-height: 100%;
  right: 0;
  transition: color 0.5s ease-out;
  color: #a6a8c4;
  font-weight: 600;
  font-family: 'S-CoreDream';
  font-size: 60px;
  top: -10px;  }
.txt_notice h3.main_tit a:hover {   color: #4a4ba5;  }


/*notice*/
.con_1 {  background:#f4f4f5; padding: 40px 0; }
.con_1 .txt_notice article { /*display: flex;*/ position: relative; /* gap: 20px;*/ margin-bottom: 20px;}
.con_1 .txt_notice article ul.txt_notice_tit { /* display: flex;  gap:20px;*/ display: none; }
.con_1 .txt_notice article ul.txt_notice_tit li {  }
.con_1 .txt_notice article ul.txt_notice_tit li span {  font-weight: 700; font-family: 'S-CoreDream'; font-size: 22px; position: relative; top: 13px; cursor: pointer;}
.con_1 .txt_notice article ul.txt_notice_tit li a { display:none;  }
.con_1 .txt_notice article ul.txt_notice_tit li.active a { display: block;
  position: absolute;
  right: 0;
  font-weight: 700;
  font-family: 'S-CoreDream';
  font-size: 50px;
  bottom: 0;
  color: #c2c2d4; transition: color 0.5s ease-out;   }
.con_1 .txt_notice article ul.txt_notice_tit li.active a:hover { color:#68688c;  } 
.con_1 .txt_notice article ul.txt_notice_tit li:nth-child(1) span {color: #4a4ba5;  } 
.con_1 .txt_notice article ul.txt_notice_tit li:nth-child(2) span {color: #8b9126;  } 
.con_1 .txt_notice article ul.txt_notice_tit li:nth-child(1).active span {border-top: 4px solid #a58ed5;}
.con_1 .txt_notice article ul.txt_notice_tit li:nth-child(2).active span {border-top: 4px solid #b6bd45;}
.txt_con_box  ul { display: flex; column-gap:2.6% }
.txt_con_box  ul li { width:23%;  }
.txt_con_box  ul li .date {font-weight: 500;
  font-family: 'S-CoreDream';
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 5px 0;
  width: 110px;
  text-align: center;
  border-radius: 7px;
  align-content: center;
  margin-bottom: 10px;}
.txt_con_box.notice_con ul li .date { background:#7c7dba; transition: background 0.3s ease-out;   }
.txt_con_box.notice_con ul li a:hover .date{background: #484995;}
.txt_con_box.conf_con ul li .date { background:#a4ab34;}
.txt_con_box  ul li .n_tit {font-weight: 600; font-family: 'S-CoreDream';   font-size: 18px;line-height: 160%; word-break: break-all;  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  line-height: 28px;
  -webkit-line-clamp: 2;}
.txt_con_box.notice_con ul li .n_tit { color:#252860; transition:color 0.3s ease-out; }
.txt_con_box.notice_con ul li  a:hover .n_tit{color: #433797; text-decoration: underline;}
.txt_con_box.conf_con ul li .n_tit { }

/*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:10px; top:0;  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(0, 0, 0, 0.5); text-indent: -9999px;  border: none;   border-radius: 50%;}
#banner_con .slick-dots .slick-active button { background:#000;   width:15px;}












#txt_notice h3, .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 {    float: right; }

#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.active {      color: #00031c !important;font-weight: 600;} 
#txt_notice h3 span.active i {   background: #1759a0 !important;}
#txt_notice h3 .more_btn { position: absolute;
  right: 0;
  top: 10px;   }
#txt_notice h3 .more_btn a, #album .wrap h2 a {    color: #024955;
  font-weight: 100;
  font-size: 26px;
  margin-left: 10px;
  transition: color 0.5s ease-out;
  font-family: 'S-CoreDream';}
#album .wrap h2 a {  padding-bottom: 15px; }  
#txt_notice h3 .more_btn a:hover, #album .wrap h2 a:hover {  color: #10b19c;  }

#txt_notice h3 strong span:hover  { color: #5e5e5e !important;    }
#txt_notice h3 strong span:hover i { background:#5e5e5e !important;   }

#txt_notice h3 strong span.active:hover {  color: #00031c !important; }
#txt_notice h3 strong span.active:hover  i {   background: #1759a0 !important;}

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


.news_zone   {  }
.news_zone .wrap  {  }
.news_zone .wrap article  { margin-bottom: 40px; }
.news_zone .wrap article:after{content:''; display:block; clear:both;}
.news_zone .journal_info { width:534px;  float: left; margin-left:20px;  background:  url('../_img/journal_info_bg.jpg') center no-repeat; background-size:cover; padding: 46px 30px; border-radius: 20px;} 
.news_zone .notice_con {  float: left;  width: calc( 100% - 554px );  }

.journal_info .journal_info_txt { margin-bottom: 20px;    }
.journal_info .journal_info_txt:after{content:''; display:block; clear:both;}
.journal_info .journal_info_txt img {  float: left; border: 2px solid #fff; margin-right: 15px; width:130px;  }
.journal_info .journal_info_txt .journal_info_txt_box {  float: left;  color: #fff;  width: calc(100% - 145px);}
.journal_info .journal_info_txt .journal_info_txt_box small { font-size:18px; font-family: 'S-CoreDream'; display:block; border: 1px solid #fff;padding: 4px 5px;width: 150px;text-align: center;border-radius: 20px;}
.journal_info .journal_info_txt .journal_info_txt_box strong { font-size:32px; font-family: 'S-CoreDream';    font-weight: 700;margin: 5px 0 10px 0;display: block;}
.journal_info .journal_info_txt .journal_info_txt_box strong span {display:block; font-size: inherit;   font-weight: 700;}
.journal_info .journal_info_txt .journal_info_txt_box p { font-size:24px; font-family: 'S-CoreDream'; font-weight: 200;}
.journal_info .journal_link {   }
.journal_info .journal_link:after{content:''; display:block; clear:both;}
.journal_info .journal_link li { float: left;  width: 49.5%;  }
.journal_info .journal_link li:first-child { margin-right:1%;   }
.journal_info .journal_link li a { display:block;   background: #fff;     padding: 15px 5px;border-radius: 15px; transition: all 0.5s ease-out;}
.journal_info .journal_link li a:after{content:''; display:block; clear:both;}
.journal_info .journal_link li a img  {  float: left;   margin-right: 5px;  width: 48px; margin-left: 20px;   }
.journal_info .journal_link li a span  {  float: left;      }
.journal_info .journal_link li a span b {   display: block;font-size: 24px;color: #1d5588;font-family: 'S-CoreDream';font-weight: 800;margin-bottom: 3px;letter-spacing: -1px;}
.journal_info .journal_link li a span small {   font-family: 'S-CoreDream';color: #1d5588;font-size: 16px;}
.journal_info .journal_link li a:hover
 {background-image: linear-gradient(120deg, #d7f7ff 0%, #d5bde6 100%);}




/*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{ margin: 40px 0;
padding: 30px; 
}

#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:100%; }
#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;}


/* POPUP */

.popup_box {     position: absolute;top: 100px;width: 1240px;margin: auto;left: 0;right: 0;text-align: center;}

.popup_box .notice_popup {  background: #000310;width:620px;margin: auto;padding: 20px 10px 5px 10px;box-sizing: border-box;height: 570px;z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;position: sticky;}
.popup_box .notice_popup h3 {  margin-bottom: 10px;}
.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: #fff;height: 460px;margin-bottom: 5px;overflow-y: scroll;padding: 20px;text-align: left;}
.popup_box .notice_popup ul li {    padding-bottom: 5px;border-bottom: 1px solid #dadada;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: #007364;  }
.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: #10b19c;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: #024955;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; }
.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: #10b19c;
}
.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 .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 {  }
#footer {  position: relative;    padding: 71px 0;
box-sizing: border-box;background: #f4f4f5;
  background-size: cover;
text-align: center;

width: 100%;

}

#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;

font-size: 20px; transition: color 0.5s ease-out;}   
#footer ul li a:hover { color:#494aa8;    }

#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: 90%;
  margin: auto;
  text-align: left;
}

/*quick_menu_zone*/
#quick_menu_zone { background: url(../_img/quick_menu_bg.jpg) center center no-repeat;   padding: 40px 0;}

#quick_menu_zone ul {   }
#quick_menu_zone ul:after{content:''; display:block; clear:both; }
#quick_menu_zone ul li {  float: left; width: 12.5%; text-align: center; }
#quick_menu_zone ul li:nth-child(4), #quick_menu_zone ul li:nth-child(8)  { margin-right: 0;  }
#quick_menu_zone ul li a { width: 100%; display: block;   transition: all 0.5s ease-out;}
#quick_menu_zone ul li a img {   width: 57px;  transition: all 0.5s ease-out; }
#quick_menu_zone ul li  b {font-family: 'S-CoreDream';
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  transition: all 0.5s ease-out;}

#quick_menu_zone ul li a span {  display: block;width: 98px;margin: auto;padding: 20px;border-radius: 50%;}
#quick_menu_zone ul li a:hover {   }
#quick_menu_zone ul li a:hover img  {   }

 
	.imgWrap {  width: 90%;  position: relative;   transform-style: preserve-3d;  perspective: 1000; }

	.face {top: 0; left: 0; width: 100%; height: 100%; color: white;  text-align: center; backface-visibility: hidden; transition: all 1s;}
	#quick_menu_zone ul li a .face  img  {   }
	
	.front {position: relative;  z-index: 2; opacity: 1; transform: rotateY(0deg);  }
	#quick_menu_zone ul li a .front span    {background: #fff; }
	
	.back {position: absolute;  z-index: 1; opacity: 0; transform: rotateY(180deg);  }
	#quick_menu_zone ul li a .back span   { background-image: linear-gradient(120deg, #52ffc6 0%, #09afca 100%); }
	#quick_menu_zone ul li a .back span  img {  -webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1); }

	.imgWrap:hover > .front {z-index: 1; opacity: 0; transform: rotateY(180deg);}
	.imgWrap:hover > .back {z-index: 2; opacity: 1; transform: rotateY(0)} 
 
 
 

.galleryWrap{ padding: 60px 0;
  background: url("../_img/galleryWrap_bg.jpg") top center no-repeat;;}
.galleryWrap::after {
    content:'';
    clear:both;
    display:block;
}

.galleryWrap  h3 ins { border-bottom: 1px solid #0159a1;
  text-decoration: none;}
.galleryWrap  h3 ins span { color:#549d37;  font-size: 23px;font-family: 'S-CoreDream';font-weight: 200;}
.galleryWrap  h3 small {  font-size: 15px;
  font-family: 'S-CoreDream';
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  letter-spacing: 0; }
.galleryWrap ul.mgallery {display: flex; gap: 0.8%; margin-top: 20px;}

.galleryWrap .galleryArea { position:relative;   display: flex; }
.galleryWrap .galleryArea .tit_area {width: 23%;  }
.galleryWrap .galleryArea .tit_area .controler { display: flex; }
.galleryWrap .galleryArea .tit_area .controler button {background: no-repeat;
  border: none;
  display: block;  }
.galleryWrap .galleryArea .tit_area .controler button.active span {
  opacity: 100%;
color: #474592;
}
.galleryWrap .galleryArea .tit_area .controler button span {
  font-size: 40px;
  color: #fff;
  opacity: 50%;
}  
.galleryWrap .galleryArea .galleryList { width: 77%;  }
.galleryWrap .galleryArea .tit_area h3 {  position: relative; margin-bottom: 10px; } 
.galleryWrap .galleryArea .btnMore{
position: absolute;
  padding: 0;
  line-height: 100%;
  right: 6%;
  transition: color 0.5s ease-out;
  color: #fff;
  font-weight: 600;
  font-family: 'S-CoreDream';
  font-size: 60px;
  top: -7px;
}

.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide {  }
.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide div a {  margin: 10px;
  background: #fff;
  width: 90%;
  display: block;
  border-radius: 15px;
  line-height: 60px;
  padding: 10px;
  transition: all 0.5s ease-out;}
.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide div p.img {  }
.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide div p.img img { width: 100%;
  height: 100%;
  aspect-ratio: 4 / 2.5;
  object-fit: cover;
  transition: all 0.5s ease-out;}
.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide div a p.list { display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 50px;
  font-family: 'S-CoreDream';
  font-weight: 600;
  color: #252860;
  text-align: center;
height: 50px;}
.galleryWrap .galleryArea .btnMore:hover{
color: #455389;
}

.galleryWrap .galleryArea .galleryList .mgallery li{
  background: #fff; border: 10px solid #fff; border-radius: 10px;
  /* padding: 15px;*/ 
width: 16%;
    list-style:none; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
}
.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{
    margin-top: 20px; padding: 0; text-align: center;
} 
.galleryWrap .galleryArea .galleryList .mgallery li p.list .text{
   display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252860;
  font-family: 'S-CoreDream';
  font-weight: 600;
font-size: 17px;
  margin-bottom: 5px;
  transition: color 0.5s ease-out;
}
.galleryWrap .galleryArea .galleryList .mgallery li  .date{
width: 100%; 
  display: block;
  text-align: center;
  font-family: 'S-CoreDream';
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
 
  
  margin-bottom: 15px;
  
}
.galleryWrap .galleryArea .galleryList .mgallery li a:hover p.list .text { color:#523d9f;  }
.galleryWrap .galleryArea .galleryList .mgallery li .img {    
    width: 100%;
  height: auto;
  overflow: hidden;

}
.galleryWrap .galleryArea .galleryList .mgallery li .img:hover {
    background: rgb(0, 0, 0, 0.8);    
}
.galleryWrap .galleryArea .galleryList .mgallery li .img img{   
width: 100%;
  height: 100%;
  aspect-ratio: 4 / 2.5;
  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);    }

/***************************************  1920 ***************************************/

@media screen and (max-width:1800px){

#main_vis .slick-dots { left: -39%;  }

}

@media screen and (max-width:1706px){

	
#mainVisual .main_top_wrap {width: 97%;  margin: auto; }
	
	
}




@media screen and (max-width:1700px){

.txt_notice h3.main_tit a {font-size: 50px;  }

.galleryWrap .galleryArea { display: block; }
.galleryWrap .galleryArea .tit_area { width:100%;     display: flex;          margin-bottom: 20px; }
.galleryWrap .galleryArea .galleryList {width:100%;   }
.galleryWrap .galleryArea .tit_area h3 {width: 285px;  }
.galleryWrap .galleryArea .btnMore {font-size: 50px;  top: -4px; right: 8px; }
.galleryWrap .galleryArea .tit_area .controler {    position: relative; bottom: 3px;   }
.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide div a { margin: 0; width:100%; }
.galleryWrap .galleryArea .galleryList div.slick-list  { margin: 0 -10px; }
.galleryWrap .galleryArea .galleryList div.slick-list div.slick-slide { margin: 0 10px; }
}





@media screen and (max-width:1574px){

#main_top_txt .main_vis_txt1 {     height: 80px;  }
.top_main #main_top_txt h3 { font-size: 76px;  }
.top_main #main_top_txt h4 {     font-size: 25px;  }
#main_vis .slick-dots { top: 290px;}

}


@media screen and (max-width:1550px){
.main_top_area { height:auto;aspect-ratio: 4 / 1.1;object-fit: cover;overflow: hidden;}
.main_top_area .main_top_area_txt  { width:55%;padding-top: 0;   align-content: center;  }
.main_top_area .main_top_area_banner  { width:45%; height:auto;  }
.main_top_area .main_top_area_txt strong { font-size: 30px; margin-bottom: 0; }
.main_top_area .main_top_area_txt p span { font-size: 18px; }
.main_top_area_txt .main_q_menu { margin-top: 10px;}
.main_top_area_txt .main_q_menu ul { width: 90%; }
.main_top_area_txt .main_q_menu ul li {width: 20%;}
.main_top_area_txt .main_q_menu ul li a img {         height: auto;
        padding: 5px;
        width: 85%;
        margin: auto auto 5px auto; }
.txt_con_box ul li .n_tit{ font-size: 17px; }
}



@media screen and (max-width:1540px){


.notice_con ul li { width: 100%;     }
.notice_con ul li a {
    padding: 15px 0;
    height: 49px;
    line-height: 13px;
    }


#quick_menu_zone ul li { width: 25%; margin-bottom: 20px; }
#quick_menu_zone  {padding: 40px 0 20px 0;    } 

}



@media screen and (max-width:1488px){




}

@media screen and (max-width:1440px){


.notice_con    {  }
.notice_con ul li a {     }


}


@media screen and (max-width:1430px){
#main_vis .main_vis_txt {       left: 5%; width: 86%;    }


}


@media screen and (max-width:1400px){
	

#banner_con .banner article img { width:100%; height: auto; }	

}

@media screen and (max-width:1400px) {

#main_vis .main_vis_txt p { font-size:18px;}

.main_tit {font-size: 32px;  }

}




@media screen and (min-width:813px) and (max-width:1399px) {

.swiper-button-play{display:none;color:#fff;}
.swiper-button-pause{color:#fff;}

}


@media screen and (max-width:1390px) {
.main_top3 ul li { width: 50%;   }
}

@media screen and (max-width:1376px) {
#main_vis .main_vis_txt h4 {line-height: 32px;   }
#main_vis .main_vis_txt .main_vis_txt2 {     height: 65px;      margin-bottom: 10px; }



}

@media screen and (max-width:1370px){

.notice_con ul li .notice_top .n_tit { width: 100%;  font-size: 18px;  }
.notice_con ul li .notice_top .date { display:none;   }
.journal_info .journal_link li a img  {   margin-left: 0;   }

.news_zone .journal_info {
    width: 474px;}

.news_zone .notice_con {
    width: calc(100% - 494px);
}

}
@media screen and (max-width:1360px){

#main_vis .main_vis_txt .main_vis_txt3 {  height: 81px;  }
.top_main #main_top_txt article {
    top: 104px;}

.top_main #main_top_txt {width: 40%;   }
.top_main #main_vis { width: 60%;  }

#main_vis .slick-dots {
    left: -61%;
}
.top_main #main_top_txt, #main_vis .banner-item div, #main_vis   {  height: 470px; }
#main_vis .slick-dots {
    top: 260px;
}

.notice_con h2 { font-size: 44px; }


}


@media screen and (max-width:1337px){

#m_nav .map-1 .map-2 li a span {font-size: 1.3vw;     }

}

@media screen and (max-width:1300px){
.main_top_area_txt .main_q_menu ul li a span { font-size:16px;  }
.txt_con_box ul li .n_tit { font-size:16px; }
}

@media screen and (max-width:1280px){


#content6 { padding-bottom:50px;}
#album { padding-bottom:50px;}

.main_top_area .main_top_area_txt strong {         font-size: 26px; }
.main_top_area .main_top_area_txt p span {        font-size: 16px;  }
.main_top_area_txt .main_q_menu h4 {     font-size: 22px; }


}


@media screen and (max-width:1260px){
#main_vis .slick-dots {
    left: -60%;
}

}

@media screen and (max-width:1255px){


#m_nav .map-1 .map-2 li a span { font-size:1.5vw;}	
}


@media screen and (max-width:1240px){

#main_vis .slick-dots {
    left: -60%;
}







.journal_info .journal_info_txt .journal_info_txt_box strong span { display: inline; }
.journal_info .journal_info_txt .journal_info_txt_box strong { font-size: 40px;}
.journal_info .journal_link li a {
    padding: 15px 20px;}
}
@media screen and (max-width:1200px){
/*hd_top*/
.modal-content { /*width:95%;*/} 	





/*menu*/


#layer_pop article { width:100%; padding:0 10px;} 
#layer_pop article .close_btn {right:10px;}

#board_box .board_con { padding-top:0; padding-right: 10px;}
#board_box .board_con h3 {  }

/*content2*/
#board_box .wrap, .album .wrap { padding: 0 2%; }

 #board_box .board_con h3 b { display:none;}
#board_box .board_con h3 .bd_more { bottom: 10px;  }



/*book_zone*/
#book_zone .wrap { padding:0 2%;   }


#album_zone  { padding: 30px 10px 50px 10px;  }


#content_icon ul li a strong { font-size:24px;}

.contents .wrap2 .content3 article ul li a small { display:none;}


/**/







} 



@media screen and (max-width:1180px){

#main_vis { }




#main_vis .main_vis_txt .main_vis_txt2 {  height: 34px; }
}


@media screen and (max-width:1170px){
/*header*/ 




/*.container {  max-width: 95%;  }*/
.nav {}





}

@media screen and (max-width:1150px){


}


@media screen and (max-width:1135px){




/*.notice_con {width: 100%; float:none;  }

.notice_con ul:after{content:''; display:block; clear:both;}
.notice_con ul li { float: left; width: 32.6%;}
.notice_con ul li:nth-child(1), .notice_con ul li:nth-child(2), .notice_con ul li:nth-child(3) { margin-bottom:10px;   }
.notice_con ul li:nth-child(2), .notice_con ul li:nth-child(5) { margin-left: 1.1%;    margin-right: 1.1%;  }
.notice_con ul li:last-child { margin-right:0;   }
.notice_con ul li a {   display: block;
  position: relative;
  background: #efefef;
  height: 143px;
  border-radius: 20px; padding: 25px 20px; transition: all 0.3s ease-out; }

.notice_con ul li:nth-child(1) a { background:#c6d8ce;  }
.notice_con ul li:nth-child(1)  .notice_top .date { color:#82a391;   }
.notice_con ul li:nth-child(2) a { background:#e2dccb;  }
.notice_con ul li:nth-child(2)  .notice_top .date { color:#b3a98c;   }
.notice_con ul li:nth-child(3) a { background:#cbdde7;  }
.notice_con ul li:nth-child(3)  .notice_top .date { color:#93afbe;   }
.notice_con ul li:nth-child(4) a { background:#dedede;  }
.notice_con ul li:nth-child(4)  .notice_top .date { color:#aaaaaa;   }
.notice_con ul li:nth-child(5) a { background:#c6ced8;  }
.notice_con ul li:nth-child(5)  .notice_top .date { color:#909dad;   }
.notice_con ul li:nth-child(6) a { background:#e4d2c6;  }
.notice_con ul li:nth-child(6)  .notice_top .date { color:#c5a58f;   }


.notice_con ul li:nth-child(odd) a:hover  {background:  url(../_img/notice_con_hover_bg1.jpg) center no-repeat; }
.notice_con ul li:nth-child(even) a:hover  {background:  url(../_img/notice_con_hover_bg2.jpg) center no-repeat; }

.notice_con ul li .notice_top .n_tit {  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease-out;
  line-height: 120%;
  font-weight: 500;
  word-break: keep-all; font-family: 'S-CoreDream'; margin-bottom: 25px;
  color: #333; }
.notice_con ul li .notice_top .date { font-family: 'S-CoreDream';
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;  transition: all 0.5s ease-out; display: block; display: initial;
    position: inherit;}  
.notice_con ul li a:hover .n_tit { color: #fff;  }
.notice_con ul li .n_con {  border-top: 2px solid #d3d3d3;  line-height: 24px;color: #676767;overflow: hidden;text-overflow: ellipsis;height: 82px;display: -webkit-box;-webkit-box-orient: vertical;word-wrap: break-word;white-space: normal;-webkit-line-clamp: 3;margin-bottom: 5px;word-break: break-all;padding-top: 10px;}
.notice_con ul li a .hover_st { width:46px; height:2px; display:block; position:absolute; top:58px; transition: width 0.5s ease-out; background-color:#009b98;  }
.notice_con ul li a:hover .hover_st {  width:100%;    }

.notice_con ul li a:hover .notice_top .date { background:none; border: 1px solid #fff; color:#fff;   }*/

}

@media screen and (max-width:1085px){
.main_top_area .main_top_area_txt p span {display: none;  }
.main_top_area_txt .main_q_menu h4 {     font-size: 20px;
   font-weight: 300;  }

/*top*/

/*menu*/

.contents .wrap2 .content5 ul li a small { display:none;}
.contents .wrap2 .content5 ul { padding:10px;}



#banner_con .slick-prev { left: 0;  }
#banner_con .slick-next { right: 0;  }


.main_top2 .news_box ul .board_box1 {   background: url(../_img/board_img.png) no-repeat left top;  }
.main_top2 .news_box ul .board_box2 {   background: url(../_img/board_img2.png) no-repeat left top;  }
.main_top2 .news_box ul .board_box3 {   background: url(../_img/board_img3.png) no-repeat left top;  }
.main_top2 .news_box ul .board_box4 {   background: url(../_img/board_img4.png) no-repeat left top;  }
.main_top2 h3 span  { color: #3a4c73;   }
.main_top2 h3 span a { color: #3a4c73; font-weight:bold;   }
#banner_con .slick-arrow {     height: 35px;
    width: 35px;
    border-radius: inherit;  }
	

	
	
}


@media screen and (max-width:1050px){



}

@media screen and (max-width:1035px){






}


@media screen and (max-width: 1024px) {
.wrap  { width:100%; padding: 0 20px;}
.gnb .map-1 { display:none;}
.gnb .map-1 .map-1-item>a { padding: 22px 15px;  }
#footer { padding-left:0;}
.gnb .map-2 .map-2-item {
    padding: 6px 5px 10px 5px;}	
#content_icon ul li a strong { font-size:20px; font-weight: 500; }	


/*footer*/
#footer { padding-top:30px;}
#footer p{ padding-top:30px;     text-align: center;}
#footer p, #footer p span  { font-size: 14px;    line-height: 24px;  }
#footer p span { display: block;}
#footer p small { display: none;}
#footer .footer_ul {width: 466px;right: 0;left: 0;margin: auto; top:10px;}	
#footer ul .footer_btn1, #footer ul .footer_btn2 {width: 50%;     }
#footer .footer_ul  .footer_btn2 .dropdown {  width: 100%;    }
#footer ul li {padding: 0;width: 50%;text-align: center;}
#footer ul li a {   }
.dropdown .list  { right:0;     }
.dropdown .list ul li {  width: 100% !important;  box-sizing: border-box;    }

#layer_pop article span small {
display: block;
    margin: 10px 0 10px 10px;
    line-height: 140%;}




.hd_top .hd_top_1 { display:none;}
#header {
    width: 100%;
    height: 70px;
    position: initial;     background: #fff
    }
.hd_top h1 {
    text-align: revert;
    margin: 0;
    padding-top: 13px;
    padding-left: 10px;
    }
.hd_top .hd_top_2 { display: block;
    position: absolute;
    right: 15px;
    top: 17px;}	
.main_header {  display:none; }
.main_body_wrap { padding-left:0;}
.hd_top #top_search {  display:none; }
.hd_top h1 a img.m_logo {  display:block;  }
.hd_top h1 a img.pc_logo {  display:none;  }
/*hd_top*/
.modal { height:100%; background: rgba(0,0,0,0.8);}
.modal-content { position: fixed; height:100%; overflow-y: auto;
    right: 0;
    top: 0;

    z-index: 9;
    width: 320px;
    background-color: #ffffff;      margin: 0;   border:0;
    padding: 0;  }
.modal-content h3 { display:none;}
#menu_top { display: block; width:100%;  margin-top: 25px;}
#menu_top:after { content:""; clear:both; display:block; }
#menu_top li { float:left; width:50%; }
#menu_top li a { display:block; color:#fff; padding: 10px; text-align: center;      font-size: 18px;}
#menu_top li a i { margin-right:5px;    }
#menu_top li:first-child { background-color:#866ebf;    }
#menu_top li:last-child { background-color:#26456f;    } 
.modal-content .close  { margin:15px;   }
.modal-content .close:hover,
       .modal-content .close:focus {
            color: #052350;
            text-decoration: none;
            cursor: pointer;
        }
.modal-content .top_m  { display: block !important;}

#m_nav .map-1  { float: none; width: 100%; text-align: left; margin: 0;    }
#m_nav .map-1 > li { float:inherit; width: 100%; text-align:left; position: relative;}
#m_nav .map-1 > li > a {  padding: 20px 0 20px 15px; margin-bottom: 0;border-bottom: 1px solid #cccccc;  display: block;  color: #052350;     font-size: 22px; }
#m_nav .map-1 > li > a span {  font-size: 20px;  }
#m_nav .map-1 > li > i { display:block;  position: absolute; right: 15px; top: 22px; color: #052350      }
#m_nav .map-1 .map-2 { background-color: #efefef;     margin: 0; display:none;    /*s_menu ê°ì¶¤*/}
#m_nav .map-1 .map-2 li { height:auto;     margin: 0; border-bottom: 1px solid #C9C9C9;  }
#m_nav .map-1 .map-2 li a { display: block;  font-size: 18px;
    padding: 15px 0 15px 15px;
    color: #333;}
#m_nav .map-1 .map-2 li a span {  font-size: 18px;    }	


/*#m_nav .m_menu  { float: none; width: 100%; text-align: left; margin: 0;    }
#m_nav .m_menu > li { float:inherit; width: 100%; text-align:left; position: relative;}
#m_nav .m_menu > li > a {  padding: 20px 0 20px 15px; margin-bottom: 0;border-bottom: 1px solid #4f6e6f;  display: block;  color: #fff;     font-size: 22px; }
#m_nav .m_menu > li span { display:block;  position: absolute; right: 15px; top: 15px; color: #999      }
#m_nav .m_menu .m_sub { background-color: #efefef;     margin: 0; display:none;    s_menu ê°ì¶¤}
#m_nav .m_menu .m_sub li { height:auto;     margin: 0; border-bottom: 1px solid #C9C9C9;  }
#m_nav .m_menu .m_sub li a { display: block;  font-size: 18px;
    padding: 15px 0 15px 15px;
    color: #333;}
*/
.modal-content #m_logo { display: block; 
    margin-top: 3px;
    text-align: left;
    margin-left: 10px;  }
.modal-content #m_logo img {width: 180px; margin-top: 20px;}
.modal-content.close { color:#fff;}	



.con_no {      margin: 70px 0; }

.top_main #main_top_txt article { top: 100px;  }
#main_vis .slick-dots {     left: -60.5%;
    top: 255px;  }
.top_main #main_top_txt, #main_vis .banner-item div, #main_vis   {  height: 420px; }


.hd_top h1 a img {
    width: 200px;
    position: relative;
    bottom: 3px;}
#header {/* height:70px; */}
.hd_top_1 { display:none;}
.hd_top h1 {}
.hd_top .top_menu {     top: 0;
    position: absolute;
    right: 0px; background: #3c56a5;}
.hd_top .top_menu span {     font-size: 30px;
    position: relative;
    top: 4px;
    font-weight: 700;
    color: #fff;  }









}


@media screen and (max-width:990px){
/*header*/ 


.hd_top h1 { }
/*.hd_top .hd_top_1 {  left: inherit;  right: 10px;  }*/

.hd_top .google { max-height: 32px;    }
.hd_top article { position:absolute; top:5px; left:5px;   }
.hd_top span .ds_none { display:none;}
.hd_top span .top_m2{/* display:none;*/}
.m_none{ display:none;}


}



@media screen and (max-width:980px){
#main_top_txt .main_vis_txt1 { height: 70px; }
.top_main #main_top_txt h3 {    font-size: 68px;  }
.top_main #main_top_txt h4 {     font-size: 22px;  }
#main_vis .slick-dots {  top: 235px; }
}


@media screen and (max-width:960px){
	
}


@media screen and (max-width:950px){


.main_header {      height: 70px; }

.contents .wrap2 .box h2, .contents .wrap2 .content4  {display:none;}

#footer { height:auto;}

.hd_top .hd_top_2 { }



}




@media screen and (max-width:945px){

#main_vis .slick-dots {
    left: -59.5%;
}


.galleryWrap { background-size: cover; padding: 30px 0; }
.galleryWrap .galleryArea h3 {margin-bottom: 10px;  }
.galleryWrap ul.mgallery {     gap: 1.5%; flex-wrap: wrap;}
.galleryWrap .galleryArea .galleryList .mgallery li {width: 48.5%;}
.galleryWrap .galleryArea .galleryList .mgallery li:nth-child(1), .galleryWrap .galleryArea .galleryList .mgallery li:nth-child(2) { margin-bottom:1%;  }

}






@media screen and (max-width:920px){

.txt_con_box ul {flex-wrap: wrap; gap: 4%;   }
.txt_con_box ul li {width: 48%;  }
.txt_con_box ul li:nth-child(1),  .txt_con_box ul li:nth-child(2) {     margin-bottom: 20px; }
.main_top_area .main_top_area_txt { padding-left: 30px; }
.main_top_area_txt .main_q_menu ul {width: 94%;  }
.main_top_area_txt .main_q_menu ul li a span {         font-size: 15px; }

}


@media screen and (max-width:850px){
.main_top2 .board_box1, .main_top2 .board_box2 {width: 100%;  float: none;   }
.main_top2 .board_box1 {     margin-right: 0;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 30px; }
	
}


@media screen and (max-width:840px){






}
@media screen and (max-width:820px){



/*mainVisual*/
#mainVisual article {/*height: 310px;*/}




}
@media screen and (max-width:812px) {

.swiper-button-play{display:none;color:#fff;}
.swiper-button-pause{color:#fff;}
	

}

@media screen and (max-width:808px) {



/*.notice_con {width: 100%; float:none;  }

.notice_con ul:after{content:''; display:block; clear:both;}
.notice_con ul li { float: left; width: 32.6%;}
.notice_con ul li:nth-child(1), .notice_con ul li:nth-child(2), .notice_con ul li:nth-child(3) { margin-bottom:10px;   }
.notice_con ul li:nth-child(2), .notice_con ul li:nth-child(5) { margin-left: 1.1%;    margin-right: 1.1%;  }
.notice_con ul li:last-child { margin-right:0;   }
.notice_con ul li a {   display: block;
  position: relative;
  background: #efefef;
  height: 143px;
  border-radius: 20px; padding: 25px 20px; transition: all 0.3s ease-out; }

.notice_con ul li:nth-child(1) a { background:#c6d8ce;  }
.notice_con ul li:nth-child(1)  .notice_top .date { color:#82a391;   }
.notice_con ul li:nth-child(2) a { background:#e2dccb;  }
.notice_con ul li:nth-child(2)  .notice_top .date { color:#b3a98c;   }
.notice_con ul li:nth-child(3) a { background:#cbdde7;  }
.notice_con ul li:nth-child(3)  .notice_top .date { color:#93afbe;   }
.notice_con ul li:nth-child(4) a { background:#dedede;  }
.notice_con ul li:nth-child(4)  .notice_top .date { color:#aaaaaa;   }
.notice_con ul li:nth-child(5) a { background:#c6ced8;  }
.notice_con ul li:nth-child(5)  .notice_top .date { color:#909dad;   }
.notice_con ul li:nth-child(6) a { background:#e4d2c6;  }
.notice_con ul li:nth-child(6)  .notice_top .date { color:#c5a58f;   }


.notice_con ul li:nth-child(odd) a:hover  {background:  url(../_img/notice_con_hover_bg1.jpg) center no-repeat; }
.notice_con ul li:nth-child(even) a:hover  {background:  url(../_img/notice_con_hover_bg2.jpg) center no-repeat; }

.notice_con ul li .notice_top .n_tit {  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease-out;
  line-height: 120%;
  font-weight: 500;
  word-break: keep-all; font-family: 'S-CoreDream'; margin-bottom: 25px;
  color: #333; }
.notice_con ul li .notice_top .date { font-family: 'S-CoreDream';
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;  transition: all 0.5s ease-out; display: block; display: initial;
    position: inherit;}  
.notice_con ul li a:hover .n_tit { color: #fff;  }
.notice_con ul li .n_con {  border-top: 2px solid #d3d3d3;  line-height: 24px;color: #676767;overflow: hidden;text-overflow: ellipsis;height: 82px;display: -webkit-box;-webkit-box-orient: vertical;word-wrap: break-word;white-space: normal;-webkit-line-clamp: 3;margin-bottom: 5px;word-break: break-all;padding-top: 10px;}
.notice_con ul li a .hover_st { width:46px; height:2px; display:block; position:absolute; top:58px; transition: width 0.5s ease-out; background-color:#009b98;  }
.notice_con ul li a:hover .hover_st {  width:100%;    }

.notice_con ul li a:hover .notice_top .date { background:none; border: 1px solid #fff; color:#fff;   }*/

}

@media screen and (max-width:780px){
#quick_menu_zone ul li {
    width: 33.3333%;}

/* mainVisual */



/*#mainVisual .txt { padding:0 15px; box-sizing:border-box; -moz-box-sizing:border-box;  text-align:center; width:100%;}
#mainVisual .txt dl dt {font-size: 12vw; margin-bottom: 2%;}
#mainVisual .txt dl dt small { font-size: 4.4vw;}
#mainVisual .txt dl dd {font-size: 3vw; }
#mainVisual .txt dl dd small { display:block; font-size:26px; }
#mainVisual .txt .since { display: none;  }
.visu01 .txt dl dt, .visu01 .txt dl dd { color:#fff;}


#mainVisual article .inner {  top:50%; }*/

#banner_con {     }


#banner_con { }



#board_zone #conf_zone h2, #album_zone h2, #logo_bn h2 { font-size:24px;}
#album_zone h2 a, #logo_bn h2 a {bottom: -5px;   }


#logo_bn .regular .album_box a img {height: 150px;  }
#logo_bn .regular .album_box a {height: 270px;  }



.notice_con ul li { width: 100%;     }
.notice_con ul li a {
       padding: 7px 10px;
    height: 41px;
    line-height: 15px;

    }
.notice_con ul li .notice_top { width: 100%;
    display: block;
    position: relative;   }
.notice_con ul li .notice_top .n_tit {
    height: 30px;
    display: block;
    width: calc( 100% - 93px );
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;     padding-left: 0;
    margin-top: 0;
    }	
.notice_con ul li .notice_top .date { position:absolute; right:0; top:0; transition:none;    }	
.notice_con ul li:nth-child(1) a, .notice_con ul li:nth-child(2) a, .notice_con ul li:nth-child(3) a,
.notice_con ul li:nth-child(4) a, .notice_con ul li:nth-child(5) a, .notice_con ul li:nth-child(6) a { background:none;   }

.notice_con ul li:nth-child(2), .notice_con ul li:nth-child(5) { margin-left:0; margin-right:0;  }
.notice_con ul li:nth-child(odd) a:hover  {background: none; background-size:cover; }
.notice_con ul li:nth-child(even) a:hover  {background: none; background-size:cover; }
.notice_con ul li a:hover .notice_top .date {border: none; text-align: right;    }
.notice_con ul li a:hover .n_tit { color: inherit;  }
.notice_con ul li a {/*pointer-events: none;*/ padding-left:0;}
.notice_con ul li:nth-child(1) a:hover .notice_top .date { background:#438fcf; color:#fff;   }
.notice_con ul li:nth-child(2) a:hover .notice_top .date { background:#5b60ba;; color:#fff;   }
.notice_con ul li:nth-child(3) a:hover .notice_top .date { background:#339fc3;; color:#fff;   }
.notice_con ul li:nth-child(4) a:hover .notice_top .date { background:#4779ba;; color:#fff;   }
.notice_con ul li:nth-child(5) a:hover .notice_top .date { background:#339fc3;; color:#fff;   }
.notice_con ul li:nth-child(6) a:hover .notice_top .date { background:#438fcf;; color:#fff;   }
.txt_con_box ul li:nth-child(3) {
        margin-bottom: 20px;
    }

}



@media screen and (max-width:768px){
.con_1 { background:#fff;  }	
.main_top_area_txt .main_q_menu ul li a span {         font-size: 16px; }
.main_top_area .main_top_area_txt strong {font-size: 30px;  text-align: center; }
.main_top_area .main_top_area_txt p { text-align: center; }
.main_top_area { aspect-ratio: auto; display: block; }
.main_top_area .main_top_area_txt { width:100%;  padding: 60px 20px;}
.main_top_area .main_top_area_banner { width:100%;  }
.main_top_area .main_top_area_txt p span { display: block; }
.main_top_area_txt .main_q_menu h4 {         font-size: 24px;
        font-weight: 500;
        margin-top: 25px; }

.top_main #main_top_txt { width:100%; float:none;      height: 200px;}
.top_main #main_vis { width:100%; float:none; }
.top_main #main_top_txt article { width: 100%;
    top: 40px;
    text-align: center;
    left: 0; }
 #main_vis .banner-item div, #main_vis {height: 340px;}	

#album .regular div a img { width:160px;   }
#album {  margin-top:20px; }


#content6 .regular3 div a img { width:160px;   }
#content6 { padding:0; margin:40px 0; }




#sub_top_menu .wrap { max-width:inherit;  }

.top_main #main_top_txt h4 {
    margin-left: 0;
}


#main_vis .slick-dots {
    left: 30px;
    top: 20px;
}

}

@media screen and (max-width:720px){
  
/*header*/   
#header {}
/*.hd_top h1 {      top: -8px; }*/
.hd_top h1 a img {   }
/*.hd_top .top_menu { top:53px; right: 5px;}	 */
.hd_top #top_search { top:53px; right: 65px;}  


.hd_top .hd_top_2 {  right: 10px;  }
.main_top2 h3, #album h2 { font-size: 36px;  }






}


@media screen and (max-width:680px){
    .main_tit {
        font-size: 30px;
    }
	    .main_top_area_txt .main_q_menu ul {
        width: 100%;
    }
	.main_top_area_txt .main_q_menu ul li a span {
        font-size: 15px;
    }
.main_c #footer {/* margin: 0 15px; */}
#footer {padding-top:0;height:auto;}
#footer .con_wrap { width:100%;   }
#footer .footer_ul  {
    position: initial;
    width: 100%;
    }
.main_c #footer .footer_ul li {/* background: #fff; */}
#footer .footer_ul li  {
    width: 50%;
    border: 1px solid #adadad;
    padding: 15px 0;}
#footer .footer_ul li:first-child { border-left:0;   border-right: 0;      }	

#footer .footer_ul li a {  font-size: 15px; }
#footer i { position: inherit;
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px 0;  }

#footer p
{ margin: 10px 10px 30px 10px; font-size: 13px;  }

#footer p, #footer p span { text-align:center; }

#main_vis .slick-dots {  }
#main_vis .main_vis_txt .main_vis_txt1 {  height: 74px;}
#main_vis .main_vis_txt h3 { font-size: 74px; }
#main_vis .main_vis_txt h3 small { font-size: 28px; }
#main_vis .main_vis_txt h4 { font-size: 24px; }

.notice_con ul li .notice_top .n_tit { font-size: 18px;  }

.galleryWrap .galleryArea .galleryList .mgallery li p.list { margin-top: 10px; padding: 0 10px;}
.galleryWrap .galleryArea .galleryList .mgallery li p.list .text {    font-size: 17px;  }
.galleryWrap .galleryArea .galleryList .mgallery li .date { padding: 0 10px; }


}
@media screen and (max-width:662px){

#main_vis .main_vis_txt .main_vis_txt2 { height:65px;  }
	
}

@media screen and (max-width:640px){

/* mainVisual */



.hd_top h1 {     width: 200px; top: 20px;  }
.hd_top h1 a img {  width: 175px;  }

.hd_top_1 .wrap span:first-child { display:none;}






/*hd_top*/
.modal-content {
    max-height: 800px;
    height: 100%;
    overflow-y: auto; }
	
	
.main_top2 h3 span  { color: #fff;   }
.main_top2 h3 span a { color: #fff; font-weight:bold;   }	

.main_top2 .news_box ul .notice_box1, .main_top2 .news_box ul .notice_box2,.main_top2 .news_box ul .notice_box3,.main_top2 .news_box ul .notice_box4,
.main_top2 .news_box ul .board_box1,.main_top2 .news_box ul .notice_box2, .main_top2 .news_box ul .notice_box3, .main_top2 .news_box ul .notice_box4  { background:none;}
.main_top2 .news_box ul li{ padding-left:10px;}
	

.main_top2 h3, #album h2 {  font-size: 28px;    }	
.main_top3 ul li a .main_top3_img {  margin-bottom: 10px;  }	
.main_top3 ul li a .main_top3_tit {      font-size: 26px;  }	




}

@media screen and (max-width:600px){
.journal_info .journal_info_txt .journal_info_txt_box strong {  font-size: 34px;}
.journal_info .journal_link li {  width: 49%; }
.journal_info .journal_link li:first-child {
    margin-right: 2%;
}
}

@media screen and (max-width:570px){

#main_vis {height: 260px;   }
#main_vis .banner {  height: 260px;   }
#main_vis .banner-item div{height: 260px;    }
#main_vis .main_vis_txt { top: 153px;}


#main_vis .main_vis_txt .main_vis_txt1 {  height: 55px;}
#main_vis .main_vis_txt h3 { font-size: 55px; text-shadow: 2px 2px 2px black; }
#main_vis .main_vis_txt h3 small { font-size: 19.5px;
    color: #fff;}
#main_vis .main_vis_txt h4 { font-size: 18px; }

.journal_info .journal_info_txt img { width: 90px; }
.journal_info .journal_info_txt .journal_info_txt_box small { font-size: 15px;  }
.journal_info .journal_info_txt .journal_info_txt_box strong  {  font-size: 30px; }
.journal_info .journal_info_txt .journal_info_txt_box p { font-size: 20px; }
.journal_info .journal_link li a img {width: 35px;  }
.journal_info .journal_link li a span b {font-size: 20px;   }
.journal_info .journal_link li a span small {    font-size: 14px;  }



.notice_con ul li { width: 100%;     }
.notice_con ul li a {
       padding: 7px 0;
    height: 41px;
    line-height: 15px;

    }
.notice_con ul li .notice_top { width: 100%;
    display: block;
    position: relative;   }
.notice_con ul li .notice_top .n_tit {
    height: 30px;
    display: block;
    width: calc( 100% - 84px );
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    }	
.notice_con ul li .notice_top .date { position:absolute; right:0; top:0; transition:none;    }	
.notice_con ul li:nth-child(1) a, .notice_con ul li:nth-child(2) a, .notice_con ul li:nth-child(3) a,
.notice_con ul li:nth-child(4) a, .notice_con ul li:nth-child(5) a, .notice_con ul li:nth-child(6) a { background:none;   }

.notice_con ul li:nth-child(2), .notice_con ul li:nth-child(5) { margin-left:0; margin-right:0;  }
.notice_con ul li:nth-child(odd) a:hover  {background:  url(../_img/notice_con_hover_bg1.jpg) center no-repeat; background-size:cover; }
.notice_con ul li:nth-child(even) a:hover  {background:  url(../_img/notice_con_hover_bg2.jpg) center no-repeat; background-size:cover; }
.notice_con ul li a:hover .notice_top .date {border: none; text-align: right;}

.notice_con h2 {     font-size: 34px;  }
.notice_con ul li .notice_top .date {font-size: 12px; padding: 3px 10px; }


.top_main #main_top_txt article {top: 36px;}
#main_top_txt .main_vis_txt1 {height: 55px;}
.top_main #main_top_txt h3 {font-size: 56px;}
.top_main #main_top_txt { height: 170px;    }
.top_main #main_top_txt h4 {     font-size: 20px;  }

#quick_menu_zone { background-size: cover;  }
#quick_menu_zone ul li { width: 50%;  }
}

@media screen and (max-width:545px){

#album .regular .album_box a strong { margin-bottom:10px;} 
}

@media screen and (max-width:520px){

.main_top_area_txt .main_q_menu h4 { font-size: 22px; }
.journal_info .journal_link li a { padding: 15px 10px;  }

.news_zone .journal_info { padding: 40px 20px;  }
.journal_info .journal_info_txt .journal_info_txt_box { width: calc(100% - 85px); }
.journal_info .journal_info_txt img { width: 70px;}
.journal_info .journal_info_txt .journal_info_txt_box strong {     font-size: 26px;   }
}


@media screen and (max-width:450px){
.journal_info .journal_link li a { text-align: center; }	
.journal_info .journal_link li a img {    display: none; }
.journal_info .journal_link li a span {  float: none;  }
}

@media screen and (max-width:450px){
#main_vis .main_vis_txt h3 small { font-size: 15px; }
#main_vis .main_vis_txt h4 { font-size: 14px; }
}