@charset "utf-8";

:root{
	--pointG:#057D84;
	--pointB:#272E60;
	--pointY:#f98D00
}

/*공통*/
#doc-wrap{
  max-width: none;
}
.mInner{width: 100%; max-width: 1600px; margin-left: auto; margin-right: auto; }

/* .contrl{display: flex; flex-direction: row; align-items: center; gap:8px; margin-left: auto; }
.contrl .prev,
.contrl .next{display: block; width: 40px; height: 40px; border-radius: 50%; position: relative;background:#D9D9D9; border: 1px solid transparent;transition: all 0.3s ease; }
.contrl .prev:before,
.contrl .next:before{content:''; display: block; width: 12px; height: 1px; background: #fff; position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%);}
.contrl .prev:after,
.contrl .next:after{content:''; display: block; width: 6px; height: 6px; background: transparent; border-top: 1px solid #fff; border-right: 1px solid #fff; position: absolute; 
top:50%; left: 50%; transform:translate(calc(-50% + 2px), -50%) rotate(45deg)}
.contrl .prev{transform: rotate(180deg)}
.contrl .plusBtn{display: block; width: 40px; height: 40px; background: transparent; border-radius: 50%; position: relative; border: 1px solid transparent;}
.contrl .plusBtn:before,
.contrl .plusBtn:after{content:''; display: block; width: 15px; height: 1px; background:#fff; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); }
.contrl .plusBtn:after{transform: translate(-50%, -50%) rotate(90deg);} */


/* ==============================
 * 메인배너 
================================= */
.mVisual-wr{position:relative;padding-top:10px}
.mVisual-wr .rolling_txt{display:none;}
#mVisual .mInner{max-width:100%;}
#mVisual .mBan-wrap{position:relative;}
#mVisual .mBan-owl{overflow:hidden;}
#mVisual .mBan-owl .owl-stage{display:flex;align-items:stretch;}
#mVisual .mBan-owl .owl-item{float:none;opacity:0.5;transition:opacity .3s ease;}
#mVisual .mBan-owl .owl-item.active{opacity:1;}
#mVisual .mBan-owl .owl-item.active ~ .owl-item.active{opacity:0.5;}
#mVisual .mBan-owl .mBan-item{height:100%;height:760px;}
#mVisual .mBan-owl .mBan-item__box{height:100%;}
#mVisual .mBan-owl .mBan-item__box a{display:block;position:relative;border-radius:20px;overflow:hidden; height:100%;}
#mVisual .mBan-owl .mBan-img__box{position:absolute;inset:0;z-index:1;}
#mVisual .mBan-owl .mBan-img__box img{width:100%;height:100%;object-fit:cover;display:block;}
#mVisual .mBan-owl .mBan-img__box:after{content:"";position:absolute;left:0;right:0;bottom:0;height:75%;background:linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.2) 55%, rgba(0,0,0,0) 100%);z-index:2;}
#mVisual .mBan-owl .mBan-txt__box{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:0 56px 56px;box-sizing:border-box;color:#fff;}
#mVisual .mBan-owl .mBan-txt-tit{margin:0 0 12px;color:#fff;font-size:56px;font-weight:700;line-height:1.25;letter-spacing:-.04em;word-break:keep-all;}
#mVisual .mBan-owl .mBan-txt-sub{margin:0;color:rgba(255,255,255,.92);font-size:20px;font-weight:400;line-height:1.5;letter-spacing:-.02em;word-break:keep-all;}
#mVisual .mBan-owl .owl-stage-outer{padding-inline:60px;}
#mVisual .contrl{position:absolute;right:16%;bottom:36px;z-index:5;display:flex;flex-direction:row;align-items:center;gap:10px;margin:0;width:auto;max-width:none;}
#mVisual .contrl-prev,
#mVisual .contrl-next,
#mVisual .contrl-pause{display:block;width:43px;height:43px;border:0;border-radius:50%;background:#fff;position:relative;box-shadow:0 4px 14px rgba(0,0,0,.12);transition:transform .2s ease, box-shadow .2s ease;}
#mVisual .contrl-prev,
#mVisual .contrl-next{border: 1px solid #727272}

#mVisual .contrl-prev:before,
#mVisual .contrl-next:before{content:"";display:block;width:10px;height:10px;border-top:2px solid #666;border-right:2px solid #666;position:absolute;top:50%;left:50%;}
#mVisual .contrl-prev:before{transform:translate(-40%, -50%) rotate(-135deg);}
#mVisual .contrl-next:before{transform:translate(-60%, -50%) rotate(45deg);}
#mVisual .contrl-prev:after,
#mVisual .contrl-next:after{display:none;}
#mVisual .contrl-prev{transform:none;}
#mVisual .contrl-pause{background-color: rgba(0,0,0,.5);}
#mVisual .contrl-pause:before{content:"";display:block;width:14px;height:14px;background:url(/resources/_Templet/Main/main_center1/Img/icon-stop.png) no-repeat center / contain;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
#mVisual .contrl-pause.paused:before{width:0;height:0;background:none;border-style:solid;border-width:8px 0 8px 12px;border-color:transparent transparent transparent #fff;opacity:1;}
#mVisual .contrl-prev:hover,
#mVisual .contrl-next:hover,
#mVisual .contrl-pause:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18);}


/* ==============================
 * mAbout (who We Are)
================================= */
.mAbout-wrap:before{content:"";position:absolute;right:0;top:0;width:332px;height:352px;background:url(/resources/_Templet/Main/main_center1/Img/bg-about.png) no-repeat right top / contain;z-index:0;pointer-events:none;}
.mAbout-wrap:after{content:"";position:absolute;left:-124px;top:240px;width:504px;height:504px;background:#F9F9F9;z-index:0;pointer-events:none; border-radius:50%;}
.mAbout-wrap{position:relative;padding:104px 0 100px;overflow:hidden;}
.mAbout-wrap .mInner{position:relative;z-index:1;box-sizing:border-box;}
.mAbout-cont{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px; width:100%;}
.mAbout-txt-box{position:relative;flex:0 0 46%;max-width:600px;padding:20px 0 20px 10px;box-sizing:border-box;}
/* .mAbout-txt-box:before{content:"";position:absolute;left:-40px;top:50%;transform:translateY(-52%);width:420px;height:420px;background:url(/resources/_Templet/Main/main_center1/Img/bg-about.png) no-repeat center / contain;opacity:.55;z-index:0;pointer-events:none;} */
.mAbout-tit{position:relative;z-index:1;margin:0 0 27px;color:var(--pointG);font-size:75px;font-weight:700;line-height:1;letter-spacing:-5%;font-family:'paperlogy','pretendard',sans-serif;}
.mAbout-sub{position:relative;z-index:1;margin:0 0 47px;color:#444;font-size:35px;font-weight:400;line-height:1.4;letter-spacing:-5%;word-break:keep-all;}
.mAbout-desc{position:relative;z-index:1;margin:0 0 85px;color:#666;font-size:19px;font-weight:400;line-height:1.45;letter-spacing:-5%;word-break:keep-all;}
.mAbout-more{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;height:45px; min-width:214px; padding:0 25px;box-sizing:border-box;border-radius:999px;background:#484A58;color:#fff;font-size:16px;font-weight:600;letter-spacing:-5%;text-decoration:none;transition:background .25s ease, transform .25s ease;}
.mAbout-more span{display:inline-block;line-height:1; color:#fff;}
.mAbout-more:after{content:"";display:block;width:14px;height:9px;background: url(/resources/_Templet/Main/main_center1/Img/icon-go.png) no-repeat center / contain;}
.mAbout-more:hover{background:#1f242b;transform:translateY(-2px);}

.mAbout-stat-box{flex:1 1 auto;max-width:890px;}
.mAbout-stat-box ul{display:flex;flex-direction:column;flex-wrap:wrap;height:631px;margin:0;padding:0;list-style:none; gap:0 87px; flex:1;}
.mAbout-stat-box li{position:relative;display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center; width:calc(50% - (87px/2));padding:57px 0  87px;box-sizing:border-box;}
.mAbout-stat-box li:nth-child(3){margin-top:83px;} /* 우측 열 아래로 엇갈림 */
.mAbout-stat-box li{border-top:1px solid #e5e7eb;}
.mAbout-ico{display:block;width:60px;height:55px;background-repeat:no-repeat;background-position:center;background-size:contain;}
.mAbout-ico--talk{background-image:url(/resources/_Templet/Main/main_center1/Img/icon-about1.png);}
.mAbout-ico--atom{background-image:url(/resources/_Templet/Main/main_center1/Img/icon-about2.png);}
.mAbout-ico--book{background-image:url(/resources/_Templet/Main/main_center1/Img/icon-about3.png);}
.mAbout-ico--shelf{background-image:url(/resources/_Templet/Main/main_center1/Img/icon-about4.png);}
.mAbout-label{margin:0 0 34px;color:#666;font-size:22px;font-weight:600;line-height:22px;word-break:keep-all; width:100%; text-align: right;}
.mAbout-num{margin:0;display:flex;align-items:baseline;gap:6px;color:var(--pointG);line-height:1; justify-content: flex-end;}
.mAbout-num strong{font-size:100px;font-weight:700;letter-spacing:-5%; line-height: 65px;}
.mAbout-unit{color:#666;font-size:34px;font-weight:600;letter-spacing:0;}

/* ==============================
 * mGallery
================================= */
.mGallery-wrap{position:relative;padding-top:86px;overflow:hidden;}
.mGallery-wrap:before{content:"";position:absolute;left:0;top:0;bottom:0;z-index:0;width:min(100%, calc(50% + 800px));background:var(--pointB);border-radius:0 16px 0 0;pointer-events:none;}
.mGallery-wrap .mInner{position:relative;z-index:1;width:100%;max-width:none;margin:0;padding-left:max(60px, calc(50% - 800px));padding-right:0;box-sizing:border-box;}
.mGallery-cont{display:flex;flex-direction:row;align-items:stretch;gap:60px;}
.mGallery-txt-box{flex:0 0 320px;max-width:320px;display:flex;flex-direction:column;padding:72px 0 10px;box-sizing:border-box;}
.mGallery-tit{margin:0 0 21px;color:#fff;font-size:75px;font-weight:600;line-height:100%;letter-spacing:-.5%;}
.mGallery-sub{margin:0 0 46px;color:#fff;font-size:20px;font-weight:400;line-height:28px;letter-spacing:-.5%;word-break:keep-all;}
.mGallery-more{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;align-self:flex-start;height:45px; min-width:133px; padding:0 26px;box-sizing:border-box;border:1px solid rgba(255,255,255,.85);border-radius:999px;color:#fff;font-size:16px;font-weight:400;letter-spacing:-5%;text-decoration:none;transition:background .25s ease, color .25s ease;}
.mGallery-more span{display:inline-block;line-height:1;color:#fff;}
.mGallery-more:after{content:"";display:block;width:14px;height:9px; background: url(/resources/_Templet/Main/main_center1/Img/icon-go.png) no-repeat center / cover;}
.mGallery-more:hover:after{border-color:var(--pointB);}
.mGallery-contrl{display:flex;flex-direction:row;align-items:center;gap:18px;margin-top:auto; margin-bottom:104px; width:100%;max-width:280px;}
.mGallery-progress{flex:1 1 auto;height:3px;border-radius:999px;background:#F5F5F5;overflow:hidden;}
.mGallery-progress__bar{display:block;width:0;height:100%;border-radius:inherit;background:var(--pointG);}
.mGallery-progress__bar.is-animate{animation-name:mGalleryProgress;animation-timing-function:linear;animation-fill-mode:forwards;}
@keyframes mGalleryProgress{from{width:0;}to{width:100%;}}
.mGallery-prev,
.mGallery-next{flex:0 0 auto;width:28px;height:28px;padding:0;border:0;background:transparent;position:relative;cursor:pointer; display: flex; align-items: center; justify-content: center;}
.mGallery-prev:before,
.mGallery-next:before{content:"";display:block;width:22px;height:13px; background: url(/resources/_Templet/Main/main_center1/Img/icon-prev-off.png) no-repeat center / cover; }
.mGallery-next:before{transform: rotate(180deg);}
.mGallery-prev:hover:before,
.mGallery-next:hover:before{
  background-image:  url(/resources/_Templet/Main/main_center1/Img/icon-prev-on.png);
}
.mGallery-slide-box{flex:1 1 auto;min-width:0;overflow:hidden;}
.mGallery-owl{overflow:visible;}
.mGallery-item{height:100%;}
.mGallery-item__box{display:block;position:relative;height:550px;border-radius:16px 16px 0 0;overflow:hidden;text-decoration:none;}
.mGallery-img__box{position:absolute;inset:0;z-index:1;}
.mGallery-img__box img{width:100%;height:100%;object-fit:cover;display:block;}
.mGallery-img__box:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(to top, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,0) 100%);z-index:2;}
.mGallery-caption{position:absolute;left:0;right:0;bottom:35px;z-index:3;margin:0;padding-inline:42px;box-sizing:border-box;color:#fff;font-size:20px;font-weight:500;line-height:1.45;letter-spacing:-5%;word-break:keep-all; height: 52px; display: block;
  overflow: hidden;  -webkit-line-clamp:2;  -webkit-box-orient: vertical;  text-overflow: ellipsis; display: -webkit-box;  white-space: normal;}



/* ==============================
 * mCommunity
================================= */
.mCommunity-wrap{position:relative;padding:116px 0 124px;background-color: #fff;}
.mCommunity-wrap .mInner{box-sizing:border-box;}
.mCommunity-head{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:36px;}
.mCommunity-tit{margin:0 0 15px;color:#333;font-size:68px;font-weight:600;line-height:1;letter-spacing:-5%;}
.mCommunity-sub{margin:0;color:#444;font-size:20px;font-weight:400;line-height:1.5;letter-spacing:-5%;word-break:keep-all;}
.mCommunity-tab__box{display:flex;flex-direction:row;align-items:center;}
.mCommunity-tab{display:flex;flex-direction:row;align-items:center;gap:8px 6px; background: #F5F5F5; border-radius: 50px;}
.mCommunity-tab__btn{height:50px;padding:0 20px;border:0;color:#63797B;font-size:20px;font-weight:500;letter-spacing:-5%;cursor:pointer;transition:background .2s ease, color .2s ease; background: #F5F5F5; border-radius: 50px; min-width: 150px;}
.mCommunity-tab__btn span{color:inherit;}
.mCommunity-tab__btn.active{background:var(--pointG);color:#fff; height: 60px; margin-block: -5px}
.mCommunity-more{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:3px solid #D9E2E3;background:#F5F5F5 url(/resources/_Templet/Main/main_center1/Img/icon-more.png) no-repeat center / 14px;text-decoration:none;transition:border-color .2s ease, background-color .2s ease;}
.mCommunity-more:hover{border-color:var(--pointG);}
.mCommunity-list{margin:0;padding:0;list-style:none; position: relative;}
.mCommunity-list:after{content:"";display:block;width:calc(100% + 260px); left:-130px;height:1px;background:#ddd; position: relative;}
.mCommunity-item:before{content:"";display:block;width:calc(100% + 260px); left:-130px;height:1px;background:#ddd; position: relative;}
.mCommunity-item > a{display:flex;flex-direction:column; gap:2px;padding:28px 0;box-sizing:border-box;text-decoration:none;transition:background .25s ease;}
.mCommunity-item__txt{flex:1 1 auto;min-width:0;display:flex; justify-content: space-between; align-items: center; gap:20px;}
.mCommunity-cate{display:block;font-size:14px;font-weight:700;line-height:1.3;letter-spacing:-5%;}
.mCommunity-cate--notice{color:var(--pointG);}
.mCommunity-cate--blog{color:#1E1A89;}
.mCommunity-cate--youtube{color:#C82D8F;}
.mCommunity-subject{display:block;color:#444;font-size:22px;font-weight:600;line-height:28px;letter-spacing:-5%;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.mCommunity-date{flex:0 0 auto;color:#B3B3B3;font-size:18px;font-weight:400;letter-spacing:-5%;white-space:nowrap;}
.mCommunity-item > a:hover{position: relative; background-color: transparent;}
.mCommunity-item > a:hover:after{content:""; width:calc(100% + 260px); position: absolute;top:0; left:-130px; height:100%; background:var(--pointG); border-radius: 16px; z-index: 1; }
.mCommunity-item > a:hover *{z-index: 2;}
.mCommunity-item > a:hover .mCommunity-subject{color:#fff;}
.mCommunity-item > a:hover .mCommunity-cate,
.mCommunity-item > a:hover .mCommunity-date{color:#fff; font-weight: 300;}



/* ==============================
 * mQuick
================================= */
.mQuick-wrap{position:relative;padding:86px 0; background:url(/resources/_Templet/Main/main_center1/Img/bg-quick.jpg) no-repeat center/ cover;overflow:hidden;}
.mQuick-wrap .mInner{position:relative;z-index:1;box-sizing:border-box;}
.mQuick-cont{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px;}
.mQuick-txt-box{flex:1 1 auto;max-width:640px;}
.mQuick-label{margin:0 0 22px;color:#fff;font-size:18px;font-weight:500;letter-spacing:-5%;}
.mQuick-tit{margin:0;color:#fff;font-size:45px;font-weight:700;line-height:120%;letter-spacing:-5%;word-break:keep-all;}
.mQuick-btn-box{flex:0 0 670px;max-width:670px;}
.mQuick-btn-box ul{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:0;padding:0;list-style:none;}
.mQuick-btn-box a{display:flex;align-items:center;justify-content:center;min-height:80px;padding:27px 16px;box-sizing:border-box;border:1px solid #C0C0C0;border-radius:60px;background:rgba(0,0,0,.25); backdrop-filter: blur(10px);color:#fff;font-size:22px;font-weight:500;letter-spacing:-5%;text-align:center;text-decoration:none;word-break:keep-all;transition:background .25s ease, border-color .25s ease, transform .25s ease;}
.mQuick-btn-box a span{color:#fff;}
.mQuick-btn-box a:hover{background:rgba(5,125,132,.7)}


/* ==============================
 * Responsive
================================= */
@media screen and (max-width:1600px){
	.mAbout-wrap .mInner,
	.mCommunity-wrap .mInner,
	.mQuick-wrap .mInner{padding-left:40px;padding-right:40px;}
	.mGallery-wrap .mInner{padding-left:max(40px, calc(50% - 800px));}
	.mGallery-wrap:before{width:min(100%, calc(50% + 800px));}
	#mVisual .mBan-owl .mBan-item{height:640px;}
	#mVisual .mBan-owl .mBan-txt-tit{font-size:48px;}
	#mVisual .contrl{right:40px;}
	.mAbout-tit{font-size:64px;}
	.mAbout-sub{font-size:30px;}
	.mAbout-num strong{font-size:84px;line-height:56px;}
	.mAbout-unit{font-size:28px;}
	.mGallery-tit{font-size:64px;}
	.mGallery-item__box{height:480px;}
	.mCommunity-tit{font-size:56px;}
	.mCommunity-list:after,
	.mCommunity-item:before,
	.mCommunity-item > a:hover:after{width:calc(100% + 80px);left:-40px;}
	.mQuick-tit{font-size:38px;}
	.mQuick-btn-box{flex:0 0 560px;max-width:560px;}
	.mQuick-btn-box a{font-size:18px;min-height:70px;padding:20px 14px;}
}

@media screen and (max-width:1400px){
	#mVisual .mBan-owl .mBan-item{height:560px;}
	#mVisual .mBan-owl .mBan-txt__box{padding:0 40px 44px;}
	#mVisual .mBan-owl .mBan-txt-tit{font-size:42px;}
	#mVisual .mBan-owl .mBan-txt-sub{font-size:18px;}
	#mVisual .mBan-owl .owl-stage-outer{padding-inline:40px;}
	.mAbout-wrap{padding:80px 0;}
	.mAbout-cont{gap:40px;}
	.mAbout-stat-box ul{height:560px;gap:0 48px;}
	.mAbout-stat-box li{width:calc(50% - 24px);padding:40px 0 60px;}
	.mAbout-stat-box li:nth-child(3){margin-top:60px;}
	.mAbout-label{font-size:18px;margin-bottom:24px;}
	.mAbout-num strong{font-size:72px;line-height:48px;}
	.mAbout-desc{margin-bottom:48px;}
	.mGallery-wrap{padding-top:70px;}
	.mGallery-txt-box{flex:0 0 260px;max-width:260px;padding-top:40px;}
	.mGallery-tit{font-size:52px;}
	.mGallery-contrl{margin-bottom:60px;}
	.mGallery-item__box{height:420px;}
	.mGallery-caption{font-size:17px;padding-inline:28px;bottom:28px;height:48px;}
	.mCommunity-wrap{padding:90px 0 100px;}
	.mCommunity-tab__btn{font-size:17px;height:46px;min-width:0;padding:0 16px;}
	.mCommunity-tab__btn.active{height:54px;}
	.mCommunity-subject{font-size:20px;line-height:26px;}
	.mQuick-btn-box{flex:0 0 480px;max-width:480px;}
	.mQuick-btn-box ul{gap:16px;}
}

@media screen and (max-width:1200px){
	.mAbout-wrap .mInner,
	.mCommunity-wrap .mInner,
	.mQuick-wrap .mInner{padding-left:32px;padding-right:32px;}
	.mGallery-wrap .mInner{padding-left:32px;}
	.mGallery-wrap:before{width:100%;border-radius:0;}
	#mVisual .mBan-owl .mBan-item{height:460px;}
	#mVisual .mBan-owl .mBan-txt-tit{font-size:36px;}
	#mVisual .mBan-owl .mBan-item__box a{border-radius:16px;}
  #mVisual .mBan-owl .owl-stage-outer{padding-inline:0px;}
  #mVisual .mInner{padding-inline:20px; box-sizing: border-box; border-radius: 16px;}
  #mVisual .contrl-prev:hover, #mVisual .contrl-next:hover, #mVisual .contrl-pause:hover{transform: translateY(0);}
  #mVisual .mBan-owl .mBan-txt__box{padding:0 40px 40px;}
  #mVisual .contrl{left:40px;bottom:145px; right:auto;}
	.mAbout-wrap:before{width:220px;height:240px;}
	.mAbout-wrap:after{width:360px;height:360px;left:-80px;}
	.mAbout-txt-box{flex:0 0 42%;max-width:480px;}
	.mAbout-tit{font-size:52px;margin-bottom:18px;}
	.mAbout-sub{font-size:24px;margin-bottom:28px;}
	.mAbout-desc{font-size:17px;margin-bottom:36px;}
	.mAbout-num strong{font-size:60px;line-height:42px;}
	.mAbout-unit{font-size:24px;}
	.mAbout-ico{width:48px;height:44px;}
	.mGallery-cont{gap:36px;}
	.mGallery-tit{font-size:44px;}
	.mGallery-sub{font-size:17px;margin-bottom:28px;line-height:1.45;}
	.mGallery-item__box{height:380px;border-radius:14px 14px 0 0;}
	.mCommunity-tit{font-size:48px;}
	.mCommunity-sub{font-size:17px;}
	.mCommunity-head{gap:24px;margin-bottom:28px;}
	.mQuick-wrap{padding:70px 0;}
	.mQuick-cont{gap:40px;}
	.mQuick-tit{font-size:32px;}
	.mQuick-btn-box{flex:0 0 420px;max-width:420px;}
	.mQuick-btn-box a{font-size:16px;min-height:64px;border-radius:40px;}
}

@media screen and (max-width:991px){
	.mAbout-wrap .mInner,
	.mCommunity-wrap .mInner,
	.mQuick-wrap .mInner{padding-left:24px;padding-right:24px;}
	.mGallery-wrap .mInner{padding-left:24px;}
	#mVisual .mBan-owl .mBan-item{height:380px;}
	/* #mVisual .mBan-owl .mBan-txt__box{padding:0 28px 88px;} */
	#mVisual .mBan-owl .mBan-txt-tit{font-size:28px;margin-bottom:8px;}
	#mVisual .mBan-owl .mBan-txt-sub{font-size:15px;}
	#mVisual .contrl-prev,
	#mVisual .contrl-next,
	#mVisual .contrl-pause{width:40px;height:40px;}
	.mAbout-wrap{padding:70px 0;}
	.mAbout-wrap:before,
	.mAbout-wrap:after,
	.mAbout-txt-box:before{display:none;}
	.mAbout-cont{flex-direction:column;align-items:stretch;gap:48px;}
	.mAbout-txt-box{flex:none;max-width:none;width:100%;padding:0;}
	.mAbout-tit{font-size:48px;}
	.mAbout-sub{font-size:22px;}
	.mAbout-desc{margin-bottom:28px;}
	.mAbout-stat-box{max-width:none;}
	.mAbout-stat-box ul{height:342px;gap:0 50px;}
	.mAbout-stat-box li{width:calc(50% - 25px);padding:32px 0 48px;}
	.mAbout-stat-box li:nth-child(3){margin-top:0}
	.mAbout-num strong{font-size:52px;line-height:36px;}
	.mGallery-wrap{padding-top:60px;}
	.mGallery-cont{flex-direction:column;gap:28px; position: relative;}
	.mGallery-txt-box{flex:none;max-width:none;width:100%;padding:0 24px 0 0;}
	.mGallery-contrl{margin:0;max-width:240px;}
	.mGallery-item__box{height:340px;}
  .mGallery-more{position:absolute;top:0;right:20px;}
	.mCommunity-wrap{padding:70px 0 80px;}
	.mCommunity-head{flex-direction:column;align-items:flex-start;gap:20px;}
	.mCommunity-tab__box{width:100%;}
	.mCommunity-tab{}
	.mCommunity-tab__btn{font-size:15px;height:42px;}
	.mCommunity-tab__btn.active{height:48px;margin-block:-3px;}
	.mCommunity-more{width:42px;height:42px;flex:0 0 auto;}
	.mCommunity-list:after,
	.mCommunity-item:before,
	.mCommunity-item > a:hover:after{width:calc(100% + 48px);left:-24px;}
	.mCommunity-item > a:hover:after{border-radius:12px;}
	.mCommunity-subject{font-size:18px;line-height:24px;}
	.mCommunity-date{font-size:15px;}
	.mQuick-wrap{padding:60px 0;}
	.mQuick-cont{flex-direction:column;align-items:stretch;gap:32px;}
	.mQuick-txt-box{max-width:none;}
	.mQuick-btn-box{flex:none;max-width:none;width:100%;}
}

@media screen and (max-width:768px){
	#mVisual .mBan-owl .mBan-item{height:340px;}
	#mVisual .mBan-owl .mBan-txt-tit{font-size:24px;} 
  #mVisual .contrl{left:10px;bottom:95px; right:auto; gap:5px;}
  #mVisual .mBan-owl .mBan-txt__box{padding:0 20px 20px;}
	.mAbout-stat-box ul{height:auto;flex-direction:row;flex-wrap:wrap;}
	.mAbout-stat-box li{padding:28px 12px;box-sizing:border-box;}
	.mAbout-stat-box li:nth-child(3){margin-top:0;}
	.mAbout-stat-box li:nth-child(odd){padding-right:20px;}
	.mAbout-stat-box li:nth-child(even){padding-left:20px;}
	.mAbout-label{font-size:15px;margin-bottom:14px;}
	.mAbout-num strong{font-size:42px;line-height:1;}
	.mAbout-unit{font-size:18px;}
	.mAbout-ico{width:40px;height:36px;margin-bottom:0;}
	.mGallery-tit{font-size:40px;}
	.mGallery-item__box{height:300px;}
	.mGallery-caption{font-size:15px;padding-inline:20px;bottom:20px;height:44px;}
	.mCommunity-tit{font-size:40px;}
	.mCommunity-tab{width:100%;}
	.mCommunity-tab__btn{flex:1 1 auto;min-width:0;padding:0 10px;font-size:13px;}
	.mQuick-tit{font-size:28px;}
	.mQuick-btn-box ul{gap:12px;}
	.mQuick-btn-box a{min-height:56px;font-size:15px;padding:16px 12px;border-radius:32px;}
}

@media screen and (max-width:575px){
	.mAbout-wrap .mInner,
	.mCommunity-wrap .mInner,	
	.mVisual-wr{padding-top:0;}
  #mVisual .mBan-owl .mBan-txt-sub{min-height: 40px;}
	#mVisual .mBan-owl .mBan-item{height:280px;}
	#mVisual .mBan-owl .mBan-item__box a{border-radius:12px;}
	#mVisual .mBan-owl .mBan-txt__box{padding:0 16px 10px;}
	#mVisual .mBan-owl .mBan-txt-tit{font-size:20px;}
	#mVisual .mBan-owl .mBan-txt-sub{font-size:13px;}
	
	#mVisual .contrl-prev,
	#mVisual .contrl-next,
	#mVisual .contrl-pause{width:30px;height:30px;}
  #mVisual .contrl-prev:before, #mVisual .contrl-next:before{width:7px; height: 7px;}
	.mAbout-wrap{padding:50px 0;}
	.mAbout-tit{font-size:36px;margin-bottom:14px;}
	.mAbout-sub{font-size:18px;margin-bottom:18px;}
	.mAbout-desc{font-size:15px;margin-bottom:24px;}
	.mAbout-more{min-width:0;height:42px;font-size:14px;padding:0 20px;}
	.mAbout-stat-box ul{flex-direction:column; gap:0;}
	.mAbout-stat-box li{width:100%;padding:22px 0;}
	.mAbout-stat-box li:nth-child(odd),
	.mAbout-stat-box li:nth-child(even){padding-left:0;padding-right:0;}
	.mAbout-num strong{font-size:40px;}
	.mGallery-wrap{padding-top:48px;}
  .mGallery-wrap .mInner{padding-left:16px;}
  .mGallery-cont{gap:10px;}
	.mGallery-txt-box{padding-right:16px;}
	.mGallery-tit{font-size:34px;margin-bottom:14px;}
	.mGallery-sub{font-size:15px;margin-bottom:20px;line-height:1.45;}
	.mGallery-more{height:35px;min-width:0;padding:0 15px;font-size:14px;}
	.mGallery-contrl{max-width:100%;}
	.mGallery-item__box{height:260px;border-radius:12px 12px 0 0;}
	.mGallery-caption{font-size:14px;padding-inline:16px;bottom:16px;height:40px;}
	.mCommunity-wrap{padding:50px 0 60px;}
	.mCommunity-tit{font-size:34px;margin-bottom:10px;}
	.mCommunity-sub{font-size:14px;}
	.mCommunity-tab{border-radius:50px;gap:0;overflow:hidden;}
	.mCommunity-tab__btn, 
	.mCommunity-tab__btn.active{width:100%;height:44px;margin:0;font-size:14px;}
	.mCommunity-more{align-self:flex-end;}
	.mCommunity-list:after,
	.mCommunity-item:before,
	.mCommunity-item > a:hover:after{width:100%;left:0;}
	.mCommunity-item > a{padding:18px 0;}
	.mCommunity-item > a:hover:after{border-radius:10px;}
	.mCommunity-item__txt{flex-direction:column;align-items:flex-start;gap:8px;}
	.mCommunity-subject{white-space:normal;font-size:16px;line-height:1.4;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;}
	.mCommunity-date{font-size:13px;}
	.mQuick-wrap{padding:48px 0;}
  .mQuick-wrap .mInner{padding-left:16px;padding-right:16px;}
	.mQuick-label{font-size:14px;margin-bottom:14px;}
	.mQuick-tit{font-size:22px;}
	.mQuick-btn-box ul{grid-template-columns:1fr;gap:10px;}
	.mQuick-btn-box a{min-height:52px;font-size:15px;border-radius:28px;padding:14px 12px;}
}
