	.lastDepth>a i,
	.lastDepth>a i:after,
	.lastDepth>a i:before,

	#mVisual .inConts .ii,
	#mVisual .inConts .ii.btn>a,
	#mVisual .bx-pager>span,
	#mVisual .bx-pager-item>a{transition: all .3s ease-out; transform-origin: 50% 50%;}

/*[e] All Style */
	img.bg_thumb{background-repeat: no-repeat; background-position: center center;}

	.tbLayout{width:100%; display:table;}
	.tbLayout.fixed{table-layout: fixed;}
	.tbLayout>*{display:table-cell; vertical-align: middle; box-sizing: border-box;}
	.tbLayout.vat>.td{vertical-align: top;}
	.tbLayout.full{width:1920px; margin-left:-960px; position: relative; left:50%;}

	.nTable{width:100%; border-top:2px solid #246bac; border-bottom:1px solid #b2b0a5;}
	.nTable>table{width:100%; margin-bottom:-1px; border-spacing:0; table-layout : fixed;}
	.nTable>table th,
	.nTable>table td{padding:12px; border-bottom:1px solid #c5c3bb; font-size:16px; line-height:1.5; color:#666; text-align:left; border-collapse:collapse; empty-cells:show; box-sizing: border-box;}

	.nTable>table>thead>tr>th{background-color: #e9f0f7; font-weight:500; color:#222; position: relative;}
	.nTable>table>thead>tr>th+th{}

	.f0{font-size:0; line-height:0;}

	/*[s] 셀렉트 박스형 */
		.lastDepthSelect{width:100%; margin-bottom:50px; background-color: #43403f; display:block; z-index:7; position: relative;}
		.lastDepthSelect>a{padding:0 70px 0 30px; font-weight: 400; font-size:24px; line-height:80px; color: #fff; display:block; position: relative;}
		.lastDepthSelect>a i{width:20px; height:12px; margin-top:-6px; position: absolute; right:20px; top:50%; display:inline-block;}
		.lastDepthSelect>a i:after,
		.lastDepthSelect>a i:before{content: ""; width:13px; height: 2px; margin:0 0 0 0; background-color: #fff; display: block; position:absolute; top:50%;}
		.lastDepthSelect>a i:after{right:8px; transform:rotate(45deg);}
		.lastDepthSelect>a i:before{right:0px; transform:rotate(-45deg);}

		.lastDepthSelect.active a i{transform:rotate(180deg);}

		.lastDepthSelect .lastDepthSub{width:100%; background-color: #43403f; position: absolute; left:0; top:80px; display:none;}
		.lastDepthSelect .lastDepthSub>a{padding:0 70px 0 30px; border-top:1px solid #595858; font-weight: 300; font-size:20px; line-height:60px; color: #fff; display:block;}
		.lastDepthSelect .lastDepthSub>a+a{}

		.lastDepthSelect.active a:before{transform:rotate(180deg);}
		.lastDepthSelect .lastDepthSub>a.active{background-color: #595858;}
	/*[e] 셀렉트 박스형 */

	/*[s] 기본형 */
		.lastDepth{width:100%; margin-bottom:50px; font-size:0; line-height:0; text-align: center; box-sizing: border-box; overflow:hidden; display: flex; justify-content: space-between;}
		.lastDepth>a{width:100%; height:60px; background-color: #fff; border:1px solid #d3d3d3; font-size:22px; line-height:1.2; color: #666; display:inline-block; vertical-align: top; box-sizing: border-box;}
		.lastDepth>a+a{margin-left:-1px;}
		.lastDepth>a>span{display:inline-block; position: relative; top:50%;-webkit-transform: translateY(-50%); transform: translateY(-50%);}

		.lastDepth.fixed{justify-content: flex-start; flex-wrap:wrap; border:none; border-top:1px solid #d3d3d3; border-left:1px solid #d3d3d3;}
		.lastDepth.fixed>a{margin:0; border:none; border-bottom:1px solid #d3d3d3; border-right:1px solid #d3d3d3;}

		.lastDepth.two>a{width:50%;}
		.lastDepth.three>a{width:33.333%;}
		.lastDepth.four>a{width:25%;}
		.lastDepth.five>a{width:20%;}


		.lastDepth>a:hover,
		.lastDepth>a.active{background-color: #2966c4; border-color:#2966c4; color: #fff; z-index:2;}
	/*[e] 기본형 */

	.lastDepthConts{font-size:0; line-height:0; display:none; overflow:hidden;}

	.nTit{font-weight: 300; font-size:28px; line-height:36px; color: #333; text-align: center;}
	.nTit>span{font-weight: 300;}
	.nTxt{font-weight: 300; font-size:15px; line-height:22px; color: #888; text-align: center;}
/*[e] All Style */

/*[s] Main Style */
	#mVisual{width:100%; font-size:0; line-height:0; position: relative; overflow:hidden;}
	#mVisual .visualRoll{white-space: nowrap;}
	#mVisual .visualRoll .slider{width:100%; height:1041px; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:0; line-height:0; position: relative; overflow:hidden; display:inline-block; vertical-align: top;}

	#mVisual .bx-pager{width:100%; text-align: center; position: absolute; left:0; bottom:50px; z-index:5; display:inline-block;}
	#mVisual .bx-pager-item{padding:0 8px; display:inline-block; vertical-align: top;}
	#mVisual .bx-pager-item>a{width:65px; height:3px; background-color: #c0c0c0; display:block; overflow:hidden;}
	#mVisual .bx-pager-item>a.active{background-color: #2261c2;height:6px;margin-top:-2px;}

	#mVisual .modalLink{width:140px; margin-left:-70px; position: absolute;bottom: 150px; left: 50%; z-index: 5;}

	.mask{width:100%; height:100%; position:fixed; left:0; top:0; z-index:10; background:#000; opacity:.5;}
	.modalLayer{width:100%; height:100%; position:fixed; left:0; top:0; z-index:10; background:rgba(0,0,0,0.5); display:none}
	.modalLayer.active{display:block;}
	.modalLayer .modalContent{width:500px; height:550px; margin-left:-250px; background-color:#fafafa; overflow: hidden;position:absolute; left:50%; top:50%; z-index:11;border-radius: 10px; transform: translateY(-50%);}
	.modalLayer .modalContent button{position:absolute; right:8px; top:10px; cursor:pointer;background:none; border:none;padding:10px;}
	.modalLayer .modal_tit{width:100%;height:56px;background-color:#1ba7ec; display:flex;justify-content:space-between; align-items: center;}
	.modalLayer .modal_tit p{font-size:22px;line-height:30px; color:#fff;padding-left:25px;}

	.modalLayer table{background-color:#fff;padding:10px;border-radius:10px;box-shadow:2px 3px 3px rgba(0,0,0,0.2);}

	.modalLayer .board_write{background-color:#fafafa;border:none; border-radius:10px;padding:15px 10px};
	.modalLayer .board_write>table td{border:none;}

	.modalLayer .board_write>table th,
	.modalLayer .board_write>table td{border:none;padding:4px 7px; }
	.modalLayer .board_write>table td>span{padding:0; margin-top:0;}
	.modalLayer .board_write .btnBox{font-size:0; line-height:0;}
	.modalLayer .board_write .btnBox>input,
	.modalLayer .board_write .btnBox>select{width:100%;border-radius:5px;}
	.modalLayer .board_write .btnBox>.btns{padding:0 20px; background-color: #848484; border:1px solid #777; font-size:14px; line-height:34px; color: #fff; display:inline-block; vertical-align: middle;}
	.modalLayer .board_write .btnBox>input+.btns{margin-left:5px;}

	.modalLayer .board_write input[type=text],
	.modalLayer .board_write input[type=password],
	.modalLayer .board_write input[type=file],
	.modalLayer .board_write select,
	.modalLayer .board_write textarea{width:100%;height:48px;padding:0 10px;background-color:#fff;font-weight: 400;font-size:22px;line-height:20px;color: #333;box-sizing: border-box;vertical-align:middle;display:inline-block;}
	.modalLayer .board_write textarea{padding:10px; height:95px;border-radius:5px;}
	.modalLayer .board_write .btnArea{margin-top:0px;}
	.modalLayer .board_write .btnArea>input[type=submit]{line-height:38px;height:38px;margin-top:10px;background-color:#383838; border-radius:5px; color:#ffffff;width:140px;}

	.subTitle,
	.mTitle{margin-bottom:45px; line-height:1.2; text-align: center; letter-spacing: -0.03em; position: relative;}
	.subTitle>dt,
	.mTitle>dt{font-weight: 500; font-size:48px; color: #20221f; letter-spacing: -0.03em;}
	.subTitle>dt>span,
	.mTitle>dt>span{font-weight:300;}
	.subTitle>dd,
	.mTitle>dd{padding-top:20px; font-weight: 400; font-size:28px; color: #333;line-height:35px;}

	.mConts{width:100%; font-size:0; line-height:0; box-sizing: border-box; position: relative;}

	.proSch{height:596px; padding:100px 30px 0; background:url('../../images/main/img_msearch.jpg') no-repeat center center;}
	.proSch .searchForm{}
	.proSch .searchForm>p{padding:5px; background:url('../../images/main/bg_proSch.png') no-repeat center center; display: flex; justify-content: space-between;}
	.proSch .searchForm input[type=text]{width:100%; height:90px; padding:0 20px; background-color: transparent; border:none; border-right:none; font-weight: 300; font-size:24px; line-height:90px; color:#333; display:inline-block; vertical-align: top; box-sizing: border-box;}
	.proSch .searchForm input[type=submit]{width:90px; min-width:90px; height:90px; background:url('../../images/btn_tSch.png') no-repeat center center; border:none; font-size:0; line-height:0; cursor: pointer;}

	.proSch .keyword{width:640px; margin-left:-30px; padding:30px 10px 0; box-sizing: border-box;}
	.proSch .keyword>p{padding-left:20px; font-size:28px; line-height:1; color:#3058a2;}
	.proSch .keyword>a{min-width:110px; margin:14px 0 0 15px; padding:0 15px; border:1px solid #2f5ea7; font-size:22px; line-height:54px; color:#3058a2; text-align: center; letter-spacing: -0.03em; border-radius:4px; display:inline-block; vertical-align: top; white-space: nowrap; box-sizing: border-box;}

	.proSch .keyword>a.active,
	.proSch .keyword>a:hover{background-color:#383838; border-color:#383838; color:#fff;}

	.slick-arrow{width:78px; min-width:78px; height:78px; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: cover; border:none; font-size:0; line-height:0; display:inline-block; vertical-align: top;}
	.slick-prev{background-image:url('../../images/main/btn_bx_prev.gif');}
	.slick-next{margin-left:10px; background-image:url('../../images/main/btn_bx_next.gif');}

	.proOne{padding:95px 30px 100px;}
	.proOne .proOneRoll{}
	.proOne .proOneRoll .slider{}
	.proOne .proOneRoll .product_txt{}
	.proOne .proOneRoll .product_txt .ii{color:#383838; letter-spacing: -0.03em;}
	.proOne .proOneRoll .product_txt .ii.i01{margin-bottom:10px; font-weight: bold; font-size: 40px; line-height:1.1; color: #222;}
	.proOne .proOneRoll .product_txt .ii.i02{margin-bottom:35px; font-weight: bold; font-size:36px;line-height:43px;color:#1f8bd5;}
	.proOne .proOneRoll .product_txt .ii.i02>span{font-weight: 400; font-size:28px; line-height:43px;color:#1f8bd5;}
	.proOne .proOneRoll .product_txt .ii.i03{margin-bottom:15px; font-weight:500; font-size:24px; line-height:1; color:#222;}
	.proOne .proOneRoll .product_txt .ii.i04{margin-bottom:5px; padding-left:12px; font-size:22px; line-height:29px; color:#222; position:relative;}
	.proOne .proOneRoll .product_txt .ii.i04:before{ position: absolute; background-color: #222; content: ""; top: 15px; left: 0; width: 2px; height: 2px;}

	.proOne .proOneRoll .product_img{min-height:533px; margin-top:55px; padding:0 30px 45px 0; background:url('../../images/main/bg_proOne_img.gif') no-repeat right bottom;}
	.proOne .btnBox{padding-top:30px; display: flex; justify-content: space-between;}
	.proOne .btnBox .bx{}
	.proOne .btnBox .bx .slick-arrow{}
	.proOne .btnBox .bx .slick-prev{}
	.proOne .btnBox .bx .slick-next{}

	.proBest{padding:100px 30px; background-color: #f3f5f8;}
	.proBest .mTitle{margin-bottom:75px; text-align: left !important;}
	.proBest .mTitle>dt>span{font-weight:300;}
	.proBest .btnBox{position: absolute; right:30px; top:100px; display:inline-block;}
	.proBest .proBestRoll{}
	.proBest .proBestRoll .slider{}
	.proBest .proBestRoll .slider .inner_slider{display: flex;align-items: center;overflow: hidden;padding:0;}
	.proBest .proBestRoll .slider .inner_slider>div{}
	.proBest .proBestRoll .slider .inner_slider>.best_txt,
	.proBest .proBestRoll .slider .inner_slider>.best_img{width:50%; height:252px;}
	.proBest .proBestRoll .slider .inner_slider>.best_txt{background-color: #1e3774;padding:25px;box-sizing: border-box;position:relative;height:252px;}
	.proBest .proBestRoll .slider .inner_slider>.best_txt.black{background-color:#3b3b3b;}
	.proBest .proBestRoll .slider .inner_slider>.best_txt:before{position:absolute;bottom:0; right:0; content:"";width:59px;height:59px;background:url("../../images/main/img_btn_plus.png")no-repeat;}
	.proBest .proBestRoll .slider .inner_slider>.best_img img{display: block;/* height: 210px; */object-fit: cover;height: 100%; width: 100%;}
	.proBest .proBestRoll .slider .inner_slider>.best_txt .ii.i01{color:#1ba4e9;font-size:22px;line-height:1;margin-bottom:10px}
	.proBest .proBestRoll .slider .inner_slider>.best_txt .ii.i02{color:#ffffff;font-size:26px;line-height:35px;margin-bottom:35px;max-height: 70px;display: -webkit-box;text-overflow: ellipsis; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;}
	.proBest .proBestRoll .slider .inner_slider>.best_txt .ii.i03{color:#a9aec2;font-size:22px;position:relative;line-height:28px;}
	.proBest .proBestRoll .slider .inner_slider>.best_txt .ii.i03:before{ position: absolute;background-color: #fff; content: ""; top: -19px; left: 0; width: 25px; height: 1px;}

	.newsList{padding:95px 30px 100px;}

	.videoBox{min-height:611px; padding:90px 30px 0; background:url('../../images/main/bg_videoBox.jpg') no-repeat left top;}
	.videoBox h5{font-weight: 500; font-size:91px; line-height:1; color:rgba(27,164,233,0.7); letter-spacing:-1px;}
	.videoBox p{margin-top:25px; font-weight: 300; font-size:36px; line-height:68px; color:#fff; position: relative;}
	.videoBox a{font-size:0; line-height:0; display:inline-block; position: absolute; right:0; bottom:0;}
/*[e] Main Style */

/*[s] Sub Style */
	h4.tit{padding-bottom:40px; font-weight: 400; font-size:34px; line-height:1; color: #000; text-align: center;}
	.mapArea{width:100%; height:470px; padding:0 !important; border:none !important; overflow:hidden;}

	/*[s] gallery */
		.slidePhoto{width:100%; font-size:0; line-height:0; position: relative;}
		.slidePhoto .slider{background-repeat: no-repeat; background-position: center center; background-size: cover; box-sizing: border-box; position: relative;}
		.slidePhoto .slider-big{width:100%; position: relative;}
		.slidePhoto .slider-big .slider{width:100%; height:312px;}
		.slidePhoto .slider-big .slick-arrow {width:43px; height:84px; background-color: transparent; background-repeat: no-repeat; background-position: center center; border:none; font-size:0; line-height:0; position: absolute; top:120px; z-index:7; cursor: pointer;}
		.slidePhoto .slider-big .slick-arrow.slick-prev{background-image: url('../../images/btn_bx_prev.png'); left:10px;}
		.slidePhoto .slider-big .slick-arrow.slick-next{background-image: url('../../images/btn_bx_next.png'); right:10px;}
		.slidePhoto .slider-big .slick-arrow.slick-disabled{opacity: 0.3; cursor: default;}

		.slidePhoto .slider-big .slick-arrow:hover{border-color:#1bc0ff;}

		.slidePhoto .slider-small{width:600px; margin:55px auto 0; position: relative;}
		.slidePhoto .slider-small.one{width:149px;}
		.slidePhoto .slider-small.two{width:310px;}
		.slidePhoto .slider-small.three{width:465px;}
		.slidePhoto .slider-small.four{width:620px;}
		.slidePhoto .slider-small .slick-slide{padding:0 3px;}
		.slidePhoto .slider-small .slider{height:90px;}
		.slidePhoto .slider-small .slider:after{content: ""; background-color:rgba(0,0,0,0.5); position:absolute; left: 0; top:0px; right:0; bottom:0;}
		.slidePhoto .slider-small .slick-arrow{width:30px; height:90px; background-color: transparent; background-repeat: no-repeat; background-position: center center; border:none; font-size:0; line-height:0; position: absolute; top:0; z-index:7; cursor: pointer;}
		.slidePhoto .slider-small .slick-arrow.slick-prev{background-image: url('../../images/btn_slick_prev.gif'); left:0px;}
		.slidePhoto .slider-small .slick-arrow.slick-next{background-image: url('../../images/btn_slick_next.gif'); right:0px;}
		.slidePhoto .slider-small .slick-arrow.slick-disabled{opacity: 0.3; cursor: default;}

		.slidePhoto .slider-small .slick-current .slider:before{content: ""; border:2px solid #0062b1; position:absolute; left: 0; top:0px; right:0; bottom:0;}
		.slidePhoto .slider-small .slick-current .slider:after{background-color:rgba(0,98,177,0);}
	/*[e] gallery */
/*[e] Sub Style */

/*[s] Plugin Style */
	/* Layer Style */
		.layerArea .layerIn .layerBgIn{width:0px; height:0px; background-color: rgba(255,255,255,0.7); position:absolute; left:50%; top:50%; z-index:100; -webkit-transition: .5s; transition: .5s; transform-origin: 50% 50%;}

		.layerArea{width:0px; height:0px; background-color: rgba(0,0,0,0.7); position:fixed; left:50%; top:50%; z-index:99; overflow:hidden; overflow-y:auto; -webkit-transition: .5s; transition: .5s; transform-origin: 50% 50%;}
		.layerArea.one,
		.layerArea.two{width:100%; height:100%; left:0%; top:0%;}
		.layerArea.two .layerBgIn{width:100%; height:100%; left:0%; top:0%;}
		.layerArea .closeLy{width:100px; display:inline-block; position: fixed; right:0; top:0;}
		.layerArea .layerIn{width:100%; height:100%; display: table; position:relative;}
		.layerArea .layerIn .layerCell{width:100%; height:100%; padding:70px 0; display: table-cell; vertical-align:middle; position:relative; box-sizing: border-box;}
		.layerArea .layerIn .layerBox{margin:0 auto; background-color: #fff; font-size:0; line-height:0; display:none; position: relative; box-sizing: border-box; z-index:99;}
		.layerArea .layerIn .layerBox>.tit{padding:25px 25px 15px;}
		.layerArea .layerIn .layerBox>.tit>strong{font-size:16px; line-height:1; color:#00a9cc;}
		.layerArea .layerIn .layerBox .contLy{}

	/* Img Over Bg Style */
		#photo{width:960px;margin:0 auto; position:relative; overflow:hidden;}
		#photo>li{width:150px; height:150px; margin:5px; float:left; display:inline; overflow:hidden; }
		#photo>li>a{width:100%; height:100%; position: relative; display:block; overflow:hidden;}
		#photo>li>a>img{width:100%; height:100%; display:block; border-radius:5px;}
		#photo>li>a>.bg_l{width:100%; height:100%; background-color:red; position: absolute; left:0; top:0; display:none; opacity:0.3; border-radius:5px;}

	/* Img Over Curtain Style */
		.imgCurtain{width:960px; margin:0 auto; font-size:0; line-height:0; overflow:hidden;}
		.imgCurtain img{max-width:none;}
		.imgCurtain>li{margin:5px; display:inline-block; vertical-align: top;}
		.imgCurtain>li>a{background-color: #ddd; position: relative;}
		.imgCurtain>li>a>.img{position: absolute; left:0; top:0;}
		.imgCurtain>li>a>dl{padding:10px; font-size:12px; line-height:18px; color: #000;}
		.imgCurtain>li>a>dl>dt{padding-bottom:5px; font-size:14px;}

		.imgCurtain>li,
		.imgCurtain>li>a,
		.imgCurtain>li>a>.img,
		.imgCurtain>li>a>.img img{width:150px; height:150px; overflow:hidden;}
		.imgCurtain>li>a,
		.imgCurtain>li>a>.img img{display:block;}

	/* Notice One Line Style */
		.mNoticeList{width:100%; height:60px; margin-top:25px; overflow:hidden; position: relative;}
		.mNoticeList>ul{width:100%; position: absolute; left:0; top:-60px;}
		.mNoticeList>ul>li{height:60px; position: relative;}
		.mNoticeList>ul>li>a{padding-left:73px; display:block; position: relative;}
		.mNoticeList .day{width:41px; padding-right:15px; border-right:1px solid #d5d1cc; font-weight: 600; font-size:12px; line-height:1; color: #b99764; text-align: center; position: absolute; left:0; top:0;}
		.mNoticeList .day>strong{font-weight: 700; font-size:32px; line-height:1; display:block;}
		.mNoticeList dl.list{font-size:16px; line-height:20px; color: #876e49; word-break:keep-all; word-wrap:break-word;}
		.mNoticeList dl.list>dt{padding-bottom:6px; font-weight: 600; font-size:12px; line-height:1; color: #b99764;}
/*[e] Plugin Style */

	.partner>ul {display: flex;flex-wrap: wrap;/* justify-content:space-between; */}
	.partner li {width:279px; height:125px;border:1px solid #d7d7d7;margin-bottom:18px;}
	.partner li a{}
	.partner li a img{ object-fit: contain;object-position: center center;width: 100%;height: 100%;}
	.partner li{margin-left:18px;}
	.partner li:nth-child(2n+1){margin-left: 0;}
/*     .partner:after{ clear:both; display:block; content:""; } */

	#contents .wrap_select{margin-bottom:30px;}
	#contents .wrap_select>div{flex:0.49;}
	#contents .wrap_select>div select{font-size:22px; color:#666666;padding:0 20px;width:100%; height:55px; background: url(/images/img_select_arr.png)no-repeat right 21px center;}
	#contents .wrap_select select { border-radius:0; -webkit-appearance:none;  -moz-appearance:none; appearance:none; }
	#contents .wrap_select select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/ }


	.proViewTop{width:100%;font-size:0; line-height:0; display:table; table-layout: fixed;}
	.proViewTop>*{display:block; vertical-align: middle;}
	.proViewTop .imgBox{width:566px; min-width:566px; height:465px;text-align: center; border:1px solid #ededed;box-sizing:border-box;}
	.proViewTop .txtBox{padding:25px 20px 50px 20px; vertical-align: top;}
	.proViewTop .txtBox .category{}
	.proViewTop .txtBox .category>span{padding:0 10px; font-size:15px; line-height:24px; color: #fff; display:inline-block;}
	.proViewTop .txtBox .title{padding:15px 0 18px; border-bottom:1px solid #d6d6d6;}
	.proViewTop .txtBox .title>dt{font-weight: 500; font-size:30px; line-height:1.2; color: #232323;position:relative;}
	.proViewTop .txtBox .title>dt:before{content:"";position:absolute; bottom:-20px;left:0; height:2px; width:30px;background-color:#2d69c5;}
	.proViewTop .txtBox .title>dt>span{color:#666666; font-size:24px; font-weight:500;}
	.proViewTop .txtBox .title>dt>span+span{padding-left:25px; color:#333;position:relative;background: url('/images/img_txt_arr.png')no-repeat  9px 7px;}
	.proViewTop .txtBox .title>dt>span+span:before{}
	.proViewTop .txtBox .title>dd{margin-top:18px; padding-top:18px; font-weight: 500; font-size:36px; line-height:1.4; color: #232323;}
	.proViewTop .txtBox .option{margin-top:10px;}
	.proViewTop .txtBox .option>li{padding:10px 0 0 14px; position: relative;}
/* 	.proViewTop .txtBox .option>li:before{content: ""; width: 6px; height: 6px; background-color: #beaa88; display: inline-block; position:absolute; left: 0; top:17px; border-radius:6px;} */
	.proViewTop .txtBox .option>li>dl{font-size:24px; line-height:1.3; color: #666; display: flex; justify-content: space-between;}
	.proViewTop .txtBox .option>li>dl>dt{padding-right:5px; white-space: nowrap;}
	.proViewTop .txtBox .option>li:first-of-type>dl>dt{white-space: inherit;}
	.proViewTop .txtBox .option>li>dl>dd{width:100%;}

	.proViewTab{margin:50px 0; font-size:0; line-height:0; position: relative;}
	.proViewTab:before{content: ""; width: 100%; height: 1px; background-color: #2966c4; display: inline-block; position:absolute; left: 0; bottom:0px;}
	.proViewTab>a{width:25%; height:54px; padding:10px; background-color: #fff; border:1px solid #ddd; border-bottom-color:#2966c4; font-weight: 500; font-size:18px; line-height:1.2; color: #424242; text-align: center; display:inline-block; vertical-align: top; box-sizing: border-box; position: relative; z-index:2;}
	.proViewTab>a:first-child{width:25%;}
	.proViewTab>a>span{display:inline-block; position: relative; top:50%;-webkit-transform: translateY(-50%); transform: translateY(-50%);}
	.proViewTab>a+a{margin-left:-1px;}

	.proViewTab>a.active{border-color:#2966c4; border-bottom-color:#fff; font-weight: 400; color: #2966c4; z-index:3;}
	.proViewConts{display:none;}
	.proViewConts>.tit{padding:0 0 28px 12px; font-size:20px; line-height:1; color: #4c4c4c; position: relative;}
	.proViewConts>.tit:before{content: ""; width: 2px; height: 20px; background-color: #4d4d4d; display: inline-block; position:absolute; left: 0; top:0px; box-sizing: border-box;}


	.education .mTitle{margin-bottom:0; padding:30px 0; line-height:1; text-align: center; letter-spacing: -0.03em; position: relative;    border-top: 1px solid #bfbfbf;}
	.education .mTitle dt{font-weight: 400; font-size:24px; color: #666666;line-height:42px;}
	.education .mTitle dt>span{font-weight:300;}
	.education .mTitle dd{font-weight:400;padding-top:0; font-size:34px; color: #252525;line-height:42px;}


	.education .btnArea + .board_list{}
	.education .board_list>.table{}
	.education .board_list>.table .tr{}
	.education .board_list>.table .tr>div{font-size:26px;}
	.education .board_list>.table .tr>div+div {color:#5d5d5d;font-size:24px;}
	
	.education .board_list>.table{background-color:#fff;}
	.education .board_list>.table .tr_left{background-color:#fafafa; color:#333; font-size:24px; font-weight:500;}


	/* search List */
	.search_tit {font-size:22px; color:#666; line-height:1.75; margin-bottom:30px;}
	.search_tit>strong {font-size:28px; color:#000;}
	.search_tit>strong.blue {font-size:24px; color:#0064c2;}

	.search_list {margin-top:20px; border-top:2px solid #222;}
	.search_list li {padding:20px; border-bottom:1px solid #d7d7d7;}
	.search_list li a {font-size:24px; color:#000; text-align:left;}
	.search_list li p {margin-top:20px; font-size:22px; color:#666; text-align:left;}

	.search_down_list {margin-top:20px; border-top:2px solid #222;}
	.search_down_list li {padding:20px; border-bottom:1px solid #d7d7d7;}
	.search_down_list li .sd_t { position:relative; box-sizing:border-box;}
	.search_down_list li .sd_t a {font-size:24px; color:#000; text-align:left; line-height:60px;}
	.search_down_list li .sd_t>.sbr_btn {display:block; position:absolute; right:10px; top:0px;}

	.sbr_btn_download {display:inline-block; padding:0 36px; height:60px; line-height:60px; font-size:18px; font-weight:400; color:#0072c0 !important; border:1px solid #0072c0; background:#fff;}
	.sbr_btn_download:after {content:''; display:inline-block; vertical-align:middle; width:20px; height:20px; background:url('../../../images/front/download.png') no-repeat 0 0; margin:-2px 0 0 8px;}
	.sbr_btn_download:hover {color:#fff !important; background:#0072c0;}
	.sbr_btn_download:hover:after {background:url('../../../images/front/download_on.png') no-repeat 0 0;}

	.sc_tb {width:100%; border-top:2px solid #222;}
	.sc_tb table {border-collapse:collapse;margin:0;padding:0;}
	.sc_tb th{border:1px solid #d0d2d6;border-bottom:1px solid #000;padding:20px 0;font-size:22px;color:#333;font-weight:600;}
	.sc_tb th:first-child{border:1px solid #d0d2d6;border-bottom:1px solid #000;border-left:none;}
	.sc_tb th:last-child{border:1px solid #d0d2d6;border-bottom:1px solid #000;border-right:none;}
	.sc_tb td{border:1px solid #d0d2d6;padding:5px 0;font-size:22px;color:#333;height:55px;}
	.sc_tb td a{color:#333;}
	.sc_tb td:first-child{border:1px solid #d0d2d6;border-left:none;}
	.sc_tb td:last-child{border:1px solid #d0d2d6;border-right:none;}
	.sc_tb td.title{padding-left:30px;}
	.sc_tb td.down{padding-left:26px;}
	.sc_tb td.down img{padding-right:20px;}

	.search_list .noPost{font-size:24px;}

	.sc_tt{color:#333;font-size:24px;font-weight:400;margin-bottom:50px;}
	.sc_tt .red{color:#de2f22 !important; font-weight:500;}



/*
-webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transform: translateX(-50%); transform: translateX(-50%);
filter:grayscale(100%) blur(0px); -webkit-filter:grayscale(100%) blur(0px);
transition: all .5s linear;
transition: all .5s ease-out;
transform:rotate(180deg);
-webkit-transition-timing-function:ease-in linear; transition-timing-function:ease-in linear;
-webkit-transition-delay: .8s; transition-delay: .8s;
:before{content: ""; width: 24px; height: 24px; background-color: #fff; border:1px solid #666; display: inline-block; position:absolute; left: 0; top:0px; box-sizing: border-box;}
display: flex; justify-content: space-between; // 양쪽 끝 정렬
display: flex; justify-content: space-around; // 센터 정렬
display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //한줄 감추기
display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; //두줄 감추기
active
:first-child
text-indent:-99999px;
!important
display:table;
table-layout:fixed;
display:table-row;
display:table-cell;
box-sizing:border-box;
word-break:keep-all; word-wrap:break-word;
border-radius:2px;
*/



.jido { width:100%; height:375px; }
.board_list.ver { margin-top:30px; }