﻿
@import url("../../font/NanumSquareNeo/NanumSquareNeo.css");
/*** slide_popup ***/
.spopup_wrap {top:10.75rem !important;}
#wrap.scroll .spopup_wrap {top: 0 !important;}
.spopup_wrap {transition: margin-top 0.3s ease, left 0.3s !important;}
#wrap.openPop.scroll .spopup_wrap {top: -7rem !important;}
@media (max-width: 1540px) {
	.spopup_wrap {top:10.75rem !important;}
}
@media (max-width: 1200px) {
	.spopup_wrap {top:10.75rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
	#wrap.openPop.scroll .spopup_wrap {top: -7rem !important;}
}
@media (max-width: 1024px) {
	.spopup_wrap {top:6.5rem !important;}
	#wrap.scroll .spopup_wrap {top: 6.5rem !important;}
	#wrap.openPop.scroll .spopup_wrap,
    #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 6.5rem !important;}
}
@media (max-width: 768px) {
	.spopup_wrap {top:3rem !important;}
	#wrap.scroll .spopup_wrap {top: 3rem !important;}
	#wrap.openPop.scroll .spopup_wrap,
    #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 3rem !important;}
}
@media (max-width: 480px) {
	.spopup_wrap {top:3rem !important;}
	#wrap.scroll .spopup_wrap {top: 3rem !important;}
}
@media (max-width: 340px) {
   /* 좌측 팝업 : openPop */
   #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 3rem !important;}
}

.popBtn {top: 9px !important;}

/* common */
body {overflow-x: hidden;}
h2.heading{ position:relative; line-height:1.6rem; font-size:1.6rem; color:#1D1D1D; font-weight: 700; word-break: keep-all;}
h2.heading span {display:block; line-height: 1.4rem; font-size: 0.9rem; color: #444; font-weight: 300; margin-top: 0.25rem;}
.btn_more.ty { position:absolute; width:2.5rem; height:2.5rem; border-radius:50%; font-size:1rem; line-height:2.5rem; text-align: center; color:#fff; background: #F8981C; transition: all 0.2s;}
.btn_more.ty i { transition: all 0.2s;}
.btn_more.ty:hover,
.btn_more.ty:focus {transform: rotate(180deg);}

/* 메인비주얼 */
.gbemc_visual { position: relative; height: 100%; border-radius: 2.5rem 2.5rem 7.5rem 2.5rem; overflow:hidden; isolation: isolate;}
.gbemc_visual .slider{ position:relative; z-index: 0;}
.gbemc_visual .item{overflow:hidden; line-height:0;}
.gbemc_visual .item img{position:relative; width:auto; height:100%;}
.gbemc_visual .control{position:absolute; top:auto;left: 6rem; bottom: 2.85rem; z-index:1; display:flex; align-items:center; gap: 0.5rem;} /* 250509 */
.gbemc_visual .control > a{display:inline-block; width:2.25rem; height: 2.25rem; line-height: 2.25rem; border-radius: 50%; border: 1px solid #fff; color:#fff; font-size:1rem; text-align: center; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.gbemc_visual .control > a.play{display:none;}
.gbemc_visual .control > a:hover,
.gbemc_visual .control > a:focus{ color:#008FA5; background: #fff; }
.gbemc_visual .control .page { display:inline-flex; align-items: center; font-size: 0.8rem; font-weight: 300; line-height: 1; color: rgba(255,255,255,0.8); letter-spacing: 0; margin-right: 0.7rem;}
.gbemc_visual .control .page strong {position:relative; display: inline-block; font-weight: 600; color:#fff;}
.gbemc_visual .control .progressBar {position: relative; width:0; display: inline-block; width: 80px; height: 2px; background: rgba(255,255,255,0.4); margin:0 0.5rem 0 0.5rem;}
.gbemc_visual .control .pro-bar {position: absolute; left:0; top:0; width:0; height: 2px; background: #fff;}
.gbemc_visual .control .pro-ani{animation: proBar 5s 1; width:100%;}
.gbemc_visual:hover .pro-bar{animation-play-state: paused;}
@keyframes proBar{
    0%{width:0;}
    100%{width:100%;}
}

/* 바로가기1 */
.gbemc_link { position:relative; height:100%; padding: 0 8rem;}
.gbemc_link::before {content: ''; position: absolute; top: -0.65rem; left: -7.1rem; width: 11.35rem; height: 9.1rem; background: url(/images/web/gbemc/main/link_img1.png) no-repeat center right / contain;}
.gbemc_link::after {content: ''; position: absolute; top: -0.8rem; right: -4.6rem; width: 9.35rem; height: 9.45rem; background: url(/images/web/gbemc/main/link_img2.png) no-repeat center left / contain;}
.gbemc_link ul { display:flex; gap: 1rem; justify-content: space-between;}
.gbemc_link li { position:relative; flex:1; z-index:1; }
.gbemc_link li a { display:flex; flex-direction: column; align-items: center; justify-content: center; position:relative; width:100%; }
.gbemc_link li a .img { position:relative; display:flex; align-items: center; justify-content: center; width:6.5rem; height: 6.5rem; background: #E1EDF3; border-radius: 50%; border: 3px dotted transparent;}
.gbemc_link li a .img::before {content: ''; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); width: 100%; height: 100%; border-radius: 50%; background: #7DD0E5; z-index: -1;}
.gbemc_link li a .img::after {content: '\EA70'; font-family: 'remixicon'; position: absolute; right: 8px; bottom:0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; background: #00B7DE; color: #fff; opacity: 0;}
.gbemc_link li a img { -webkit-transition:all .2s; -ms-transition:all .2s; transition:all .2s; }
.gbemc_link li a p { font-size:0.9rem; line-height:1.3rem; margin-top:1rem; overflow:hidden; font-weight:500; color:#1D1D1D; word-break:break-all; }
.gbemc_link li a,
.gbemc_link li a .img,
.gbemc_link li a .img::before,
.gbemc_link li a .img::after { -webkit-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s; }
/* 바로가기1 : hover */
.gbemc_link li a:hover,
.gbemc_link li a:focus {border-color: #5D5692;}
.gbemc_link li a:hover .img,
.gbemc_link li a:focus .img {border-color: #00B7DE; background: #fff;}
.gbemc_link li a:hover .img::before,
.gbemc_link li a:focus .img::before {width: calc(100% + 1rem); height: calc(100% + 1rem);}
.gbemc_link li a:hover .img::after {right: 0; bottom:8px; opacity: 1;}

@keyframes bounce {
  0% {transform: translateY(0);}
  50% {transform: translateY(-7px); }
	100% {transform: translateY(0); }
}

/* 게시판 */
.gbemc_notice { position:relative; height:100%;  }
.gbemc_notice .tit_wrap {display: flex; align-items: center; justify-content: space-between; height: 2.5rem; margin-bottom: 1.25rem;}
.gbemc_notice .titTab { }
.gbemc_notice .titTab ul{font-size:0; display:flex; align-items:center; padding-right:2.75rem; }
.gbemc_notice .titTab li { position: relative; max-width:80%; text-align:center; flex:1; }
.gbemc_notice .titTab li ~ li::before { content: ''; position: absolute; top: calc(50% - 2px); left: -2px; width: 4px; height: 4px; border-radius: 50%; background: #D9D9D9; }
.gbemc_notice .titTab li a { position: relative; display:block; padding:0 1rem; font-size:1.2rem; color:rgba(29,29,29,0.6);}
.gbemc_notice .titTab li a span{ position:relative; display:block; overflow:hidden; white-space:nowrap;}
.gbemc_notice .list_box { display:none; width:100%;}
.gbemc_notice .list_box .topList {position:relative; display:flex; align-items: center; gap: 1rem; background: #fff; border-radius: 0.75rem; padding: 1.15rem 1.5rem; border: 2px dashed #005E70;}
.gbemc_notice .list_box .date{display: flex; flex-flow: column; justify-content: center; align-items: center; width: 5rem; height: 5rem; border-radius: 50%; background: #005E70; font-weight:700; font-size:1.75rem; color: #fff; line-height: 1.2;}
.gbemc_notice .list_box .date em {font-size: 0.7rem; font-weight: 300;}
.gbemc_notice .list_box .cont {flex:1;}
.gbemc_notice .list_box .topList p {display: -webkit-box; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; }
.gbemc_notice .list_box .tit {height: 1.25rem; font-size: 1rem; font-weight: 700; color: #1D1D1D; -webkit-line-clamp: 1; }
.gbemc_notice .list_box .new .tit::before {content: 'N'; display: inline-block; width: 1.15rem; line-height: 1.15rem; text-align: center; border-radius: 50%; background: #F8981C; font-size: 0.7rem; font-weight: 400; color: #fff; margin-right: 0.25rem; vertical-align: top;}
.gbemc_notice .list_box .txt {height: 2.75rem; font-size: 0.9rem; color: #696969; line-height: 150%; -webkit-line-clamp: 2; margin-top: 0.5rem; }
.gbemc_notice .list_box .topList .new .date:before{ position: absolute; top: -0.2rem; right: -0.2rem; display:inline-block; content:"N"; width:1.4rem; height:1.4rem; line-height: 1.3rem; background: #EE3059; color:#fff; font-weight: 400; font-size:0.7rem; border-radius:50%; text-align:center;}
.gbemc_notice .list_box dd .date em { font-size: 0.7rem; font-weight: 400; letter-spacing: 0; }
.gbemc_notice .list_box ul { overflow:hidden; }
.gbemc_notice .list_box li {margin-top: 0.6rem;}
.gbemc_notice .list_box li:nth-child(n + 3) {display: none;}
.gbemc_notice .list_box li a { position:relative; display:block; line-height:3.5rem; font-size:0.8rem; padding:0 6rem 0 1.5rem; border-radius: 0.75rem; background: #F5F7F8; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:500; color:#1D1D1D;}
.gbemc_notice .list_box li a span { position:absolute; right:1.5rem; top:0; color:#696969; font-size:0.8rem; font-weight: 400; }
/* 게시판 :데이터 없음 */
.gbemc_notice .list_box li.no_data {text-align:center; line-height:15.6rem; border-radius: 1rem; border: 1px solid #e6e5ec; margin-top: 0;}
.gbemc_notice .btn_more.ty { right: 0; top:0;}
/* 게시판 : active */
.gbemc_notice .titTab li a,
.gbemc_notice .titTab li a::before {transition: all 0.2s;}
.gbemc_notice .titTab li a:hover,
.gbemc_notice .titTab li a:focus,
.gbemc_notice .titTab li.current a { color:#008FA5; font-weight:700;}
.gbemc_notice .list_box.on { display:block; }
.gbemc_notice .list_box .topList:hover p,
.gbemc_notice .list_box .topList:focus p { text-decoration: underline; }
.gbemc_notice .list_box li a:hover,
.gbemc_notice .list_box li a:focus { text-decoration: underline; }
.gbemc_notice a,
.gbemc_notice dt,
.gbemc_notice :before {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 소식 */
.gbemc_news { position:relative; height:100%; overflow: hidden;}
.gbemc_news h2 { position:relative; right:auto; top:auto; flex: 1; }
.gbemc_news .tit_wrap {display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;}
.gbemc_news .list_box { width:calc(100% + 1.2rem); height:100%; margin-left:-1.2rem; }
.gbemc_news .item{ padding:0 0 0 1.2rem;}
.gbemc_news .item a { position:relative; display:block; width:auto; word-break: keep-all; }
.gbemc_news .item .img { display:block; height:11.5rem; overflow:hidden; border-radius:1rem; background:#eee; }
.gbemc_news .item .img img { position: relative; left:50%; top:50%; width:100%; height:auto; transform: translate(-50%, -50%); transition: all 0.2s;}
.gbemc_news .item a .cont{ display:flex; align-items:center; justify-content:center; flex-direction:column; padding: 1.2rem 0.5rem 0; -webkit-transition: all 0.2s; transition: all 0.2s;}
.gbemc_news .item a .cont .tit {width: 100%;font-size:1rem;color:#1D1D1D;font-weight: 600;overflow: hidden;height: 1.3rem;white-space: nowrap;text-overflow: ellipsis;}
.gbemc_news .item a .cont .date {display: block; width: 100%; margin-top: 0.6rem; font-size: 0.8rem; color: #696969; font-weight: 300; letter-spacing: 0;}
.gbemc_news .control {position: relative; display: flex; align-items: center; gap: 2rem; height: 2.5rem; border-radius: 1.5rem; border: 1px solid #ddd; padding: 0 1rem;}
.gbemc_news .control::before {content:''; position: absolute; left: 50%; top: calc(50% - 0.45rem); width: 1px; height: 0.9rem; background: #ddd;}
.gbemc_news .control a {font-size: 1rem; color: #000; transition: all 0.2s;}
.gbemc_news .control a i {display: inline-block; transition: all 0.2s;}
.gbemc_news .list_box .no_data{width:auto; height:15.25rem; margin-left:1.2rem; display:flex; align-items:center; justify-content:center; color:#333; border-radius:1rem; background:#f7f7f8;}
.gbemc_news .btn_more.ty { position: relative; top:auto; right: auto;}
/** 소식 : active **/
.gbemc_news .titTab li a:hover,
.gbemc_news .titTab li.current a { color:#1D1D1D; font-weight:700; }
.gbemc_news .list_box a:hover img { transform: translate(-50%, -50%) scale(1.1); }
.gbemc_news .control a.prev:hover i,
.gbemc_news .control a.prev:focus i {transform: translateX(-5px);}
.gbemc_news .control a.next:hover i,
.gbemc_news .control a.next:focus i {transform: translateX(5px);}


/* 갤러리 */
.gbemc_gallery { position:relative; height:100%; overflow: hidden;}
.gbemc_gallery h2 { position:relative; right:auto; top:auto; flex: 1; }
.gbemc_gallery .tit_wrap {display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;}
.gbemc_gallery .list_box { width:calc(100% + 2rem); height:100%; margin-left:-2rem; }
.gbemc_gallery .item{ padding:0 0 0 2rem;}
.gbemc_gallery .item a { position:relative; display:block; width:auto; word-break: keep-all; }
.gbemc_gallery .item .img { display:block; height:10.5rem; overflow:hidden; border-radius:1rem; background:#eee; }
.gbemc_gallery .item .img img { position: relative; left:50%; top:50%; width:100%; height:auto; transform: translate(-50%, -50%); transition: all 0.2s;}
.gbemc_gallery .item a .cont{ display:flex; align-items:center; justify-content:center; flex-direction:column; padding: 1.2rem 0.5rem 0; -webkit-transition: all 0.2s; transition: all 0.2s;}
.gbemc_gallery .item a .cont .tit {width: 100%;font-size:1rem;color:#372802;font-weight: 600;overflow: hidden;height: 1.3rem;white-space: nowrap;text-overflow: ellipsis;}
.gbemc_gallery .item a .cont .date {display: block; width: 100%; margin-top: 0.6rem; font-size: 0.8rem; color: #1D1D1D; font-weight: 300; letter-spacing: 0;}
.gbemc_gallery .control {position: relative; display: flex; align-items: center; gap: 0.5rem;}
.gbemc_gallery .control a {width: 2.5rem; height: 2.5rem; line-height: 2.5rem; text-align: center; border-radius: 50%; background: #fff; font-size: 1rem; color: #4C3B02; transition: all 0.2s;}
.gbemc_gallery .control a i {display: inline-block; transition: all 0.2s;}
.gbemc_gallery .list_box .no_data{width:auto; height:14.25rem; margin-left:2rem; display:flex; align-items:center; justify-content:center; color:#333; border-radius:1rem; background:rgba(255,255,255,0.4);}
.gbemc_gallery .btn_more.ty { position: relative; top:auto; right: auto; font-size: 1.2rem;}
/** 갤러리 : active **/
.gbemc_gallery .titTab li a:hover,
.gbemc_gallery .titTab li.current a { color:#1D1D1D; font-weight:700; }
.gbemc_gallery .list_box a:hover img { transform: translate(-50%, -50%) scale(1.1); }
.gbemc_gallery .control a.prev:hover i,
.gbemc_gallery .control a.prev:focus i {transform: translateX(-5px);}
.gbemc_gallery .control a.next:hover i,
.gbemc_gallery .control a.next:focus i {transform: translateX(5px);}

/* 배너존 */
/* .banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.1rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 1.8rem; height: 1.8rem; line-height:1.8rem; border-radius:50%; background:#f6f6f6; text-align:center; overflow: hidden;}
.banner_zone .btn a + a {margin-left:.25rem;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 8rem); float:left; padding-top: 0.75rem; padding-left:1.75rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;} */

@media (max-width: 1440px) {
	
}

@media (max-width: 1240px) {
	/* 메인비주얼 */
	.gbemc_visual .item img{width:110%; height:auto; left:-5%; transform: none; -webkit-transform: none; -ms-transform: none;}
	.gbemc_visual .control {left: 2.5rem;}

	/* 바로가기1 */
	.gbemc_link { padding: 0 6rem;}
	.gbemc_link::before {left: -1rem; width: 6.5rem;}
	.gbemc_link::after {top: -0.8rem; right: -1rem; width:5.75rem;}
	.gbemc_link li a .img { width:5rem; height: 5rem;}
	.gbemc_link li a .img::after {width: 1.25rem; height: 1.25rem; line-height: 1.25rem; font-size: 0.7rem;}
	.gbemc_link li a img { width: 80%; }
	/* 바로가기1 : hover */
	.gbemc_link li a:hover .img::after {right: 0; bottom:4px;}
}

@media (max-width: 1024px){
	/* 메인비주얼 */
	.gbemc_visual {border-radius: 2rem 2rem 6rem 2rem;}

	/* 바로가기1 */
	.gbemc_link::after {width:5rem;}

	/* 게시판 */
	.gbemc_notice .tit_wrap {margin-bottom: 1rem;}
	.gbemc_notice .list_box .topList {border-radius: 0.75rem; padding: 0.65rem 0.75rem;}
	.gbemc_notice .list_box li {margin-top: 0.5rem;}
	.gbemc_notice .list_box li a { line-height:2.5rem;}
	.gbemc_notice .list_box li.no_data {line-height: 12.4rem;}

	/* 소식 */
	.gbemc_news .tit_wrap {margin-bottom: 1rem;}
	.gbemc_news .list_box { width:calc(100% + 1rem); margin-left:-1rem; }
	.gbemc_news .item{ padding:0 0 0 1rem;}
	.gbemc_news .item .img { height:8rem; }
	.gbemc_news .list_box .no_data {height: 11.75rem; margin-left: 1rem;}

	/* 갤러리 */
	.gbemc_gallery .tit_wrap {margin-bottom: 1rem;}
	.gbemc_gallery .list_box { width:calc(100% + 1.3rem); margin-left:-1.3rem; }
	.gbemc_gallery .item{ padding:0 0 0 1.3rem;}
	.gbemc_gallery .item .img {height: 9.5rem;}
	.gbemc_gallery .list_box .no_data{height:13.25rem; margin-left: 1.3rem;}
}

@media (max-width:950px) {
	/* 바로가기1 */
	.gbemc_link { padding: 0;}
	.gbemc_link::before,
	.gbemc_link::after {display: none;}
	.gbemc_link ul {gap: 0;}
	.gbemc_link li a p {width: 100%; text-align: center; padding: 0 0.25rem;}

	/* 바로가기2 */
	.gbemc_link2 {flex-direction: column; height: auto; padding: 1.5rem 0;}
	.gbemc_link2 .tit_wrap {position: static; flex-direction: row; align-items: center; width: 100%; height: auto;}
	.gbemc_link2 .tit_wrap::before {top: 0; border-top-right-radius: 0;}
	.gbemc_link2 .tit_wrap h2 br {display: none;}
	.gbemc_link2 .tit_wrap .control {margin-top: 0;}
	.gbemc_link2 .list_box {position: static; width: 100%; height: auto; padding: 0.5rem 0 0;}
	.gbemc_link2 .list_box::before {display: none;}

	/* 소식 */
	.gbemc_news .item .img {height: 10rem;}
	.gbemc_news .list_box .no_data {height: 13.75rem;}
}

@media (max-width: 850px) {
	/* 메인비주얼 */
	.gbemc_visual .control {bottom: 2rem; left:1.75rem;}

	/* 소식 */
	.gbemc_news .list_box ul{ width:calc(100% + .5rem); margin-left:-.25rem;}
	.gbemc_news .list_box li{ padding:0 .25rem;}

	/* 팝업존 */
	.gbemc_pop .pop_img {height: 15rem;}
}

@media (max-width: 768px) {
	/* 메인비주얼 */
	.gbemc_visual .control .progressBar {width: 50px;}	

	/* 바로가기1 */
	.gbemc_link li a .img { width:4rem; height: 4rem;}
	.gbemc_link li a .img::after {width: 1rem; height: 1rem; line-height: 1rem; font-size: 0.7rem;}
	.gbemc_link li a p {font-size: 0.85rem;}
	/* 바로가기1 : hover */
	.gbemc_link li a:hover .img::after {right: 0; bottom:4px;}
}

@media (max-width: 680px) {
	/* 메인비주얼 */
	.gbemc_visual .item img {width: 117%;}
	
	/* 바로가기1 */
	.gbemc_link ul { display:flex; flex-wrap: wrap; gap: 0.5rem 0.6rem;}
	.gbemc_link li { flex:none; width: calc(50% - 0.3rem); }
	.gbemc_link li a { flex-direction: row; gap: 0.5rem; padding: 0.35rem 0.5rem; background: #fff; border-radius: 0.5rem; border: 1px solid #E1EDF3;}
	.gbemc_link li a .img { width:1.5rem; height: 1.5rem; border: none;}
	.gbemc_link li a .img::before,
	.gbemc_link li a .img::after {display: none;}
	.gbemc_link li a p {flex: 1; font-size:0.8rem; margin-top:0; text-align: left; }
	/* 바로가기1 : hover */
	.gbemc_link li a:hover,
	.gbemc_link li a:focus {border-color: #00B7DE;}
	.gbemc_link li a:hover .img,
	.gbemc_link li a:focus .img {background: #E1EDF3;}
	
	/* 소식 */
	.gbemc_news .list_box li:nth-child(n+3){ display:none;}

	/* 사용자별 메뉴 */
	.user_menu .list_box ul {justify-content: start; gap: 10px 15px;}
}

@media (max-width: 580px) {	
	/* common */
	h2.heading{ line-height:1.1rem; font-size:1.1rem;}
	.btn_more.ty { position:absolute; width:1.8rem; height:1.8rem; line-height:1.8rem; font-size:1rem;}

	/* 메인비주얼 */
	.gbemc_visual {border-radius: 1rem 1rem 3.5rem 1rem;}
	.gbemc_visual .item img {width: 130%;}
	.gbemc_visual .control { bottom:1.5rem; gap: 0.25rem;}
	.gbemc_visual .control .page {margin-right: 0.25rem;}
	.gbemc_visual .control .progressBar {width: 30px;}
	.gbemc_visual .control > a{ width:1.65rem; height:1.65rem; line-height:1.5rem; font-size: 0.75rem; }

	/* 게시판 */
	.gbemc_notice .tit_wrap {height: 1.8rem; margin-bottom: 0.75rem;}
	.gbemc_notice .titTab ul {padding-right: 2.25rem;}
	.gbemc_notice .titTab li a {font-size: 0.9rem; padding: 0 0.6rem;}
	.gbemc_notice .list_box .topList {gap: 0.5rem;}
	.gbemc_notice .list_box .tit {font-size: 0.9rem; height: 1rem;}
	.gbemc_notice .list_box .new .tit::before {width: 1rem; height: 1rem; line-height: 1rem;}
	.gbemc_notice .list_box .txt {font-size: 0.8rem; height: 2.25rem; line-height: 140%;}
	.gbemc_notice .list_box .date {width: 3.75rem; height: 3.75rem; font-size: 1.2rem;}
	.gbemc_notice .list_box li.no_data {line-height: 11.15rem;}
	
	/* 소식 */
	.gbemc_news .tit_wrap {gap: 0.5rem; margin-bottom: 0.75rem;}
	.gbemc_news .item .img {height: 8rem;}
	.gbemc_news .item a .cont {padding: 0.75rem 0 0;}
	.gbemc_news .item a .cont .tit {font-size:0.9rem;}
	.gbemc_news .item a .cont .date {margin-top: 0.25rem; font-size: 0.75rem;}
	.gbemc_news .list_box .no_data {height: 10.9rem;}
	.gbemc_news .control { height: 1.8rem; gap: 1rem; padding: 0 0.5rem;}

	/* 갤러리 */
	.gbemc_gallery .tit_wrap {margin-bottom: 0.75rem;}
	.gbemc_gallery .item .img {height: 8rem;}
	.gbemc_gallery .item a .cont {padding: 0.75rem 0 0;}
	.gbemc_gallery .item a .cont .tit {font-size:0.9rem;}
	.gbemc_gallery .item a .cont .date {margin-top: 0.25rem; font-size: 0.75rem;}
	.gbemc_gallery .control a {width: 1.8rem; height: 1.8rem; line-height: 1.8rem; font-size: 0.9rem;}
	.gbemc_gallery .list_box .no_data{height:10.9rem;}
}

@media (max-width: 480px) {
	/* 메인비주얼 */
	.gbemc_visual .item img {width: 138%; left: -6%;}
	.gbemc_visual .control {left: 1.25rem;}

	/* 바로가기1 */
	.gbemc_link ul { gap: 0.4rem 0.5rem;}
	.gbemc_link li { flex:none; width: calc(50% - 0.25rem); }
	.gbemc_link li a { gap: 0.25rem; padding: 0.35rem 0.5rem;}

	/* 소식 */
	.gbemc_news .item .img {height: 11rem;}
	.gbemc_news .list_box .no_data {height: 13.9rem;}

	/* 갤러리 */
	.gbemc_gallery .item .img {height: 11rem;}
	.gbemc_gallery .list_box .no_data{height:13.9rem;}
}

@media (max-width: 380px) {
	/* 메인비주얼 */
	.gbemc_visual .control {bottom:1rem; left: 0.85rem; }
	.gbemc_visual .control > a {width:1.2rem; height:1.2rem; line-height:1.1rem;}
	.gbemc_visual .control .page {font-size:0.85rem;}
	
	/* 바로가기1 */
	.gbemc_link ul {gap: 0.4rem;}
	.gbemc_link li {width: calc(50% - 0.2rem);}
	.gbemc_link li a {padding: 0.35rem;}
	.gbemc_link li a .img { width: 1.25rem; height: 1.25rem; }
	.gbemc_link li a p {font-size: 0.75rem; padding: 0 0 0 0.25rem;}

	/* 게시판 */
	.gbemc_notice .titTab ul {padding-right: 2rem;}
	.gbemc_notice .titTab li a {padding: 0 0.5rem;}
	.gbemc_notice .list_box li a {padding: 0 5rem 0 0.75rem;}
	.gbemc_notice .list_box li a span {right: 0.75rem;}
}

@media (max-width: 340px) {
	/* 메인비주얼 */
	.gbemc_visual .control .progressBar {width: 15px; margin: 0 0.25rem;}

	/* 바로가기1 */
	.gbemc_link li a .img { display: none; }
	
	/* 게시판 */
	.gbemc_notice h2.heading {display: none;}
	.gbemc_notice .titTab ul {margin-left: -0.5rem;}
	.gbemc_notice .list_box .date {width: 3.25rem; height: 3.25rem;}
	.gbemc_notice .list_box li a {padding-right:0.75rem;}
	.gbemc_notice .list_box li a span {display:none;}

	/* 소식 */
	.gbemc_news {padding-bottom: 2.25rem;}
	.gbemc_news .item .img {height: 9rem;}
	.gbemc_news .control {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
	.gbemc_news .list_box .no_data {height: 11.9rem;}

	/* 갤러리 */
	.gbemc_gallery {padding-bottom: 2.25rem;}
	.gbemc_gallery .item .img {height: 9rem;}
	.gbemc_gallery .control {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
	.gbemc_gallery .list_box .no_data{height:11.9rem;}
}