@charset "utf-8";
#container {
  position: relative;
}
/*메인비주얼*/
.main_visual {
  text-align: center;
  position: relative;
  width: 100%;
  height: 520px;
  min-width: 1200px;
  overflow: hidden;
  z-index: 1;
}
.main_visual ul {
  width: 100%;
  left: 0px;
  top: 0px;
  height: 520px;
  position: absolute;
  z-index: 0;
}
.main_visual li {
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 520px;
}
.main_visual li a {
  display: block;
}
.main_visual .main_pager {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 99999999 !important;
  width: 100%;
  text-align: center;
}
.main_visual .main_pager span {
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border-radius: 13px;
  background: #fff;
}
.main_visual .main_pager .cycle-pager-active {
  background: #0054a5;
}
.main_visual .main_visual_text {
  position: absolute;
  width: 100%;
  height: 520px;
  top: 0px;
  color: #fff;
  z-index: 2;
}
.main_visual .main_visual_text .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.15); */
  z-index: -1;
}
.main_visual .main_visual_text .text {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.main_visual .main_visual_text .t1 {
  font-size: 60px;
  padding: 176px 0px 17px;
  line-height: 68px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-align: left;
  font-family: "nanumsquare", sans-serif;
}
.main_visual .main_visual_text .t2 {
  font-size: 18px;
  text-align: left;
}
.main_visual .main_visual_btn {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 45.4%;
  z-index: 99;
}
.main_visual .main_visual_btn a {
  float: left;
  margin: 0px 50px;
  width: 27px;
  height: 46px;
  background: url(../images/main/main_visual_btn.png) left top no-repeat;
  text-indent: -9999px;
}
.main_visual .main_visual_btn a#main_btn_next {
  background-position: right top;
  float: right;
}
.main_quick_box {
  margin-top: -80px;
  position: relative;
  z-index: 9999;
}
.main_quick_box ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.main_quick_box ul li {
  display: table-cell;
  height: 180px;
  vertical-align: middle;
  position: relative;
  background: #fff;
  text-align: center;
  color: #fff;
}
.main_quick_box ul li .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0965c4;
  z-index: 0;
}
.main_quick_box ul li.m2 .bg {
  opacity: 0.8;
}
.main_quick_box ul li.m3 .bg {
  opacity: 0.7;
}
.main_quick_box ul li.m4 .bg {
  opacity: 0.6;
}
.main_quick_box ul li .box {
  position: relative;
  z-index: 1;
}
.main_quick_box ul li .box {
  position: relative;
  z-index: 1;
  transition: all .2s;
}
.main_quick_box ul li .box .btn {
  text-align: center;
  margin-top: 20px;
}
.main_quick_box ul li .box .btn a {
  display: inline-block;
  line-height: 33px;
  padding: 0 20px;
  border: 1px #fff solid;
  color: #fff;
}
.main_quick_box ul li.m4 {
  width: 350px;
}
.main_quick_box ul li.m4 .box {
  padding: 30px;
}
.main_quick_box ul li.m4 .search {
  margin-top: 30px;
  position: relative;
}
.main_quick_box ul li.m4 .search .common_title {
  text-align: center;
  font-size: 25px;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.main_quick_box ul li.m4 .search .common_title_info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
}
.main_quick_box ul li.m4 .search .search_text {
  margin-right: 67px;
}
.main_quick_box ul li.m4 .search .search_text input {
  width: 90%;
  height: 48px;
  padding: 0 5%;
  line-height: 48px;
  border: 0px;
  background: #fff;
}
.main_quick_box ul li.m4 .search .search_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 68px;
}
.main_quick_box ul li.m4 .search .search_btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 0px;
  text-indent: -9999px;
  background: #666 url(../images/common/top_search_btn.png) center 50% no-repeat;
}
/*메인박스*/
.main_center_wrap {
  margin: 0px auto 0px;
  width: 1200px;
  overflow: hidden;
}
.main_center_wrap h3.common_title {
  font-size: 19px;
  color: #000;
  line-height: 44px;
  margin-bottom: 10px;
  border-bottom: 1px solid #767980;
  position: relative;
}
.main_center_wrap h3.common_title .more {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  color: #999;
  font-weight: normal;
}
.main_center_wrap .box_01 {
  /* height: 300px; */
  /* border: 1px solid; */
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main_center_wrap .box_02 {
  border: 1px solid #ddd;
  float: right;
  margin-top: -1px;
  border-radius: 6px 6px 0 0;
}
.main_center_wrap .box_03 {
  width: 570px;
  background: #af5c5c;
  height: 300px;
  border: 1px solid;
}
.main_center_wrap .box_04 {
  width: 570px;
  background: #78dc8a;
  height: 300px;
  border: 1px solid;
}
/*공지*/





/* Notice Section */
.main_notice {
  float: left;
  width: 574px;
  height: 339px;
  overflow: hidden;
  position: relative;
}

/* Notice Header */
.main_notice .box {
  background: #6a9ccf;
  height: 64px;
  line-height: 39px;
  border-radius: 4px 4px 0 0;
}

.main_notice .box2 {
  background: #57b6cb;
  height: 60px;
  border-radius: 4px 4px 0 0;
}

.main_notice h2 {
  float: left;
  color: #fff;
  margin: 16px 150px 0 20px;
  font-size: 20px;
}

.main_notice h2 i {
  font-size: 25px;
}

/* Notice Content Area */
.main_notice .contents {
  position: absolute;
  left: 0;
  top: 60px;
  width: 534px;
  padding: 31px 20px;
}

/* Tab Navigation */
.main_notice dt {
  float: left;
  line-height: 50px;
  position: relative;
  font-weight: 600;
}

.main_notice dt a {
  display: block;
  color: #767676;
  font-size: 19px;
  background: #fafafb;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.main_notice dt.fist_title a {
  border-left: 1px solid #ddd;
}

.main_notice dt.on a {
  color: #fff;
  font-size: 19px;
  background: #37b248;
}

/* Tab Content */
.main_notice dd {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  height: 240px;
  display: none;
  border-top: 1px solid #ddd;
}

.main_notice dd.first {
  display: block;
}

/* Notice List Items */
.main_notice ul {
  padding-top: 10px;
  margin: 0 15px;
}

.main_notice ul li {
  position: relative;
  background: url(../images/main/notice_dot.jpg) left 50% no-repeat;
  /* padding-left: 11px; */
  line-height: 27px;
  font-size: 15px;
}
.m_program {
    width: 543px;
    text-align: center;
}
.main_notice ul li a {
  display: inline-block;
  color: #222;
  margin-left: 7px;
}

.main_notice ul li .date {
  float: right;
  font-size: 14px;
  color: #777;
}

.main_notice ul li .text .t2 {
  display: none;
}

/* Featured Notice Item */
.main_notice ul li.first_li {
  padding-left: 60px;
  background: url(../images/main/main_first_notice.jpg) left 45% no-repeat;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  min-height: 71px;
}

.main_notice ul li.first_li a {
  display: block;
  width: 100%;
}

.main_notice ul li.first_li .text {
  margin-top: 4px;
  padding-right: 10px;
}

.main_notice ul li.first_li .text .t1 {
  padding-left: 0;
  background: none;
  color: #222;
  font-weight: bold;
  font-size: 17px;
}

.main_notice ul li.first_li .text .t2 {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 20px;
  margin-top: 10px;
}

.main_notice ul li.first_li .date {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
}

/* Hover Effects */
.main_notice ul li a:hover .text .t1 {
  color: #058b44;
}

.main_notice ul li a:hover .text .t2 {
  color: #999;
}












.popup_zone_pager {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  z-index: 3;
  text-align: center;
}
.popup_zone_pager span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;



  border-radius: 12px;
  background: #ddd;
  margin: 0px 2px;
  cursor: pointer;
}
.popup_zone_pager .cycle-pager-active {
  background: #6fbc20;
}
.popup_zone_pager2 {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  z-index: 3;
  text-align: center;
}
.popup_zone_pager2 span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;


  border-radius: 12px;
  background: #ddd;
  margin: 0px 2px;
  cursor: pointer;
}
.popup_zone_pager2 .cycle-pager-active {
  background: #6fbc20;
}
.tabcontent .popup .m_program .t1 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0px;
}
.tabcontent .popup .m_program .t2 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
  color: #4a4a4a;
}
.tabcontent .popup .m_program .t3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 28px;
}
.tabcontent .popup .m_program .t3 i{
  font-size: 16px;
  color:#1f9400;
}
/*메인갤러리*/
.main_gallery {
  float: left;
  margin-top: -20px;
  height: 364px;
  width: 574px;
  overflow: hidden;
  position: relative;
  background: #fff url(../images/main/main_notice_line.gif) left 65px repeat-x;
}
.main_gallery dt {
  float: left;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}
.main_gallery dt a {
  display: block;
  color: #7a7676;
  font-size: 19px;
  background: #fafafb;
  text-align: center;
  padding: 0 30px;
  border-top: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  border-radius: 4px 4px 0 0;
}
.main_gallery dt.fist_title a {
  border-left: 1px #ddd solid;
}
.main_gallery dt.on a {
  display: block;
  color: #000;
  /* font-size: 14px; */
  /* font-weight:bold; */
  background: #37b248;
  color: #fff;
}
.main_gallery dd {
  position: absolute;
  top: 51px;
  left: 0%;
  width: 100%;
  padding: 0 15px;
  display: none;
  border-top: 1px #ddd solid;
}
.main_gallery dd.first {
  display: block;
  padding: 0 20px;
}
.main_gallery ul {
  padding-top: 20px;
}
.main_gallery ul li {
  position: relative;
  /* padding-left: 11px; */
  float: left;
  width: 276px;
  margin-right: 13px;
}
.main_gallery ul li:last-child {
  margin-right: 0px;
}
.main_gallery ul li div.txt {
  margin-top: 10px;
  letter-spacing: -0.8px;
  font-size: 15px;
}
.main_gallery ul li img {
  height: 260px;
  width: 246px;
  border-radius: 2px;
}
/*장난감도서관*/
.main_about {
  float: left;
  height: 249px;
  margin-top: 20px;
  width: 570px;
  background: #fefbf2 url(../images/main/main_about_bg.png) left top no-repeat;
}
.main_about dl {
  padding: 20px 20px 0px 230px;
}
.main_about dl dt {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.main_about dl dd {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #888;
  margin-top: 10px;
}
.main_about a {
  margin-left: 231px;
  display: inline-block;
  color: #666;
  margin-top: 10px;
  font-size: 11px;
  background: #93baa7;
  color: #fff;
  border: 1px #93baa7 solid;
  padding: 0px 10px;
  line-height: 22px;
  transition: all .2s;
}
.main_about a:hover {
  transition: all .3s;
  background: #666;
  border-color: #666;
}
/*카피라이트*/
#footerGroup {
  margin-top: 0px;
}
.main_center {
  margin: 40px 0px 0px;
  overflow: hidden;
}
.main_center .center_quick {
  float: left;
  width: 498px;
  height: 298px;
  border: 1px #dddddd solid;
  position: relative;
}
.main_center .center_quick .title {
  font-size: 25px;
  color: #000000;
  padding: 33px 0 0 20px;
  position: relative;
  font-weight: 600;
}
.main_center .center_quick .title span {
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
.main_center .center_quick .title .more {
  position: absolute;
  right: 24px;
  top: 32px;
}
.main_center .center_quick .quick {
  text-align: center;
  margin-top: 15px;
}
.main_center .center_quick .quick li {
  display: inline-block;
  margin: 0 20px;
}
.main_center .center_quick .quick li a {
  color: #333333;
  font-size: 14px;
}
.main_center .center_quick .btn {
  border-top: 1px #ddd solid;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.main_center .center_quick .btn .col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.main_center .center_quick .btn a {
  display: table-cell;
  line-height: 49px;
  background: url(../images/main/center_dot_arrow.png) 80% 50% no-repeat;
}
.main_center .center_quick .btn a img {
  vertical-align: middle;
  padding-right: 5px;
}
.main_center .center_quick .btn a.first {
  border-right: 1px #ddd solid;
}
.main_center .common_notice {
  float: left;
  margin-left: 49px;
  border: 1px #ddd solid;
  border-radius: 6px;
}
.main_center .common_notice .notice_tep {
  position: relative;
}
.main_center .common_notice .notice_tep h3 {
  float: left;
  text-align: center; /* min-width:80px; */ border: 1px #d6d6d6 solid;
  font-weight: normal;
  border-radius: 30px;
  background: #f4f4f4;
  margin: 12px 3px;
}
.main_center .common_notice .notice_tep h3 a {
  line-height: 34px;
  padding: 2px 25px 0px;
  font-size: 13px;
  color: #999;
}
.main_center .common_notice .notice_tep .more {
  position: absolute;
  right: 11px;
  top: -41px;
  font-weight: normal;
  color: #888 !important;
}
.main_center .common_notice .main_notice .on_check h3 {
  border-color: #6fbc20;
  background: #6fbc20;
}
.main_center .common_notice .main_notice .on_check h3 a {
  color: #fff;
  font-weight: bold;
}
.main_center .common_notice .main_notice .on_check .tabcontent {
  display: block;
}
.main_center .common_notice .notice_tep div.tabcontent {
  position: absolute;
  left: 0;
  top: 60px;
  /* width: 534px; */
  display: none;
}
.main_center .common_notice .notice_tep div.tabcontent li {
  background: none;
}
.main_center .common_notice .notice_tep div.tabcontent li a {
  margin-top: -20px
}
.main_center .common_notice .main_notice .popup {
  text-align: center;
}
.main_center .common_notice .notice_tep div.tabcontent .go_btn {
  color: #282828;
  background: #f3f3f3;
  display: block;
  border: 1px solid #d5d5d5;
  font-weight: bold;
  text-align: center;
  height: 13px;
  padding: 10px 3px 10px 0px;
  line-height: 12px;
  float: left;
  font-size: 14px;
  letter-spacing: -0.5px;
  border-radius: 3px;
  width: 130px;
}
.main_center .common_notice .notice_tep div.tabcontent .go_btn i {
  border: none !important;
  /* margin-right: 5px!important; */
  color: #898989 !important;
  /* border-radius: 0px!important; */
  font-size: 12px;
}
.main_center .common_notice .notice_tep div.tabcontent .go_btn:hover {
  color: #ffffff;
  background: #525252;
  border: 1px solid #272727;
}
.main_center .common_notice .notice_tep div.tabcontent .go_btn:hover i {
  border: 1px solid #525252 !important;
  color: #ffffff !important;
}
.main_center_wrap .col_box {
  overflow: hidden; /* margin-top: 20px; */
}
.main_center_wrap .col_box .col {
  float: right;
  margin-top: 40px;
  width: 575px;
  border: 1px #ddd solid;
  border-radius: 5px;
}
.main_center_wrap .col_box .col.col_last {
  /* float: right; */
  /* margin-top: 40px; */
}
.main_center_wrap .col_box .col .col_cont_box {/* padding:35px; */position: relative;overflow: hidden;/* border: 1px #ddd solid; *//* margin: 7px 15px; *//* height:275px; */padding: 30px 0;}


.main_center_wrap .col_box .col .col_cont_box a img:hover{
transform: scale(1.08);
}

.main_center_wrap .col_box .col .col_cont_box a img{
    background-size: cover;
    background-repeat: no-repeat;
    height: 227px;
    /* width: 200px; */
    position: relative;
    vertical-align: top;
    display: block;
    vertical-align: middle;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.main_center_wrap .col_box .col .col_cont_box .s_title {
  position: relative; /* margin: 20px; */
}
.main_center_wrap .col_box .col .col_cont_box .s_title .t1 {
  color: #000000;
  font-size: 16px;
  position: relative;
  padding-top: 40px;
}
.main_center_wrap .col_box .col .col_cont_box .s_title .line {
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #5cabaa;
  margin-top: 10px;
}
.main_center_wrap .col_box .col .col_cont_box .s_title .t2 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.main_center_wrap .col_box .col.col_last .col_cont_box .s_title .line {
  background: #7ab927;
}
.main_center_wrap .col_box .col .col_cont_box .btns {
  position: absolute;
  left: 35px;
  top: 173px;
  height: 22px;
  font-size: 0px;
  background: #fff;
}
.main_center_wrap .col_box .col .col_cont_box .btns a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px #ddd solid;
  text-align: center;
}
.main_center_wrap .col_box .col .col_cont_box .btns a span {
  display: inline-block;
  width: 5px;
  height: 20px;
  background: url(../images/main/main_sc_btns.png) left 50% no-repeat;
  text-indent: -9999px;
}
.main_center_wrap .col_box .col .col_cont_box .btns a.col_cont_box_slide_next {
  border-left: 0px;
}
.main_center_wrap .col_box .col .col_cont_box .btns a.col_cont_box_slide_next span {
  background-position: right 50%;
}
.main_center_wrap .col_box .col .col_cont_box .list_box { /* position:absolute; */ /* right: 40px; */ /* top:36px; */ float: left; /* margin-right: 40px; */ /* margin: 10px; */
}
.main_center_wrap .col_box .col .col_cont_box .list_box ul li .photo {
  width: 265px;
  overflow: hidden;
  border: 1px #ddd solid;
  margin: 7px 15px;
}
.main_center_wrap .col_box .col .col_cont_box .list_box ul li .photo a {
  background-size: cover;
  background-repeat: no-repeat;
  height: 227px; /* width: 200px; */ position: relative;
  vertical-align: top;
  display: block;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_center_wrap .col_box .col .col_cont_box .list_box ul li:hover .photo a {
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.main_center_wrap .col_box .col .col_cont_box .list_box ul li .text {
  text-align: center;
  font-size: 16px;
  color: #6a6969;
  margin-top: 10px;
}