﻿/* common style */
.tit_wrap h2 {max-width: 100%; color:#c5f7e3; font-family: 'GmarketSans'; font-weight:700; font-size:1.5rem; white-space: nowrap; overflow:hidden;}
.tit_wrap h2 em {color: #fff; margin-right: 0.3rem;}

.btn_more{ position:absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; text-align: center; border-radius: 50%; line-height:1; font-size: 1rem; color:#fff; box-shadow: 12px 12px #f1f1f1; }
.btn_more i{-webkit-transition:all 0.15s; -ms-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); }

/* 메인비주얼 */
.MVisual1004 {position: relative; height: 100%; }
.MVisual1004 .item{height: 100%; overflow: hidden;}
.MVisual1004 .controlBox {display: inline-block; position: absolute; bottom: 4rem; left: calc(50% + 12rem); background: #fff; padding: 0 0.5rem 0.1rem 1rem; border-radius: 1rem; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.MVisual1004 .controlBox .dotArea { display: inline-block; }
.MVisual1004 .control { display: inline-block; position: relative; top: -0.2rem; }
.MVisual1004 .control a {display: inline-block; width:1.5rem; height: 1.5rem; line-height: 1.5rem; text-align:center; font-size:0.85rem; background: #2b8b65; color: #fff; border-radius: 50%; transition: all 0.2s; -webkit-transition: all 0.2s; vertical-align: middle;}
.MVisual1004 .control a:hover,
.MVisual1004 .control a:focus {color:#279bc7;}
.MVisual1004 .control a.play {display: none;}
.MVisual1004 .slick-dots { display: inline-block; }
.MVisual1004 .slick-dots li { display: inline-flex; height: 1.5rem; margin-right:0.5rem; align-items: center; justify-content: center; }
.MVisual1004 .slick-dots li button { display: block; width: 0.6rem; height: 0.5rem; font-size: 0; background: #ddd; transition: all 0.3s; border-radius: 2.5rem;}
.MVisual1004 .slick-dots li.slick-active button {width:1.8rem; background: #2b8b65;} 

/* 팝업존 */
.pop1004 { position:relative; width:100%; height:100%; }
.pop1004 .tit_wrap h2{ color: #fff;}
.pop1004 .control { position:absolute; bottom: -1.2rem; left: 50%; transform: translateX(-50%); z-index:2; width:10rem; background:rgba(0,0,0,0.6); text-align:center; border-radius: 2.5rem; }
.pop1004 .control p { display:inline-block; line-height: 2.5rem; vertical-align:middle; color:#333700; font-size:0.8rem; margin-right:0.6rem; }
.pop1004 .control p strong {display: inline-block; color:#fff; font-size: 1rem; font-weight:600; vertical-align: middle; margin-bottom: 0.1rem; }
.pop1004 .control p span{ vertical-align: middle; color:#fff; font-weight: 400; }
.pop1004 .control p strong + span:before{content:""; display:inline-block; width: 5px; height:5px; border-radius: 50%; margin:0 0.7rem; background:#fff; vertical-align: middle; }
.pop1004 .control a { position: relative; display:inline-block; overflow:hidden; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #fff; color:#484848; font-size:1rem; vertical-align:middle; transition: all 0.15s; -webkit-transition: all 0.15s; }
.pop1004 .control a i {transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop1004 .control .stop,
.pop1004 .control .play { text-align: center; }
.pop1004 .control .play { display:none; }
.pop1004 .pop_img { position:relative; width: 100%; height:18.75rem; border-radius: 1rem; text-align: center; isolation: isolate; border: 1px solid #b8dec9; overflow: hidden; background: #eee; box-shadow: 0 0 54px rgba(43,139,101,0.2);}
.pop1004 .pop_img div[class*='slick-'],
.pop1004 .pop_img .item { height:100%; }
.pop1004 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop1004 .pop_img .item img {display: block; width: auto; position: relative; left: 50%; transform: translateX(-50%); }
/* active */
.pop1004 .control a.prev:hover i,
.pop1004 .control a.prev:focus i { transform: translateX(-3px); }
.pop1004 .control a.next:hover i,
.pop1004 .control a.next:focus i { transform: translateX(3px); }
.pop1004 .control .stop:hover,
.pop1004 .control .play:hover { color: #0068b7; }

/* 게시판 */
.notice1004 {position: relative; width: 100%; padding-top:2.5rem; z-index: 5; }
.notice1004::before {position: absolute; content: ''; width: 100%; top: -1.6rem; bottom: 0; right:calc(100% - 16rem); border-radius: 0 3rem 0 0; background: #008d63 url(/images/po/template/T1004/main/1004_noti_symbol.png) no-repeat top 2rem right 18rem; z-index: -1;}
.notice1004 .tit_wrap { width: 16rem; position: absolute; left: 0; top: 1.5rem; }
.notice1004 .tit_wrap h2{width: 100%; max-width: 15rem;}
.notice1004::after{content: ''; display: block; clear: both;}
.notice1004 .titTab {position: relative; width: calc(100% - 16rem); float: right; padding-left: 3rem;}
.notice1004 .titTab ul {display: flex; width: calc(100% - 5.45rem);}
.notice1004 .titTab ul li {max-width: calc((100% - 0.6rem) / 5); position: relative;}
.notice1004 .titTab ul li + li {margin-left: 2%;}
.notice1004 .titTab ul li a {display: block; padding: 0.25rem 1.1rem; border-radius: 3rem; line-height:2.5rem; position: relative; border: 1px solid #ddd;}
.notice1004 .titTab ul li a span {display: block; font-size: 0.95rem; color: #000; white-space: nowrap; overflow-y: visible; overflow-x: hidden;}
.notice1004 .tabWrap {position: relative; width: 100%; padding: 2.5rem 0 3.6rem 0; float: right;}
.notice1004 .tabWrap::before{content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -3.6rem; right: -3.6rem; background: #fff; border-radius: 3rem 3rem 0 0; z-index: -1; }
.notice1004 .tabWrap .list_box {display: none;}
.notice1004 .tabWrap .list_box ul {position: relative; display: flex; height: 11.25rem;}
.notice1004 .tabWrap .list_box ul li {width: calc(100% / 4); height: 100%; border: 2px dotted transparent; border-radius: 1rem; position: relative;}
.notice1004 .tabWrap .list_box ul li + li{margin-left: 2rem;}
.notice1004 .tabWrap .list_box ul li:nth-child(n+5) {display: none;}
.notice1004 .tabWrap .list_box ul li a {display: flex; flex-direction: column; width: 100%; height: 100%; border: 1px solid #ddd; padding: 1.25rem 1.7rem; border-radius: 1rem; background-color: #fff; box-shadow: 0 0 10px rgba(221,221,221,0.4);}
.notice1004 .tabWrap .list_box ul li a .noti_txt {display: block; width: fit-content; font-size: 0.75rem; font-weight: 600; background: #f1f1f1; padding: 0.35rem 1rem; border-radius: 1rem;}
.notice1004 .tabWrap .list_box ul li a .tit { position: relative; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 1.6; font-size: 0.85rem; color: #000; font-weight: 600; overflow: hidden; text-overflow: ellipsis; margin-top: 1rem;}
.notice1004 .tabWrap .list_box ul li a .date {display: flex; align-items: center; font-family: 'GmarketSans'; font-size: 0.75rem; color: #808080; font-weight: 500; position: absolute; bottom: 1.2rem;}
.notice1004 .tabWrap .list_box ul li a .date i { display: inline-block; vertical-align: middle; font-size: 0.9rem; margin-right: 0.5rem;}
.notice1004 .tabWrap .list_box .btn_more {top: -2.5rem; line-height: 2.5rem; background: #008d63;}
.notice1004 .tabWrap .list_box .btn_more:before {background: rgba(52, 64, 119, 0.2);}
/* 게시판 : active */
.notice1004 .titTab ul li a,
.notice1004 .titTab ul li a:before,
.notice1004 .titTab ul li a:after,
.notice1004 .titTab ul li a span,
.notice1004 .titTab ul li a span:before,
.notice1004 .tabWrap .list_box ul li a {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice1004 .titTab ul li a.current,
.notice1004 .titTab ul li a:hover,
.notice1004 .titTab ul li a:focus { padding-right: 2.5rem; border: 1px solid #2b8b65; z-index: 1;}
.notice1004 .titTab ul li a.current::before,
.notice1004 .titTab ul li a:hover::before,
.notice1004 .titTab ul li a:focus::before { position: absolute; right:1rem; top: 50%; transform: translateY(-50%); font-family: 'xeicon'; content: '\e937'; font-size: 1.2rem; color: #2b8b65; }
.notice1004 .titTab ul li a.current span,
.notice1004 .titTab ul li a:hover span,
.notice1004 .titTab ul li a:focus span { color: #2b8b65; font-weight: 600;}
.notice1004 .tabWrap .list_box.on {display: block;}
.notice1004 .tabWrap .list_box ul li:not(.no_data):hover,
.notice1004 .tabWrap .list_box ul li:not(.no_data):focus{border-color: #2b8b65;}
.notice1004 .tabWrap .list_box ul li:not(.no_data):hover a,
.notice1004 .tabWrap .list_box ul li:not(.no_data):focus a{border-color: transparent; background-color: transparent;}
.notice1004 .tabWrap .list_box .btn_more:hover:before,
.notice1004 .tabWrap .list_box .btn_more:focus:before {background: #0384a9;}
/* 게시판 : new */
.notice1004 .tabWrap .list_box ul li a.new::after {content: "N"; display: flex; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #2b8b65; font-size: 0.8rem; color: #fff; font-weight: 600; position: absolute; right: 1.2rem; top: 1.3rem;}
/* 게시판 : no_data */
.notice1004 .tabWrap .list_box ul li.no_data {display: flex; align-items: center; justify-content: center; width: 100%; text-align: center; border-radius: 1rem; background: rgba(0, 0, 0, 0.05);}

/* 바로가기1 */
.M_link1004 {position:relative; display: flex; height:100%; padding-bottom: 3rem; z-index: 9;}
.M_link1004 .tit_wrap {position: relative; width: 13rem; padding-top: 4rem; padding-right: 1rem; line-height: 1.5;}
.M_link1004 .tit_wrap::before {position: absolute; content: ''; width: 5.5rem; height: 5.5rem; top: 2rem; left: -2rem; background: #fff; border-radius: 50%; z-index: -1;}
.M_link1004 .tit_wrap h2 {color: #222;}
.M_link1004 .tit_wrap em {color: #e9235a;}
.M_link1004 .tit_wrap span{max-width: 12rem; font-family: 'GmarketSans'; font-size: 1rem; color: #111; font-style: italic; opacity: 0.25; white-space: nowrap; overflow: hidden; word-spacing: -0.6rem;}
.M_link1004 .linkZone .control{position: absolute; left: 0; bottom: 3.4rem; z-index:1;}
.M_link1004 .linkZone .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#fff; color:#484848; border: 1px solid #dddede; text-align:center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.M_link1004 .linkZone .control > a.play{display:none;}
.M_link1004 .linkZone .control > a:hover,
.M_link1004 .linkZone .control > a:focus{ background:#e9235a; border-color: #e9235a; color: #fff;}
.M_link1004 .linkZone {width: calc(100% - 13rem);}z
.M_link1004 ul {width: calc(100% + ((100% - 37.6rem) / 7)); margin: 0 calc((-100% + 37.6rem) / 14);}
.M_link1004 li {padding-top: 3rem;}
.M_link1004 li a {position:relative; display: flex; flex-direction: column; align-items: center; width:100%; text-align: center; color: #222;}
.M_link1004 li a p { display: flex; justify-content: center; align-items: center; width: 4.7rem; height: 4.7rem; padding: 0.8rem 0.3rem; text-align:center; background: #fff; border: 2px dotted transparent; box-shadow: 0 0 5px rgba(0,0,0,0.1); border-radius: 1.5rem; }
.M_link1004 li a p img { max-width: 4.75rem; margin: 0 auto; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s;}
.M_link1004 li a span {display:block; line-height:1rem; max-height:2rem; padding: 0 0.25rem; font-size: 0.85rem; color: #222; margin-top: 1rem; overflow:hidden; }
/** 바로가기1 : active **/
.M_link1004 li a:focus p,
.M_link1004 li a:hover p{ border: 2px dotted #e9235a; box-shadow: none; }
.M_link1004 li a:focus p img,
.M_link1004 li a:hover p img{ transform: rotateY(180deg); -webkit-stransform: rotateY(180deg); }
.M_link1004 li a:focus span,
.M_link1004 li a:hover span {font-weight:600;}

/* 갤러리 */
.gallery1004 { position:relative; width:100%; height:100%; z-index: 1; }
.gallery1004::before {position: absolute; content: ''; width: calc(100% + 7.5rem); height: calc(100% + 4.6rem); top: -2.3rem; left: -3.75rem; background: #fff; border-radius: 3rem 3rem 0 0;}
.gallery1004::after {position: absolute; content: ''; width: calc(100% + 6rem); height: calc(100% + 2.6rem); top: 0; left: 0; background: #d8edf5; border-radius: 3rem 3rem 0 0; z-index: -1;}
.gallery1004 .tit_wrap{position: relative; display: flex; justify-content: space-between; align-items: center; word-spacing: -1rem; margin-bottom: 2.5rem; margin-right: 5rem;}
.gallery1004 .tit_wrap h2{ color: #111;}
.gallery1004 .tit_wrap em { color: #279bc7;}
.gallery1004 .titTab ul {display: flex;}
.gallery1004 .titTab ul li {display: inline-block; width: 22rem; margin-right: 1rem;}
.gallery1004 .titTab ul li a {position: relative; display: block; text-align: center; border-radius: 2rem; border: 1px solid #ddd; background: #fff; padding: 0.8rem 0; transition: all 0.2s; -webkit-transition: all 0.2s;}
.gallery1004 .titTab ul li a:after {position: absolute; content: '\e91d'; font-family: 'xeicon'; right: 1rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 1.3rem; color: #808080;}
.gallery1004 .titTab ul li a::before {position: absolute; content: ''; width: 3.75rem; height: 4.4rem; left: 2rem;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url(/images/po/template/T1004/main/1004_gall_ico.png) no-repeat;}
.gallery1004 .titTab ul li:last-child a::before {margin-top: 1rem; background: url(/images/po/template/T1004/main/1004_school_ico.png) no-repeat;}
.gallery1004 .titTab ul li a.current {background: #279bc7; border: 1px solid transparent;}
.gallery1004 .titTab ul li a.current:after {content: '\e937'; color: #fff;}
.gallery1004 .titTab ul li a.current span{color: #fff; font-weight: 800;}
.gallery1004 .titTab ul li a span {display: inline-block; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 60%;}
.gallery1004 .list_box { position:relative; display: none; /*overflow: hidden;*/}
.gallery1004 .list_box:after {display: block; clear: both; content: '';}
.gallery1004 .list_box.on { display: block; }
.gallery1004 .list_box .galleryWrap {float: right; display: flex; flex-wrap: wrap; width: 52%; margin: 0 -0.8rem; }
.gallery1004 .list_box .item{width: 50%; padding: 0 0.8rem; padding-top: 1rem; }
.gallery1004 .list_box .item a { display: block; overflow:hidden; }
.gallery1004 .list_box .item a .tit{position: relative; max-height: 2.5rem; line-height: 2.5rem; font-size: 0.85rem; padding-left: 0.8rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.gallery1004 .list_box .item a .tit::before{content: ''; position: absolute; top: 50%; left:0; width: 0.3rem; height: 0.3rem; background: #279bc7; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.gallery1004 .list_box .item a .txt {height: 2.2rem; line-height: 1.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.gallery1004 .list_box .item.topImg{float: left; width: 47.5%; margin: 0 1.75rem 0 0; padding: 0;}
.gallery1004 .list_box .item.topImg .img{height: 20rem;}
.gallery1004 .list_box .item .img{ width: 100%; height: 10rem; border-radius: 1rem; isolation: isolate; overflow: hidden; background: #f7f7f7; text-align: center;}
.gallery1004 .list_box .item img {position:relative; width: auto; height: 100%; transition: all 0.15s;}
.gallery1004 .list_box .item a .textBox {position: relative; background: #f7f7f7; border-radius: 1rem; padding: 0.8rem 1.4rem 1.5rem 1.4rem;}
.gallery1004 .list_box .item a .textBox .tit {font-weight: 600; font-size: 0.9rem; color: #020202; padding-right: 5rem;}
.gallery1004 .list_box .item a .textBox .txt {font-size: 0.75rem; color: #808080;}
.gallery1004 .list_box .item a .date {position: absolute; top: -2rem; right: 2rem; display: block; width: 3.9rem; height: 3.9rem; font-family: 'GmarketSans'; font-size: 1.3rem; text-align: center; line-height: 1; border-radius: 50%; background: #279bc7; color: #fff; padding-top: 1rem;}
.gallery1004 .list_box .item a .date em{display: block; font-size: 0.6rem;}
.gallery1004 .btn_more{top: -5.3rem; background: #279bc7; border-radius: 50%;}
/* no_data */
.gallery1004 .list_box .no_data {width: 100%; height: 100%; line-height: 25rem; text-align: center; border-radius: 1rem; background: rgba(0,0,0,0.1);}
/* 갤러리 : active */
.gallery1004 .titTab ul li a:hover,
.gallery1004 .titTab ul li a:focus {background: #279bc7; border: 1px solid transparent;}
.gallery1004 .titTab ul li a:hover span,
.gallery1004 .titTab ul li a:focus span{color: #fff; font-weight: 800;}
.gallery1004 .titTab ul li a:hover:after,
.gallery1004 .titTab ul li a:focus:after {content: '\e937'; color: #fff;}
.gallery1004 .list_box .item a:hover .tit,
.gallery1004 .list_box .item a:focus .tit,
.gallery1004 .list_box .item a:hover .txt,
.gallery1004 .list_box .item a:focus .txt {text-decoration: underline;}
.gallery1004 .list_box .item a:hover img,
.gallery1004 .list_box .item a:focus img {transform: scale(1.1); -webkit-transform: scale(1.1);}

/* 배너존 */
.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: 1710px) {
	.MVisual1004 .item img{width: 100%; height: auto; position: relative; top: 50%; transform: translateY(-50%);}
}
@media (max-width: 1450px) {
	.gallery1004 .list_box .item {width: 50%;}
}

@media (max-width: 1350px) {
	.tit_wrap h2 {font-size: 1.3rem;}

	/* 게시판 */
	.notice1004::before { right: calc(100% - 13rem); background: #008d63 url(/images/po/template/T1004/main/1004_noti_symbol.png) no-repeat top 0 right 8rem;}
	.notice1004 .tit_wrap {width: 13rem;}
	.notice1004 .titTab {width: calc(100% - 14rem); padding-left: 0;}

	/* 갤러리 */
	.gallery1004 .titTab ul li {width: 19rem;}
}

@media (max-width: 1240px) {
	/* 비주얼 */
	.MVisual1004 .item img {display: block; top: auto; transform: translateY(0);}
	.MVisual1004 .controlBox {bottom: 0; left: auto; right: 1rem;}

	/* 게시판 */
	.notice1004 .titTab ul li a {line-height: 2rem; padding: 0.25rem 0.5rem;}
	.notice1004 .titTab ul li a.current,
	.notice1004 .titTab ul li a:hover,
	.notice1004 .titTab ul li a:focus {padding-right: 2rem;}
	.notice1004 .titTab ul li a.current::before,
	.notice1004 .titTab ul li a:hover::before,
	.notice1004 .titTab ul li a:focus::before {right: 0.6rem;}
	.notice1004 .tabWrap .list_box ul li + li {margin-left: 1rem;}

	/* 갤러리 */
	.gallery1004 .tit_wrap {flex-direction: column; align-items: flex-start;}
	.gallery1004 .tit_wrap .titTab {margin-top:1.5rem;}
	.gallery1004 .titTab ul li {width: 20rem;}
	.gallery1004 .titTab ul li a {padding: 0.5rem 0;}
	.gallery1004 .list_box .item {padding-top: 0;}
	.gallery1004 .list_box .item .img{ height: 11rem; }
	.gallery1004 .titTab ul li a::before { left: 1rem;}
	.gallery1004 .btn_more {top: -5rem;}
}

@media (max-width: 1140px) {
	.tit_wrap h2{font-size: 1.1rem;}

	.notice1004::before { right: calc(100% - 12rem); background: #008d63 url(/images/po/template/T1004/main/1004_noti_symbol.png) no-repeat top 0 right 4rem; background-size: 10%;}
	.notice1004 .tit_wrap {width: 13rem;}
	.notice1004 .titTab {width: calc(100% - 13rem); padding-left: 0;}
	.notice1004 .titTab {width:calc(100% - 12.5rem);}
	.notice1004 .titTab ul {width: calc(100% - 4.45rem);}
}

@media (max-width: 1024px) {
	/* 게시판 */
	.notice1004 {padding-top: 4.5rem;}
	.notice1004::before {top: 0; right: -1rem; left: -1rem; width: calc(100% + 2rem); height: 3.5rem; border-radius: 0 2rem 2rem 0;}
	.notice1004 .tit_wrap {top: 1.2rem; left: 0; width: 90%;}
	.notice1004 .tit_wrap h2 {max-width: 100%;}
	.notice1004 .titTab {width: 100%;}
	.notice1004 .titTab ul {max-width: 100%;}
	.notice1004 .titTab ul li {max-width: calc(100% / 5);}
	.notice1004 .list_box li p.tit{font-size: 0.85rem;}
	.notice1004 .list_box li p{font-size: 0.75rem;}
	.notice1004 .tabWrap {padding: 1rem 0;}
	.notice1004 .tabWrap .list_box ul li {width: calc(100% / 3);}
	.notice1004 .tabWrap .list_box ul li:nth-child(n+4) {display: none;}
	.notice1004 .tabWrap .list_box .btn_more {top: -6.4rem; background-color: #fff; color: #008d63; box-shadow: none;}

	/* 바로가기 */
	.M_link1004 .tit_wrap {width: 23%;}

	/* 갤러리 */
	.gallery1004 .list_box .item {padding-top: 0;}
	.gallery1004 .list_box .item .img {height: 10rem;}
	.gallery1004 .list_box .item a .textBox {padding: 1.2rem 1.4rem;}
	.gallery1004 .list_box .item a .textBox .txt {display: none;}
} 

@media (max-width:940px){
	/* 바로가기1 */
	.M_link1004 .tit_wrap {width: 11rem;}
}
@media (max-width: 870px) {
	.gallery1004 .btn_more { top: -8rem; }
}

@media (max-width: 840px) {

	/* 바로가기 */
	.M_link1004 {flex-direction: column;}
	.M_link1004 .tit_wrap {width: 100%; padding-top: 1.5rem;}
	.M_link1004 .tit_wrap::before,
	.M_link1004 .tit_wrap span {display: none;}
	.M_link1004 li {padding-top: 1rem; vertical-align: baseline;}
	.M_link1004 .linkZone { width: 100%; }
	.M_link1004 .linkZone .control {bottom: auto; top: 1rem; left: auto; right: 1rem;}

	/* 갤러리 */
	.gallery1004 .list_box .item.topImg {width: 100%;}
	.gallery1004 .list_box .galleryWrap {display: none;}
	.gallery1004 .tit_wrap {margin-right: 2rem; margin-bottom: 1rem;}
	.gallery1004 .tit_wrap .titTab {width: calc(100% + 2rem);}
	.gallery1004 .titTab ul {width: 100%;}
	.gallery1004 .titTab ul li {width: 50%;}
	.gallery1004 .titTab ul li a::before {display: none;}
	.gallery1004 .list_box .item img {width: 100%; height: auto;transition: all 0.15s; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
	.gallery1004 .list_box .item.topImg .img {height: auto;}
	.gallery1004 .btn_more { top: -7rem; }
	.gallery1004 .list_box .item a:hover img, .gallery1004 .list_box .item a:focus img { transform: translateX(-50%) scale(1.1); -webkit-transform: translateX(-50%) scale(1.1);}
}

@media (max-width: 768px) {	
	/* 공지사항 */
	.notice1004 .titTab ul {flex-wrap: wrap; width: 100%;}
	.notice1004 .titTab ul li {max-width: 32%; margin-bottom: 0.5rem; margin-right: 1%;}
	.notice1004 .titTab ul li + li {margin-left: 0; }
	.notice1004 .tabWrap {padding: 0 0 1rem 0;}
	.notice1004 .tabWrap .list_box ul li { width: calc(100% / 2);}
	.notice1004 .tabWrap .list_box ul li:nth-child(n+3) {display: none;}
	.notice1004 .tabWrap .list_box .btn_more {top: -10em;}
	
    /* 배너존 */
	.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) {	
	.tit_wrap{display: block;}
	.tit_wrap h2{max-width: 100%;}
	.tit_wrap span{display: block; padding-left: 0;}

	/* 비주얼 */
	.MVisual1004 .item img {width: 100%; height: auto;}

	/* 팝업존 */
	.pop1004 .tit_wrap h2{max-width: calc(100% - 8rem);}
	.pop1004 .control a{padding: 0 0.2rem;}

	/* 포토갤러리 */
	.gallery1004::before{ right: -4rem;}
	.gallery1004 .list_box{width: auto;}
	.gallery1004 .btn_more{right: 0;}
	.gallery1004 .control{right: 2.5rem;}
	.gallery1004 .control a{padding: 0 0.2rem;}
}

@media (max-width: 560px) {
	/* 팝업존 */
	.pop1004 .pop_img .item img {object-fit: contain;width: 100%;height: 100%;}

	/* 게시판 */
	.notice1004 .titTab a{padding: 0 0.5rem;}
	.notice1004 .tabWrap .list_box ul {flex-direction: column; height: 14rem;}
	.notice1004 .tabWrap .list_box ul li {width: 100%;}
	.notice1004 .tabWrap .list_box ul li:first-child {margin-bottom: 0.3rem;}
	.notice1004 .tabWrap .list_box ul li + li {margin-left: 0;}
	.notice1004 .tabWrap .list_box ul li a .noti_txt {display: none;}
	.notice1004 .tabWrap .list_box ul li a.new .tit {text-indent:1.5rem;}
	.notice1004 .tabWrap .list_box ul li a .tit { -webkit-line-clamp: 2;  margin-top: 0;} 
	.notice1004 .tabWrap .list_box ul li a.new::after {right: auto; left: 1.6rem; width: 1.3rem; height: 1.3rem;}
	.notice1004 .tabWrap .list_box .btn_more {top: -13rem;}
}

@media (max-width: 480px) {  
	.MVisual1004 .control{top: -0.5rem;}
	.MVisual1004 .controlBox {height: 1.2rem; right: 0; padding: 0 0.5rem 0 0.5rem;}
	.MVisual1004 .dotArea {position: relative; bottom: 0.3rem;}

	/* 공지사항 */
	.notice1004::before {background: #008d63 url(/images/po/template/T1004/main/1004_noti_symbol.png) no-repeat top 1rem right 4rem; background-size: 10%;}
	.notice1004 .titTab ul li a span {font-size: 0.85rem;}
	.notice1004 .titTab ul li a {padding: 0 0.5rem;}
	.notice1004 .tabWrap .list_box .btn_more {top: -11.5rem;}

	/* 갤러리 */
	.gallery1004 .titTab ul {flex-direction: column;}
	.gallery1004 .titTab ul li {margin-right: 0; width: 100%;}
	.gallery1004 .titTab ul li a {padding: 0.3rem 0;}
	.gallery1004 .titTab ul li:last-child {margin-top: 0.5rem;}
	.gallery1004 .list_box .item a .textBox {padding: 1rem 1.4rem;}
	.gallery1004 .list_box .item a .textBox .tit {padding-right: 2rem;}
	.gallery1004 .list_box .item a .tit {line-height: 1rem;}
	.gallery1004 .list_box .item a .date {width: 3.5rem; height: 3.5rem; right: 0.5rem; font-size: 1rem;}
	.gallery1004 .btn_more { top: -9.5rem; }
}

@media (max-width: 380px) { 
	/* 바로가기1 */
	.M_link1004 li a{flex-direction: column;}
	.M_link1004 li a span{margin-top: 0.4rem;}

	/* 게시판 */
	.notice1004 .titTab ul li {max-width:49%;}
	.notice1004 .tabWrap .list_box .btn_more {top: -16.8rem;}
}

@media (max-width: 330px) {    
	/* 바로가기 */
	.M_link1004 .linkZone .control {top: 1.5rem; right: 0.5rem;}
	.M_link1004 .linkZone .control > a {width: 1.6rem; height: 1.6rem; line-height: 1.6rem}
	.M_link1004 li a p {width: 4rem; height: 4rem;}
	.M_link1004 li a p img {max-width: 2.5rem;}
}