﻿/* common style */
.tit_wrap { margin-bottom: 0.9rem; display: flex; align-items: flex-end;}
.tit_wrap h2 {max-width: calc(100% - 12rem); color:#000; font-weight:700; font-size:1.3rem; white-space: nowrap; overflow:hidden; line-height: 1; }
.tit_wrap span{max-width: 5rem; padding-left: 0.5rem; font-size: 0.7rem; white-space: nowrap; overflow: hidden;}

.btn_more{ position:absolute; top: -3.5rem; right: 0; display: flex; justify-content: center; align-items: center;  line-height:1; font-size: 0.7rem; color:#444; font-weight: 600; }
.btn_more span { margin-top:-0.6rem; margin-right: 0.8rem; }
.btn_more i{ display: flex; justify-content: center; align-items: center; width: 2.75rem; height: 2.75rem; background:#3d61ad; color:#fff; border-radius: 0.7rem; font-size: 1rem; font-weight: 500; box-shadow: 2px 2px 0 2px rgba(0,0,0,0.1); -webkit-transition:all 0.15s; transition:all 0.15s;}
.btn_more:hover i,
.btn_more:focus i { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }

/* 메인비주얼 */
.MVisual1005 {position:relative; height:100%; overflow: hidden; }
.MVisual1005 .item{overflow:hidden; line-height:0; }
.MVisual1005 .item img{position:relative; width:auto; max-width: 1920px; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual1005 .control{position:absolute; display: flex; align-items: center; left: 0; bottom:14.5rem; z-index:999;}
.MVisual1005 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; color:#444; text-align:center; border-radius:50%; color:#444; background: #fff; font-size: 1.9rem; -webkit-transition:all 0.15s;  transition:all 0.15s; }
.MVisual1005 .control .page { display: flex; justify-content: center; align-items: center; width:2.4rem; height: 2.4rem; background:#0f4e93; color:#fff; border-radius: 50%; font-family: 'Montserrat'; font-size: 1.1rem; }
.MVisual1005 .control > a.play{display:none;}
.MVisual1005 .control > a.play,
.MVisual1005 .control > a.stop { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; background: transparent; font-size: 1.2rem; color:#929db5; border:1px solid #929db5; background:#fff; }
.MVisual1005 .control > a.prev { margin-right: 1.5rem; }
.MVisual1005 .control > a.next { margin-left: 1.5rem; }
.MVisual1005 .control > a:hover,
.MVisual1005 .control > a:focus{ background:rgb(57, 88, 179, 0.9); color:#fff;}
.MVisual1005 .control .dots { margin:0 0.5rem; }
.MVisual1005 .control .dots li { display: inline-block; }
.MVisual1005 .control .dots li.slick-active button{ background: #0f4e93;}
.MVisual1005 .control .dots button { width: 0.6rem; height: 0.6rem; line-height: 0.6rem; background:#acb1bf; border-radius: 50%; text-indent: -9999px; margin: 0 0.1rem;}

/* 팝업존 */
.pop1005.popupZone { position:relative; width:100%; height:100%; padding:2.2rem 1.75rem 2.1rem; background:#ddf0e8; border-radius: 1.5rem; }
.pop1005.popupZone .tit_wrap { float:left; display: block; width:6.75rem;  }
.pop1005.popupZone .tit_wrap h2{ color: #333; font-size: 1.3rem; font-weight: 600; max-width: 100%; margin-bottom: 1rem;}
.pop1005.popupZone .tit_wrap p { max-height: 4rem; overflow: hidden; line-height: 1.25rem; color:#333; font-size: 0.75rem; }
.pop1005.popupZone .control {position: absolute; bottom: 2.2rem; left:1.75rem; text-align: center; z-index: 1; padding-bottom: 3.35rem; }
.pop1005.popupZone .control p { display: inline-block; color:#333; font-weight: 400; font-size:0.85rem; vertical-align: middle; font-family: 'Montserrat';}
.pop1005.popupZone .control p strong {position: relative; padding-left: 0.3rem; color:#0069b5; font-weight: 700;}
.pop1005.popupZone .control p strong::after{content: ''; display: inline-block; width: 0.25rem; height: 0.25rem; background: #999; margin: 0 0.55rem; border-radius: 50%; vertical-align: middle;}
.pop1005.popupZone .control p span{margin-right: 0.9rem;}
.pop1005.popupZone .control a {display: inline-block; overflow: hidden; text-align:center; color: #fff; font-size:0.85rem; padding: 0 0.35rem; width:1.45rem; height: 1.45rem; line-height: 1.45rem; background:#b2b6bf; border-radius: 50%; transition: all 0.15s; -webkit-transition: all 0.15s; vertical-align: middle;}
.pop1005.popupZone .control a:hover,
.pop1005.popupZone .control a:focus { background: #0f4e93; color:#fff;}
.pop1005.popupZone .control .play {display: none;}
.pop1005.popupZone .control .prev,
.pop1005.popupZone .control .next { position: absolute; bottom: 0; width: 2.4rem; height: 2.4rem; background:#fff; left: 0rem; border-radius: 50%; line-height: 2.4rem; text-align: center; box-shadow: 2px 2px 3px rgba(0,0,0,0.15); font-size: 1.2rem; color:#000; }
.pop1005.popupZone .control .next { left: 2.9rem; }
.pop1005.popupZone .pop_img { position:relative; float: right; width:calc(100% - 8.5rem); height:11.8rem; margin: 0 -0.45rem; overflow: hidden; isolation: isolate; }
.pop1005.popupZone .pop_img div[class*='slick-'],
.pop1005.popupZone .pop_img .item {height:100%;}
.pop1005.popupZone .pop_img .item{padding: 0 0.45rem;}
.pop1005.popupZone .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden; border-radius: 1rem; isolation: isolate; background-color: rgba(0,0,0,0.1); border:1px solid #ccc;}
.pop1005.popupZone .pop_img .item img {position:relative; width:auto; height:100%; }

/* 알림존 */
.pop1005.noticeZone { position:relative; width:100%; height:100%; padding:2.2rem 1.75rem 2.1rem; background:#f3f6fb; border-radius: 1.5rem; }
.pop1005.noticeZone .tit_wrap { float:left; display: block; width:6.75rem; }
.pop1005.noticeZone .tit_wrap h2{ color: #333; font-size: 1.3rem; font-weight: 600; max-width: 100%; margin-bottom: 1rem; }
.pop1005.noticeZone .tit_wrap p { max-height: 4rem; overflow: hidden; line-height: 1.25rem; color:#333; font-size: 0.75rem; }
.pop1005.noticeZone .control {position: absolute; bottom: 2.2rem; left:1.75rem; text-align: center; z-index: 1; padding-bottom: 3.35rem; }
.pop1005.noticeZone .control p { display: inline-block; color:#333; font-weight: 400; font-size:0.8rem; vertical-align: middle; font-family: 'Montserrat';}
.pop1005.noticeZone .control p strong {position: relative; padding-left: 0.3rem; color:#0069b5; font-weight: 700;}
.pop1005.noticeZone .control p strong::after{content: ''; display: inline-block; width: 0.25rem; height: 0.25rem; background: #999; margin: 0 0.55rem; border-radius: 50%; vertical-align: middle;}
.pop1005.noticeZone .control p span{margin-right: 0.9rem;}
.pop1005.noticeZone .control a {display: inline-block; overflow: hidden; text-align:center; color: #fff; font-size:0.85rem; padding: 0 0.35rem; width:1.45rem; height: 1.45rem; line-height: 1.45rem; background:#b2b6bf; border-radius: 50%; transition: all 0.15s; -webkit-transition: all 0.15s; vertical-align: middle;}
.pop1005.noticeZone .control a:hover,
.pop1005.noticeZone .control a:focus {background: #0f4e93; color:#fff;}
.pop1005.noticeZone .control .play {display: none;}
.pop1005.noticeZone .control .prev,
.pop1005.noticeZone .control .next { position: absolute; bottom: 0; width: 2.4rem; height: 2.4rem; background:#fff; left: 0rem; border-radius: 50%; line-height: 2.4rem; text-align: center; box-shadow: 2px 2px 3px rgba(0,0,0,0.15); font-size: 1.2rem; color:#000; }
.pop1005.noticeZone .control .next { left: 2.9rem; }
.pop1005.noticeZone .pop_img { position:relative; float: right; width:calc(100% - 8.5rem); height:11.8rem; margin: 0 -0.45rem; overflow: hidden; isolation: isolate; }
.pop1005.noticeZone .pop_img div[class*='slick-'],
.pop1005.noticeZone .pop_img .item {height:100%;}
.pop1005.noticeZone .pop_img .item{padding: 0 0.45rem;}
.pop1005.noticeZone .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden; border-radius: 1rem; isolation: isolate; background-color: rgba(0,0,0,0.1); border:1px solid #ccc;}
.pop1005.noticeZone .pop_img .item img {position:relative; width:auto; height:100%;}

/* 게시판 */
.notice1005 { position:relative; height:100%; }
.notice1005 .tit_wrap span{ color: #3d61ad; font-size: 1rem; font-family: 'MontserratRoman'; font-weight: 800;}
.notice1005 .notice_wrap { width: 100%; height: 13.15rem; background:#fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 1rem; padding:1.45rem 0 2rem; }
.notice1005 .notice_wrap::after { display: block; clear: both; content: ""; }
.notice1005 .titTab { position: relative; font-size: 0; float: left; width: 9.6rem; padding-left: 1.3rem; }
.notice1005 .titTab ul { width:100%; }
.notice1005 .titTab li { position:relative; display:block; width: calc(100% - 1.3rem); border-bottom:1px solid #e2e2e2;}
.notice1005 .titTab li:last-child { border-bottom: none; }
.notice1005 .titTab a {position: relative; display: block; line-height:2.5rem; font-size: 0; font-weight: 400; color:#333; z-index: 1; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice1005 .titTab a::before {content:""; position: absolute; z-index: -1; width: 0; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); background: #4e89e3; border-radius: 0.5rem 1.5rem 1.5rem 0.5rem;}
.notice1005 .titTab a::after { position: absolute; content: "\e93f"; font-family: 'xeicon'; width:1.65rem; height: 1.65rem; line-height: 1.65rem; text-align: center; border-radius: 50%; background:#3d61ad; color:#fff; top: 50%; transform: translateY(-50%); right: -0.5rem; font-size: 0.9rem; font-weight: 400; opacity: 0;}
.notice1005 .titTab a span{ position: relative; display: inline-block; overflow:hidden; white-space:nowrap; max-width: 5.5rem; vertical-align: middle; font-size: 0.9rem; }
.notice1005 .titTab a span::before { position: absolute; content: ""; display: block; width: 100%; height: 0.3rem; background:#689ef0; bottom: 0.55rem; left: 0; border-radius: 0.15rem; z-index: -1; opacity: 0; }
.notice1005 .tabWrap{ float: right; width:calc(100% - 11.5rem); }
.notice1005 .tabWrap .tit_wrap { margin-bottom: 0; display: block; }
.notice1005 .list_box { display:none; position: relative; width:100%; }
.notice1005 .list_box ul { width: calc(100% + 1.65rem); margin-left:-1.65rem; display: flex; }
.notice1005 .list_box li {position: relative; width: 25%; padding: 0 1.65rem; }
.notice1005 .list_box li:nth-child(n+5) {display:none;}
.notice1005 .list_box li a{ position: relative; display:block; }
.notice1005 .list_box li a.new::before { content: "NEW"; display: inline-block; position: absolute; left: 5.8rem; margin-right: 0.5rem; color: #f4781f; font-family: 'MontserratRoman'; font-weight: 800; font-size: 0.6rem; top:0.3rem;  }
.notice1005 .list_box .team { display: inline-block; overflow: hidden; white-space: nowrap; max-width: 5.5rem; background:#ecfbfc; padding:0.25rem 0.5rem; border-radius: 1rem; font-size: 0.65rem; color:#2da1c6;}
.notice1005 .list_box .team em { overflow: hidden; white-space: nowrap; display: block; }
.notice1005 .list_box .info_wrap { font-size: 0.65rem; color:#666; font-family: 'MontserratRoman'; border-bottom: 1px dashed #ccc; padding-bottom: 0.75rem; }
.notice1005 .list_box li p{ overflow:hidden; font-size: 0.7rem; font-weight: 400; color: #333; text-overflow: ellipsis; margin-top: 1.1rem; height: 2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.notice1005 .list_box .date { margin-right: 0.9rem; }
.notice1005 .list_box li p.tit{ color: #333; font-size: 0.85rem; white-space: normal; font-family: 'SCDream'; height: 2.3rem; margin:0.1rem 0 1.3rem; }
/* 게시판 : 데이터 없음 */ 
.notice1005 .list_box li.no_data{width: 100%; text-align: center; line-height: 9.7rem; margin: 0 1rem;}
/* 게시판 : active */
.notice1005 .titTab a.current {color: #fff; font-weight: 700;}
.notice1005 .titTab a.current::before {width: calc(100% + 2.85rem); margin-left: -0.45rem; height: calc(100% + 0.1rem);}
.notice1005 .titTab a.current::after,
.notice1005 .titTab a.current span::before{ opacity: 1; }
.notice1005 .titTab a:hover,
.notice1005 .titTab a:focus { font-weight: 600; }
.notice1005 .list_box.on { display: block; }
.notice1005 .list_box li a:hover p,
.notice1005 .list_box li a:focus p { text-decoration: underline; }
.notice1005 a, 
.notice1005 :before,
.notice1005 .titTab a::before{-webkit-transition:all 0.15s; transition:all 0.15s; }

/* 바로가기1 */
.M_link1005 { position:relative; height:100%; z-index: 9;}
.M_link1005 ul{display: flex; margin: 0 -0.5rem;}
.M_link1005 li { position:relative; flex: 1; vertical-align: top; margin:0 0.5rem; }
.M_link1005 li a {position:relative; display: block; width:100%; text-align: center; color: #222;}
.M_link1005 li a p { position: relative; width: 6rem; height: 6rem; margin: 0 auto; box-shadow: 0 0 8px rgba(63,149,175,0.24); background:#fff; border-radius: 1rem; overflow: hidden; transition: 0.15s; -webkit-transition: 0.15s; }
.M_link1005 li a p::after { position: absolute; content: ""; width:3.9rem; height: 3.9rem; bottom: -0.4rem; right: -1.1rem; background:#689ef0; border-radius: 50%; opacity: 0; z-index: -1;}
.M_link1005 li a p img { width: 100%; display: block; }
.M_link1005 li a span{  position: relative; display: block; }
.M_link1005 li a span::after { position: absolute; content: ""; width:0.35rem; height: 0.35rem; top:-0.7rem; left: 50%; transform: translateX(-50%); background:#f4781f; border-radius: 50%; opacity: 0;}
.M_link1005 li a em { display:block; line-height:1rem; height:3rem; font-size: 0.85rem; margin: 1rem 0.25rem 0; overflow:hidden; font-weight: 600; }
/** 바로가기1 : active **/
.M_link1005 li a:focus p ,
.M_link1005 li a:hover p { background:#4e89e3; transform: translateY(-10px); border-radius: 1rem 0 1rem 1rem; box-shadow: 7px 7px 9px rgba(15,78,147,0.21);}
.M_link1005 li a:hover p::after,
.M_link1005 li a:focus p::after { opacity: 1; }
.M_link1005 li a:focus span,
.M_link1005 li a:hover span {font-weight:700;}
.M_link1005 li a:hover span::after,
.M_link1005 li a:focus span::after { opacity: 1; }

/* 갤러리 */
.gallery1005 { position:relative; width:100%; height:100%; }
.gallery1005 .tit_wrap{margin-bottom: 1.5rem; align-items: baseline;}
.gallery1005 .tit_wrap span { font-family: 'MontserratRoman'; font-weight: 800; font-size: 1rem; color: #3d61ad; max-width: 4rem; }
.gallery1005 .list_box { position:relative;}
.gallery1005 .list_box li { height:100%; float: left; width: 23.9%;}
.gallery1005 .list_box li+li { margin-left: 1.4%; }
.gallery1005 .list_box li:nth-child(even) { margin-top:1.2rem; }
.gallery1005 .list_box li:nth-child(n+5) { display: none; }
.gallery1005 .list_box li a { display: block; position: relative; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery1005 .list_box li a .info_wrap{ display: block; width:86%; height: 4.35rem; font-weight: 500; font-size: 0.8rem; color:#000; background:#fff; position: absolute; right: 0; bottom: -1.4rem; border-radius: 2rem 0 2rem 2rem;  padding: 1rem 1.5rem; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery1005 .list_box li a .info_wrap::after { position:absolute; display: flex; justify-content: center; align-items: center; content:"\e913"; font-family: 'xeicon'; width:1.95rem; height:1.95rem; bottom:-1.2rem; left:50%; transform:translateX(-50%); background:#fff; border-radius:50%; color:#0f4e93; border:2px solid #0f4e93; opacity: 0; }
.gallery1005 .list_box li a .tit  { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.gallery1005 .list_box li a .date { font-family: 'Montserrat'; font-weight: 500; font-size: 0.7rem; color:#666; overflow: hidden; white-space: nowrap; }
.gallery1005 .list_box li .img{ display: flex; justify-content: center; align-items: center; background:rgba(0,0,0,0.1); width: 100%; height: 11.5rem; overflow: hidden; border-radius: 2rem;}
.gallery1005 .list_box li .img::after { position:absolute; content:""; width:100%; height:100%; top:0; left:0; background:rgba(78,137,227,0.5); border-radius:2rem; opacity: 0; }
.gallery1005 .list_box li img {position:relative; width: auto; height: 100%; transition: all 0.15s;}
.gallery1005 .btn_more{top: -0.6rem;}
.gallery1005 .btn_more span { margin-top: 0; }
.gallery1005 .list_box li.no_data{width: 100%; text-align: center; line-height: 10rem;}
/* 갤러리 : active */
.gallery1005 .list_box li a:hover .info_wrap,
.gallery1005 .list_box li a:focus .info_wrap {background: #0f4e93; color:#fff;}
.gallery1005 .list_box li a:hover .info_wrap::after,
.gallery1005 .list_box li a:focus .info_wrap::after { opacity: 1; }
.gallery1005 .list_box li a:hover .date,
.gallery1005 .list_box li a:focus .date { color:#fff; }
.gallery1005 .list_box li a:hover img,
.gallery1005 .list_box li a:focus img {transform: scale(1.1);}
.gallery1005 .list_box li a:hover .img::after,
.gallery1005 .list_box li a:focus .img::after { opacity: 1; }


/* 바로가기2 : 주제별 맞춤메뉴 */
.link02_1005{position: relative; height: 100%; padding-left: 11.2rem;}
.link02_1005::after{content: ''; display: block; width: 8.45rem; height:9.8rem; position: absolute; left: -0.1rem; bottom: -1.85rem; background: url('/images/po/template/T1005/main/1005_link02_01.png') no-repeat center center; background-size: contain;}
.link02_1005 .tit_wrap { position: absolute; display: block; top:0; left: 0; margin-bottom: 0; color:#708ab4; font-size: 0.8rem; z-index: 1; }
.link02_1005 .tit_wrap::after { position: absolute; content: ""; width: 2.25rem; height: 2.25rem; bottom: 0.3rem; right: -1.5rem; background:#d5f1ff; border-radius: 50%; z-index: -1; }
.link02_1005 .tit_wrap::before { position:absolute; content:""; width:1.85rem; height:0.1rem; background:#4e89e3; bottom:-1.25rem; left:0.1rem; }
.link02_1005 .tit_wrap p { max-width: 6rem; overflow: hidden; white-space: nowrap; }
.link02_1005 .heading{ position: relative; max-width: 8rem; white-space: nowrap; overflow: hidden; margin-top: 0.5rem;}
.link02_1005 > ul { display: flex; }
.link02_1005 > ul > li { width:23.7%; }
.link02_1005 > ul > li + li { margin-left: 1.7%; }
.link02_1005 .menu_tit { position: relative; display: inline-block; width: 100%; height: 2.7rem; line-height: 2.7rem; background:#03aeca; color:#fff; font-size: 0; font-weight: 600; border-radius: 1rem 1rem 0 0; text-align: center; padding-right: 0.6rem; }
.link02_1005 .menu_tit2 { background:#3aa7e6; }
.link02_1005 .menu_tit3 { background:#3a7be6; }
.link02_1005 .menu_tit4 { background:#3d61ad; }
.link02_1005 .menu_tit::before{ display: inline-block; content: ""; background:#fff url('/images/po/template/T1005/main/1005_menu-tit01.png') no-repeat; background-size: contain; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: 50%; vertical-align: middle; text-align: center;}
.link02_1005 .menu_tit.menu_tit2::before { background:#fff url('/images/po/template/T1005/main/1005_menu-tit02.png')no-repeat; }
.link02_1005 .menu_tit.menu_tit3::before { background:#fff url('/images/po/template/T1005/main/1005_menu-tit03.png')no-repeat; }
.link02_1005 .menu_tit.menu_tit4::before { background:#fff url('/images/po/template/T1005/main/1005_menu-tit04.png')no-repeat; }
.link02_1005 .menu_tit span { display: inline-block; max-width: calc(100% - 3rem); vertical-align: middle; overflow: hidden; white-space: nowrap; font-size: 0.9rem; margin-left: 0.6rem; }
.link02_1005 .menu_wrap { border:1px solid #03aeca; padding: 1rem; border-radius: 0 0 1rem 1rem; height: 10.65rem; background:#fff; position: relative; }
.link02_1005 .menu_wrap2 { border-color:#3aa7e6; }
.link02_1005 .menu_wrap3 { border-color:#3a7be6; }
.link02_1005 .menu_wrap4 { border-color:#3d61ad; }
.link02_1005 .menu_wrap li { position: relative; padding:0.25rem 0 0.25rem 0.9rem; font-size: 0.8rem; color:#666; }
.link02_1005 .menu_wrap li::after { position: absolute; content: ""; width:0.3rem; height: 0.3rem; background:#9a9a9a; border-radius: 50%; top:50%; transform: translateY(-50%); left: 0; }
.link02_1005 .menu_wrap li a { overflow: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; }
/* 바로가기2 : 주제별 맞춤메뉴 active */
.link02_1005 .menu_wrap li a:hover,
.link02_1005 .menu_wrap li a:focus { text-decoration: underline; }


/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5; background: #fff;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone .container::after{content: ''; display: block; clear: both; }
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 5rem; font-size: 0.9rem; font-weight: 700; color: #000;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 1.5rem; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}
.banner_zone .btn {float: right; margin-top: 1.3rem;}
.banner_zone .btn::after{content: ''; display: block; clear: both;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; color: #7f7f7f;}
.banner_zone .btn a.play{display:none;}


@media (max-width: 1400px) {

	/* 메인비주얼 */
	.MVisual1005 .item img{width: 100%; height: auto;}

	/* 팝업존 */
	.pop1005.popupZone .pop_img .item img { width: 100%; height: auto; }

	/* 알림존 */
	.pop1005.noticeZone .pop_img .item img { width:100%; height: auto; }
}

@media (max-width: 1540px) {

	/* 포토갤러리 */
	.gallery1005::after{display: none;}
	.gallery1005 .list_box .item img{ width: 100%; height: auto; }

}

@media (max-width: 1240px) {

	/* 게시판 */
	.notice1005 .list_box li { width: 33.33%; }
	.notice1005 .list_box li:nth-child(n+4) { display: none; }

	/* 메인비주얼 */
	.MVisual1005 .item{width: 100%; text-align: center;}

	/* 팝업존 */
	.pop1005.popupZone .pop_img .item img { width: auto; height: 100%; }

	/* 알림존 */
	.pop1005.noticeZone .pop_img .item img { width: auto; height: 100%; }


	/* 바로가기1 */
	.M_link1005 ul{flex-wrap: wrap;}
	.M_link1005 li:nth-child(n+5){margin-top: 1.5rem;}

	/* 갤러리 */
	.gallery1005 .list_box .item .img{ height: 11rem; }

}


@media (max-width: 1024px) {

	/* 게시판 */
	.notice1005 .list_box li p.tit{font-size: 0.85rem;}
	.notice1005 .list_box li p{font-size: 0.75rem;}

	/* 바로가기2 : 주제별메뉴 */
	.link02_1005::after { width: 8rem; left: 0; bottom: -1.2rem; }

	/* 갤러리 */
	.gallery1005 .list_box li { width: 32%; }
	.gallery1005 .list_box li:nth-child(n+4) { display: none; }
	.gallery1005 .list_box li+li { margin-left: 1.9%; }

} 


@media (max-width:960px){
	/* 공통 */
	.tit_wrap h2{font-size: 1rem; max-width: calc(100% - 9.5rem); }
	.btn_more { top: -3rem; }
	.btn_more i { width:2rem; height: 2rem; }

	/* 팝업존 */
	.pop1005.popupZone .tit_wrap { width: 6.5rem; }
	.pop1005.popupZone .tit_wrap h2 { font-size: 1.1rem; }
	.pop1005.popupZone .pop_img { width: calc(100% - 6rem); }

	/* 알림존 */
	.pop1005.noticeZone .tit_wrap { width: 6.5rem; }
	.pop1005.noticeZone .tit_wrap h2 { font-size: 1.1rem; }
	.pop1005.noticeZone .pop_img { width: calc(100% - 6rem); }

	/* 게시판 */
	.notice1005 .tit_wrap span { font-size: 0.8rem; max-width: 4rem; }

	/* 바로가기2 : 사용자별 맞춤메뉴 */
	.link02_1005{ padding-left: 0; }
	.link02_1005 .tit_wrap { position: relative; margin-bottom: 0.9rem; }
	.link02_1005 .tit_wrap::after,
	.link02_1005 .tit_wrap::before { display: none; }
	.link02_1005::after{display: none;}
	.link02_1005 .tit_wrap p { display: inline-block; vertical-align: middle; }
	.link02_1005 .heading{display: inline-block; max-width: calc(100% - 7rem); margin-top: 0; vertical-align: middle; }
	.link02_1005 .titTab{margin-bottom: 0.5rem;}
    
}

@media (max-width: 860px) {

	/* 메인비주얼 */
	.MVisual1005 .control { bottom: 0; }
	
	/* 바로가기2 : 사용자별 맞춤메뉴 */
	.link02_1005 .list_box ul li{width: 50%;}

	/* 게시판 */
	.notice1005 .list_box li { width: 50%; }
	.notice1005 .list_box li:nth-child(n+3) { display: none; }
}

@media (max-width: 768px) {	


	/* 팝업존 */
	.pop1005.popupZone { padding:1.5rem 1rem 3rem; }
	.pop1005.popupZone .tit_wrap { float: none; width: calc(100% - 4rem); }
	.pop1005.popupZone .tit_wrap p { display: none; }
	.pop1005.popupZone .pop_img { float: none; width: 100%; margin:0; }
	.pop1005.popupZone .pop_img .item { padding:0 0.05rem; }
	.pop1005.popupZone .control { width: 100%; padding-bottom: 0; bottom: 1rem; left: 50%; transform: translateX(-50%); }
	.pop1005.popupZone .control .prev, 
	.pop1005.popupZone .control .next { width:1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 0.75rem; bottom: auto; top: -14.7rem; }
	.pop1005.popupZone .control .prev { left: auto; right: 3rem; }
	.pop1005.popupZone .control .next { left: auto; right: 1rem; }

	/* 알림존 */
	.pop1005.noticeZone { padding:1.5rem 1rem 3rem; }
	.pop1005.noticeZone .tit_wrap { float: none; width: calc(100% - 4rem); }
	.pop1005.noticeZone .tit_wrap p { display: none; }
	.pop1005.noticeZone .pop_img { float: none; width: 100%; margin:0; }
	.pop1005.noticeZone .pop_img .item { padding:0 0.05rem; }
	.pop1005.noticeZone .control { width: 100%; padding-bottom: 0; bottom: 1rem; left: 50%; transform: translateX(-50%); }
	.pop1005.noticeZone .control .prev, 
	.pop1005.noticeZone .control .next { width:1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 0.75rem; bottom: auto; top: -14.7rem; }
	.pop1005.noticeZone .control .prev { left: auto; right: 3rem; }
	.pop1005.noticeZone .control .next { left: auto; right: 1rem; }

	/* 바로가기2 : 주제별 맞춤메뉴 */
	.menu_wrap{display: none;}
	.link02_1005 > ul { flex-direction: column; margin: 0; }
	.link02_1005 > ul > li { width: 100%; margin: 0; }
	.link02_1005 > ul > li + li { margin-left: 0; }
	.link02_1005 .menu_tit { text-align: left; padding:0 1rem;  }
	.link02_1005 .menu_tit::after { position:absolute; content:"\e938"; font-family: 'xeicon'; color:#fff; top:50%; transform:translateY(-50%); right:1rem; font-size: 1rem; }
	.link02_1005 .menu_tit2,
	.link02_1005 .menu_tit3 { border-radius: 0; }
	.link02_1005 .menu_tit4 { border-radius: 0 0 1rem 1rem; }
	.link02_1005 .menu_tit span { max-width: calc(100% - 5rem); }
	.link02_1005 .menu_wrap { height: auto; border-radius: 0; }
	.link02_1005 .menu_wrap4 { border-radius: 0 0 1rem 1rem;  position: relative; top: -1rem; z-index: -1; padding-top: 2rem; }
	.link02_1005 .menu_wrap::after { clear: both; display: block; content: "";  }
	.link02_1005 .menu_wrap li { width: 50%; float: left; }
	
    /* 배너존 */
	.banner_zone .container{height: auto;}
	.banner_zone h2{margin-top: 1rem;}
	.banner_zone .bnWrap{width:100%; }
	.banner_zone .bnWrap a{margin: 0 1rem;}
	.banner_zone .btn{position: absolute; top: 0; right: 0.5rem; margin-top: 1rem;}
}

@media (max-width: 640px) {

	/* 팝업존 */
	.pop1005.popupZone { border-radius: 0; }

	/* 알림존 */
	.pop1005.noticeZone { border-radius: 0; }

	/* 게시판 */
	.notice1005 .titTab { width: 8rem; }
	.notice1005 .titTab a.current::before { width: calc(100% + 2rem); }
	.notice1005 .titTab a span { max-width: 4.2rem; }
	.notice1005 .titTab a::after { width:1.35rem; height: 1.35rem; line-height: 1.35rem; right: -0.3rem; }
	.notice1005 .tabWrap { width: calc(100% - 10rem); }
	.notice1005 .list_box li { width: 100%; padding: 0 1rem; }
	.notice1005 .list_box li:nth-child(n+2) { display: none; }

	/* 포토갤러리 */
	.gallery1005 .list_box li { width: 48%; }
	.gallery1005 .list_box li:nth-child(n+3) { display: none; }
	.gallery1005 .list_box li+li { margin-left: 3.5%; }
	.gallery1005 .list_box li:nth-child(even) { margin-top:0; }

}

@media (max-width: 560px) {

	/* 메인비주얼 */
	.MVisual1005 .control > a { width: 1.65rem; height: 1.65rem; line-height: 1.65rem; font-size: 1.1rem; }
	.MVisual1005 .control > a.prev { margin-right: 1rem; }
	.MVisual1005 .control > a.next { margin-left: 1rem; }
	.MVisual1005 .control .page { width:2rem; height: 2rem;; font-size: 0.8rem; }
	.MVisual1005 .control .dots button { height: 0.7rem; }
	.MVisual1005 .control > a.play,
	.MVisual1005 .control > a.stop { width: 1.4rem; height: 1.4rem; line-height: 1.4rem; font-size: 1rem; }

	/* 팝업존 */
	.pop1005 .pop_img{height: auto;}

	/* 바로가기1 */
	.M_link1005 li a p{width: 3.8rem; height: 3.8rem; z-index: 1;}
	.M_link1005 li a p::after { width: 2.9rem; height: 2.9rem; }

	/* 바로가기2 : 사용자별 맞춤메뉴 */
	.link02_1005::before{top:0.5rem}
	.link02_1005 .titTab ul{max-width: 100%; margin-right: 0;}

}

@media (max-width: 480px) { 

	/* 팝업존 */
	.pop1005.popupZone .tit_wrap h2 { font-size: 1rem; }

	/* 알림존 */
	.pop1005.noticeZone .tit_wrap h2 { font-size: 1rem; }
	
	/* 바로가기2 : 사용자별 맞춤메뉴 */
	.link02_1005::before{display: none;}
	.link02_1005 .heading{max-width: 100%;}
	.link02_1005 .titTab li{max-width: 100%;}

	/* 갤러리 */
	.gallery1005 .list_box li { width: 100%; }
	.gallery1005 .list_box li:nth-child(n+2) { display: none; }
	.gallery1005 .list_box .item img { width: auto; height: 100%; }

}

@media (max-width: 380px) {
	.tit_wrap h2 { max-width: calc(100% - 8.5rem); }
	 
	/* 메인비주얼 */
	.MVisual1005 .control > a.prev { margin-right: 0.5rem; }
	.MVisual1005 .control > a.next { margin-left: 0.5rem; }

	/* 바로가기1 */
	.M_link1005 ul { display: block; }
	.M_link1005 li { width: 50%; float: left; margin: 0; padding: 0 1rem; }
	.M_link1005 li:nth-child(n+3) { margin-top:0.3rem; }
	.M_link1005 li a:focus p ,
	.M_link1005 li a:hover p { transform: none; }

	/* 게시판 */
	.btn_more { top: -14.5rem; }
	.notice1005 .notice_wrap { height: auto; }
	.notice1005 .tit_wrap span { max-width: 3rem; }
	.notice1005 .titTab { width: 100%; padding-left: 0; }
	.notice1005 .titTab li { display: inline-block; width: 100%; max-width: calc(100% - 3rem); margin-left: 1.5rem; padding: 0 1rem; } 
	.notice1005 .titTab li:last-child { border-bottom: 1px solid #e2e2e2; }
	.notice1005 .titTab a span { max-width: calc(100% - 1rem); }
	.notice1005 .titTab a.current::before { margin-left: 0; border-radius: 1.5rem; width: calc(100% + 3.5rem); }
	.notice1005 .tabWrap { width: 100%; height: auto; margin-top:1rem; }
	.notice1005 .list_box ul { width: 100%; margin-left: 0; }

	/* 바로가기2 */
	.link02_1005 .menu_wrap li { width: 100%; }

	/* 갤러리 */
	.gallery1005 .tit_wrap span { font-size: 0.9rem; max-width: 3.5rem; }
 }

 @media (max-width: 330px) {

	/* 게시판 */
	.notice1005 .tit_wrap h2 { max-width: calc(100% - 5.5rem); }
	.notice1005 .tit_wrap span { display: none; }

	/* 갤러리 */
	.gallery1005 .tit_wrap h2 { max-width: calc(100% - 5.5rem); }
	.gallery1005 .tit_wrap span { display: none; }
	.gallery1005 .list_box .item img { width: 100%; height: auto; }
 }
