/*
 *작성자 : 이병욱*
 *2016-02-29 최초작성일*
 *메인/서브 레이아웃 구성만 들어갑니다.*
*/

@import url(../fonts/font.css);

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html { position: relative; min-height: 100%; }
body { background: #fff; font-family: 'Noto Sans Kr', sans-serif;  min-width:320px; position:static; width:auto;}
html, body { height: auto; }
body img{max-width:100%;}
ul{list-style:none; margin: 0; padding: 0; }
strong,h1,h2,h3,h4,h5 {font-family: 'Noto Sans Kr', sans-serif; }
a, a:hover { text-decoration: none; }
caption { position: absolute; visibility: hidden; }

#accessibility { position:absolute; left: 0; top:0; right:0;  width:100%; overflow:hidden; z-index:1000; margin:0; }
#accessibility a{ display:block; overflow:hidden; height:1px; width:1px; margin:0 -1px -1px 0; font-size:0; line-height:0; text-align:center}
#accessibility a:focus, #accessibility a:hover, #accessibility a:active { width:auto; height:20px; margin:0; padding:8px 0 0 0; background:#20262c; font-size:12px;font-weight:700;line-height:1;color:#fff;}



.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.swiper-container {
  width:100%;
}


/* 헤더영역 */
.page-with-top-menu { padding:0; }
.main-navbar { position: relative; background-color: #2fbfc6; border-bottom:solid 1px #01466c; color: #fff; z-index: 10;}

.main-navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height:55px;
    z-index: 101;
}
#wrap { margin: 0; }
/* #tnb { background:#D6EDFF; height: 40px; }
#tnb .container { position: relative; padding: 0; }
#tnb .tnbNav { position: relative;float: right; z-index: 1017;}
#tnb .tnbNav > li { position: relative; float: left; }
#tnb .tnbNav > li > a { display: inline-block; color:#797979; line-height: 20px; padding: 10px 12px; font-size: 13px; }
#tnb .tnbNav > li > a:hover { text-decoration: underline; }
#tnb .tnbNav > li:first-child > a::before { content: '';  }
#tnb .tnbNav > li > a::before { position: absolute; left: 0; content: '|'; color: #aaa; }

#tnb .topBtn { float:left; }
#tnb .topBtn > li { float:left; line-height:38px; }
#tnb .topBtn > li:first-child a:before { content:' ' }
#tnb .topBtn > li > a:before { position:absolute; top:-11px; left:0; content:'|'; color:#78A4C1;}
#tnb .topBtn > li > a {
	position:relative;
	padding:0 12px;
	color:#555;
	font-size:14px
} */



#header {
	background:#fff;
	height: 165px;
	border-bottom: solid 1px #ddd;
}
#header .header-top {
  border-bottom:1px solid #CBCBCB;
}


#header .container { position: relative; padding: 0; }
#header .container-fluid { height: 100px; padding: 0; align-items: center;}
#header .container-fluid .search-wrap {

}
#header .container-fluid .search-toggle {
  display:none;
}
.header-logo {
  margin-right:auto;
}
.header-logo a {
  margin:0 ;
  padding:0;
  width:100%;
  height: auto;

}
.tnbNav {
  margin-left:auto;
}
.tnbNav > li.no-login-nav {
  display:inline-block;
  padding:0 10px ;
  border-left:1px solid #D1D1D1;
}
.tnbNav > li.no-login-nav:first-child{
  border:none;
}
.tnbNav > li.no-login-nav:last-child {
  padding-right:0;
}
.tnbNav > li.no-login-nav > a,
.tnbNav > li.dropdown > a {
  font-size:13px;
  color:#797979;
  letter-spacing: -.4px;
  font-weight: 300;
}



.tnbNav .dropdown-menu li a {
  display:block;
  cursor: pointer;
}
.header-logo { padding-right: 20px;border: 0;  }
.header-logo .navbar-brand {
	position: relative;
	width: 180px; margin: 0; display: inline-block; float: none; padding:0; font-size: 24px; color: #222;
	z-index: 1016;
}
.header-logo .navbar-brand .wLogo { display: block; }
.header-logo .navbar-brand .mLogo { display: none; }
.topTotal {
	background: #fafafa;
	position: absolute;
	top: 25px;
	right: 49px;
	width: 50px; height:50px;
	float: left;
	padding: 12px 11px;
	text-align: center;
	z-index: 99;
	border: solid 1px #ddd;
}
.topTotal .icon-bar+.icon-bar { margin-top: 5px; }
.topTotal .icon-bar { background: #999; display:block; width: 26px; height: 3px; }


.navbar-header .navbar-toggle,
.navbar-header .search-toggle {
  position:absolute;
  top:0;
  width: 55px;
  height:55px;
  line-height:55px;
  text-align: center;
  color: #999;
  font-size: 18px;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .search-toggle:hover { background: #0098D1; }

.navbar-header .navbar-toggle { background: #00AFF0; margin: 0; border-radius: 0; border:0; border-right: solid 1px #0099D3; top: 0; left: 0; opacity: 1;}
.navbar-header .navbar-toggle:hover { background: #0098D1!important;}
.navbar-header .navbar-toggle .icon-bar+.icon-bar { margin-top: 5px; }
.navbar-header .navbar-toggle .icon-bar { background: #eee; width: 26px; }
.navbar-header .navbar-toggle:hover .icon-bar { background: #fff; }

.navbar-header .search-toggle { right: 0; border-left: solid 1px #0099D3; }
.navbar-header .search-toggle i { line-height:55px; }

.nav.navbar-nav > li > a { height: 40px; color:#999; }
.nav.navbar-nav > li a:hover { background: #eee;  color:#333; opacity: 1; }
.nav.navbar-nav > li a i { font-size: 18px; }
.nav.navbar-nav > li a .material-icons {font-size: 32px; }
.nav.navbar-nav > li.navbar-user a.dropdown-toggle {  padding: 27px 15px; }
.navbar-header {
  margin-right:auto !important;
}

.nav-bar {
  height: 64px;
  position:relative;
}
.nav-bar .container {
  height: 100%;
}
.nav-bar .top-navbar {
  height: 100%;
}
.nav-bar .nav-menu {
  align-items: center;
  height: 100%;
}
.nav-bar .nav-menu > li {
  flex:1;
  text-align: center;
  height: 100%;
}
.nav-bar .nav-menu > li > a {
  padding:0;
  width:100%;
  text-align: center;
  font-size:17px;
  color:#0A203B;
  letter-spacing: -.5px;
  font-weight: 400;
  height: 100%;
  line-height: 64px;
}
.nav-bar .nav-menu > li:last-child > a {
  color:#0094CE;
}
.nav-bar .nav-menu > li > a:hover,
.nav-bar .nav-menu > li > a:focus,
.nav-bar .nav-menu > li > a:active {
  color:#1BA8DE;
  font-weight: 500;
  background:transparent;
  transition: all 0.3s ease;
}
/* 검색 */
.search-toggle {
    position: relative; top:15px; right: 15px;
    background: #FAFAFA; height: 50px; width: 50px;
    border: solid 1px #ddd;
    line-height: 50px; text-align: center; font-size: 32px; color: #999;
    z-index: 1016;
}
.search-toggle i { font-size: 32px; color: #999; line-height: 50px;}
.search_div {
  position: relative;
  display:block;
  top: 0;
  right:0;
  width: 420px;
  margin:0;
  z-index: 1016;
 }
.search_inner { position: relative; background: #fff; width:100%; height: 60px; border:solid 1px #E5E5E5; display: inline-block; border-radius: 50px; box-sizing: border-box; box-shadow: 0 3px 6px rgba(114,114,114,0.09);}
.search_inner .search_input {
  float:left;
  width:85%;
  height:100%;
  line-height: 1.4;
  padding-left:30px;
  font-size:14px;
  color: #477080;
  border:0;
  border-radius:50px;
  outline: 0;
  letter-spacing: -.5px;
}
.search_inner .search_input::placeholder {
  color: rgba(71, 112, 128, 0.56);
  font-weight: 300;
}


.search_inner .search_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  background:#00B7FE;
  width:54px;
  height: 54px;
  border: 0;
  color: #fff;
  border-radius: 30px;
}
.search_inner .search_btn i{ font-size: 22px; font-weight: 400;}

.search_inner .search_btn:hover { background:#0098D1;  }
.search_inner .close { position: absolute; top: 12px; right: 10px; opacity: 1; display: none; }
.search_inner .close i{ font-size: 24px; color: #999; }

/* 상단메뉴 */
/* .top-navbar{ position: absolute; width: 100%; margin: 15px 0;  text-align: center;; z-index: 1015;  } */
/* .top-navbar .nav { display: inline-block; }
.top-navbar .nav > li { float: left; margin: 0 15px; }
.top-navbar .nav > li:first-child a:before { content:''; }
.top-navbar .nav > li:last-child a { font-weight: bold; font-size: 17px; color: #F2742B; text-decoration: underline; }
.top-navbar .nav > li > a { position: relative; display: inline-block; margin: 15px 0 10px; padding: 0 3px 4px; color: #777;  font-family: 'nanum-square-r', sans-serif; font-size:16px; font-weight: 500; cursor: pointer; }
.top-navbar .nav > li:hover > a,
.top-navbar .nav > li:focus > a,
.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:focus,
.top-navbar .nav > li.active > a {
    background: none;
	color: #00AFF0;
} */
.top-navbar .nav .dropdown {   }
.top-navbar .nav .dropdown.active > a { color: #00AFF0; }
.top-navbar .nav .dropdown .dropdown-menu { left: 50%; margin-left: -80px; padding:10px; border: solid 1px #00AFF0;  }
.top-navbar .nav .dropdown .dropdown-menu:before {
    content:''; position: absolute;
    width: 16px;
    top:-9px; left:50%; margin-left: -8px; color: #00AFF0;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom:8px solid;
    border-right:8px solid transparent;
    border-left: 8px solid transparent;
}
.top-navbar .nav .dropdown .dropdown-menu > ul { }
.top-navbar .nav .dropdown .dropdown-menu > ul > li { margin:8px 0; }
.top-navbar .nav .dropdown .dropdown-menu > ul > li > a { display: block; padding: 0; color: #777;  font-family: 'nanum-square-r', sans-serif; font-size:14px;  }
.top-navbar .nav .dropdown .dropdown-menu > ul > li a:hover { text-decoration: underline;color: #00AFF0; }

.top-navbar .nav .dropdown .dropdown-menu > ul > li > ul { margin: 10px 0 15px 10px;}
.top-navbar .nav .dropdown .dropdown-menu > ul > li > ul li { margin: 8px 0; }
.top-navbar .nav .dropdown .dropdown-menu > ul > li > ul li > a { position: relative; color: #777; font-size: 13px; padding: 0 0 0 10px; }
.top-navbar .nav .dropdown .dropdown-menu > ul > li > ul li > a:hover { text-decoration: underline;color: #00AFF0; }
.top-navbar .nav .dropdown .dropdown-menu > ul > li > ul li > a::before { content: ''; background: #ccc; position: absolute; width: 6px; height: 2px; left: 0; top: 50%; margin-top: -1px; }


.dropdown-menu-wrap {
  display:none;
  position: absolute;
  width: 100%;
  top: 100%;
  height: 220px;
  padding:10px 0 ;
  left: 0;
  z-index: 9996;
  border-right:1px solid #F5F5F5;
}
.nav-background {
  display:none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 64px;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba( 0,0,0,0.16);
  display: none;
  z-index: 9995;
  height: 220px;
  transition: height .2s;
}
.menu-Bg {
  background:#EAF4F7;
}
/*
.dropdown-menu-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 300%;
  height: 1px;
  margin-left: -100%;
  background: #d9d9d9;
} */
.dropdown-menu-wrap ul.sub-menu > li > a {
  font-size:15px;
  letter-spacing: -.5px;
  line-height: 40px;
  font-weight: 400;
  color:#676767;
}
.dropdown-menu-wrap ul.sub-menu > li > a:hover {
  color:#333;
  border-bottom:1px solid #333;
}

.dropdown-menu-wrap >ul.has-sub > li.has-sub > ul.has-sub {
  display:none;
}


/*.top_menu_bg {
	position:absolute;
	width:100%;
	background:#fff;
    border-bottom: solid 1px #ddd;
	opacity:.95;
	z-index:96;
    top:40px;
	left:0;
	right:0;
    text-align: center;
}

#top_menu  {  height:100px;position:relative; top:0px; margin: 0 0 0 40px;z-index:95; border-bottom: solid 1px #ddd; }
#top_menu #navi { position: relative; margin: 0 auto; max-width: 930px; }
#top_menu #navi .navi_img { position:absolute; top:130px; left:-230px;  }
#top_menu #navi .navi_img p { font-size: 1.5rem; margin: 10px 0 0; }
#top_menu #navi ul .main_set	  { float:left; display:block;width: 155px; margin-top: 20px; }
#top_menu #navi ul .main_set:first-child .main_item { background: none;  }
#top_menu #navi ul .main_set:last-child .main_item A { color: #283593; font-weight: bold; }
#top_menu #navi ul .main_item	 {  }
#top_menu #navi ul .main_item A { background: none; display:block; color: #666; font-size:18px; height: 60px; line-height: 60px; font-family: 'nanum-square-r', sans-serif; font-weight: 4 00; text-align: center; }
#top_menu #navi ul .main_item A:hover,
#top_menu #navi ul .active .main_item A {  color: #00AFF0;  }

#top_menu #navi .sub_set	  { position:relative;  margin-top: 20px;}
#top_menu #navi .sub_set > ul { padding:5px 0; width: 155px; height:350px; float: left; border-left: solid 1px #ddd; }
#top_menu #navi .sub_set > ul li { padding:12px 10px 0; }
#top_menu #navi .sub_set > ul li A { position: relative; color:#777; display:block; line-height: 1.4; font-family:'nanum-square-r', 나눔고딕,  Malgun Gothic, 맑은고딕, dotum, sans-serif; font-size:14px; text-align: left; }
#top_menu #navi .sub_set > ul li A span.pull-right{ position: absolute; right: -5px; top: 5px; }
#top_menu #navi .sub_set > ul li A:focus,
#top_menu #navi .sub_set > ul li A:hover { color:#00AFF0; font-weight:400; text-decoration:none; }
#top_menu #navi .sub_set > ul li.active A { color:#00AFF0; font-weight:bold; }
#top_menu #navi .sub_set > .has-sub ul { margin-top: 0; }
#top_menu #navi .sub_set > .has-sub ul li { margin-bottom: 10px; padding:0 0 0 15px;background:url('/assets/common/images/basic/ul_bg.png') no-repeat 5px 7px; }
*/

#nav_mobile{display:none;position:fixed;top:0;left:-260px;width:100%;height:100%;z-index:8000;}
#nav_mobile .nav_mask {background-color: #000; display: none; top:0;left: 0; position:fixed; top: 0;width:100%;height:100%;z-index:8000;opacity:0.8;overflow-y:hidden}
#nav_mobile .nav_mobile{position:absolute;top:0;left:0;max-width:260px;width:260px;height:100%;margin:0;z-index:8500;background: #fff;overflow:hidden;}
#nav_mobile .nav_mobile .mobile_top{position:relative;z-index:50000;padding:18px 25px;background:#f6f6f6; font-size: 18px; }
#nav_mobile .btn_mclose{position:absolute;top:20px;right:22px;z-index:55000;}
#nav_mobile .nav_mobile .nav{  float:none;margin:0; height:100%; }
#nav_mobile .nav_mobile .nav li{ width:100%; display: inline-block; font-size:15px;}
#nav_mobile .nav_mobile .nav li > a{padding:12px 0 12px 20px;border-bottom:1px solid #eee;color:#696969; font-family:"notokr-regular"; }
#nav_mobile .nav_mobile .nav li > a:hover, .nav li > a:focus  {  }

#nav_mobile .nav_mobile .nav li.dropdown .caret { margin:10px 10px 0 0!important;}
#nav_mobile .nav_mobile .nav .open > a, #nav_mobile .nav_mobile  .nav .open > a:focus, .nav .open > a:hover, .nav .open > a.active{background:#fff;color:#00AFF0;;background:url('../images/common/bg_toggle_down.png') 93% center no-repeat;}
#nav_mobile .nav_mobile .nav .dropdown-menu{position:relative;width:100%; margin:0; padding:0;box-shadow:none;border:none;background:#f6f6f6;border-bottom:1px solid #e1e1e1; z-index: 9999; }
#nav_mobile .nav_mobile .nav .dropdown-menu ul{padding:0; border-bottom:dashed 1px #ddd; }
#nav_mobile .nav_mobile .nav .dropdown-menu li a{display:block;border:none;padding:10px 30px;color:#666666;font-size:15px;background:none; cursor: pointer; }
#nav_mobile .nav_mobile .nav .dropdown-menu li a:hover,
#nav_mobile .nav_mobile .nav .dropdown-menu li.active > a,
#nav_mobile .nav_mobile .nav .dropdown-menu li a.active{background:#EDF2FF;color:#00AFF0;text-decoration:none;}
#nav_mobile .nav_mobile .nav ul{height:100%;}
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > ul { background:#f5f5f5; border-top:dashed 1px #ddd;  }
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > ul > li > a { padding-left: 40px; font-size:14px }
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > ul > li.active > a ,
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > ul > li > a:hover { background:#eee; }

#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > .sub-menu ul { background:#f5f5f5; border-bottom:dashed 1px #ddd;  }
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > .sub-menu ul > li > a { padding-left: 50px; font-size:14px }
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > .sub-menu ul > li.active > a ,
#nav_mobile .nav_mobile .nav .dropdown-menu .has-sub > .sub-menu ul > li > a:hover { background:none; }



#nav_mobile .profile  { background: #fafafa; padding:20px 0 ; border-bottom: solid 1px #d5d5d5; }
#nav_mobile .profile .user_info { text-align: center;   }
#nav_mobile .profile .user_info .img { width: 80px; height:80px; display: inline-block; border-radius: 50%; overflow:hidden; }
#nav_mobile .profile .user_info .img img {  }
#nav_mobile .profile .user_info .txt { margin: 5px 0 0; font-size: 14px; }
#nav_mobile .profile .user_info .login_btn { margin-top: 10px; border-radius: 50px;  }
#nav_mobile .profile .user_info .join_btn { display: block; margin-top: 15px; color: #666; clear: both;  }

#nav_mobile .profile .user_info ul { float:none; display: inline-block; margin:10px 0 0; height:100%; }
#nav_mobile .profile .user_info ul li{ position: relative; display: inline-block; float: left; font-size:16px;}
#nav_mobile .profile .user_info ul li > a	{ display: block; text-align: center; padding:8px 15px;color:#999; font-size: 11px; font-family:"notokr-regular"; }
#nav_mobile .profile .user_info ul li > a:hover, .nav li > a:focus  { color:#696969; }

#nav_mobile .profile .user_info .line {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 25px;
    background: #ddd;
}

.slashline { background:url(/assets/common/images/basic/slash_bg.png) repeat; width: 100%; height: 8px; margin: 30px 0 50px; display: inline-block; }


/* 메인페이지 */
#mainContainer { padding:165px 0 0; }

/* 최신뉴스 */
.mainSlide { position: relative; width: 100%; height: 100%; display: inline-block; }
.mainSlide .item {
	background-position: 50% 50%;
	background-size: cover;
	height: 600px;
 }
.mainSlide .item .slideCont { width: 100%; height:100%; display: table; table-layout: fixed; text-align: center; }
.mainSlide .item .slideCont > div { display: table-cell; vertical-align: middle; color: #fff; font-size: 36px; }
.mainSlide .item .slideCont > div > span { display: block; }



.mainSlide > .owl-dots { position: absolute; width: 100%; left:0; bottom: 30px; text-align: center; }
.mainSlide > .owl-dots .owl-dot { display: inline-block; padding: 0 0 0 8px; }
.mainSlide > .owl-dots .owl-dot span { display: inline-block; background: #fff; width: 12px; height: 12px; border-radius: 50%; }
.mainSlide > .owl-dots .owl-dot.active span { background: #505050; width: 15px; height: 15px;}
.mainSlide > .item a:hover h3, .item a:hover p { text-decoration: underline; }

.mainSlide > .owl-nav { }
.mainSlide > .owl-nav > .owl-prev,.mainSlide > .owl-nav > .owl-next {
	position: absolute; top:50%; margin-top: -30px;
	background:none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px; cursor: pointer; font-size: 0;
	opacity:0.5;
}
.mainSlide > .owl-nav > .owl-prev:hover,.owl-nav > .owl-next:hover { opacity: 1; }
.mainSlide > .owl-nav > .owl-prev {
	background-image: url('/assets/common/images/user/main_banner_prev.png'); text-align: center; left:0 ;
	line-height: 60px;
	height: 60px;
}
.mainSlide > .owl-nav > .owl-next {
	background-image: url('/assets/common/images/user/main_banner_next.png'); text-align: center; right: 0;
	line-height: 60px;
	height: 60px;
}

.mainSlide .visualCont01 { padding: 30px 0; }
.mainSlide .visualCont01 .img img { height: 360px; margin: 30px 0 0; }
.mainSlide .visualCont01 .txt { font-size: 32px; }
.mainSlide .visualCont01 .txt span { display: block; }

.mainTitle { margin: 0 0 30px ; text-align: center; }
.mainTitle h2 { position: relative; display:inline-block; padding: 0 0 25px;font-family : 'notokr-regular', malgun Gothic, 맑은고딕, dotum, 돋움, sans-serif; font-size: 28px; font-weight: bold;; }
.mainTitle h2::before { content:''; position: absolute; bottom:0; width: 100%; height: 8px; background: url('/assets/common/images/user/main_title_line.png') no-repeat; background-position:center;; }
.mainTitle h2 b { font-weight: bold; font-family : 'notokr-regular'; }

#section01 {
    width: 100%; height: 100%;
    background: url('/assets/common/images/user/section_01_bg.png') no-repeat;
    background-size: cover;
	background-position: 50%;
    padding: 100px 0;
}

#section01 > .container > div { padding: 0;}

#section01 .mQuick { background: #fff; width: 100%; display: inline-block; float: left; height: 200px; overflow: hidden; }
#section01 .mQuick .item { margin:29px 0 ; padding: 0 10px; text-align: center; }
#section01 .mQuick .item a > .iconBg { background: url('/assets/common/images/user/quick_btn_bg.png') no-repeat center;  height: 110px; width: 110px; display: inline-block; }
#section01 .mQuick .item a > .iconBg > div {
    width: 110px; height:110px;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    display: inline-block;
}
#section01 .mQuick .item a > .iconBg .icon01 { background-image: url('/assets/common/images/user/quick_btn_01.png'); }
#section01 .mQuick .item a > .iconBg .icon02 { background-image: url('/assets/common/images/user/quick_btn_02.png');}
#section01 .mQuick .item a > .iconBg .icon03 { background-image: url('/assets/common/images/user/quick_btn_03.png');}
#section01 .mQuick .item a > .iconBg .icon04 { background-image: url('/assets/common/images/user/quick_btn_04.png');}
#section01 .mQuick .item a > .iconBg .icon05 { background-image: url('/assets/common/images/user/quick_btn_05.png');}
#section01 .mQuick .item a > .iconBg .icon06 { background-image: url('/assets/common/images/user/quick_btn_06.png');}
#section01 .mQuick .item a > .iconBg .icon07 { background-image: url('/assets/common/images/user/quick_btn_07.png');}
#section01 .mQuick .item a > .txt { margin: 6px 0 0; font-size: 16px; color: #666; }

#section01 .mQuick .owl-nav {display: none; }

#section02 {
    width: 100%; height: 100%;
    background: url('/assets/common/images/user/section_02_bg.png') repeat;
    padding: 80px 0;
}
#section02 .mainTab { width: 100%; display: inline-block; margin: 0 0 20px; text-align: center; }
#section02 .mainTab ul { display: inline-block;  }
#section02 .mainTab ul li {
    position: relative;
    float: left; margin-left: 10px;
    border-radius:10px;
    background:#e5e5e5;
    height: 50px; width: 110px;
}
#section02 .mainTab ul li:first-child { margin-left: 0; }
#section02 .mainTab ul li a { display: block; text-align: center; line-height: 50px; font-size: 16px; color: #555;  }
#section02 .mainTab ul li.active,
#section02 .mainTab ul li:hover {
    float: left;
    background:#00AFF0;
    height: 50px; width: 110px;
    box-shadow: 4px 4px 0px #ddd;
}
#section02 .mainTab ul li.active::before,
#section02 .mainTab ul li:hover::before {
    content: '';
	position:absolute; bottom: -8px; left: 50%; margin-left: -8px;
	width:20px;
	height:0;
	color:#00AFF0;
	vertical-align:middle;
	border-top:10px solid;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
}
#section02 .mainTab ul li:hover a,
#section02 .mainTab ul li.active a { color: #fff; }


#section02 .sectionSlide { position: relative; margin: 0 -10px; }
#section02 .sectionSlide .tab-content { background: none; padding: 0; }
#section02 .owl-stage-outer { overflow: hidden; }
#section02 .sectionSlide .item { padding: 0 10px; }
#section02 .sectionSlide .item .thumbnail { padding: 0; border-radius: 0; border:solid 1px #ddd; }
#section02 .sectionSlide .item .thumbnail A {  display: block; overflow: hidden; }
#section02 .sectionSlide .item .thumbnail .img  {
	position: relative;
	width: 100%;
	overflow: hidden;
    text-align: center;
}
#section02 .sectionSlide .item .thumbnail .img .imgOption {
    height:200px;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#section02 .sectionSlide .item .thumbnail .img .imgOption img { max-width: 100%; width: 100%; height: 100%; }
#section02 .sectionSlide .item .thumbnail .img .caption { position: absolute; bottom: 0; left:0; z-index: 12; }
#section02 .sectionSlide .item .thumbnail .img .caption span { display: inline-block; border-radius: 20px; padding: 8px 12px 5px; line-height:1.25; font-size: 95%;  color: #fff; }
#section02 .sectionSlide .item .thumbnail .img .caption span.color01 { background: #5E9EFF; }
#section02 .sectionSlide .item .thumbnail .img .black {
	background:url(/assets/common/images/user/thumbnail_bg.png) repeat-x 0 0;
	position:absolute; bottom:-6px; left:0; padding: 0;
	width: 100%; height: 80px;z-index: 11;
}
#section02 .sectionSlide .item .thumbnail .cont { position: relative; width: 100%; padding: 20px; background: #fff; }
#section02 .sectionSlide .item .thumbnail .cont > h3 { height: 50px; margin: 0; font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 18px; color: #000; }
#section02 .sectionSlide .item .thumbnail .cont > p { margin: 15px 0 0; }
#section02 .sectionSlide .item .thumbnail .cont > p > span i { font-size: 15px; color: #777; vertical-align: middle; }
#section02 .sectionSlide .item .thumbnail .cont > p > span {  font-size: 13px; line-height: 1.2; color: #777; }

#section02 .sectionSlide .item .thumbnail A:hover h3 { text-decoration: underline; }
#section02 .sectionSlide .item .thumbnail  A:hover .img .imgOption {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
#section02 .sectionSlide > .owl-dots {display: none; }
#section02 .sectionSlide > .owl-nav { width: 100%; }
#section02 .sectionSlide > .owl-nav > .owl-prev, #section02 .sectionSlide > .owl-nav > .owl-next {
	position: absolute; top:50%; margin-top: -30px;
	background: #ddd;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;  cursor: pointer; font-size: 0;
	opacity:0.5;
}
#section02 .sectionSlide > .owl-nav > .owl-prev:hover,.owl-nav > .owl-next:hover { opacity: 1; }
#section02 .sectionSlide > .owl-nav > .owl-prev {
	background-image: url('/assets/common/images/user/owl_icon_prev.png'); text-align: center; left:-60px ;
	line-height: 60px;
	height: 60px;
}
#section02 .sectionSlide > .owl-nav > .owl-next {
	background-image: url('/assets/common/images/user/owl_icon_next.png'); text-align: center; right:-60px;
	line-height: 60px;
	height: 60px;
}
.owl-item{float: left;}


/* 활동 갤러리 배너 */
.photoBanner { background: #e5e5e5; width: 100%; padding: 0; overflow: hidden; }
.photoBanner .item { position: relative; height: 400px; overflow: hidden; }
.photoBanner .item .imgOption { height: 400px; text-align: center; }
.photoBanner .item .imgOption img { max-width: 100%; height:100%; }
.photoNone { background: #eee; width: 100%; line-height: 400px; text-align: center; }
.photoBanner .owl-dots {
	counter-reset: slides-num; /* Initialize counter. */
    position: absolute;
    bottom:0;
    right:60px;
    height:60px;
    line-height: 60px;
    padding:0 15px;
    font-family : 'notokr-regular', malgun Gothic, 맑은고딕, dotum, 돋움, sans-serif;
    border-left:solid 1px #999;
}
.photoBanner .owl-dots:after {
    content: counter(slides-num); /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding-left:5px;
    vertical-align: middle;
    margin: -1px 0 0;
    color: #fff;
}
.photoBanner .owl-dot {
    display: inline-block;
	counter-increment: slides-num;
    color: #ddd;
}
.photoBanner .owl-dot span {	display: none; }
.photoBanner .owl-dot.active {
    font-size: 16px;
    display: inline-block;
    left: 0;
    top: 0;
}
.photoBanner .owl-dot.active:before {
	content:  counter(slides-num) "/" ; /* Use the same counter to get current item. */
	display: inline-block;
	vertical-align: middle;
}

.photoBanner .owl-nav { position: absolute; width: 100%; height: 50px;  top:50%; margin-top: -25px; }
.photoBanner .owl-nav .owl-prev {
    background:rgba(0,0,0,0.6) url('/assets/common/images/user/main_prev.png');
    background-position: 50% 50%; background-repeat: no-repeat;
    width: 50px; height: 50px;
    font-size:0;
    position: absolute; left: 0;
    cursor: pointer;
}
.photoBanner .owl-nav .owl-next {
    background:rgba(0,0,0,0.6) url('/assets/common/images/user/main_next.png');
    background-position: 50% 50%; background-repeat: no-repeat;
    width: 50px; height: 50px;
    font-size:0;
    position: absolute; right: 0;
    cursor: pointer;
}
.photoBanner .item a:hover h3, .item a:hover p { text-decoration: underline; }



.photoArea .caption { background: rgba(0,0,0,1);position: absolute; width: 100%; left: 0; height: 60px; bottom:0; }
.photoArea .caption .cont { position: relative; margin-right:140px; padding: 0 20px; }
.photoArea .caption .cont a > h3 { margin: 0; color: #fff; font-size: 16px; line-height: 60px;  }
.photoArea .caption .cont > .date { position: absolute; top:0; right: 20px; font-size: 13px;color:#ddd; line-height: 60px; }
.photoArea .caption .number { position: absolute; top:0; right: 120px; width: 80px; line-height: 60px; text-align: center; font-size: 14px; color: #fff; border-left:solid 1px #ddd;}
.photoArea .option { position: absolute; bottom:0; right: 0; border-left:solid 1px #999; z-index: 999; }
.photoArea .option a {
    background: rgba(0,0,0,0.8);
	width: 60px; height:60px; line-height:60px; padding: 15px 0 ; cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	opacity: 0.6;
    font-size: 0;
}
.photoArea .option a:hover { opacity: 1; }
.photoArea .option a.bannerPlay { background-image:url('/assets/common/images/user/play_icon.png');  border-left:solid 1px #ddd;}
.photoArea .option a.bannerStop { background-image:url('/assets/common/images/user/stop_icon.png');  }

/* 캘린더 */
.mainCalendar .calendar { width: 100%; height: auto; float: left; padding: 0; overflow: hidden; }
.mainCalendar .calendar .table.header { margin: 0; }
.mainCalendar .calendar .header { margin: 0; border: solid 1px #e5e5e5; border-bottom: 0; }
.mainCalendar .calendar .header td { font-size: 18px; text-align: center; height:60px; cursor: pointer; }
.mainCalendar .calendar .header td i { font-size: 20px; }
.mainCalendar .calendar .header td:hover { background: #f5f5f5; color: #00AFF0; }
.mainCalendar .calendar .header td:hover i { color: #00AFF0; }
.mainCalendar .calendar .header td.year { cursor:text; color: #333; }
.mainCalendar .calendar .header td.year:hover { background:none; }
.mainCalendar .calendar .daysmonth { border-collapse: collapse; width: 100%; height: 100%; font-family : 'nanum-square-r'; }
.mainCalendar .calendar .daysmonth tr.week_days > td { font-size: 16px; color: #333; text-align: center; line-height: 59px;}
.mainCalendar .calendar .daysmonth tr.week_days > td.first { color: #F0391A; }
.mainCalendar .calendar .daysmonth tr.week_days > td.last { color: #2E7DD8; }
.mainCalendar .calendar .daysmonth td { font-size: 16px; border: solid 1px #e5e5e5!important; text-align: center; padding: 0; height:59px;}
.mainCalendar .calendar .daysmonth td a { line-height: 59px; height:59px; }
.mainCalendar .calendar .daysmonth td.first { border-left: 0; color: #F0391A; }
.mainCalendar .calendar .daysmonth td.last { border-right: 0; color: #2E7DD8; }
.mainCalendar .calendar .daysmonth td > a { display: block; color: #666;  }
.mainCalendar .calendar .daysmonth td > a:hover { background: #f5f5f5; }
.mainCalendar .calendar .daysmonth td.event { background: #00AFF0!important; color: #fff;  }
.mainCalendar .calendar .daysmonth td.event a { background:none; color: #fff;  }

.mainBtn { width: 100%; text-align: center; }
.mainBtn ul { width: 100%; display: inline-block; margin: 80px 0 0; }
.mainBtn ul > li { position: relative; width: 33.3%; float: left; text-align: center; }
.mainBtn ul > li:first-child::before { border-left:0; }
.mainBtn ul > li::before { content: ''; position: absolute; left: 0; top: 50%; height: 50px; margin-top: -25px; border-left: dashed 2px #ccc; }
.mainBtn ul > li > a { text-align: center; }



/* 배너 */
.bannerArea { position: relative; background: #e5e5e5; height: 400px;overflow: hidden; }
.bannerArea .banner { width: 100%; display: inline-block; padding: 0; overflow: hidden; }
.bannerArea .item { position: relative; float: left; height: 400px; overflow: hidden; }
.bannerArea .item .imgOption { }
.bannerArea .item .imgOption img { width: 100%; height: auto; }


.bannerArea .owl-nav { position: absolute; width: 100%; height: 50px;  top:50%; margin-top: -25px; }
.bannerArea .owl-nav .owl-prev {
    background:rgba(0,0,0,0.6) url('/assets/common/images/user/main_prev.png');
    background-position: 50% 50%; background-repeat: no-repeat;
    width: 50px; height: 50px;
    font-size:0;
    position: absolute; left: 0;
    cursor: pointer;
}
.bannerArea .owl-nav .owl-next {
    background:rgba(0,0,0,0.6) url('/assets/common/images/user/main_next.png');
    background-position: 50% 50%; background-repeat: no-repeat;
    width: 50px; height: 50px;
    font-size:0;
    position: absolute; right: 0;
    cursor: pointer;
}
.bannerArea .item a:hover h3, .item a:hover p { text-decoration: underline; }


.bannerArea > .owl-dots { position: absolute; width: 100%; left:0; bottom: 30px; text-align: center; }
.bannerArea > .owl-dots .owl-dot { display: inline-block; padding: 0 0 0 8px; }
.bannerArea > .owl-dots .owl-dot span { display: inline-block; background: #fff; width: 12px; height: 12px; border-radius: 50%; }
.bannerArea > .owl-dots .owl-dot.active span { background: #2B86CE; width: 15px; height: 15px;}
.bannerArea > .item a:hover h3, .item a:hover p { text-decoration: underline; }



/* 활동 갤러리 배너 */
.basicVisual {
	background: #FBF8CF url('/assets/common/images/user/main_basic_pattern.png');
	position: relative; height: 400px;
	overflow: hidden;
}
.basicVisual .tit { position: relative; font-family:'KBIZgoM'; font-size: 36px; padding: 30px 0 0 30px; color: #333; text-shadow: 0 2px 4px #ccc; z-index: 12; }
.basicVisual .tit > span { display: block; }
.basicVisual .basicImg {
	position: absolute;
	background:url('/assets/common/images/user/main_basic_img.png') no-repeat;
	background-position: 50%;
	top:0; right: 0;
	width: 100%; height: 100%;
	z-index: 11;
}

#section03 {
    width: 100%; height: 100%;
    background: url('/assets/common/images/user/section_03_bg.png') no-repeat;
    background-size: cover;
	background-position: 50%;
    padding: 100px 0;
}
#section03 .container { padding: 0; }
/* 마을일정 */
#section03 .mainCalendar { background: #fff; width: 100%; height: 350px; border:solid 1px #ddd; display: inline-block; overflow: hidden; }
#section03 .calendarTable .calendarHeader { position: relative; background: #f5f5f5; border-bottom: solid 1px #ddd; text-align: center; }
#section03 .calendarTable .calendarHeader .info { height: 50px; line-height: 50px; font-family : 'nanum-square-r'; font-size: 18px; }
#section03 .calendarTable .calendarHeader .btnPrev,
#section03 .calendarTable .calendarHeader .btnNext {
    position: absolute; top: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 40px; height: 40px;
    opacity: 0.8;
}
#section03 .calendarTable .calendarHeader .btnPrev:hover,
#section03 .calendarTable .calendarHeader .btnNext:hover { opacity: 1; }
#section03 .calendarTable .calendarHeader .btnPrev {
    background-image: url('/assets/common/images/user/banner_prev.png');
    left: 0px;
}
#section03 .calendarTable .calendarHeader .btnNext {
    background-image: url('/assets/common/images/user/banner_next.png');
    right:0px;
}

#section03 .calendarList { background: #fff; width: 45%; height: 350px; float: left; overflow-x:auto; }
#section03 .calendarList ul {}
#section03 .calendarList ul li { padding: 20px 15px; border-bottom: solid 1px #ddd; }
#section03 .calendarList ul li a { display: block; color: #333; font-size: 16px; line-height: 1.4; }
#section03 .calendarList ul li .date { margin: 6px 0 0; display: block;font-size: 13px; }

#section03 .villageMap { background: #fff; position: relative; height: 350px; border:solid 1px #ddd;}

#section04 {
    width: 100%;
    background:#fff;
    padding: 30px 0;
}
#section04 .container {  overflow: hidden; }
#section04 .partnerBanner {	position: relative; height:70px; }
#section04 .partnerBanner .item { text-align: center; padding: 0 10px; line-height: 70px; }
#section04 .partnerBanner .item a img { vertical-align: middle; }

#section04 .owl-nav {  }
#section04 .owl-nav > .owl-prev, #section04 .owl-nav > .owl-next {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 50%; margin-top: -20px;
	width: 40px;height: 40px; cursor: pointer; font-size: 0;
	text-align: center;
	line-height: 40px;
}
#section04 .owl-nav > .owl-prev:hover,#section4 .owl-nav > .owl-next:hover { opacity: 1; }
#section04 .owl-nav > .owl-prev {
	background-image: url('/assets/common/images/user/banner_prev.png');
	left: -15px;
}
#section04 .owl-nav > .owl-next {
	background-image: url('/assets/common/images/user/banner_next.png');
	right: -15px;
}

/* popup modal */
.modal-open {background: none!important; overflow: inherit; }
.mainModal {
    width: 500px; position: absolute; top: 100px;
    left: 180px;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1020;
    display: table;
}
.mainModal .modal-content {  background: none; max-width: 420px; margin: 50px auto 0; padding: 0;  box-shadow: none;  }
.mainModal .modal-content .close {
	position: absolute; right:5px; bottom:-5px; font-size: 42px; color: #fff; opacity:1;
	-ms-transform:all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mainModal .modal-content .modal-body { padding: 0; }
.mainModal .modal-content .modal-body img { max-width: 100%;width: 100%; height: auto;}
.mainModal .modal-content .modal-footer { background: #fff; padding: 10px; border-top: 0; border: solid 1px #ddd; }
.mainModal .modal-content .modal-footer .closeCheck { color: #333; font-size: 14px;}
.mainModal .modal-content .modal-footer .closeButton { background: none; color:#333;  border: 0; padding: 0; }
.mainModal .modal-content .modal-footer .closeButton i { margin: -3px 0 0; font-size: 28px; }
.mainModal .carousel-control.left,
.mainModal .carousel-control.right  { background: none; height: auto; }









/**리뉴얼 메인페이지**/
.section-01 {
  height: 370px;
  background: rgb(240,251,255);
  background: linear-gradient(157deg, rgba(240,251,255,1) 0%, rgba(240,251,255,0.2) 100%);
  margin-bottom:100px;
}
.section-01 .section-01-wrap {

}
.section-01 .section-01-wrap .main-Banner {
  background:#fff;
  margin-top:50px;
  border:1px solid #EAEAEA;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(150, 150, 150, 0.16);
  border-radius: 40px 0 40px 0 ;
}
.section-01 .section-01-wrap .main-Banner .mySwiper {
  height: 100%;
}
.section-01 .section-01-wrap .main-Banner .swiper-wrapper{

}
.section-01 .section-01-wrap .main-Banner .swiper-slide {
  background-size:cover !important;
}
.mySwiper-btn {
  position:absolute;
  right:0;
  bottom:20px;
  width:200px;
  z-index: 1;
}
.mySwiper-btn .mainbannerBtn {
  width:36px;
  height: 36px;
  background:#fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(142,142,142,0.20);
  position:relative;
  margin-right:5px;
}
.mySwiper-btn .mainbanner-next::after {
  content:'\f054';
  position:absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.mySwiper-btn .mainbanner-prev::after {
  content:'\f053';
  position:absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.mySwiper-btn .swiper-pagination-main {
  position: relative;
  width: auto;
  background: #5A5454;
  height: 36px;
  bottom: 0;
  color:#fff;
  line-height: 36px;
  padding:0 20px;
  letter-spacing: 1px;
  font-size:15px;
  border-radius: 20px;
  font-weight: 300;
  box-shadow: 0 3px 6px rgba(51, 48, 48,0.2);
}
.section-02 {
  margin-bottom:20px;
}
.section-02 .row {
  flex-wrap :wrap;
}
.section-02 .col-md-9 {

}
.section-02 .col-md-3 {

}


.section-02 .main-notice{
  background:#FDFDFD;
  border:1px solid #F2F2F2;
  border-radius: 10px;
  padding:30px 20px;
  box-shadow: 0 3px 6px rgba(232, 232, 232, 0.16);
}
.section-02 .main-facebook {
  background:#FDFDFD;
  border:1px solid #F2F2F2;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(232, 232, 232, 0.16);
  height: 100%;
  text-align: center;

}
.section-02 .main-notice .title {
  text-align: center;
  font-family: 'yg-jalnan';
  padding:30px 0 ;
  position:relative;
  display:block;
}
.section-02 .main-notice .title span {
  font-size:16px;
  color:#2680EB;
  display:inline-block;
  margin-bottom:1px;
  position:relative;
}
.section-02 .main-notice .title span::after {
  content:'';
  background: url('/assets/common/images/user/notice-dda.png');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
  position:absolute;
  width: 100px;
  height: 65px;
  left: -72px;
  top: -26px;
}
.section-02 .main-notice .title p {
  font-size:22px;
  color:#343434;
}
.section-02 .main-notice .main-notice-btn {
  align-items: center;
  position:absolute;
  right:0;
  bottom:15px;
}
.main-notice-btn .notice-prev {
  margin-left:auto;
}
.main-notice-btn .notice-next {

}
.main-notice-btn .noticeBtn {
  width:38px;
  height: 38px;
  border-radius: 20px;
  position:relative;
  background:#fff;
  border:1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(229,229,229,1 );
  margin-right:3px;
}
.main-notice-btn .notice-prev::after {
  content:'\f053';
  position:absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.main-notice-btn .notice-next::after {
  content:'\f054';
  position:absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}


.main-notice-btn .notice-more {
  width:38px;
  height: 38px;
  background:#404040;
  border-radius: 20px;
  border:1px solid #404040;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(229,229,229,1 );
  position:relative;
}
.main-notice-btn .notice-more::after {
  content:'\f067';
  position:absolute;
  font-family: 'Font Awesome 5 Pro';
  color:#fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 400;
}
.section-02 .main-notice .notice-list {
  width:100%;
}
.section-02 .main-notice .notice-list .swiper-wrapper {


}
.section-02 .notice-list .list-box {
  background:#fff;
  border:1px solid #F7F7F7;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(234,234,234,0.16);
  border-radius: 10px;
  flex-direction: column;
  padding:25px 20px;
}
.section-02 .notice-list .list-box > span {
  font-size:14px;
  font-weight: bold;
  color:#2680EB;
  margin-bottom: 15px;
}
.section-02 .notice-list .list-box .tit {
  height: 130px;
}
.section-02 .notice-list .list-box .tit p{
  font-size:15px;
  letter-spacing: -.3px;
  color:#3B3B3B;
}
.section-02 .notice-list .list-box .data span {
  font-size:12px;
  color:#A7A7A7;
  letter-spacing: -.5px;
}
.section-02 .main-notice .notice-list-mo {
  display:none;

}
.section-02 .main-notice .notice-list-mo ul {
  flex-direction: column;
}


.section-02 .main-notice .notice-list-mo li {
  display:none;
  background:#fff;
  width:100% !important;
  border:1px solid #F7F7F7;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(234,234,234,0.16);
  border-radius: 10px;
  padding:20px 15px;
  margin-bottom:10px;
}

.section-02 .main-notice .notice-list-mo li:nth-child(1),
.section-02 .main-notice .notice-list-mo li:nth-child(2) {
  display:block;
}
.section-02 .main-notice .notice-list-mo .list-box {
  flex-direction: column;
}
.section-02 .main-notice .notice-list-mo li span {
  font-size:13px;
  font-weight: bold;
  color:#2680EB;
  margin-bottom: 10px;
  display:inline-block;
}
.section-02 .main-notice .notice-list-mo li .tit  {
  height: 90px;
}
.section-02 .main-notice .notice-list-mo li .tit p{
  font-size:14px;
  letter-spacing: -.3px;
  color:#3B3B3B;
}

.notice-list-mo .more-notice-mo {
  text-align: center;
  color:#3B3B3B;
  background:#fff;
  border:1px solid #F7F7F7;
  box-shadow: 0 3px 6px rgba(234,234,234,0.2);
  display:block;
  width:100%;
  padding:15px 0;
  border-radius: 5px;
  font-size:15px;
  display:none;
}



.section-03 {

}
.section-03 .main-quick {
  padding:30px 23px;
  border-radius: 10px;
}
.section-03 .main-quick.Q01 {
  background:#5BAC92;
  box-shadow:0 3px 6px rgba(91, 172, 146, 0.5);
}
.section-03 .main-quick.Q02 {
  background:#4C728E;
  box-shadow:0 3px 6px rgba(43,95,134, 0.5);
}
.section-03 .main-quick.Q03 {
  background:#5BADCE;
  box-shadow:0 3px 6px rgba(70, 158, 193, 0.5);
}
.section-03 .main-quick.Q04 {
  background:#A38FCC;
  box-shadow:0 3px 6px rgba(163, 143,204, 0.5);
}
.section-03 .main-quick a {
  display:block;
  color:#fff;
  position:relative;
}
.section-03 .main-quick a .top {
  font-weight: 500;
  font-size:18px;
  margin-bottom:5px;
}
.section-03 .main-quick a .txt {

}
.section-03 .main-quick a .txt p {
  font-weight: 300;
  letter-spacing: -.5px;
  font-size: 14px;

}
.section-03 .main-quick a button {
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding:8px 20px;
  font-size:13px;
  font-weight: 400;
  letter-spacing: -.3px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba( 0,0,0,0.16);
  margin-top:10px;
}
.section-03 .main-quick.Q01 a button {
  background:#4CA589;
}
.section-03 .main-quick a .img {
  position: absolute;
  width: 100px;
  bottom: 0;
  right: 0;
}
.section-03 .m-snsbtn {
  display:none;
  font-family: 'GmarketSansMedium';
  padding:30px 0 ;
}
.section-03 .m-snsbtn .tit{
  text-align: center;

}
.section-03 .m-snsbtn .tit p {
  font-size:17px;
  color:#2C2C2C;
}
.section-03 .m-snsbtn .tit p span {
  font-family: 'GmarketSansBold';
}
.section-03 .m-snsbtn .btn-wrap {
  justify-content: center;
}
.section-03 .m-snsbtn .btn {
  width:30%;
}
.section-03 .m-snsbtn .btn a{
  display:block;
}
.section-03 .m-snsbtn a img{
  display:block;
  margin:0 auto;
  width:50%;
}
.section-03 .m-snsbtn a span{
  font-size:15px;
  display:inline-block;
  margin-top:10px;
  color:#2C2C2C;
}

.section-04 {
  padding:30px 0 ;
}
.section-04 .cooperation-btn {
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.section-04 .cooperation-btn p {
  font-size:18px;
  color:#343434;
  margin:0;
}
.section-04 .cooperation-btn .main-coo-btn {
  align-items: center;
}
.section-04 .cooperation-btn .cooBtn {
  width: 34px;
  height: 34px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgb(229 229 229);
  margin-right: 3px;
}
.section-04 .cooperation-btn .cooBtn.coo-prev::after {
  content: '\f053';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.section-04 .cooperation-btn .cooBtn.coo-next::after {
  content: '\f054';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.section-04 .cooperation-btn .swiper-autoplay {
  width: 34px;
  height: 34px;
  border-radius: 20px;
  position: relative;
  background: #404040;
  border: 1px solid #404041;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgb(229 229 229);
  margin-right: 3px;
}
.section-04 .cooperation-btn .swiper-autoplay .start-autoplay,
.section-04 .cooperation-btn .swiper-autoplay .stop-autoplay {
  width: 34px;
  height: 34px;
  display:block;
  text-align: center;
  line-height: 32px;
  cursor:pointer;
}
.section-04 .cooperation-btn .swiper-autoplay .start-autoplay::after {
  font-family: "Font Awesome 5 Pro"; font-weight: 900; color: #fff; content: "\f04b";
}
.section-04 .cooperation-btn .swiper-autoplay .stop-autoplay::after {
  font-family: "Font Awesome 5 Pro"; font-weight: 900; color: #fff; content: "\f0c8"; margin-left:-2px;
}
.section-04 .swiper-wrapper {
  height: 60px;
}
.section-04 .swiper-slide{
  align-items: center;
  height: 100%;

}
.section-04 .swiper-slide a {
  display:block;
  background:#FFFFFF;
  border:1px solid #F2F2F2;
  border-radius: 5px;
  box-sizing: border-box;
  height: 100%;
}
.section-04 .swiper-slide a img {
  display:block;
  width:100%;
}
.section-04 .swiper-slide a .img {
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width:90%;
  margin:0 auto;
}
.footer .footer_info .info_btn li:before {
  display:none;
}
/* 서브페이지 */
.subWrap { }
#subContainer { padding: 165px 0 0; }
#subContainer .container .subCont { min-height: 700px; padding: 20px 0 0; margin: 0 0 50px; }
#subContainer .container > .row { margin: 0 -20px; }
#subContainer .container > .row > .col-md-3 { padding: 0 20px; }
#subContainer .container > .row > .col-md-9 { padding: 0 20px; }

#subContainer .sideMenu { }
#subContainer .sideMenu .title {
	position: relative;
	background: url('/assets/common/images/user/side_title_bg.png');
	padding: 80px 15px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}
#subContainer .sideMenu .sideNav { background: #fff; margin: 10px 0 0; }
#subContainer .sideMenu .sideNav > li:first-child { border-top:solid 1px #ddd;  }
#subContainer .sideMenu .sideNav > li {  border-top: 0; width: 100%; display: inline-block;}
#subContainer .sideMenu .sideNav > li > A {
    background:url(/assets/common/images/user/side_menu_icon.png) no-repeat 92% 18px;
    border:solid 1px #ddd; border-top:0; display: block; padding: 15px 12px 12px; line-height: 1.4; font-size: 16px; color: #444;
}
#subContainer .sideMenu .sideNav > li > A::before {  }
#subContainer .sideMenu .sideNav > li > A:hover,
#subContainer .sideMenu .sideNav > li.active > A {
    background: #00AFF0 url(/assets/common/images/user/side_menu_icon_on.png) no-repeat 92% 18px; ;
    color: #fff; border:solid 1px #0099D3; border-top: 0; border-bottom:solid 1px #0099D3;
}
#subContainer .sideMenu .sideNav > li.active { }

#subContainer .sideMenu .sideNav .dropdown-menu {
	position: relative;
	background: #fafafa;
	width: 100%;
	margin: 0; padding: 0;border-radius: 0;
	box-shadow:none;
	border:solid 1px #ddd; border-top:0;
}
#subContainer .sideMenu .sideNav .dropdown.active .dropdown-menu { display: block; }
#subContainer .sideMenu .sideNav .dropdown-menu > ul { margin: 15px; }
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li { width: 100%; padding: 6px 0;  }
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li > a {
    background:url(/assets/common/images/user/side_sub_icon.png) no-repeat 98% 8px; ;
    color: #777; font-size: 15px; display:block;
}
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li > a > span { display: none; }
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li A:hover,
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li.active > A {
    background:url(/assets/common/images/user/side_sub_icon_on.png) no-repeat 98% 8px; ;
    border: 0; color: #00AFF0; font-weight: 500;
}
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li.has-sub ul { margin: 15px 0 5px 10px; }
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li.has-sub ul > li { padding-left:8px; background:url('/assets/common/images/basic/ul_bg.png') no-repeat 0px 6px; margin: 6px 0 0; }
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li.has-sub ul > li > a { color: #777; font-size: 13px;  }
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li.has-sub ul > li > a:hover,
#subContainer .sideMenu .sideNav .dropdown-menu > ul > li.has-sub ul > li.active > a { background: none; color: #00AFF0; }


#subContainer .subTitle { width: 100%; margin:50px 0 30px; }
#subContainer .subTitle .subTit {
  justify-content: space-between; align-items: center;
  border-bottom:1px solid #e6e6e6;
  padding:15px 0 ;
}
#subContainer .subTitle .tit {  }
#subContainer .subTitle .tit h1 {  margin: 0 ; font-size: 28px; font-weight: bold; }
/* #subContainer .subTitle .tit .subtxt { float: left; height: 28px; font-size: 14px; margin-left: 10px; padding: 5px 0 5px 10px; border-left: solid 2px #00AFF0; } */

#subContainer .subTitle .breadcrumb { align-items: center;}
#subContainer .subTitle .breadcrumb li { position:relative;  font-size: 12px; margin-left:20px; color:#8B8B8B; }
#subContainer .subTitle .breadcrumb li A {
  color:#8B8B8B;
}
#subContainer .subTitle .breadcrumb li A .home { display: inline-block; background:url(/assets/common/images/user/home_icon.png) no-repeat 0 2px; width: 24px; height: 24px;  }
#subContainer .subTitle .breadcrumb li::before { content: "/\00a0";
    color: #9e9e9e;
    position: absolute;
    left:-11px;
    padding:0;
    font-weight: 100;
    top: 1px;
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro'; }
/* #subContainer .subTitle .line { clear: both; background:url(/assets/common/images/basic/slash_bg.png) repeat; width: 100%; height: 8px; } */
#subContainer .subTitle .breadcrumb li:first-child::before {
  display:none;
}
#subContainer .subTitle .line {
  width:100%;
  height: 1px;

}
#subContainer .sideDiv { width: 100%; background:#4D8EE4; }
#subContainer .subDiv { width: 100%;  padding:70px 0 ;  }

#subContainer .sideDiv .header-menu-nav {
  position:relative;
}
#subContainer .sideDiv .menuScroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#subContainer .sideDiv .menuScroll .sideNav {
  display: inline-block;
}
#subContainer .sideDiv .menuScroll .sideNav li {
  display: inline-block;
  margin: 0 13px;
  text-align: center;
  position:inherit;
}
#subContainer .sideDiv .menuScroll .sideNav li a {
  font-weight: 300;
  color: #fff;
  line-height: 55px;
  font-size:15px;
  letter-spacing: -.8px;
}
#subContainer .sideDiv .menuScroll .sideNav li.active a {
  font-weight: 500;

}
#subContainer .sideDiv .menuScroll .sideNav li.dropdown > a {
  position:relative;
  margin-right:10px;
  padding-right:10px;
}
#subContainer .sideDiv .menuScroll .sideNav li.dropdown > a::after {
  position:absolute;
  content:'\f0dd';
  font-size:12px;
  font-family: 'Font Awesome 5 Pro';
  right:0;
  font-weight: 900;

}
#subContainer .sideDiv .menuScroll .sideNav li .depth3-menu {
  display:none;
}
#subContainer .sideDiv .menuScroll .sideNav li.active .depth3-menu {
  position: relative;
  bottom: 0;
  right: 0;
  float: none;
  display: inline-block;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
#subContainer .sideDiv .menuScroll .sideNav li.active li a {
  font-weight: 300;
}
#subContainer .sideDiv .menuScroll .sideNav li.active li.active a {
  font-weight: 500;
}
#subContainer .sideDiv .menuScroll .sideNav li.active  .depth3-menu {
  position:absolute;
  top:0;
  width:100%;
  height: 55px;
  margin-top:55px;
  background:#3b6296;
}
#subContainer .sideDiv .menuScroll .sideNav li.active  .depth3-menu ul {
  max-width:1200px;
  margin:0 auto;
  text-align: left;
}

/* 카피라이트 */
.footer { position: relative;; bottom: 0; margin: 0; background:#4174BA; border:none; }

.footer_menu{ display: none;}
.footer .copy_logo { float: none; text-align: center; margin:0; padding:30px 0 20px;}
.footer .copy_logo a {
  display:block;
}
.footer .copy_logo img {
  max-width:190px;
  width:100%;
}
.footer .footer_info { float: none; padding: 0; }
.footer .footer_info .info_btn { float:none; text-align: center;  padding:0; margin:0 auto; justify-content:center;}
.footer .footer_info .info_btn li { position: relative; float: none; padding: 0 15px; display:inline-block; }
.footer .footer_info .info_btn li::after { content: ''; position: absolute; left: 0; top:3px; color: #AAC1E0; width:1px ;height: 15px; background:#AAC1E0; }
.footer .footer_info .info_btn li:first-child { padding-left: 0; background: none; }
.footer .footer_info .info_btn li:first-child::after { display:none; }
.footer .footer_info .info_btn li A { color:#fff; text-align: center; font-size: 13px; letter-spacing: -.3px;
font-weight: 300;}

.footer .footer_info .info_text { display: block; text-align: left; color:#fff; font-size:13px; padding: 15px 0 0; clear: both; }
.footer .footer_info .info_text p { color:#fff;font-size:13px; font-family: 'nanum-square-r', sans-serif; text-align: center;}
.footer .footer_info .copy_text { margin-top: 45px; text-align: left; color:#C1D2E9; font-size:12px; text-align: center;}


.footer_menu { width:100%; height:64px; z-index: 99; }
.footer_menu ul { height:64px; background: #404040; display: block; margin: 15px 0 0;  }
.footer_menu li { position:relative; width: 20%; float: left; height:64px; margin:10px 0 0; }
.footer_menu li A { height:80px; display: block; color:#eee; text-align: center; vertical-align: middle; text-decoration: none; }
.footer_menu li A p { font-size:13px;  }
.footer_menu li A span { font-size: 24px; }

.subBody { margin-bottom: 250px; }
.subBody .footer { position: absolute; bottom: 0; width:100%;}





@media(max-width:1300px){
  .section-04 .coo-top,.section-04 .coo-list {
    width:100%;
  }
}

@media(max-width:1279px) {
    #header .container {
        position: relative;
        padding: 0 10px;
        width: 100%;
    }
    #top_menu { margin: 0; }
	#section02 .sectionSlide > .owl-nav { display: none; }
}

@media(min-width:1200px) {

	.search-toggle {  }
	.page-with-top-menu { padding:0; }

	.search_div {  }
	.navbar-header .search-toggle { display: none; }

    #section03 .mainCalendar { }
    #section03 .calendarTable { width: 50%; height: auto; float: left; border-right: solid 1px #ddd;  }
    #section03 .calendarList { width: 50%; height: auto; float: left; overflow-x:auto; }

}
@media(max-width:1199px) {

    /*헤더영역*/
    #tnb, .tnbNav { display: none; }
    .nav-bar {display:none;}
    #header .container-fluid .search-toggle {
      display:block;
    }

    #header { height: 55px; background: #fff; border: 0; }
    #header .container { width: 100% !important; max-width:100% !important; height: 55px; padding: 0; }
    #header .container-fluid { width: 100%; padding: 0; align-items: baseline;}
    #header .container-fluid .top-navbar { display: none!important; }
    .search-toggle { border: 0; border-left:solid 1px #0099D3; }
    .search-toggle i { color:#848484; font-size:24px; line-height: 55px;}

    .top_menu_bg {display: none; }
    .search-toggle { position: absolute; top: 0; right: 0; background: #fff; border-left: solid 1px #fbfbfb; height: 55px; width: 55px; line-height: 55px; text-align: center; font-size: 18px; color: #fff; }
    .search-toggle:hover { background: #0098D1; color: #fff; }
    .search-toggle:hover i {color:#fff;}
    .search_inner .close { display: block;; }
    .search_div { width:auto;  }

    .navbar-header .navbar-brand .wLogo { display:none; }
    .navbar-header .navbar-brand .mLogo { display:block; height: 32px; margin: 11px 0 0; }

    .topTotal { display: none; }

    .bannerArea { position: relative; background: #fff; height: 330px;overflow: hidden; }
    .bannerArea .item { position: relative; float: left; height: 330px; overflow: hidden; }

    .photoArea { position: relative; height: 330px;overflow: hidden; }
    .photoArea .photoBanner .item {position: relative;height: 330px;overflow: hidden;}
    .photoArea .photoBanner .item .imgOption { height: 330px; }
	/* 메인페이지 */
	#mainContainer { padding:0 0 0; }


    #section02 .sectionSlide .item .thumbnail .img .imgOption {
        height:170px;
        -ms-transform:all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #section02 .sectionSlide .item .thumbnail .img .imgOption img { max-width: 100%; width: 100%; height:100%; }

	/* 서브페이지 */
	#subContainer { padding:50px 0 0; }
	#subContainer .sideDiv {display: none; }
	#subContainer .subDiv  { width: 100%;   }

	.subWrap { }

#subContainer .subTitle { width: 100%; display: block; text-align: center; margin: 40px 0 10px; }

#subContainer .subTitle .tit { display:block; margin-bottom: 20px; }
    #subContainer .subTitle .tit h1 {  float:none; margin: 0 0 20px; font-size: 28px; font-weight: bold; }
    #subContainer .subTitle .tit .subtxt { position: relative; float: none; height: 28px; font-size: 14px; padding:15px 0 0; border-left:0; }
    #subContainer .subTitle .tit .subtxt:before { content: ''; position: absolute; background: #00AFF0; top:0; left: 50%; margin-left: -25px; width: 50px; height: 3px; }

	#subContainer .subTitle h1 { clear: both; float: none; display:block; margin: 0 0 10px; font-size: 28px; }
	#subContainer .subTitle .breadcrumb { clear: both; display: block; float: none; display: inline-block; }
	#subContainer .line { margin: 10px 0 0px; }


	.page-with-top-menu { padding:50px 0 0; }

	#sub_container { margin: 0px 0 0; }

	/* 검색 */
	.search_div { display:none; position: absolute; top: 0; left: 50px; right: 50px; margin: 0; z-index: 1014;}
	.search_inner {  width:100%; height: 55px;  border:0; border-bottom: solid 1px #ddd; padding:0; border-radius: 0; box-shadow: none;}
	.search_inner .search_input { width:100%; height: 55px; float:left;  padding:0px 0 0 12px; color: #999; border:0; }
	.search_inner .search_btn { display: none; }

	#top-menu {display: none!important; }

	.navbar-header { width: 100%; height: 55px; padding: 0; margin: 0!important; text-align: center;  }
	.navbar-header .icon-bar  { background: #555; }
	.navbar-header .navbar-brand { width: auto; margin: 0; display: inline-block; float: none; padding:0; font-size: 24px; color: #222; line-height: 50px; z-index: 1013;}
	.navbar-header .navbar-brand img { height: 40px; }
	.navbar-header .navbar-toggle { display: block;  width:55px; height: 55px; background:#fff; border-right:1px solid #fbfbfb;}
  .navbar-header .navbar-toggle .icon-bar {
    background:#848484;
    width:80%;
    margin:0 auto;
  }

	.nav.navbar-nav { display: none; }
  .section-01 {height: auto; margin-bottom:40px;}
  .section-03 .main-quick {
    padding:30px 20px;
    margin-bottom:15px;
  }
}
@media(min-width:992px){
    /* 마을일정 */
    #section03 .calendar { width: 100%; height: auto; float: left; }
    #section03 .calendarList { width: 50%; height: auto; float: left; overflow-x:auto; }
}
@media(max-width:991px){
    .container { max-width:95% !important; width:95% !important;}
    #header .container-fluid .top-navbar { display: none!important; }
    .mainModal {
        width: 100%; position: absolute; top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 1020;
        display: table;
    }
    .subBody { margin-bottom: 0; }
    .subBody .footer { position: relative; margin: 30px 0 0; }

    .bannerArea { height: auto; }
    .bannerArea .item { height: auto; }

    .photoArea { position: relative; height: auto;}
    .photoArea .photoBanner .item { height: auto;}
    .photoBanner .item a .cont { padding: 30px 20px; }
    .photoBanner .item a .cont .caption div { display:none;}
    .photoBanner .item a .cont > h3 { margin: 10px 0 0; color: #333; font-size: 20px; }
    .photoBanner .item a .cont > p { margin: 10px 0 0; font-size: 13px; color: #777; }

    .basicVisual .tit { text-align: center; margin: 0; padding:20px 0 0; }
    .basicVisual .tit > span { display: block; }
    .basicVisual .basicImg {
    	position: absolute;
    	background:url('/assets/common/images/user/main_basic_img.png') no-repeat;
    	background-position:100%;
    	top:0; right: 0;
    	width: 100%; height: 100%;
    	z-index: 11;
    }
    #section01 { padding: 60px 0; }
    #section02 { padding: 60px 0; }
    #section03 { padding: 60px 0; }

    #section02 .sectionSlide .item .thumbnail .img .imgOption {
        height:240px;
    	-ms-transform:all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #section02 .sectionSlide .item .thumbnail .img .imgOption img { max-width: 100%; width: 100%; height:100%; }

    /* 마을일정 */
    #section02 .mainTab ul {}
    #section02 .mainTab ul li { width: 100px;  }
    #section02 .mainTab ul li.active, #section02 .mainTab ul li:hover { width: 100px;  }
    #section02 .mainTab ul li a { font-size: 15px; }
    #section03 .mainCalendar { background: #fff; width: 100%; height: auto; }
    #section03 .calendar { width: 100%; height: auto; float: left; padding: 0; overflow: hidden; }
    #section03 .calendar .daysmonth td { font-size: 16px; border: solid 1px #e5e5e5!important; text-align: center; padding: 0; height:40px;}
    #section03 .calendar .daysmonth td a { line-height: 40px; height:40px; }


	.footer {   }
	.footer .container { padding: 0; max-width:100% !important; width:100% !important;  }
	.footer .copy_logo { width: 100%; margin-bottom: 10px; text-align: center; }
	.footer .footer_info { width: 100%; float: none; text-align: center; padding: 0; }
	.footer .footer_info .info_btn { width: 100%; display: flex; border-left: solid 1px #ddd; border-top: solid 1px #ddd; flex-wrap:wrap;}
	.footer .footer_info .info_btn li { width: 50%; padding: 0; border-right: solid 1px #ddd; border-bottom:  solid 1px #ddd;}
  .footer .footer_info .info_btn li::after {
    display:none;
  }
	.footer .footer_info .info_btn li:before { content: '';}
	.footer .footer_info .info_btn li:first-child { padding-left: 0; background: none; }
	.footer .footer_info .info_btn li:first-child:before { content: ''; }
	.footer .footer_info .info_btn li A { display: block; color:#fff; text-align: left; padding: 10px 0; text-align: center;   }

	.footer .footer_info .info_text { padding: 15px 0 0; float:none; text-align: center; }
	.footer .footer_info .copy_text { padding: 10px 0 0; float:none; text-align: center; }

	.pace-progress { top:54px; }
	.page-header-fixed { padding-top:50px;}
}

@media (max-width: 767px) {
    #section02 .sectionSlide .item .thumbnail .img .imgOption {
        height:auto;
    	-ms-transform:all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #section02 .sectionSlide .item .thumbnail .img .imgOption img { max-width: 100%; width: 100%; height:auto; }

    #section03 .calendarTable { width: 100%; height: auto;  }
    #section03 .calendarList { width: 100%; height: auto;  }

    .mainBtn ul { margin: 40px 0 0; }
    .mainBtn ul > li a img {  width: 72px; }


    .subBody { margin-bottom:0;}
    .subBody .footer {  }
    .section-01 {background:#fff;}
    .section-01 .section-01-wrap .main-Banner {
      margin-top:0;
    }
    .section-01 .container {
      max-width:100% !important;
      width:100% !important;
      margin : 0 !important;
      padding :0 !important;
    }
    .mySwiper-btn {
      bottom:10px;
      width:170px;
    }
    .mySwiper-btn .mainbannerBtn {
      width:34px;
      height: 34px;
    }
    .mySwiper-btn .swiper-pagination-main {
      height: 34px;
      line-height: 34px;
      font-size:13px;
    }
    .section-02 .row .col-md-9,  .section-02 .row .col-md-3 {
      padding:0;
    }
    .section-02 .row .col-md-9 {
      margin-bottom:20px;
    }
    .main-notice-btn .notice-more {
      display:none;
    }
    .main-notice-btn .noticeBtn {
      margin-right:0;
      margin-left:3px;
      width:34px;
      height: 34px;
    }
    .section-02 {
      margin:0 ;
    }
    .section-02 .main-notice {
      padding:25px 20px;
    }
    .section-02 .main-notice .notice-list {
      display:none;

    }
    .section-02 .main-notice .notice-list-mo {
      display:block;

    }
    .section-02 .main-notice .title span::after {
      height: 43px;
      top:-18px;
    }
    .section-02 .main-notice .title span {
      font-size:13px;
    }
    .section-02 .main-notice .title p {
      font-size:20px;
    }
    .section-02 .main-notice .main-notice-btn {
      display:none;
    }
    .section-02 .main-notice .title {
      padding:20px 0 ;
    }
    .notice-list-mo .more-notice-mo {
      display:block;
    }
    .section-02 .main-facebook {
      display:none;
    }
    .section-03 .col-xs-12 {
      padding:0;
    }
    .section-03 .main-quick {
      padding:20px;
    }
    .section-03 .main-quick a .top {
      font-size:16px;
      margin-bottom:10px;
    }
    .section-03 .main-quick a .txt p {
      font-size:13px;
    }
    .section-03 .main-quick a button {
      padding:7px 15px;
      margin-top:5px;
    }
    .section-03 .m-snsbtn {
      display:block;
      border-bottom:1px solid #EBEBEB;
    }
    .section-04 .cooperation-btn {
      display:block;
      text-align: center;
      margin-bottom:10px;
    }
    .section-04 .cooperation-btn p {
      font-weight: 500;
    }
    .section-04 .cooperation-btn .main-coo-btn {
      justify-content: flex-end;
    }
    #subContainer .subTitle .subTit {
      justify-content: center;
      flex-direction: column;
    }
    #subContainer .subTitle .breadcrumb li:first-child {
      margin-left:0;
    }
    #subContainer .subDiv {
      padding:20px 0 ;
    }
    #subContainer .subTitle .tit {
      margin-bottom:10px;
    }
    #subContainer .subTitle .tit h1 {
      font-size:22px;
      margin-bottom:10px;
    }
}

@media (min-width: 768px) {

  	.navbar-ul { top:0; right:10px; }

}
@media (max-width: 479px) {
  .section-03 .m-snsbtn .btn {
    width:40%;
  }
}
