﻿@charset 'utf-8';

/*** slide_popup ***/
.spopup_wrap {top:12.9rem !important;}
#wrap.scroll .spopup_wrap {top: 0 !important;}
.tpopup_wrap.actv + .spopup_wrap {margin-top: 7.8rem !important;}
#wrap.scroll .tpopup_wrap.actv + .spopup_wrap {top: -7.8rem !important;}
.spopup_wrap {transition: margin-top 0.4s linear, left 0.3s !important;}
@media (max-width: 1200px) {
	.spopup_wrap {top:7.5rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
	.tpopup_wrap.actv + .spopup_wrap {margin-top: 5.95rem !important;}
	#wrap.scroll .tpopup_wrap.actv + .spopup_wrap {top: -5.95rem !important;}
}
@media (max-width: 1024px) {
	.spopup_wrap {top:7.5rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
}
@media (max-width: 580px) {
	.spopup_wrap {top:6.25rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
}
@media (max-width: 480px) {
	.spopup_wrap {top:6.25rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
	#wrap.scroll .tpopup_wrap.actv + .spopup_wrap {top: -5.95rem !important;}
}

/* 슬라이드 공용 */
.slick-slider{transition:all ease-in-out .3s; 	box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-slide{ display:none; height:100%; min-height:1px; vertical-align:middle;}
.slick-list{ overflow:hidden;}
.slick-list.dragging{ cursor:pointer;}
.slick-initialized .slick-slide{ display:inline-block;}
.slick-arrow.slick-hidden { display:none;}
.slick-current { opacity:1; display:block;}

/* 상단팝업 */
.tpopup_wrap{width:100%; height:auto; position:relative; background:#274160;}
.top_popup{max-width:1300px; position:relative; margin:0 auto; overflow:hidden;}
.top_popup .list_wrap{ height:55px; margin:35px 30px; overflow: hidden;}
.top_popup ul{margin-left:-1px; }
.top_popup ul li{width:33.33%; float:left;}
.top_popup ul li a{display:block; min-height:54px; line-height:18px; position: relative; font-size:14px; color:#fff; border-left:1px dashed #6c829c; padding:0 20px 0 80px;}
.top_popup ul li a img{width:100%; max-height:55px;}
.top_popup ul li a::before{content:""; position: absolute; left:20px; top:0; width:50px; height:50px; border-radius:50px; background:#102743 url('/images/web/yy/main/ico_toppopup.png') no-repeat center;}
.top_popup .slick-arrow{position: absolute; width:32px; height:32px; top:50%; margin-top:-16px; text-indent:-99999%; overflow:hidden; cursor: pointer;}
.top_popup .slick-prev{left:0; background:url('/images/web/yy/main/btn_link01_prev.png') no-repeat center;}
.top_popup .slick-next{right:0; background:url('/images/web/yy/main/btn_link01_next.png') no-repeat center;}


/* 날씨정보 */
.infoToday { position:absolute; top:-130px; right:0px; text-align:right; line-height:1.2;  font-family: 'NotoM'; letter-spacing: -1px; background:rgba(255,255,255,0.8); padding:20px; border-radius:5px;}
.infoToday h3{font-family: 'NotoB'; color:#333; font-size:16px;}
.infoToday .info{margin:3px 0 8px;}
.infoToday .info p{display:inline-block; vertical-align: bottom;}
.infoToday .info p.date{color:#0051a4; font-size:15px; margin-right:5px;}
.infoToday .info p.tp{color:#161718; font-size:20px; font-family: 'NotoB';}
.infoToday .info p.tp span{color:#e43737;}
.infoToday .dust {font-size:12px; color:#000;}
.infoToday .dust p{display:inline-block; letter-spacing: -0.5px;}
.infoToday .dust p:first-child{border-right:1px solid #004ca6; padding-right:3px; margin-right:3px;}
.infoToday .dust p span.txt{color:#007d63;}
.infoToday .dust p span.idex{color:#004ca6;}
.infoToday .weather{position: absolute; left:20px; top:20px;}


/* 메인비주얼(T2_B01) */
.main_visual {position:relative; width:100%; height:auto; text-align:center;}

/* 팝업존(T2_B02) */
.box_popup {height:100%}
.box_popup .tit_wrap{position: absolute; left:0; top:-60px; line-height:60px; padding:0 0 0 20px; background:#5d646b;}
.box_popup .tit_wrap::after{content:""; position:absolute; width:40px; height:60px; right:-40px; top:0; background:url('/images/web/yy/main/bg_pop_tit.png'); background-size:100% 100%; }
.box_popup h3{display:inline-block; vertical-align: middle; font-size:18px; color:#fff; font-family:'NotoM';}
.box_popup .pop {position:relative; overflow:hidden; height:100%;}
.box_popup .pop li {width:100%; height:100%; float:left}
.box_popup .pop li a {display:block; border:1px solid #ddd;}
.box_popup .pop li a img { width:100%; height:385px;} /* 200923 jslee 수정 */
.box_popup .control {display:inline-block; vertical-align:middle; margin-left:20px;}
.box_popup .control a {display:block; float:left; text-indent:-10000px; width:25px; height:25px; margin:0 2px; overflow:hidden; }
.box_popup .control a.prev { background:url('/images/web/yy/main/btn_prev.png') no-repeat; }
.box_popup .control a.next { background:url('/images/web/yy/main/btn_next.png') no-repeat; }
.box_popup .control a.stop { width:25px; background:url('/images/web/yy/main/btn_stop.png') no-repeat; }
.box_popup .control a.play { width:25px; background:url('/images/web/yy/main/btn_play.png') no-repeat; }
.box_popup .control span { display:block; float:left; line-height:25px; font-size:14px; color:#f6c131; letter-spacing: 1px; padding-right:10px;}
.box_popup .control span strong {color:#fff}
.box_popup .control span strong::after{content:"/"; display:inline-block; vertical-align: middle;}

/* 오른쪽 팝업존02(T2_B03) */
.box_popup02 {border:1px solid #ddd; background:#fff;}
.box_popup02 h3{height:50px; line-height:50px; font-size:18px; padding-left:20px; margin-right:200px; color:#111; font-family:'NotoM'; overfloW:hidden;}
.box_popup02 .pop2 {position:relative; overflow:hidden; height:332px; border-top:1px solid #ddd;}
.box_popup02 .pop2 li {width:100%; float:left}
.box_popup02 .pop2 li a {display:block;}
.box_popup02 .pop2 li a img {width:100%; height:333px;}
.box_popup02 .control {position:absolute; top:1px; right:1px; z-index:10}
.box_popup02 .control a {display:block; float:left; text-indent:-10000px; width:51px; height:51px; overflow:hidden;}
.box_popup02 .control a.prev2 {background:url('/images/web/yy/main/btn_prev02.png') no-repeat;}
.box_popup02 .control a.next2 {background:url('/images/web/yy/main/btn_next02.png') no-repeat;}
.box_popup02 .control a.stop2 {background:url('/images/web/yy/main/btn_stop02.png') no-repeat;}
.box_popup02 .control a.play2 {background:url('/images/web/yy/main/btn_play02.png') no-repeat;}
.box_popup02 .control span {display:block; float:left; line-height:48px; font-size:13px; color:#444; padding-right:10px;}
.box_popup02 .control span strong {color:#004274; font-size:16px; font-family:'NotoM';}
.box_popup02 .control span strong::after{content:"/"; display:inline-block; vertical-align:middle;}

/* 사용자 서비스메뉴(T2_B08) */
.user_srv{width:100%; height:100%; position:relative; overflow:hidden;}
.user_srv .link_wrap{position:relative; width:100%; height:100%; overflow:hidden;}
.user_srv .wrap{width:32%; margin-left:2%; float:left;}
.user_srv .wrap:first-child{margin-left:0;}
.user_srv .wrap h3 a{display:block; width:130px; height:90px; position:relative; padding:20px 0; text-align:center; margin:0 auto; border-radius:130px; font-size:15px; color:#fff; background:#04448c;}
.user_srv .wrap h3 a::before{height:0;}
.user_srv .wrap h3 a.current::before{content:""; width:5px; height:40px; position:absolute; left:50%; bottom:-40px; margin-left:-2.5px;}
.user_srv .box01 h3 a.current::before{background:#04448c;}
.user_srv .box02 h3 a.current::before{background:#f6c131;}
.user_srv .box03 h3 a.current::before{background:#005fa9;}
.user_srv .wrap h3 a.current::after{content:""; width:8px; height:8px; position:absolute; left:50%; bottom:8px; margin-left:-4px; background:#fff; border-radius:10px; box-shadow:0px 2px 2px rgba(0,0,0,0.9);}
.user_srv .wrap h3 a span{display:block; margin-top:5px;}
.user_srv .wrap h3 a:hover{padding:15px 0 25px;}
.user_srv .wrap h3 a:hover span{margin-top:10px;}
.user_srv .box01 h3 a{background:#04448c;}
.user_srv .box02 h3 a{background:#f6c131; color:#000; font-family:'NotoM';}
.user_srv .box03 h3 a{background:#04448c;}
.user_srv .wrap .list_box{display:none; position:absolute; top:145px; left:0; width:100%; overflow:hidden;}
.user_srv .wrap .list_box.on{display:block;}
.user_srv .box01 .list_box{background:#04448c;}
.user_srv .box02 .list_box{background:#f6c131;}
.user_srv .box02 .list_box li a{color:#000 !important; font-family:'NotoM';}
.user_srv .box03 .list_box{background:#04448c;}
.user_srv .wrap ul{height:100px; margin:30px 8%; overflow:auto;}
.user_srv .wrap ul li{width:50%; float:left;}
.user_srv .wrap ul li a{display:block; position:relative; margin:8px 0; padding-left:15px; color:#fff; line-height:20px;}
.user_srv .wrap ul li a:hover{text-decoration:underline;}
.user_srv .wrap ul li a::before{content:""; position:absolute; left:0; top:10px; width:6px; height:3px;}
.user_srv .box01 ul li a::before{background:#f6c131;}
.user_srv .box02 ul li a::before{background:#04448c;}
.user_srv .box03 ul li a::before{background:#f6c131;}
.user_srv .wrap, .user_srv .wrap h3 a, .user_srv .wrap h3 a span{transition:all .2s ease; -moz-transition:all .2s ease; -webkit-transition:all .2s ease; -ms-transition:all .2s ease;}

/* 행사안내(T2_B04) */
.calendar{position:relative; width:100%; overflow: hidden;}
.calendar h3{font-size:22px; line-height:35px; color:#000; font-family: 'NotoM'; letter-spacing: -1px; margin:0 0 10px;}
.calendar .y-m{position: absolute; width:110px; height:110px; left:0; top:45px; text-align:center; background:url('/images/web/yy/main/bg_sche.png') no-repeat; background-size:100% 100%;}
.calendar .y-m p{color:#fff; line-height:1.2;}
.calendar .y-m a{position:absolute; width:10px; height:14px; top:55%; text-indent:-99999%; overflow:hidden; display:block;}
.calendar .y-m .year{font-size:20px; margin:25px 0 0; }
.calendar .y-m .month{font-size:32px; font-family: 'NotoM';}
.calendar .y-m .btn_prev{ left:10px; background:url('/images/web/yy/main/btn_sche01_prev.png') no-repeat; }
.calendar .y-m .btn_next{ right:10px; background:url('/images/web/yy/main/btn_sche01_next.png') no-repeat; }
.calendar .date_list{position:relative; margin-left:120px; border-top:2px solid #000; border-bottom:1px solid #ccc; z-index: 0;}
.calendar .date_list ul{font-size:0; line-height:0; margin:0 35px 0 30px;}
.calendar .date_list ul li{display:inline-block; font-size:15px; line-height:1.2; text-align:center; margin:10px 0;}
.calendar .date_list ul li p{line-height:30px; margin:0 5px; position: relative; z-index: 2;}
.calendar .date_list ul li.event p{border:1px solid #1359a7; border-radius:30px;}
.calendar .date_list .slick-arrow{position: absolute; top:20px; width:23px; height:12px;}
.calendar .date_list .slick-prev{left:0; background:url('/images/web/yy/main/btn_sche02_prev.png') no-repeat center;}
.calendar .date_list .slick-next{right:0; background:url('/images/web/yy/main/btn_sche02_next.png') no-repeat center;}
.calendar .event_list{margin-left:120px; height:55px; overflow:auto; border-bottom:1px solid #ddd;}
.calendar .event_list ul li{position: relative; width:50%; float:left;}
.calendar .event_list ul li a{display:block; color:#333; font-size:16px; margin:16px 0; padding:0 10px 0 20px; letter-spacing: -0.5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; border-left:1px solid #ddd; margin-left:-1px; background:url('/images/web/yy/main/dot_sche.png') no-repeat 10px center;}
.calendar .event_list ul li a:hover{text-decoration: underline;}
.calendar .event_list ul.eventNone li{text-align:center; width:100%; padding:10px 0; background:#ddd;}
.calendar a.btn_more{position: absolute; right:0; top:12px; color:#111; font-size:13px; line-height:25px;}
.calendar a.btn_more::after{content:""; width:25px; height:25px; display:block; float:right; margin-left:5px; border-radius:20px; background:#004ca6 url('/images/web/yy/main/btn_more_wh.png') no-repeat center;}
.calendar a.btn_more:hover::after{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.calendar a.btn_more::after{transition:all ease .3s; -webkit-transition:all ease .3s; -ms-transition:all ease .3s;}

/* 바로가기 링크 (T2_B05) 201117 수정 */
.m_link02 {width:100%; height:100%; background:url('/images/web/yy/main/bg_m_bn.png'); overflow:hidden;}
.m_link02 .wrap{background:#fff; padding:5px 15px; margin:10px; line-height:1.3; position:relative;}
.m_link02 .wrap ul::after{display: block; content: ""; clear: both;}
.m_link02 .wrap ul li {width:50%; height:62px; overflow: hidden; float:left; box-sizing:border-box;background: #fff; display: table; padding-left: 10px;} 
.m_link02 .wrap ul li.st_01 {border-right:1px dashed #ccc; border-bottom:1px dashed #ccc;}
.m_link02 .wrap ul li.st_02 { border-bottom:1px dashed #ccc;}
.m_link02 .wrap ul li.st_03 { border-right:1px dashed #ccc;}
.m_link02 .wrap ul li a{display: table-cell; vertical-align: middle;}
.m_link02 .wrap ul li p {display: table-cell; vertical-align: middle; padding-right: 8px;}
.m_link02 .wrap ul li p img{transition: 0.3s; -webkit-transition: 0.3s;}
.m_link02 .wrap ul li:hover p img{transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.m_link02 .wrap ul li span{display: table-cell; vertical-align: middle; font-size: 16px; font-family: 'NotoM'; letter-spacing: -1px; text-align: left;}
.m_link02 .wrap ul li:hover span{color: #007d63;}

/* 공지사항(T2_B05) */
.notice { position:relative; height:100%; letter-spacing: -0.5px;}
.notice h3 {float:left;}
.notice h3 a {position:relative; display:inline-block; line-height:58px; font-size:20px; margin-right:20px; color:#111; letter-spacing: -1px; font-family:'NotoM';}
.notice h3 a:hover, .notice h3 a:focus{color:#0266b3;}
.notice h3 a.current {color:#0266b3;}
.notice h3 a.current::after{content:""; position: absolute; width:100%; height:3px; bottom:-1px; left:0; background:#0266b3; z-index:1; }
.notice .list_box.on {display:block;}
.notice .list_box {display:none; position: absolute; left:0; top:58px; width:100%; height:260px; border-top:1px solid #ddd; }
.notice .list_box ul{margin:10px 0; overflow:hidden;}
.notice .list_box li {position:relative; margin:5px 0;}
.notice .list_box li a {display:block; position:relative; padding-left:70px; color:#111; overflow:hidden; z-index:1;}
.notice .list_box li a .cont{margin:10px 0; line-height:25px; }
.notice .list_box li a .cont p{color:#000; font-size:16px; font-family: 'NotoM'; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.notice .list_box li a .cont span{display:block; color:#444; font-size:14px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} /* 201101 jsl 수정 */
.notice .list_box li a:hover .cont p{color:#0266b3;}
.notice .list_box li a:hover .cont span{text-decoration: underline;}
.notice .list_box li .date{position: absolute; width:60px; left:0; top:7px; text-align:center; font-size:13px;}
.notice .list_box li .date .day{font-size:20px; line-height:35px; font-family: 'NotoB'; color:#000;}
.notice .list_box li.new .date::before{content:"N"; position:absolute; width:20px; height:20px; right:-5px; top:-5px; line-height:20px; font-size:12px; text-align:center; border-radius:20px; background:#005fa9; color:#fff; font-family:'NotoM'; z-index:0;}
.notice .list_box li a:hover .date .day{color:#053255;}
.notice .btn_more{position:absolute; right:5px; top:-40px; width:20px; height:20px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/yy/main/btn_more.png') no-repeat center}
.notice .btn_more:hover{transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.notice .list_box p, .notice .list_box dt, .notice .list_box dd, .notice .btn_more{ transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; }


/* 바로가기(T2_B04) */
.M_link1 {position:relative; width:100%; height:100%;}
.M_link1 h3 {display:none;}
.M_link1 ul{position:relative; font-size:0; line-height:0; text-align:center; margin-top:20px; padding:0 40px;}/*200214수정*/
.M_link1 ul li {width:14.2%; float:left;}
.M_link1 ul li a {display:block; text-align:center; margin:10px 0 10px;}
.M_link1 ul li a p {margin:10px 0 0; font-size:15px; line-height:18px; color:#222; font-family:'NotoM'; letter-spacing:-1px;}/*200214수정*/
.M_link1 ul li a img {width:77px; height:62px;}
.M_link1 .slick-arrow{position:absolute; width:32px; height:32px; top:50%; margin-top:-16px; text-indent:-99999%; overflow:hidden; cursor:pointer;}
.M_link1 .slick-prev{left:0; background:url('/images/web/yy/main/btn_link01_prev.png') no-repeat center;}
.M_link1 .slick-next{right:0; background:url('/images/web/yy/main/btn_link01_next.png') no-repeat center;}
.M_link1 ul li a:hover{margin:0 0 5px;}
.M_link1 ul li a:hover p{margin:5px 0 0; color:#0266b3;}
.M_link1 ul li a, .M_link1 ul li a p{transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; -ms-transition:all .3s ease;}

/* 포토뉴스(T2_B09) */
.gallery { position:relative;}  
.gallery h3 {margin:0 0 30px; font-size:20px; font-family: 'NotoM'; color:#000;}
.gallery .gall_list {width:100%; height:280px; overflow:hidden;}
.gallery .gall_list ul{height:260px; padding:0 10px; font-size:0; line-height:0; text-align:center; overflow:hidden;}
.gallery .gall_list li {position:relative; width:32%; margin-left:2%; margin-bottom:20px; font-size:14px;  float:left;}
.gallery .gall_list li a{display:block;}
.gallery .gall_list li a:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.4);}
.gallery .gall_list li:first-child{margin-left:0;}
.gallery .gall_list li .img{position:relative; width:100%; height:220px; overflow:hidden; z-index:0;}
.gallery .gall_list li .img img{width:100%; height:100%;}
.gallery .gall_list li a:hover .img img{transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1);}
.gallery .gall_list li .cont{position:absolute; width:100%; height:40px; left:0; bottom:0px; line-height:40px; color:#fff; font-family: 'NotoM'; text-align:center; overflow:hidden; z-index:1; background:rgba(0,0,0,0.7);}
.gallery .gall_list li .cont p{margin:0 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.gallery .gall_list li a:hover .cont{text-decoration: underline;}
.gallery .gall_list li .type{position:absolute; left:0; top:0; width:110px; height:40px; line-height:40px; text-align:center; font-size:15px; color:#111; font-family: 'NotoM'; z-index:1; background:#f6c131; overflow:hidden;}
.gallery .gall_list li.odd{margin-top:30px;}
.gallery .gall_list li.odd .type{background:#04448c; color:#fff;}
.gallery .gall_list a.btn_more{position: absolute; right:0; top:0px; width:30px; height:30px;background:url('/images/web/yy/main/btn_more.png') no-repeat center; text-indent:-99999%; overflow:hidden;}
.gallery .gall_list a.btn_more:hover{transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.gallery h3 a, .gallery .gall_list li a, .gallery .gall_list li .cont, .gallery .gall_list li img, .gallery .gall_list a.btn_more{ transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; }

/* 안동교육홍보(T2_B10) */
.edu_PR { position:relative; height:100%; background:url('/images/web/yy/main/bg_edu_pr.png') no-repeat; background-size:cover; color:#fff;}  
.edu_PR .tit_wrap{padding:30px 30px 20px;}
.edu_PR .tit_wrap h3{font-size:20px; font-family: 'NotoM';}
.edu_PR .tit_wrap p{font-size:15px;}
.edu_PR .photo_wrap{margin:0 30px;}
.edu_PR .photo_wrap ul{height:280px; overflow:hidden;}
.edu_PR .photo_wrap ul li a{display:block; color:#fff;}
.edu_PR .photo_wrap ul li a span{display:block; line-height:40px; margin:10px 0 0; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.edu_PR .photo_wrap ul li a .img{position:relative; width:100%; height:235px; overflow:hidden;}
.edu_PR .photo_wrap ul li a .img::before{content:""; position: absolute; right:0; bottom:0; width:190px; height:140px; background:url('/images/web/yy/main/bg_edu_pr_more.png') no-repeat; background-size:contain; z-index:1;}
.edu_PR .photo_wrap ul li a .img::after{content:"자세히보기"; width:85px; height:20px; position: absolute; right:20px; bottom:25px; font-size:13px; text-align:left; background:url('/images/web/yy/main/btn_more_arr.png') no-repeat bottom left; z-index:2;}
.edu_PR .photo_wrap ul li a .img img{width:100%; height:100%;}
.edu_PR .photo_wrap ul li a:hover .img::after{right:10px;}
.edu_PR .photo_wrap ul li a:hover .img img{transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1);}
.edu_PR .photo_wrap ul li a:hover span{text-decoration: underline;}
.edu_PR a.btn_more{position:absolute; width:23px; height:23px; top:35px; right:30px; text-indent:-99999%; overflow:hidden; background:url('/images/web/yy/main/btn_more_wh02.png') no-repeat center; }
.edu_PR a.btn_more:hover{transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.edu_PR .photo_wrap ul li a .img img, .edu_PR .photo_wrap ul li a .img::after, .edu_PR a.btn_more{transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease;}

/* 배너존 */
.T2_Bbanner{width:100%; position:relative;}
.T2_Bbanner .bnZone {height:70px;}
.T2_Bbanner .bnZone .inner {position:relative; width:1300px; height:100%; overflow:hidden; margin:0 auto;}
.T2_Bbanner .bnZone h2 {position:absolute; left:-1000em; top:-1000em;}
.T2_Bbanner .bnZone .control {position:absolute; left:0; top:24px; }
.T2_Bbanner .bnZone .control a {display:block; width:26px; height:25px; float:left; text-indent:-10000em;}
.T2_Bbanner .bnZone .control a.prev {background:url('/images/web/yy/main/btn_b_prev.png') no-repeat; }
.T2_Bbanner .bnZone .control a.next {background:url('/images/web/yy/main/btn_b_next.png') no-repeat; }
.T2_Bbanner .bnZone .control a.stop {background:url('/images/web/yy/main/btn_b_stop.png') no-repeat; }
.T2_Bbanner .bnZone .control a.play {background:url('/images/web/yy/main/btn_b_play.png') no-repeat; }
.T2_Bbanner .bnZone .control a.list {width:27px; background:url('/images/web/yy/main/btn_b_list.png') no-repeat; }
.T2_Bbanner .bnZone .obj {height:42px; margin:14px 70px 14px 130px; overflow:hidden;}
.T2_Bbanner .bnZone .obj li { width:16.66%; height:42px; text-align:center; float:left;}
.T2_Bbanner .bnZone .obj li a{display:block; margin:0 5px; /* border:1px solid #ccc; */} /*201021 gsjeong 수정*/
.T2_Bbanner .bnZone .obj li img { max-width:150px}
  

@media (max-width:1340px) {

	/* 상단팝업 */
	.top_popup{width:96%;}
	
}

@media (max-width:1200px) {/* 190906 */

	/* 상단팝업 */
	.top_popup .list_wrap{margin:20px 30px}

	/* 날씨정보 */
	.infoToday{top:-10px;}

	/* 팝업존(T2_B02) */
	.box_popup .tit_wrap{line-height:50px; top:-50px;}
	.box_popup .pop{height:320px}
	.box_popup .pop li a { border:0; padding:10px 0; text-align:center; background:#f1f1f1;}
	.box_popup .pop li a img { width:auto; height:300px; border:1px solid #ddd;}

	/* 팝업존(T2_B03) */
	.box_popup02 .pop li a {border:0; padding:10px 0; text-align:center; background:#f1f1f1;}
	.box_popup02 .pop li a img {width:auto; height:313px; border:1px solid #ddd;}	
	.box_popup02 .pop2 li {width:50%; left:50%;} /* 201102 gsjeong 너비수정 */
	
	/* 사용자 서비스메뉴(T2_B08) */
	.user_srv .link_wrap{text-align:center;}
	.user_srv .wrap{display:inline-block; margin-left:1%; width:auto; float:none;}
	.user_srv .wrap ul{height:100px;}
	.user_srv .wrap ul li{width:50%;}

	.user_srv .wrap ul li a{text-align:left;}
	
	/* 바로가기 링크 (T2_B05) */
	.m_link02 .wrap{background-image:none; padding:20px 10px; min-height:260px; text-align:center;}
	.m_link02 .wrap ul li {height:130px; padding-left: 15px;} /* 201117 수정 */

	/* 포토뉴스(T2_B07) */
	.gallery .gall_list li{width:49%;}
	
	/* 배너존 */
	.T2_Bbanner .bnZone > .inner {width:95%;}
	.T2_Bbanner .bnZone .obj{margin:14px 0 14px 130px;}
	.T2_Bbanner .bnZone .obj li {width:25%;}
	
}

@media (max-width:960px) {

	/* 사용자 서비스메뉴(T2_B08) */
	.user_srv .wrap{display:inline-block; margin-left:1%; width:auto; float:none;}

	/* 배너존 */
	.T2_Bbanner .bnZone .obj li { width:33.3%}

}
@media (max-width:890px) {
	
	/* 포토뉴스(T2_B07) */
	.gallery .gall_list li{width:100%;}
	
	/* 바로가기 링크 (T2_B05) 201117수정 */
	.m_link02 .wrap{ padding:10px; min-height: auto;}
	.m_link02 .wrap ul li {height:auto; padding: 15px 0; display: block;}
	.m_link02 .wrap ul li a{display: block;}
	.m_link02 .wrap ul li p{display: block; margin-bottom: 5px; padding-right: 0;}
	.m_link02 .wrap ul li span{display: inline-block; text-align: center;}

}
@media (max-width:760px) {	

	/* 팝업존(T2_B02) */
	.box_popup .pop{height:260px}
	.box_popup .pop li a img { height:240px;}
	
	/* 팝업존(T2_B03) */
	.box_popup02 .pop2 li {width:100%;} /* 201102 gsjeong 너비수정 */
	
	/* 사용자 서비스메뉴(T2_B08) */
	.user_srv .wrap{margin-left:2%;}
	.user_srv .wrap ul li a{font-size:15px;}
	
	/* 공지사항(T2_B05) */
	.notice h3 a {font-size:18px;}

	/* 배너존 */
	.T2_Bbanner .bnZone .obj li { width:50%}

}
@media (max-width:680px) {

	/* 상단팝업 */
	.top_popup ul li a{border:0; }

	/* 메인슬로건(T2_B01) */
	.main_visual img{height:60px; width:auto;}

	/* 사용자 서비스메뉴(T2_B08) */
	.user_srv .wrap ul{margin:20px 8%;}
	.user_srv .wrap ul li{width:50%;}
	.user_srv .wrap ul li a{margin:6px 0;}



	/* 행사안내(T2_B04) */
	.calendar .event_list ul li{width:100%;}

	.m_bn .wrap{min-height:0;}
	
	/* 포토뉴스(T2_B07) */
	.gallery .gall_list li{width:49%;}

}

@media (max-width:560px) {	

	/* 날씨정보 */
	.infoToday{display:none;}

	/* 메인슬로건(T2_B01) */
	.main_visual{text-align:center;}

	/* 팝업존(T2_B02) */
	.box_popup .pop{height:200px}
	.box_popup .pop li a img { height:180px;}

	/* 사용자 서비스메뉴(T2_B08) */
	.user_srv .wrap h3 a{width:120px; padding:20px 0 10px;}
	.user_srv .wrap h3 a img{width:55px; height:50px;}	
	.user_srv .wrap h3 a:hover{padding:15px 0 15px;}

	/* 행사안내(T2_B04) */
	.calendar .event_list ul li a{font-size:14px; }
	
	/* 배너존 */
	.T2_Bbanner .bnZone .obj li {width:100%;}
		
}

@media (max-width:420px) {

	/* 상단팝업 */
	.top_popup ul li a{padding:0 20px;}
	.top_popup ul li a::before{display:none;}
	.top_popup ul li a img{margin:5px 0 0;}	

	/* 팝업존(T2_B02) */
	.box_popup .pop{height:170px}
	.box_popup .pop li a img { height:150px;}

	.user_srv .wrap{width:32%; float:left; display:block;}
	.user_srv .wrap h3 a{width:100%; font-size:14px;}
	.user_srv .wrap h3 a img{width:50px; height:45px;}
	.user_srv .wrap ul li a{font-size:13px;}
	.user_srv .wrap .list_box{top:130px;}

	
	/* 포토뉴스(T2_B07) */
	.gallery .gall_list li{width:100%;}
	

	/* 팝업존(T2_B03) */
	.box_popup02 .pop {height:240px;}
	.box_popup02 .pop li a img {width:100%;height:239px;}

}

@media (max-width:380px) {

	/* 팝업존(T2_B02) */
	.box_popup .pop{height:150px}
	.box_popup .pop li a {padding:0;}
	.box_popup .pop li a img { width:100%; height:150px;}


}

