@charset "utf-8";
#mcontainer-wrap {position:relative;width:100%;font-size:18px;line-height:1.667em;}
#mcontainer {word-break:keep-all;padding-bottom:0}
#mcontainer img {font-size:0}


@media all and (max-width:999px){
	#mcontainer-wrap {font-size:17px;}
}
@media all and (max-width:768px){
	#mcontainer-wrap {font-size:16px;}
}
@media all and (max-width:599px) {
	#mcontainer-wrap {font-size:15px}
}


/* ==============================
 * 메인비쥬얼
================================= */
/* 메인비쥬얼 */
.msec01 {position:relative;height:840px;box-sizing:border-box}
.mVisual-wr {position:absolute;width:100%;height:940px;left:0;top:-100px;padding:135px 20px 0 20px;border-radius:0 0 120px 0;background-image:linear-gradient(90deg, #ECF6F7 51.75%, #ECF6F7 51.76%, #DEEFF9 100.35%, rgba(236, 246, 247, 0.00) 100.36%);overflow:hidden;box-sizing:border-box}
.mVisual-wr:before, .mVisual-wr:after {content:"";position:absolute;display:block;border-radius:50%;filter:blur(300px)}
.mVisual-wr:before {width:356px;height:349px;background:#2FE457;left:-106px;bottom:-114px}
.mVisual-wr:after {width:388px;height:380px;background:#5576E9;right:-187px;top:196px}
@supports not (filter:blur(300px)) {
	.mVisual-wr:before, .mVisual-wr:after {opacity:0.2}
}
.mVisual-wr #mVisual {height:180px}
.mVisual-wr .dataList .swiper-slide {transform:translateY(30px);opacity:0;transition:transform .6s ease, opacity .6s ease}
.loaded .mVisual-wr .dataList .swiper-slide {transform:translateY(0);opacity:1}

.mVisual-wr .dataList .swiperBox {text-align:center;}
.mVisual-wr .dataList .imgBox {display:block;position:relative;width:380px;height:135px;margin:0 auto 9px;overflow:hidden}
.mVisual-wr .dataList .imgBox img {width:100%;height:auto;}

.mVisual-wr .dataList .txtBox {text-align:center;box-sizing:border-box}
.mVisual-wr .dataList .pTxt1 {display:none;}
.mVisual-wr .dataList .pTxt2 {font-size:1.55em;color:#4F4F4F;font-weight:700;line-height:1.285}
.mVisual-wr .dataList .pTxt2 .slice {display:none}
.mVisual-wr .dataList .swiper-slide.swiper-slide-active .pTxt2 .t1 {opacity:1;animation: txtUp 0.6s 0.2s;animation-fill-mode: both;}
.mVisual-wr .dataList .swiper-slide.swiper-slide-active .pTxt2 .t2 {opacity:1;animation: txtUp 0.6s 0.4s;animation-fill-mode: both;}
.mVisual-wr .dataList .swiper-slide.swiper-slide-active .pTxt2 .t3 {opacity:1;animation: txtUp 0.6s 0.6s;animation-fill-mode: both;}

.mVisual-wr .data-ctrl {position:relative;left:50%;max-width:1440px;width:100%;padding:0 20px;box-sizing:border-box;margin-top:10px;transform:translateX(-50%);z-index:1;}
.mVisual-wr .data-ctrl .inBox {text-align:center}
.mVisual-wr .data-pkgs {display:inline-flex;align-items: center;background:rgba(0,0,0,0.4);height:35px;padding:0 20px;border-radius:30px;}
.mVisual-wr .data-pkgs .btn-prev,
.mVisual-wr .data-pkgs .btn-next {display:none;} 
.mVisual-wr .data-pkgs .data-auto {display:inline-flex;padding:0 6px;}
.mVisual-wr .data-pkgs .data-auto button {display:inline-block;background:transparent;position:relative;width:8px;height:12px;border:0;}
.mVisual-wr .data-pkgs .data-auto button:before {content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}
.mVisual-wr .data-pkgs .data-auto .btn-stop:before {content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:2px solid #fff;border-top:0;border-bottom:0;width:4px;height:12px;}
.mVisual-wr .data-pkgs .data-auto .btn-play {display:none}
.mVisual-wr .data-pkgs .data-auto .btn-play:before {content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border-width:7px 0 7px 10px;border-style:solid;border-color:transparent;border-left-color:#fff;width:0;height:0}
.mVisual-wr .data-pkgs .swiper-pagination {position:relative;top:auto;bottom:auto;left:auto;right:auto;width:auto;display:flex;align-items:center;}
.mVisual-wr .data-pkgs .swiper-pagination .swiper-pagination-bullet {position:relative;width:10px;height:10px;background:transparent;border:1px solid #fff;opacity:1;margin-left:15px;}
.mVisual-wr .data-pkgs .swiper-pagination .swiper-pagination-bullet-active {background:#fff;}

@keyframes txtUp {
  from {
    -webkit-transform:translate3d(0, 50px, 0);
    transform:translate3d(0, 50px, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}
@media all and (max-width:1199px) {
	.mVisual-wr #mVisual {height:auto}
	.mVisual-wr .dataList .imgBox {width:250px;height:auto}
	.mVisual-wr .dataList .pTxt2 {font-size:1.33em}
}
@media all and (max-width:768px) {
	.mVisual-wr {padding-top:120px}
	.mVisual-wr .dataList .imgBox {width:170px}
	.mVisual-wr .dataList .pTxt2 {font-size:1em}
}
@media all and (max-width:499px) {
	.mVisual-wr .dataList .pTxt2 .slice {display:block}
}

/* ==============================
 * 메인위젯
================================= */
.msec01 .moduleWr {display:flex;position:absolute;top:257px;max-width:1440px;padding:0 20px;margin:auto;left:0;right:0;box-sizing:border-box;flex-wrap:wrap;justify-content:space-between}
.msec01 .moduleWr .sideL {flex:1;max-width:572px;margin-right:38px}
.msec01 .moduleWr .sideR {flex:1.381;max-width:790px}
/* .msec01 .moduleWr .sideL {width:40.86%;max-width:572px}
.msec01 .moduleWr .sideR {width:56.428%;max-width:790px} */
.msec.msec02 {width:100%;margin:-160px auto 0}


/* 공통 */
.msec {position:relative;max-width:1440px;box-sizing:border-box;padding:0 20px;margin:0 auto;}

@media all and (max-width:1199px) {
	.msec01 {height:940px}
	.mVisual-wr {height:1070px}
	.msec01 .moduleWr {top:210px}
	.msec01 .moduleWr .sideL {flex:auto;order:2;width:100%;max-width:790px;margin:30px auto 0 auto}
	.msec01 .moduleWr .sideR {flex:auto;order:1;width:100%;margin:0 auto}
	.msec.msec02 {margin-top:-140px}
}
@media all and (max-width:1024px) {
	
}
@media all and (max-width:999px) {
}
@media all and (max-width:768px) {
	.msec01 {height:auto}
	.msec01:before {content:"";position:absolute;width:100%;height:150%;left:0;top:-100px;border-radius:0 0 120px 0;background-image:linear-gradient(90deg, #ECF6F7 51.75%, #ECF6F7 51.76%, #DEEFF9 100.35%, rgba(236, 246, 247, 0.00) 100.36%);overflow:hidden;box-sizing:border-box}
	.mVisual-wr {position:relative;height:auto;top:0;margin-top:-100px;background-image:none;overflow:visible}
	.mVisual-wr:before, .mVisual-wr:after {width:150px;height:150px}
	.msec01 .moduleWr {position:relative;top:0;margin-top:30px}
	.msec01 .moduleWr .sideL {margin-top:20px}
	.msec.msec02 {margin-top:20px}
}
@media all and (max-width:699px) {
}
@media all and (max-width:499px) {
}


/** -- msec03 */
.msec03 {display:flex;justify-content: space-between;align-items:center;padding-top:110px;}
.msec03 .sideL {width:62.14%}
.msec03 .sideR {width:470px;margin-left:4%}
@media all and (max-width:1440px) {
	.msec03 {padding-top:80px}
}

@media all and (max-width:999px) {
	.msec03 {display:block;padding-top:60px}
	.msec03 .sideL {width:100%}
	.msec03 .sideR {width:100%;margin-left:0}
}
@media all and (max-width:768px) {
	.msec03 {display:block;padding-top:40px;}
	.msec03 .sideL {width:100%;}
	.msec03 .sideR {width:100%;padding-left:0}
	.msec04 {margin-top:40px}
}


/** -- micban */
/* #mIcban1:before {content:"";display:inline-block;width:0;padding-top:66.42%;vertical-align:top} */
#mIcban1 .dataLst {display:flex;flex-wrap:wrap;justify-content: space-between;}
#mIcban1 .dataLst > li {position:relative;width:47.38%;max-width:271px;height:180px;margin-top:20px;border-radius:20px 40px 40px 40px;box-sizing:border-box;box-shadow: 0px 30px 40px 0px rgba(12, 91, 103, 0.10);transition:box-shadow .4s ease}
#mIcban1 .dataLst > li:hover,
#mIcban1 .dataLst > li:focus-visible {box-shadow: 0px 30px 40px 0px rgba(12, 91, 103, 0.30)}
#mIcban1 .dataLst > li:before {content:"";position:absolute;display:block;width:30px;height:30px;border-radius:30px;background-color:#fff;right:0;bottom:0;transition:all .3s ease}
#mIcban1 .dataLst > li:nth-child(1) {background:linear-gradient(306deg, #18A474 5.19%, #22AB4F 94.06%);margin-top:0}
#mIcban1 .dataLst > li:nth-child(2) {background: linear-gradient(128deg, #577DB0 3.1%, #405D9F 95.71%);margin-top:0}
#mIcban1 .dataLst > li:nth-child(3) {background: linear-gradient(128deg, #9957B0 3.1%, #70409F 95.71%)}
#mIcban1 .dataLst > li:nth-child(4) {background: linear-gradient(128deg, #57B0B0 3.1%, #409A9F 95.71%)}
#mIcban1 .dataLst > li a {position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;transition:all .3s ease}
#mIcban1 .dataLst > li a:before {display:block;content:'';position:absolute;bottom:14px;right:7px;width:16px;height:2px;border-radius:2px;transition:all .3s ease}
#mIcban1 .dataLst > li:nth-child(1) a:before {background-color:#18A474}
#mIcban1 .dataLst > li:nth-child(2) a:before {background-color:#496AA6}
#mIcban1 .dataLst > li:nth-child(3) a:before {background-color:#7F48A5}
#mIcban1 .dataLst > li:nth-child(4) a:before {background-color:#449EA3}
#mIcban1 .dataLst > li a:after {display:block;content:'';position:absolute;bottom:9px;right:7px;width:10px;height:10px;border-bottom:2px solid #18A474;border-right:2px solid #18A474;transform:rotate(-45deg);transition:all .3s ease;}
#mIcban1 .dataLst > li:nth-child(1) a:after {border-color:#18A474}
#mIcban1 .dataLst > li:nth-child(2) a:after {border-color:#496AA6}
#mIcban1 .dataLst > li:nth-child(3) a:after {border-color:#7F48A5}
#mIcban1 .dataLst > li:nth-child(4) a:after {border-color:#449EA3}
#mIcban1 .dataLst .pIco {display:block;position:relative;flex-shrink:0;width:65px;height:65px;border-radius:40px;background:rgba(255,255,255,.2)}
#mIcban1 .dataLst .pIco:after {display:block;content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background:no-repeat 0 0;background-size:100% auto;transition:all .3s ease;}
#mIcban1 .dataLst .pIco.icon1:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico01.png");}
#mIcban1 .dataLst .pIco.icon2:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico02.png");}
#mIcban1 .dataLst .pIco.icon3:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico03.png");}
#mIcban1 .dataLst .pIco.icon4:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico04.png");}
#mIcban1 .dataLst .pIco.icon5:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico05.png");}
#mIcban1 .dataLst .pIco.icon6:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico06.png");}
#mIcban1 .dataLst .pIco.icon7:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico07.png");}
#mIcban1 .dataLst .pIco.icon8:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico08.png");}
#mIcban1 .dataLst .pIco.icon9:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico09.png");}
#mIcban1 .dataLst .pIco.icon10:after {background-image:url("/resources/_Img/MainModule/micban/l27/ico10.png");}
#mIcban1 .dataLst .sTit {display:block;position:relative;padding-top:20px;font-family:'ONE-Mobile-Title', sans-serif;color:#fff;font-size:1.111em;line-height:1.2;word-break:break-all;padding:0 10px;margin-top:10px;transition:all .3s ease;}

#mIcban1 .dataLst > li:hover:before,
#mIcban1 .dataLst > li a:hover:before,
#mIcban1 .dataLst > li a:focus:before,
#mIcban1 .dataLst > li a:hover:after,
#mIcban1 .dataLst > li a:focus:after {margin-right:10px}

@media all and (max-width:1199px) {
	#mIcban1 .dataLst {flex-wrap:nowrap;gap:20px}
	#mIcban1 .dataLst > li {width:100%;height:150px;margin-top:0 !important;}
}
@media all and (max-width:768px) {
	#mIcban1 .dataLst > li {width:25%;height:125px;margin-top:0;box-sizing:border-box;padding:0 5px;}
	#mIcban1 .dataLst > li a {padding:20px 0;justify-content:flex-start;box-sizing:border-box}
	#mIcban1 .dataLst .pIco {width:45px;height:45px}
	#mIcban1 .dataLst .pIco:after {}
	#mIcban1 .dataLst .sTit {font-size:1em}
}
@media all and (max-width:599px) {
	#mIcban1 .dataLst {flex-wrap:wrap;gap:15px}
	#mIcban1 .dataLst > li {width:calc((100% - 15px) / 2);height:100px}
	#mIcban1 .dataLst > li a {padding-top:15px}
	#mIcban1 .dataLst .sTit {font-size:1em;}
}
@media all and (max-width:399px) {
	#mIcban1 .dataLst {gap:10px}
	#mIcban1 .dataLst > li {width:calc((100% - 10px) / 2);height:115px}
}


/** -- mpopzone */
#mPopup {position:relative}
#mPopup .dataTit {display:none}
#mPopup .dataList {position:relative}
#mPopup .dataList .owl-stage-outer {border-radius:30px 30px 0 0;overflow:hidden}
#mPopup .dataList .owl-item img {}
#mPopup .dataList .owl-nav .owl-prev, #mPopup .dataList .owl-nav .owl-next {position:absolute;top:50%;font-size:0;width:40px;height:40px;border-radius:40px;background-color:#374359aa}
#mPopup .dataList .owl-nav .owl-prev {left:0;transform:translate(-50%,-50%)}
#mPopup .dataList .owl-nav .owl-next {right:0;transform:translate(50%,-50%)}
#mPopup .dataList .owl-nav .owl-prev:after, #mPopup .dataList .owl-nav .owl-next:after {content:"";display:block;position:absolute;width:10px;height:10px;margin:auto;top:0;left:0;right:0;bottom:0;border:solid;border-width:0 0 3px 3px;border-color:transparent transparent #fff #fff;border-radius:2px;transition:all .3s ease-out}
#mPopup .dataList .owl-nav .owl-prev:after {transform:rotate(45deg) translate(2px,-1px)}
#mPopup .dataList .owl-nav .owl-next:after {transform:rotate(-135deg) translate(1px,-2px)}
#mPopup .dataCtrl {display:flex;align-items:center;justify-content:center;gap:15px;height:60px;background-color:#fff;border-radius:0 0 30px 30px}
#mPopup .dataCtrl .dataDots {}
#mPopup .dataCtrl .dataDots .owl-dot {width:13px;height:13px;border-radius:50%;margin-right:10px;background-color:#D9D9D9;box-sizing:border-box}
#mPopup .dataCtrl .dataDots .owl-dot:last-child {margin-right:0}
#mPopup .dataCtrl .dataDots .owl-dot.active {border:4px solid #0EA2A4;background-color:#fff}
#mPopup .dataCtrl .dataNums {font-weight:400;font-family:'ONE-Mobile-Title', sans-serif}
#mPopup .dataCtrl .dataNums .press {color:#222}
#mPopup .dataCtrl .dataNums .total {color:#878787}
#mPopup .dataCtrl .dataNums .total:before {content:"/";display:inline-block;margin:0 6px}
#mPopup .dataCtrl .dataAuto {display:flex}
#mPopup .dataCtrl .dataAuto button, #mPopup .dataCtrl .dataDots button {appearance:none;background:none;font-size:0;border:0;vertical-align:middle}
#mPopup .dataCtrl .dataAuto .btn-stop {width:11px;height:16px;border:3px solid #4F4F4F;border-radius:2px;border-top:0;border-bottom:0}
#mPopup .dataCtrl .dataAuto .btn-play {display:none;width:0;height:0;border-style:solid;border-width:8px 0 8px 16px;border-color:transparent transparent transparent #4F4F4F;box-sizing:border-box}

@media all and (max-width:599px) {
	#mPopup .dataCtrl {height:50px}
	#mPopup .dataCtrl .dataAuto .btn-stop {height:14px}
	#mPopup .dataCtrl .dataAuto .btn-play {border-width:6px 0 6px 12px}
}


/** -- micban2 */
.mIcban2Box {display:flex;justify-content:space-between;padding:30px 50px;background-color:#fff;border-radius:20px 40px 20px 40px;box-shadow:0px 30px 40px 0px rgba(12, 91, 103, 0.10)}
.mIcban2Box .mIcban2Tit {position:relative;display:flex;flex-direction:column;justify-content:center;padding-left:105px;box-sizing:border-box}
.mIcban2Box .mIcban2Tit:before {content:"Quick";font-family:"Poppins", sans-serif;display:block;position:absolute;left:0;top:-15px;bottom:0;border-right:2px solid #00566711;padding:0 20px;margin:auto;font-size:50px;font-weight:500;color:rgba(204, 204, 204, 0.40);text-transform:uppercase;writing-mode:vertical-rl;letter-spacing:-.05em}
.mIcban2Box .mIcban2Tit .tit {display:block;font-size:1.05em;color:#0EA2A4;font-weight:700;margin-bottom:15px;display:none}
.mIcban2Box .mIcban2Tit .txt {display:block;font-size:0.94em;max-width:132px;;color:#888;line-height:1.47;display:none}
.mIcban2Box #mIcban2 {margin:0}
#mIcban2 {display:flex;gap:50px}
#mIcban2 a {display:flex;flex-wrap:wrap;align-items:center}
#mIcban2 a .pIco {position:relative;width:120px;height:100px;border-radius:10px 25px 10px 25px;background-color:#F5F5F5;margin:0 auto 15px;border:1px solid transparent;box-sizing:border-box;transition:all .4s ease}
#mIcban2 a:hover .pIco {border:1px solid #066C70;box-shadow:0px 30px 40px 0px rgba(12, 91, 103, 0.10)}
#mIcban2 a .pIco:before {content:"";display:block;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}
#mIcban2 a .pIco.icon1:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico01.png)}
#mIcban2 a .pIco.icon2:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico02.png)}
#mIcban2 a .pIco.icon3:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico03.png)}
#mIcban2 a .pIco.icon4:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico04.png)}
#mIcban2 a .pIco.icon5:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico05.png)}
#mIcban2 a .pIco.icon6:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico06.png)}
#mIcban2 a .pIco.icon7:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico07.png)}
#mIcban2 a .pIco.icon8:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico08.png)}
#mIcban2 a .pIco.icon9:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico09.png)}
#mIcban2 a .pIco.icon10:before {background-image:url(/resources/_Img/MainModule/micban2/l23/ico10.png)}
#mIcban2 a .sTit {display:block;font-size:1.05em;color:#222222;font-weight:700;text-align:center;letter-spacing:-0.95px;margin-left:15px}
@media all and (max-width:1399px) {
	#mIcban2 {gap:20px}
}
@media all and (max-width:1299px) {
	#mIcban2 a .sTit {margin-left:0}
	#mIcban2 a {text-align:center;display:block}
	#mIcban2 {gap:40px} 
}
@media all and (max-width:999px) {
	.mIcban2Box {flex-direction:column;padding:20px}
	.mIcban2Box .mIcban2Tit {padding-left:105px;margin-bottom:15px}
	.mIcban2Box .mIcban2Tit:before {font-size:24px;padding:0 10px;writing-mode:horizontal-tb}
	.mIcban2Box .mIcban2Tit .tit {margin-bottom:0}
	.mIcban2Box .mIcban2Tit .txt {max-width:initial}
	#mIcban2 {gap:30px;justify-content:space-between}
}
@media all and (max-width:999px) {
	#mIcban2{flex-wrap:wrap;gap:2%}
	#mIcban2 a {width:14%}
	#mIcban2 a .pIco {width:100%;height:70px;margin:0 auto 10px}
	#mIcban2 a .pIco:before {max-width:84px;margin:0 auto}
	#mIcban2 a .sTit {font-size:1em;line-height:1.1}
}
@media all and (max-width:768px) {
	#mIcban2 a {width:49%}
	#mIcban2 a:nth-of-type(-n+2) {margin-bottom:15px}
	#mIcban2 a .pIco {}
	#mIcban2 a .sTit {}
}
@media all and (max-width:399px) {
	.mIcban2Box .mIcban2Tit {padding-left:0}
	.mIcban2Box .mIcban2Tit:before {left:unset;right:-20px;top:0;writing-mode:vertical-lr;border-right:0;border-left:2px solid #00566711;z-index:1}
}

/** -- mTabBoard */
#mTabBoard {position:relative;height:390px;box-sizing:border-box;padding-right:50px;}
#mTabBoard .dataTit {}
#mTabBoard dl {display:inline-block;vertical-align:middle;}
#mTabBoard dl dt {display:inline-block;position:relative;text-align:left;padding-left:40px;}
#mTabBoard dl dt:before {display:block;content:'';position:absolute;top:4px;left:18px;width:1px;height:26px;background:#D9D9D9;border-radius:50%;}
#mTabBoard dl dt a {display:block;position:relative;background:none;padding-left:0;transition:all .3s ease}
#mTabBoard dl dt a:before {display:none;content:'';position:absolute;top:50%;transform:translateY(-50%);left:0;width: 24px;height: 24px;background:#1F8A9F;border-radius:10px}
#mTabBoard dl dt a:after {display:none;content:'';position:absolute;top:8px;left:7px;width:8px;height:7px;border-bottom:3px solid #fff;border-left:3px solid #fff;border-radius:1px;transform:rotate(-45deg);}
#mTabBoard dl dt a span {display:inline-block;color:#777777;font-family:'ONE-Mobile-Title', sans-serif;font-size:1.111em;vertical-align:middle;transition:all .3s ease}
#mTabBoard dl dd {display:none;text-align:left}
#mTabBoard ul {width:100%;box-sizing:border-box;}
#mTabBoard ul li {padding-bottom:10px}
#mTabBoard ul li:last-child {padding-bottom:0;}
#mTabBoard ul li a {display:flex;align-items:center;position:relative;height:60px;border:1px solid #DDD;border-radius:20px;padding:0 230px 0 30px;box-sizing:border-box;transition:all .3s ease;}
#mTabBoard ul li a .sCate {margin-right:10px}
#mTabBoard ul li a .sTit {display:flex;width:100%;z-index:1;transition:all .3s ease}
#mTabBoard ul li a .sTit .newMark {position:relative;display:inline-flex;align-items:center;justify-content:center;background:#005667;width:26px;height:26px;border-radius:50%;margin-right:10px;}
#mTabBoard ul li a .sTit .newMark:before {display:block;content:'N';font-family: "Poppins";font-size:15px;font-weight:bold;color:#fff;}
#mTabBoard ul li a .sTits {flex:1 1 0;width:100%;color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;}
#mTabBoard ul li a .sTits span {text-decoration:none;background-image: linear-gradient(rgba(255, 255, 255,0), rgba(255, 255, 255,0)),linear-gradient(#fff, #fff);background-size: 100% 1px, 0 1px; background-position: 100% 100%, 0 100%;background-repeat: no-repeat;transition: background-size .3s linear;}
#mTabBoard ul li a .sDate {display:inline-block;position:absolute;top:50%;right:0;width:145px;text-align:center;color:#878787;font-size:0.88em;transform:translateY(-50%);transition:all .3s ease;}
#mTabBoard ul li.no-data {margin-top:0;height:285px;box-sizing:border-box;width:100%;border:1px solid #DDD;border-radius:20px;}

#mTabBoard ul li a:focus .sTits span,
#mTabBoard ul li a:hover .sTits span {background-size: 0 1px, 100% 1px;}
#mTabBoard ul li a:focus,
#mTabBoard ul li a:hover {border:1px solid #005667;box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);}

#mTabBoard dl.first dt {padding-left:0;}
#mTabBoard dl.first dt:before {display:none;}
#mTabBoard dl.isOn dt a {padding-left:40px;}
#mTabBoard dl.isOn dt a:before {display:block;}
#mTabBoard dl.isOn dt a:after {display:block;}
#mTabBoard dl.isOn dt a span {color:#005667}
#mTabBoard dl.isOn dd {display:block;position:absolute;left:0;top:50px;width:100%}

#mTabBoard .dataMore {position:absolute;top:-42px;right:0;width:17px;height:17px;transition:all .3s ease}
#mTabBoard .dataMore:before {display:block;content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:3px;background:#878787;border-radius:2px;}
#mTabBoard .dataMore:after {display:block;content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:3px;height:100%;background:#878787;border-radius:2px;}
#mTabBoard .dataMore:focus,
#mTabBoard .dataMore:hover {transform:rotate(180deg);}

@media all and (max-width:999px) {
	#mTabBoard {height:430px}
	#mTabBoard dl.isOn dd {top:50px;}
	#mTabBoard ul li a {flex-wrap:wrap}
	#mTabBoard ul li a .sCate {display:none}
	#mTabBoard .dataMore {top:-45px;}
}
@media all and (max-width:768px) {
	#mTabBoard {height:310px}
	#mTabBoard dl dt {padding-left:20px;}
	#mTabBoard dl dt:before {top:3px;left:7px;height:20px}
	#mTabBoard dl dt a:after {top:5px;left:8px;width:14px;height:5px;}
	#mTabBoard dl dt a span {display:inline-block;color:#3E3E3E;font-size:1.111em;vertical-align:middle;transition:all .3s ease}
	#mTabBoard ul li {padding-bottom:10px;}
	#mTabBoard ul li a {height:40px;border-radius:10px}
	#mTabBoard ul li.no-data {height:215px;}
	#mTabBoard dl.isOn dt a {padding-left:34px;}
	#mTabBoard dl.isOn dd {top:40px;}
	#mTabBoard .dataMore {top:-37px}
}
@media all and (max-width:599px) {
	#mTabBoard ul li a {padding:0 110px 0 20px;}
	#mTabBoard ul li a .sCate {display:none;}
	#mTabBoard ul li a .sDate {right:20px;width:auto;text-align:left;}
}



/** -- 잡스케줄 */
.m-schedule-wr {height:450px;background-color:#E7F4F4;border-radius:20px;overflow:hidden;box-shadow: 0px 30px 40px 0px rgba(12, 91, 103, 0.10);transition-delay:.65s !important;z-index:1;}
.m-schedule {position:relative;}
.m-schedule .s-tit {width:100%;height:70px;line-height:70px;color:#fff;font-size:1.444em;font-family:"ONE-Mobile-Title", sans-serif;font-weight:500;padding:0 44px;box-sizing:border-box;position:relative;letter-spacing:-.05em}
.m-schedule .s-tit > a {display:block;background:#066C70;width:225px;color:#fff;border-radius:0 0 30px 30px;text-align:center;box-sizing:border-box}
.m-schedule .schedule-box {overflow:visible}
.m-schedule ul {position:relative;box-sizing:border-box;width:100%;}
.m-schedule .dataLst {padding:30px 45px 30px 35px}
.m-schedule ul > li {position:relative;display:flex;gap:20px;padding:10px;margin-bottom:10px;background-color:#fff;border:1px solid #fff;border-radius:60px;box-sizing:border-box;transition:box-shadow .4s ease, border .4s ease}
.m-schedule ul > li:focus-visible,
.m-schedule ul > li:hover {border:1px solid #005667;box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);}
.m-schedule ul > li:last-child {margin-bottom:0}
.m-schedule ul > li .date {display:flex;flex-shrink:0;flex-direction:column;justify-content:center;width:80px;height:80px;background:linear-gradient(90deg, #ECF6F7 51.75%, #ECF6F7 51.76%, #DEEFF9 100.35%, rgba(236, 246, 247, 0.00) 100.36%);border-radius:50%;text-align:center}
.m-schedule ul > li .date span {display:block;line-height:1}
.m-schedule ul > li .date .s_ym {font-size:0.833em;color:#5B5B5B;font-weight:700;margin-bottom:7px}
.m-schedule ul > li .date .s_d {font-family:"ONE-Mobile-Title", sans-serif;font-size:1.11em;color:#1F8A9F}
.m-schedule ul > li .content {width:calc(100% - 90px);font-weight:400;letter-spacing:-.025em;color:#686868}
.m-schedule ul > li .content span {font-size:1.111em;font-weight:700;color:#4f4f4f;display:block;margin-top:10px;line-height:1.2;width:95%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;}
.m-schedule ul > li .content span > a {position:relative;display:inline-block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;}
.m-schedule ul > li .content span > a:focus-visible,
.m-schedule ul > li .content span > a:hover {text-decoration:underline}
.m-schedule ul > li .content .whole_date {font-size:0.833em;font-weight:400;color:#686868}
.m-schedule ul > li .content .sTits {width:100%;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;box-sizing:border-box;overflow:hidden}
.m-schedule .data-ctrl {display:flex;justify-content:center;gap:10px;align-items:center;position:absolute;width:200px;right:0;top:-70px;height:70px;text-align:center}
.m-schedule .data-ctrl button {width:40px;height:40px;border-radius:50%;background-color:#fff;border:#fff;z-index:55;filter:drop-shadow(0px 10px 20px rgba(55, 67, 89, 0.10));transition:all .5s ease;z-index:2}
.m-schedule .data-ctrl button:after {content:"";display:block;position:absolute;width:8px;height:8px;margin:auto;top:0;right:0;bottom:0;left:0;border:solid;border-width:0 0 3px 3px;border-color:transparent transparent #374359 #374359;border-radius:2px;transition:all .5s ease}
.m-schedule .data-ctrl .btn-prev:after {transform:rotate(45deg)}
.m-schedule .data-ctrl .btn-next:after {transform:rotate(225deg)}
.m-schedule .data-ctrl button:hover,
.m-schedule .data-ctrl button:focus {background-color:#374359}
.m-schedule .data-ctrl button:hover:after,
.m-schedule .data-ctrl button:focus:after {border-color:#fff}

@media all and (max-width:999px) {
	.m-schedule-wr {height:auto}
	.m-schedule .s-tit {height:60px;line-height:60px}
	.m-schedule .dataLst {padding:20px 45px 30px 35px}
	.m-schedule ul > li .date {width:75px;height:75px}
	.m-schedule .data-ctrl {height:50px;top:-50px}
}
@media all and (max-width:768px) {
	.m-schedule .s-tit > a {width:180px}
	.m-schedule ul > li .date {width:70px;height:70px}
}
@media all and (max-width:599px) {
	.m-schedule .s-tit {height:50px;line-height:50px;padding:0 20px}
	.m-schedule .s-tit > a {width:150px}
	.m-schedule .dataLst {padding:20px 20px 30px 20px}
	.m-schedule .data-ctrl {width:130px}
	.m-schedule .data-ctrl button {width:30px;height:30px}
	.m-schedule .data-ctrl button:after {width:6px;height:6px}
}
@media all and (max-width:399px) {
	.m-schedule .data-ctrl {width:100px}

}





/** -- 채용정보 */
.msec04 {background:#F1F8DE;padding-top:80px;padding-bottom:60px;margin-top:80px;max-width:none;border-radius:120px 0 0 0;overflow:hidden;isolation:isolate}
.msec04:before, .msec04:after, .msec04 .bg-deco {content:"";display:block;position:absolute;border-radius:50%;width:320px;height:320px;background-color:#50DDF3;filter:blur(250px);z-index:-1}
.msec04:before {top:341px;left:123px}
.msec04:after {right:-13px;bottom:-191px;}
.msec04 .bg-deco {right:67px;top:121px;background-color:#B6E343}
@supports not (filter:blur(250px)) {
	.msec04:before, .msec04:after, .msec04 .bg-deco {opacity:0.2}
}
.msec04 .jobInfo-wr {}
.msec04 .jobInfo-wr .jobInfo-tit {max-width:1400px;margin:0 auto 50px}
.msec04 .jobInfo-wr .jobInfo-tit .tit {font-size:40px;color:#222;font-family:"ONE-Mobile-Title", sans-serif}
.msec04 .jobInfo-wr .jobInfo-tit .sTit {font-size:1.33em;font-family:"Poppins";color:#7E9936;font-weight:600;margin:0 10px}
.msec04 .jobInfo-wr .jobInfo-tit span {font-size:1.22em;color:#6F7462;vertical-align:baseline;transition:all .3s ease}
.msec04 .jobInfo-wr .jobInfo-boxes {display:flex;gap:25px;max-width:1400px;margin:0 auto}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box {flex:1;width:calc((100% - 50px) / 3);padding:40px 40px 50px;background-color:#fff;box-shadow:0px 30px 40px 0px #D7DFC4;border-radius:20px 50px 20px 50px;box-sizing:border-box}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit-sec {text-align:center;margin-bottom:30px}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit-sec .img-box img {max-width:100%}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit {display:block;font-family:"ONE-Mobile-Title", sans-serif;font-size:1.33em;color:#222;line-height:1;margin-top:15px}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li {position:relative;margin-bottom:18px;line-height:1}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li > a {position:relative;display:flex;align-items:center;width:100%;isolation:isolate}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li > a:before {content:"";display:block;position:absolute;width:0;height:12px;background-color:#e5f0cc99;left:0;bottom:-4px;transition:width .4s ease;z-index:-1;}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li > a:hover:before,
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li > a:focus-visible:before {width:100%}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .sTits {display:inline-block;width:100%;color:#555;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;box-sizing:border-box;overflow:hidden}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .newMark {flex-shrink:0;width:20px;height:20px;background-color:#E54B82;background-image:url(/resources/_Templet/Main/main_job/Img/boardico_new.png);border-radius:20px}
.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .sDate {display:inline-block;flex-shrink:0;width:60px;text-align:right;color:#686868;font-size:14px;margin-left:10px;transition:all .3s ease;}
@media all and (max-width:1440px) {
	.msec04 {padding-top:50px;border-radius:100px 0 0 0}
	.msec04 .jobInfo-wr .jobInfo-tit {display:flex;flex-direction:column;align-items:center;gap:5px;margin-bottom:30px;line-height:1}
	.msec04 .jobInfo-wr .jobInfo-tit .tit {font-size:35px}
	.msec04 .jobInfo-wr .jobInfo-tit span {font-size:1em}
}
@media all and (max-width:999px) {
	.msec04 {margin-top:60px}
	.msec04 .jobInfo-wr .jobInfo-boxes {gap:15px;flex-wrap:wrap;max-width:initial}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box {width:calc((100% - 15px)/2);padding:30px}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit-sec .img-box {width:120px;margin:0 auto}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit {font-size:1.11em}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li:nth-last-of-type(-n+5) {display:none}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .list-sec > li > a:before {height:10px;bottom:-3px}
}
@media all and (max-width:768px) {
	.msec04 {padding-top:40px}
	.msec04 .jobInfo-wr .jobInfo-tit {margin-bottom:20px}
	.msec04 .jobInfo-wr .jobInfo-tit .tit {font-size:1.88em}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit-sec {margin-bottom:20px}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box .tit {margin-top:10px}
}
@media all and (max-width:599px) {
	.msec04 .jobInfo-wr .jobInfo-tit .tit {font-size:1.66em}
	.msec04 .jobInfo-wr .jobInfo-boxes .jonInfo-box {width:100%;padding:20px}
}
