@charset "utf-8";

.main {}
	
/* Common Grid */
.cols {}
.col {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.col h3 {height:65px;color:#000;/* font-family:"Nanum Barun Gothic",Sans-serif; */font-size:30px;line-height:1;}
.col_md_0 {-ms-flex:none;flex:none;width:100%;}
.col_md_1 {-ms-flex:0 1 33.3%;flex:0 1 33.3%;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
.col_md_2 {-ms-flex:0 1 60.0%;flex:0 1 60.0%;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
.col_md_3 {-ms-flex:0 1 63.7%;flex:0 1 63.7%;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
.col_md_4 {-ms-flex:0 1 66.7%;flex:0 1 66.7%;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
	@media screen and (max-width:1024px) {
		.col {margin:0 15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.col h3 {font-size:20px;height:40px;}
		.col_md_1 {-ms-flex:none;flex:none;width:290px;}
		.col_md_3 {-ms-flex:none;flex:none;width:calc(100% - 330px);}
		.col_md_4 {-ms-flex:none;flex:none;width:calc(100% - 290px);}
	}
	@media screen and (max-width:767px) {
		.col {margin:0;padding:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;}
		.col_md_0, .col_md_1, .col_md_2, .col_md_3, .col_md_4 {-ms-flex:none;flex:none;width:100%;padding:0 15px;}
	}
	@media screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : Landscape) {
		.col_md_0, .col_md_1, .col_md_2, .col_md_3, .col_md_4 {-ms-flex:none;flex:none;width:100%;padding:0 30px;}
	}
	@media screen and (min-width:1025px) {
		.col {margin:0 auto;width:1200px;padding:0;}
		.col_md_1 {-ms-flex:none;flex:none;width:400px;}
		.col_md_2 {-ms-flex:none;flex:none;width:calc(100% - 480px);max-width:720px;}
		.col_md_3 {-ms-flex:none;flex:none;width:calc(100% - 440px);max-width:760px;}
		.col_md_4 {-ms-flex:none;flex:none;width:calc(100% - 400px);max-width:800px;}
	}
/* Main Visual */
.visual {position:relative;}
.visual .bx-controls {position:absolute;width:84px;font-size:0;text-align:right;z-index:100}
.visual .bx-controls a {position:relative;display:inline-block;vertical-align:middle;width:26px;height:26px;border:1px solid #ddd;color:#fff;font-size:0;margin-left:2px;text-align:center;}
.visual .bx-controls a:before {position:absolute;}
.visual .bx-controls-direction {display:inline-block;}
.visual .bx-prev {}
.visual .bx-prev:before {content:"";left:35%;top:30%;width:7px;height:7px;border-bottom:2px solid #fff;border-left:2px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.visual .bx-next {}
.visual .bx-next:before {content:"";left:30%;top:30%;width:7px;height:7px;border-top:2px solid #fff;border-right:2px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.visual .bx-controls-auto {display:inline-block;}
.visual .bx-stop {}
.visual .bx-stop:before {content:"";width:4px;height:12px;border-right:2px solid #fff;border-left:2px solid #fff;left:50%;top:6px;transform:translateX(-50%);}
.visual .bx-start {}
.visual .bx-start:before {content:"▶";font-size:15px;left:50%;top:0;transform:translateX(-50%);}
.visual_wrap {}
.visual_slide {background-color:rgba(0, 0, 0, 0.55);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";}
.visual_slide>a {display:block;opacity:1;}
#bxslider2 li {background-repeat:no-repeat;background-position:50% 0;background-size:cover}
#bxslider2 li a {display:block;color:#fff;font-family:'Nanum Barun Gothic',Sans-serif !important;font-weight:300;}
.none_under{cursor:auto !important}
.none_under:hover{text-decoration:none !important}
#bxslider2 li .top_txt {position:relative;display:block;line-height:1;}
#bxslider2 li .top_txt:after {content:'';position:absolute;left:0;bottom:0;width:50px;height:2px;background-color:#fff;}
#bxslider2 li .top_txt strong {display:block;padding-top:13px;font-weight:300;/* font-weight:400; */}
#bxslider2 li .bottom_txt {display:block;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url('ellipsis.xml#ellipsis');overflow:hidden;white-space:normal;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#bx-pager2 {position:absolute;left:0;display:block;height:26px;line-height:26px;color:#fff;font-size:15px;z-index:100}
	@media screen and (max-width:1024px) {
		.visual {margin-bottom:40px;height:350px;}
		.visual .bx-controls {top:250px;left:80px;}
		.visual_wrap {height:350px;margin:0 15px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		.visual_slide {-ms-flex:none;flex:none;margin:auto 0;width:290px;height:255px;padding:40px 0;}
		.visual_slide>a {margin:0 20px;}
		.top_txt {padding-bottom:20px;font-size:18px;}
		.top_txt strong {font-size:32px;}
		.top_txt strong.titfs_m{font-size:24px;}
		.top_txt strong.titfs_s{font-size:20px;}
		.bottom_txt {height:auto;margin:20px 0;font-size:15px;line-height:1.2}
		#bxslider2 li {background-size:auto 100%;}
		#bx-pager2 {top:250px;left:35px;}

		.visual.vtext_none .bx-controls{top:300px}
		.vtext_none #bx-pager2 {top:300px}
	}
	@media screen and (max-width:767px) {
		.visual_slide {width:100%;}
	}
	@media screen and (min-width:1025px) {
		.visual {margin-bottom:80px;height:650px;}
		.visual .bx-controls {top:318px;left:50%;margin-left:-520px;}
		.visual_wrap {margin:0 auto;width:1200px;height:650px;padding-top:40px;}
		.visual_slide {width:400px;padding:40px 0;min-height:343px;max-height:343px;}
		.visual_slide>a {margin:0 40px 16px 40px;}
		.top_txt {padding-bottom:40px;font-size:24px;}
		.top_txt strong {font-size:42px;}
		.top_txt.font_sm strong {font-size:39px;}/* 9글자 */
		.top_txt.font_ss strong {font-size:35px;}/* 10글자 */
		.top_txt strong.titfs_m{font-size:30px;}
		.top_txt strong.titfs_s{font-size:24px;}
		/* 2022-01-21 'titfs_M, titfs_S' CSS 2가지 추가 */
		.bottom_txt {height:auto;margin:40px 0;padding-bottom:40px;font-size:17px;line-height:1.4;}
		#bxslider2 {height:650px;}
		#bx-pager2 {top:318px;left:50%;margin-left:-560px;}

		.visual.vtext_none .bx-controls {top:578px/* ;left:50%;margin-left:-520px; */}
		.vtext_none #bx-pager2 {top:578px/* ;left:50%;margin-left:-560px; */}
	}

/* 이미지 배너 */
.ad_poster {overflow:hidden;}
.ad_poster_wrap {overflow:hidden;height:360px;background-color:#6e757a;}
.ad_poster_slide {position:relative;}
.ad_poster_slide .bx-viewport {background-color:#fff;}
.ad_poster_slide .bx-controls {position:absolute;right:10px;width:84px;font-size:0;text-align:right;}
.ad_poster_slide .bx-controls a {position:relative;display:inline-block;vertical-align:middle;width:26px;height:26px;border:1px solid #ddd;color:#fff;font-size:0;margin-left:2px;text-align:center;}
.ad_poster_slide .bx-controls a:before {position:absolute;}
.ad_poster_slide .bx-controls-direction {display:inline-block;}
.ad_poster_slide .bx-prev {}
.ad_poster_slide .bx-prev:before {content:"";left:35%;top:30%;width:7px;height:7px;border-bottom:2px solid #fff;border-left:2px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.ad_poster_slide .bx-next {}
.ad_poster_slide .bx-next:before {content:"";left:30%;top:30%;width:7px;height:7px;border-top:2px solid #fff;border-right:2px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.ad_poster_slide .bx-controls-auto {display:inline-block;}
.ad_poster_slide .bx-stop {}
.ad_poster_slide .bx-stop:before {content:"";width:4px;height:12px;border-right:2px solid #fff;border-left:2px solid #fff;left:50%;top:6px;transform:translateX(-50%);}
.ad_poster_slide .bx-start {}
.ad_poster_slide .bx-start:before {content:"▶";font-size:15px;left:50%;top:0;transform:translateX(-50%);}
#bxslider3 li a {display:block;overflow:hidden;text-align:center;}
#bxslider3 li a img {width:100%;}
#bx-pager3 {position:absolute;left:10px;display:block;height:2.6rem;line-height:2.6rem;color:#fff;font-size:15px;letter-spacing:3px}
	@media screen and (max-width:1024px) {
		.ad_poster {height:260px;margin-bottom:40px;}
		.ad_poster_slide {/* height:260px */}
		.ad_poster_slide .bx-viewport {/* height:224px !important; */}
		.ad_poster_slide .bx-controls {position:relative;top:auto;float:right;margin:5px 0;} 
		#bx-pager3 {/* top:229px; */bottom:-30px}
	}
	@media screen and (max-width:767px) {
		.ad_poster {height:100%}
		.ad_poster_wrap{height:100%}
	}
	@media screen and (min-width:1025px) {
		.ad_poster {/* height:360px; */margin-bottom:80px;}
		.ad_poster_slide {/* height:360px; */}
		#bxslider3 {}
		#bxslider3 li a {/* height:310px; */}
		.ad_poster_slide .bx-controls, #bx-pager3 {top:322px;}
	}
	
/* 공지사항-게시판 */
.bbs_tab {}
.post_txt {position:relative;}
.tab_menu {position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.tab_menu:before {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height:1px;background-color: #d8d8d8;}
.tab_menu:after {content: '';display: block;clear: both;
position:absolute;top:0;left:0;width:100%;height:1px;background-color:#d8d8d8;z-index:-1;}
.tab_menu>li {-ms-flex:1;flex:1;}
.tab_menu>li:first-child {margin-left:0;}
.tab_menu>li>a {display:block;position:relative;border:1px solid #d8d8d8;border-bottom:0;border-left:0;color:#333;height:35px;line-height:35px;text-align:center;}
.tab_menu>li:first-child>a{border-left:1px solid #d8d8d8}
.tab_menu>li:nth-child(2)>a {border-left:0;}
.tab_menu>li>a>span {display:inline-block;line-height:normal;font-weight:bold}
.tab_menu>li.on>a {background-color:#52575c;color:#fff;border:1px solid #52575c;border-bottom:0;}
/* .tab_row3 .tab_menu>li.on>a{width:194px} 6개일때 */
.tab_conts {display: none;position: absolute;left:0;width: 100%;padding:0;background-color: #fff;}

.post_list {overflow:hidden;}
.post_list .subject {height:40px;line-height:1;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.post_list .subject_click {-ms-flex:none;flex:none;position:relative;padding-left:23px;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url('ellipsis.xml#ellipsis');overflow:hidden;white-space:nowrap;}
.post_list .subject_click:before {content:'';position:absolute;left:10px;top:7px;width:3px;height:3px;background-color:#555;}
.post_list .write_date {-ms-flex:0 1 auto;flex:0 1 auto;color:#555;font-size:15px;text-align:right;}
.post_more {position:absolute;right:0;border:1px solid #d8d8d8;border-left:0;border-bottom:0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s;}
.post_more:after {position:absolute;top:18px;left:12px;display:block;content:'';width:14px;height:2px;background-color:#757575;}
.post_more:before {position:absolute;top:12px;left:18px;display:block;content:'';width:2px;height:14px;background-color:#757575;}
	@media screen and (max-width:1024px) {
		.bbs_tab {height:260px;margin-bottom:40px;}
		.tab_menu {padding-right:35px;}
		.tab_menu>li {-ms-flex:1;flex:1;}
		.tab_menu>li>a {font-size:14px;height:40px;line-height:40px;}
		.tab_conts {top:55px;}
		.post_list {height:216px;}
		.post_list .subject {height:36px;}
		.post_list .subject_click {padding-left:15px;width:100%;max-width:98%;}
		.post_list .subject_click:before {left:0;}
		.post_list .write_date {display:none;}
		.post_more {top:-55px;width:35px;height:40px;border-left:0;}
		.post_more:after {top:16px;left:8px;display:block;content:'';width:18px;height:2px;}
		.post_more:before {top:8px;left:16px;display:block;content:'';width:2px;height:18px;}
	}
	@media screen and (max-width:767px) {
		.bbs_tab {height:305px;}
		.tab_menu {padding-right:0;}
		.post_more {position:relative;top:0;display:block;width:100%;text-align:center;border:1px solid #d8d8d8;}
		.post_more:after {top:50%;left:50%;transform:translate(-50%, -50%);}
		.post_more:before {top:50%;left:50%;transform:translate(-50%, -50%);}
	}
	@media screen and (min-width:1025px) {
		.bbs_tab {height:360px;margin-bottom:80px;}
		.tab_menu {padding-right:40px;}
		.tab_menu>li>a {height:40px;line-height:40px;}
		.tab_conts {top:60px;}
		.post_list {height:320px;}
		.post_list .subject {height:40px;}
		.post_list .subject_click {}
		.post_list .subject_click:hover {color:#077846;text-decoration:underline;}
		.post_more {top:-60px;width:40px;height:40px;}
		.col_md_1.bbs_tab .tab_menu>li {min-width:180px;}
		.col_md_1 .post_list .subject_click {width:100%;max-width:94%;}
		.col_md_1 .post_list .write_date {display:none;}
		.col_md_1.bbs_tab .tab_menu .tab_conts .post_more {border-left:0;}
		/* .col_md_3.bbs_tab .tab_menu>li {max-width:180px;} */
		.col_md_3 .post_list .subject {}
		.col_md_3 .post_list .subject_click {width:calc(100% - 90px);max-width:84%;}
		.col_md_3 .post_list .write_date {-ms-flex:0 1 90px;flex:0 1 90px;}
	}

/* 이미지 게시판 */
.bbs_photo {overflow:hidden;background:no-repeat 50% 0;background-size:cover}
.bbs_photo h3 {color:#fff;}
.post_photo {position:relative;}
.photo_list {display:-ms-flexbox;display:-webkit-flex;display:flex;overflow:hidden;}
.photo_list .photo_item {overflow:hidden;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;text-align:center}
.photo_item .photo_thumbnail {display:block;width:100%;position:relative;overflow:hidden;background-color:#f2f2f2;}
.photo_item .photo_thumbnail div{width:100%;height:100%}
.photo_item .photo_thumbnail.thum_width {display:table;width:100%;position:relative;overflow:hidden;background-color:#f2f2f2;}
.photo_item .photo_thumbnail.thum_width div{display:table-cell;vertical-align:middle}
.photo_item .photo_thumbnail.thum_width div img.img_size{width:100%;height:auto}
.photo_item .photo_thumbnail.thum_height div{height:100%}
.photo_item .photo_thumbnail.thum_height div img.img_size{width:auto;height:100%}
.photo_item .photo_thumbnail img.img_size {width:100%;height:100%;}
.photo_item .photo_txt {background-color:#fff;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;}
.photo_item .photo_txt>ul {-ms-flex:none;flex:none;width:100%;margin:auto 0;line-height:normal;}
.photo_item .subject_click {display:block;max-width:100%;padding:0 20px;color:#333;font-size:15px;line-height:1;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url('ellipsis.xml#ellipsis');overflow:hidden;white-space:nowrap;}
.photo_item .write_date {display:block;padding:5px 0 0 0;color:#666;font-size:13px;line-height:1;}
.photo_more {-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s;}
.photo_more a {display:block;text-indent:-9999em;height:40px}
	@media screen and (max-width:1024px) {
		.bbs_photo {margin:0 0 40px 0;}
		.bbs_photo h3 {font-size:20px;}
		.photo_list {-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.photo_more {position:absolute;right:0;top:-17.5px;width:35px;height:35px;border:1px solid #fff;}
		.photo_more:after {position:absolute;top:16px;left:8px;display:block;content:'';width:18px;height:2px;background-color:#fff;}
		.photo_more:before {position:absolute;top:8px;left:16px;display:block;content:'';width:2px;height:18px;background-color:#fff;}

		.col_md_0 .post_photo {padding:40px 0 0 0;margin-bottom:40px}
		.col_md_0 .post_photo h3 {height:38.5px;}
		.col_md_0 .photo_list {margin:0 auto 40px;width:660px;height:295px;}
		.col_md_0 .photo_list .photo_item {-ms-flex:0 1 290px;flex:0 1 290px;margin:0 20px;height:295px;}
		.col_md_0 .photo_list .photo_item .photo_thumbnail {height:215px}
		.col_md_0 .photo_list .photo_item .photo_txt {height:80px;}
		.col_md_0 .post_photo .photo_more {top:22.5px;}
		
		.col_md_1.bbs_photo,
		.col_md_3.bbs_photo {padding:40px 0 0 0;}
		.col_md_1.bbs_photo .post_photo,
		.col_md_3.bbs_photo .post_photo {margin:0 20px;height:220px;}
		.col_md_1.bbs_photo .post_photo h3,
		.col_md_3.bbs_photo .post_photo h3 {height:37.5px;}
		.col_md_1.bbs_photo .photo_list {margin:0 auto 20px;width:160px;height:163px;overflow:hidden;}
		.col_md_1.bbs_photo .photo_list .photo_item {-ms-flex:none;flex:none;width:100%;height:163px;}
		.col_md_1.bbs_photo .photo_list .photo_item .photo_thumbnail,
		.col_md_3.bbs_photo .photo_list .photo_item .photo_thumbnail {height:118.5px;}
		.col_md_1.bbs_photo .photo_list .photo_item .photo_txt,
		.col_md_3.bbs_photo .photo_list .photo_item .photo_txt {height:44.5px;}		
		.col_md_3.bbs_photo .photo_list {margin:0 auto 20px;width:360px;height:163px;overflow:hidden;}
		.col_md_3.bbs_photo .photo_list .photo_item {-ms-flex:1;flex:1;height:163px;padding:0 10px;}
	}
	@media screen and (max-width:767px) {
		/* .bbs_photo {margin:0;} */
		.cols.bbs_photo .col_md_0 {padding:0;}
		.col_md_0 .post_photo,
		.col_md_1.bbs_photo,
		.col_md_3.bbs_photo {padding:40px 0;}
		
		.col_md_0 .post_photo h3,
		.col_md_1.bbs_photo h3,
		.col_md_3.bbs_photo h3 {height:38.5px;}
		
		.col_md_0 .post_photo,
		.col_md_1.bbs_photo .post_photo,
		.col_md_3.bbs_photo .post_photo {margin:0 15px;height:auto;}
		
		.col_md_0 .photo_list,
		.col_md_1.bbs_photo .photo_list,
		.col_md_3.bbs_photo .photo_list {margin:0 auto 20px;width:100%;height:295px;}
		
		.col_md_0 .photo_list .photo_item,
		.col_md_1.bbs_photo .photo_list .photo_item,
		.col_md_3.bbs_photo .photo_list .photo_item {-ms-flex:none;flex:none;width:100%;margin:0;padding:0;height:295px;}
		
		.col_md_0 .photo_list .photo_item .photo_thumbnail,
		.col_md_1.bbs_photo .photo_list .photo_item .photo_thumbnail,
		.col_md_3.bbs_photo .photo_list .photo_item .photo_thumbnail {height:215px;}
		
		.col_md_0 .photo_list .photo_item .photo_txt,
		.col_md_1.bbs_photo .photo_list .photo_item .photo_txt,
		.col_md_3.bbs_photo .photo_list .photo_item .photo_txt {height:80px;line-height:80px;}
		
		.col_md_0 .post_photo .photo_more,
		.photo_more {position:relative;top:0;left:50%;transform:translateX(-50%);display:block;/* width:100%; */width:35px;max-width:580px;text-align:center;border:1px solid #fff;}
		.photo_more:after {top:50%;left:50%;transform:translate(-50%, -50%);display:block;content:'';width:14px;height:2px;}
		.photo_more:before {top:50%;left:50%;transform:translate(-50%, -50%);display:block;content:'';width:2px;height:14px;}
	}
	@media screen and (min-width:1025px) {
		.bbs_photo {padding:40px 0;height:360px;}
		.bbs_photo h3 {width:calc(100% - 40px);height:47px;}
		.photo_list {-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
		.photo_list .photo_item {-ms-flex:0 1 220px;flex:0 1 220px;height:233px;}
		.photo_item .photo_thumbnail {height:163px;}
		.photo_item .photo_txt {height:70px;}
		.photo_item .subject_click:hover {color:#077846;text-decoration:underline;}
		.photo_more {position:absolute;right:0;top:-4px;/* top:-20px; */width:40px;height:40px;border:1px solid #fff;}
		.photo_more:after {position:absolute;top:18px;left:12px;display:block;content:'';width:14px;height:2px;background-color:#fff;}
		.photo_more:before {position:absolute;top:12px;left:18px;display:block;content:'';width:2px;height:14px;background-color:#fff;}
		
		.col_md_1.bbs_photo {margin-bottom:40px;}
		.col_md_1.bbs_photo .post_photo {margin:0 40px;}
		.col_md_1.bbs_photo .photo_list .photo_item {-ms-flex:none;flex:none;margin:0 auto;width:220px;height:233px;}
		.col_md_3.bbs_photo {margin-bottom:40px;}
		.col_md_3.bbs_photo .post_photo {margin:0 40px;}
		.col_md_3.bbs_photo .photo_list .photo_item {-ms-flex:none;flex:none;margin:0 20px;width:220px;height:233px;}
		.cols.bbs_photo {padding:80px 0;height:auto;margin-bottom:80px}
		.cols.bbs_photo .post_photo .photo_list {-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
		.cols.bbs_photo .post_photo h3 {height:76px;/* height:67px; */}
		.cols.bbs_photo .post_photo .photo_item {-ms-flex:0 1 270px;flex:0 1 270px;height:280px;}
		.cols.bbs_photo .post_photo .photo_item .photo_thumbnail {height:200px;}
		.cols.bbs_photo .post_photo .photo_item .photo_txt {height:80px;}
	}

/* 바로가기 아이콘 */
.shortcut {background-color:#f2f2f2;}
.shortcut_wrap {}
.shortcut h3 {color:#000;}
.shortcut .shortcut_list {overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.shortcut .shortcut_list + .shortcut_list{margin-top:30px}
.shortcut_list li {-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s;}
.shortcut_list li a {display:block;background-color:#fff;color:#333;text-align:center;}
.shortcut_list li a:hover {color:#077846}
.shortcut .ico_link {background-size:auto 100%;text-indent:-9999em;}
.shortcut .ico_txt {letter-spacing:-0.05rem;}
.course {background:url(/build/theme_01/images/main/shortcut/ico_link_course.png) no-repeat 50% 0;}
.apply {background:url(/build/theme_01/images/main/shortcut/ico_link_app.png) no-repeat 50% 0;}
.curriculum {background:url(/build/theme_01/images/main/shortcut/ico_link_curr.png) no-repeat 50% 0;}
.timetable {background:url(/build/theme_01/images/main/shortcut/ico_link_timetable.png) no-repeat 50% 0;}
.system {background:url(/build/theme_01/images/main/shortcut/ico_link_sys.png) no-repeat 50% 0;}
.qna {background:url(/build/theme_01/images/main/shortcut/ico_link_qna.png) no-repeat 50% 0;}
	@media screen and (max-width:1024px) {
		.shortcut .shortcut_list + .shortcut_list{margin-top:0px !important}
		.shortcut {margin-bottom:40px;}
		.shortcut_wrap {}
		.shortcut_list {margin:0 auto 22px;}
		.shortcut_list li a {padding-top:20px;height:100px;}
		.shortcut .ico_link {display:block;width:100%;height:30px;background-size:auto 100%;}
		.shortcut .ico_txt {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:50px;line-height:50px}
		.shortcut .ico_txt>em {-ms-flex:none;flex:none;margin:auto 0;line-height:15px;font-size:13px !important}
		
		.col_md_0 .shortcut_wrap {padding:40px 0} 
		.col_md_0 .shortcut_wrap h3 {height:38px;}
		.col_md_0 .shortcut_wrap .shortcut_list {width:636px;margin-botttom:0}
		.col_md_0 .shortcut_wrap .shortcut_list li {width:90px;margin:0 8px;}
		.col_md_1.shortcut,
		.col_md_3.shortcut {padding:40px 0;}
		.col_md_1.shortcut .shortcut_wrap,
		.col_md_3.shortcut .shortcut_wrap {margin:0 15px;}
		.col_md_1.shortcut .shortcut_wrap h3,
		.col_md_3.shortcut .shortcut_wrap h3 {height:58px}
		.col_md_1.shortcut .shortcut_wrap .shortcut_list {width:210px;}
		.col_md_1.shortcut .shortcut_wrap .shortcut_list li {width:85px;margin:0 0 0 20px;}
		.col_md_1.shortcut .shortcut_wrap .shortcut_list li:first-child {margin-left:0;}
		.col_md_3.shortcut .shortcut_wrap .shortcut_list {width:368px;}
		.col_md_3.shortcut .shortcut_wrap .shortcut_list li {width:85px;margin:0 0 0 10px;}
		.col_md_3.shortcut .shortcut_wrap .shortcut_list li:first-child {margin-left:0;}
	}
	@media screen and (max-width:767px) {
		.shortcut .ico_txt>em {letter-spacing:-0.05rem;}
	 
		.col_md_0 .shortcut_wrap {padding:40px 0 30px 0;}
		.col_md_0 .shortcut_wrap .shortcut_list {margin:0 auto;width:290px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.col_md_0 .shortcut_wrap .shortcut_list li {-ms-flex:0 1 90px;flex:0 1 90px;margin:0 0 10px 10px;}
		.col_md_0 .shortcut_wrap .shortcut_list li:first-child,
		.col_md_0 .shortcut_wrap .shortcut_list li:nth-child(3n+1) {margin-left:0;}	
		.col_md_1.shortcut,
		.col_md_3.shortcut {padding:0;}		
		.col_md_1 .shortcut_wrap,
		.col_md_3 .shortcut_wrap {padding:40px 0;}		
		.col_md_1.shortcut .shortcut_wrap h3,
		.col_md_3.shortcut .shortcut_wrap h3 {height:38px;}		
		.col_md_1.shortcut .shortcut_wrap .shortcut_list,
		.col_md_3.shortcut .shortcut_wrap .shortcut_list {margin:0 auto;width:190px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}				
		.col_md_1.shortcut .shortcut_wrap .shortcut_list li,
		.col_md_3.shortcut .shortcut_wrap .shortcut_list li {-ms-flex:0 1 90px;flex:0 1 90px;margin:0 0 0 10px;}				
		.col_md_1.shortcut .shortcut_list li:first-child {margin-left:0;}
		.col_md_3.shortcut .shortcut_list li:first-child,
		.col_md_3.shortcut .shortcut_list li:nth-child(3) {margin-left:0;}
		.col_md_3.shortcut .shortcut_list li:nth-child(3),
		.col_md_3.shortcut .shortcut_list li:nth-child(4) {margin-top:10px}
		.col_md_1.shortcut .shortcut_list li a,
		.col_md_3.shortcut .shortcut_list li a {max-width:90px;height:100px;padding-top:20px;}
		
		
	}
	@media screen and (min-width:1025px) {
		.shortcut {margin-bottom:80px;padding:80px 0;}
		.shortcut h3 {height:100px;}
		.shortcut .ico_link {display:block;height:60px;}
		.shortcut .ico_txt {display:flex;padding:0px 1px;height:57px;justify-content:center;align-items:center}
		/* .shortcut .ico_txt {display:block;padding-top:24px;line-height:1} */
		.shortcut_list {height:150px;}
		.shortcut_list.mt30 {margin-top:30px}
		.shortcut_list li {-ms-flex:0 1 150px;flex:0 1 150px;margin:0 10px;}
		.shortcut_list li a {height:150px;padding-top:32px;}
		.shortcut_list li a:hover {color:#077846}
		
		.col_md_0 .shortcut_wrap {}
		.col_md_0 .shortcut_wrap h3 {height:67px;}	
		.col_md_0 .shortcut_list li {-ms-flex:0 1 175px;flex:0 1 175px;margin:0 0 0 30px;}
		.col_md_0 .shortcut_list li:first-child {margin-left:0}
		.col_md_1.shortcut {padding:40px 0 70px 0;}
		.col_md_1 .shortcut_wrap {margin:0 30px;}
		.col_md_1 .shortcut_wrap h3 {margin:0 10px;}
		.col_md_1 .shortcut_list {-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.col_md_3.shortcut {padding:40px 0 70px 0;}
		.col_md_3 .shortcut_wrap {margin:0 40px;}
		.col_md_3 .shortcut_list {-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
	}
	
/* 자료실 */
.bbs_data {}
.post_data {}
.post_data h3 {}
.post_data_conts {position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.post_data_conts .post_data_img {}
.post_data_conts .post_list {width: calc(100% - 400px);background-color:#f1f7fb;border:4px solid #72aed6;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.post_data_conts .post_list .subject {-ms-flex:1;flex:1;height:36px;line-height:1}
.post_data_conts .post_more {position:absolute;right:0;height:35px;border:1px solid #d8d8d8;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s;}
	@media screen and (max-width:1024px) {
		.bbs_data {margin-bottom:40px;}
		.post_data h3 {width:calc(100% - 35px);}
		.post_data_conts {-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
		.post_data_conts .post_data_img {height:130px;background:url(/build/theme_01/images/main/mobile_bbs_data_img.jpg) no-repeat 50% 0;background-size:cover;}
		
		.col_md_0 .post_data_conts .post_data_img,
		.col_md_2 .post_data_conts .post_data_img {-ms-flex:0 1 290px;flex:0 1 290px;}
		.col_md_0 .post_data_conts .post_list,
		.col_md_2 .post_data_conts .post_list {height:130px;padding:20px 10px 0 10px;-ms-flex:none;flex:none;width:calc(100% - 290px);display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		.col_md_0 .post_list .write_date,
		.col_md_2 .post_list .write_date {display:none;}
		.col_md_2.bbs_data {-ms-flex:none;flex:none;width:100%;}
		.col_md_2 .post_list .write_date {display:none;}
	}
	@media screen and (max-width:767px) {
		.bbs_data .post_data h3 {height:38px}
		.post_data_conts {-ms-flex:none;flex:none;width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:330px;}
		.post_data_conts .post_list .subject {-ms-flex:none;flex:none;width:100%;height:32px;}
		.post_data_conts .post_more {position:relative;top:0;left:0;display:block;width:100%;height:40px;text-align:center;border:1px solid #d1d1d1;}
		.post_data_conts .post_more:after {top:50%;left:50%;transform:translate(-50%, -50%);display:block;content:'';width:14px;height:2px;}
		.post_data_conts .post_more:before {top:50%;left:50%;transform:translate(-50%, -50%);display:block;content:'';width:2px;height:14px;}
		
		.col_md_0 .post_data_conts .post_data_img, 
		.col_md_2 .post_data_conts .post_data_img {-ms-flex:none;flex:none;width:100%;height:130px;background:url(/build/theme_01/images/main/mobile_bbs_data_img.jpg) no-repeat 50% 0;background-size:cover;}		
		.col_md_0 .post_data_conts .post_list,
		.col_md_2 .post_data_conts .post_list {height:140px;-ms-flex:none;flex:none;width:100%;padding:21px 10px 0 10px;margin-bottom:20px;}
		
	}
	@media screen and (min-width:1025px) {
		.bbs_data {padding:0 0 80px 0;}
		.post_data {}
		.post_data h3 {height:67px;width:calc(100% - 40px);}
		.post_data_conts {}
		.post_data_conts .post_data_img {height:150px;}
		.post_data_conts .post_list {height:150px;overflow:hidden;padding:26px 25px 0 20px;}
		.post_data_conts .post_more {top:-80px;width:40px;height:40px;}
		.post_data_conts .post_more:after {top:18px;left:12px;width:14px;height:2px;}
		.post_data_conts .post_more:before {top:12px;left:18px;width:2px;height:14px;}
		
		.col_md_0 {}
		.col_md_0 .post_data_conts {}
		.col_md_0 .post_data_conts .post_data_img {-ms-flex:0 1 400px;flex:0 1 400px;background:url(/build/theme_01/images/main/col_md0_bbs_data_img.jpg) no-repeat 0 0;background-size:cover}
		.col_md_0 .post_list {-ms-flex:none;flex:none;/* width:calc(100% - 400px); */}
		.col_md_0 .post_list .subject_click {-ms-flex:none;flex:none;width:calc(100% - 100px);max-width:99%;}
		.col_md_0 .post_list .write_date {-ms-flex:0 1 100px;flex:0 1 100px;}
		
		.col_md_2 {}
		.col_md_2 .post_data_conts .post_data_img {-ms-flex:0 1 320px;flex:0 1 320px;background:url(/build/theme_01/images/main/col_md2_bbs_data_img.jpg) no-repeat 0 0;background-size:cover}
		.col_md_2 .post_list {-ms-flex:none;flex:none;width:calc(100% - 320px);}
		.col_md_2 .post_list .subject_click {width:100%;max-width:99%;}
		.col_md_2 .post_list .write_date {display:none;}
	}
	
/* SNS 바로가기 */
.shortcut_sns {}
.shortcut_sns_wrap {}
.shortcut_sns_list {background-color:#4cc7be;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.shortcut_sns_list li {-ms-flex:0 1 25%;flex:0 1 25%;}
.shortcut_sns_list li a {display:block;color:#333;}
.ico_sns {border-radius:50%;text-align:center;}
.youtube {background:#fff url(/build/theme_01/images/main/shortcut/ico_youtube.png) no-repeat 50% 50%;}
.facebook {background:#fff url(/build/theme_01/images/main/shortcut/ico_facebook.png) no-repeat 50% 50%;}
.instagram {background:#fff url(/build/theme_01/images/main/shortcut/ico_instagram.png) no-repeat 50% 50%;}
.blog {background:#fff url(/build/theme_01/images/main/shortcut/ico_blog.png) no-repeat 50% 50%;}
	@media screen and (max-width:1024px) {
		.shortcut_sns {margin-bottom:40px;}
		.shortcut_sns h3 {height:36px;}
		.shortcut_sns .ico_sns {display:inline-block;vertical-align:middle;width:50px;height:50px;margin-right:15px;background-size:100% auto;}
		.shortcut_sns_list {height:90px;}
		.shortcut_sns_list li {}
		.shortcut_sns_list li a {margin:0 10px;text-align:center;}	
		.col_md_1.shortcut_sns {-ms-flex:none;flex:none;width:100%;}
	}
	@media screen and (max-width:767px) {		
		.shortcut_sns .ico_sns {display:block;margin:0 auto 10px;width:50px;height:50px;background-size:100% auto;}
		.shortcut_sns_list {height:115px;padding:20px 0 0 0;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
		.shortcut_sns_list li {}
		.shortcut_sns_list li a {margin:0;letter-spacing:-0.05rem;text-align:center;}
	}
	@media screen and (min-width:1025px) {
		.shortcut_sns {padding:0 0 80px 0;}
		.shortcut_sns .ico_sns {width:70px;height:70px;background-size:70px auto;}
		.shortcut_sns_list {height:150px;margin-top:2px}
		.shortcut_sns_list li {}
		
		.col_md_0 .ico_sns {display:inline-block;vertical-align:middle;margin-right:20px;}
		.col_md_0 .shortcut_sns_list {padding:0 40px;}
		.col_md_0 .shortcut_sns_list li {max-width:280px;}
		
		.col_md_1 .ico_sns {display:block;margin:0 auto 15px;}
		.col_md_1 .shortcut_sns_list {padding:0 20px;}
		.col_md_1 .shortcut_sns_list li {max-width:90px;}
		.col_md_1 .shortcut_sns_list li a {text-align:center;}
	}

/* 찾아오시는 길 */
.contact {}
.contact .contact_wrap {background-size:100% auto;}
.contact .contact_wrap h3 {text-align:center;}
.contact .bt_contact {margin:0 auto;border:4px solid #1f4572;}
.contact .bt_contact a {display:block;background-color:#fff;color:#000;font-weight:700;text-align:center;}
.contact .bt_contact a:after {content:'';display:inline-block;background:url(/build/theme_01/images/main/ico_next_black.png) no-repeat 0 50%;background-size:100% auto;}
.contact .bt_contact a:hover {/* color:#077846 */text-decoration:none}
.contact .contact_bottom {background-color:#1f4572;color:#fff;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.contact .contact_bottom dl {-ms-flex:none;flex:none;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.contact .contact_bottom dl.office {font-size:20px;border-right:1px solid #26558d;-webkit-box-shadow:inset -1px 0 0 0 #193557;box-shadow:inset -1px 0 0 0 #193557;}
.contact .contact_bottom div.worktime {}
.contact .contact_bottom div.worktime dl {letter-spacing:-0.025rem;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.col_md_0 .contact_wrap {background:url(/build/theme_01/images/main/bg_contact_col_md0.jpg) no-repeat 50% 0;background-size:115% auto}
.col_md_1 .contact_wrap {background:url(/build/theme_01/images/main/bg_contact_col_md1.jpg) no-repeat 50% 0;background-size:cover}
.col_md_4 .contact_wrap {background:url(/build/theme_01/images/main/bg_contact_col_md4.jpg) no-repeat 50% 0;background-size:cover}
	/* pc, tablet */
	.contact_working_hour{white-space: pre;}
	.contact_working_hour br{display:none}
	@media screen and (max-width:1024px) {
		.contact {height:260px;margin-bottom:40px;}
		.contact .contact_wrap {padding-top:30px;}
		.contact .contact_wrap .bt_contact {margin:0 auto;width:150px;height:45px;}
		.contact .contact_wrap .bt_contact a {line-height:37px;letter-spacing:-0.025rem;}
		.contact .contact_wrap .bt_contact a:after {margin-left:15px;width:7px;height:14px;}
		.contact .contact_bottom dl.office {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1;}
		.contact .contact_bottom dl.office dt {-ms-flex:0 1 25%;flex:0 1 25%;font-size:17px;}
		.contact .contact_bottom dl.office dd {-ms-flex:none;flex:none;font-size:20px}
		/* .contact .contact_bottom dl.office dd {-ms-flex:0 1 75%;flex:0 1 75%;font-size:20px;} */
		
		.contact .contact_bottom div.worktime {-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
		.contact .contact_bottom div.worktime dl {}
		.contact .contact_bottom div.worktime dl dd {/* padding-left:20px; */line-height:1.33;}
				
		.col_md_0.contact .contact_wrap {height:185px;}
		.col_md_0.contact .contact_bottom {height:80px;padding:20px;padding-bottom:0;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
		.col_md_0.contact .contact_bottom dl.office {width:40%;}
		.col_md_0.contact .contact_bottom div.worktime {width:60%;padding-left:20px;}
		
		.col_md_1.contact .contact_wrap {height:127px;}
		.col_md_1.contact .contact_wrap h3 {height:30px;}
		.col_md_1.contact .contact_bottom {height:133px;padding:0 20px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
		.col_md_1.contact .contact_bottom dl.office {width:100%;padding:20px 0;border:0;border-bottom:1px solid #26558d;-webkit-box-shadow:inset 0 -1px 0 0 #193557;box-shadow:inset 0 -1px 0 0 #193557;}
		.col_md_1.contact .contact_bottom div.worktime {width:100%;padding-top:18px;}
		.col_md_1.contact .contact_bottom div.worktime .note {display:none;}
		
		.col_md_4.contact .contact_wrap {height:127px;}
		.col_md_4.contact .contact_wrap h3 {height:30px;}
		.col_md_4.contact .contact_bottom {height:133px;padding:0 20px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}

		.col_md_4.contact .contact_bottom dl.office {width:100%;padding:20px 0;border:0;border-bottom:1px solid #26558d;-webkit-box-shadow:inset 0 -1px 0 0 #193557;box-shadow:inset 0 -1px 0 0 #193557;}
		.col_md_4.contact .contact_bottom div.worktime {padding-top:18px;padding-left:0;width:100%;}
	}	
	@media screen and (max-width:767px) {
		.contact {margin-bottom:40px;-ms-flex:none;flex:none;width:100%;}
		.contact .contact_bottom dl {}
		.contact .contact_bottom dl.office {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
		.contact .contact_bottom dl.office dt {-ms-flex:0 1 25%;flex:0 1 25%;padding:0;font-size:17px;}
		.contact .contact_bottom dl.office dd {-ms-flex:none;flex:none;padding:0;font-size:20px;letter-spacing:-0.05rem;}
		/* .contact .contact_bottom dl.office dd {-ms-flex:0 1 75%;flex:0 1 75%;padding:0;font-size:20px;letter-spacing:-0.05rem;} */
		.contact .contact_bottom div.worktime dl dt {-ms-flex:none;flex:none;width:100%;padding:20px 0 0 0;}
		.contact .contact_bottom div.worktime dl dd {-ms-flex:none;flex:none;width:100%;padding:20px 0 0 0;letter-spacing:-0.025rem;line-height:1.33;}
		.contact .contact_bottom div.worktime .note {display:block;margin-left:70px;}
		
		.col_md_0.contact,
		.col_md_1.contact,
		.col_md_4.contact {height:400px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		
		.col_md_0.contact .contact_wrap,
		.col_md_1.contact .contact_wrap,
		.col_md_4.contact .contact_wrap {-ms-flex:none;flex:none;width:100%;height:180px;padding-top:50px;background:url(/build/theme_01/images/main/bg_contact_mobile.jpg) no-repeat 50% 0;background-size:100% auto;}
		
		.col_md_0.contact .contact_wrap h3,
		.col_md_1.contact .contact_wrap h3,
		.col_md_4.contact .contact_wrap h3 {height:35px;}

		.col_md_0.contact .contact_bottom,
		.col_md_1.contact .contact_bottom,
		.col_md_4.contact .contact_bottom {-ms-flex:none;flex:none;width:100%;height:227px;padding:0 20px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}		
		.col_md_0.contact .contact_bottom dl.office,
		.col_md_1.contact .contact_bottom dl.office,
		.col_md_4.contact .contact_bottom dl.office {-ms-flex:none;flex:none;width:100%;padding:20px 0;border:0;border-bottom:1px solid #26558d;-webkit-box-shadow:inset 0 -1px 0 0 #193557;box-shadow:inset 0 -1px 0 0 #193557;line-height:1;}
		.col_md_0.contact .contact_bottom div.worktime,
		.col_md_1.contact .contact_bottom div.worktime,
		.col_md_4.contact .contact_bottom div.worktime {-ms-flex:none;flex:none;width:100%;padding:0;}
		.col_md_0.contact .contact_bottom div.worktime dl,
		.col_md_1.contact .contact_bottom div.worktime dl,
		.col_md_4.contact .contact_bottom div.worktime dl {-ms-flex:none;flex:none;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
		.col_md_1.contact .contact_bottom div.worktime .note {display:block;}
		/* mobile */
		.contact_working_hour{white-space:pre-wrap !important}
		.contact_working_hour br{display:inline-block}
	}
	
	@media screen and (min-width:1025px) {
		.contact {height:360px;margin-bottom:80px;}
		.contact  .contact_wrap {height:26rem;padding-top:80px;background-size:cover;}
		.contact .contact_wrap h3 {height:63px;}
		.contact .bt_contact {width:180px;}
		.contact .bt_contact a {line-height:42px;}
		.contact .bt_contact a:after {margin-left:30px;width:7px;height:12px;}
		.contact .contact_bottom {height:10rem;padding-left:40px;}
		.contact .contact_bottom div.worktime {-ms-flex:none;flex:none;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;}
		.contact .contact_bottom div.worktime dl {-ms-flex:none;flex:none;width:100%;margin:auto 0;display:-ms-flexbox;display:-webkit-flex;display:flex;}
		.contact .contact_bottom div.worktime dl dt:after {content:':';padding:0 .5rem;}
		.contact .contact_bottom div.worktime dd {line-height:24px;}
				
		.col_md_0 .contact_wrap {height:26rem;padding-top:80px;background:url(/build/theme_01/images/main/bg_contact_col_md0.jpg) no-repeat 50% 0;}
		.col_md_0 .contact_bottom dl.office {width:50%;padding:10px 0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
		.col_md_0 .contact_bottom dl.office dt {-ms-flex:0 1 auto;flex:0 1 auto;}
		.col_md_0 .contact_bottom dl.office dd {-ms-flex:none;flex:none;padding-left:20px}
		/* .col_md_0 .contact_bottom dl.office dd {-ms-flex:0 1 auto;flex:0 1 auto;padding-left:20px} */
		.col_md_0 .contact_bottom div.worktime {width:50%;padding-left:40px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
		
		.col_md_1 .contact_wrap {height:180px;padding-top:40px;background:url(/build/theme_01/images/main/bg_contact_col_md1.jpg) no-repeat 50% 0;}
		.col_md_1 .contact_wrap h3 {height:53px;}
		.col_md_1 .contact_bottom {height:180px;padding:0 40px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
		.col_md_1 .contact_bottom dl {-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;}
		.col_md_1 .contact_bottom dl dt {-ms-flex:0 1 25%;flex:0 1 25%}
		.col_md_1 .contact_bottom dl dd {-ms-flex:none;flex:none;padding-left:0;}
		/* .col_md_1 .contact_bottom dl dd {-ms-flex:0 1 75%;flex:0 1 75%; padding-left:0;} */
		.col_md_1 .contact_bottom dl.office {height:60px;padding:15px 0;border:0;border-bottom:1px solid #26558d;-webkit-box-shadow:inset 0 -1px 0 0 #193557;box-shadow:inset 0 -1px 0 0 #193557;}
		.col_md_1 .contact_bottom div.worktime {width:100%;height:120px;padding-left:0;line-height:24px;}
		.col_md_1 .contact_bottom div.worktime .note {display:block;}
		.col_md_1 .contact_bottom div.worktime dd {line-height:20px;}
		
		.col_md_4 .contact_wrap {height:26rem;padding-top:80px;background:url(/build/theme_01/images/main/bg_contact_col_md4.jpg) no-repeat 50% 0;}
		.col_md_4 .contact_bottom {}
		.col_md_4 .contact_bottom dl.office {width:38%;padding:10px 0;}
		.col_md_4 .contact_bottom dl.office dt {-ms-flex:0 1 25%;flex:0 1 25%}
		.col_md_4 .contact_bottom dl.office dd {-ms-flex:none;flex:none;}
		/* .col_md_4 .contact_bottom dl.office dd {-ms-flex:0 1 75%;flex:0 1 75%;} */
		.col_md_4 .contact_bottom div.worktime {width:62%;padding-left:20px;}
	}

/* 학사일정 */	
.schedule {}
.schedule .schedule_wrap {color:#fff;}
.schedule .schedule_head {position:relative}
.schedule .schedule_head ul {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.schedule .schedule_head ul li {-ms-flex:0 1 auto;flex:0 1 auto;}
.schedule .bt_prev {margin-right:20px;}
.schedule .bt_prev:before {content:'';display:inline-block;width:14px;height:27px;background:url(/build/theme_01/images/main/bt_prev.png) no-repeat 0 50%;background-size:auto 100%;} 
.schedule .bt_next {margin-left:20px;}
.schedule .bt_next:before {content:'';display:inline-block;width:14px;height:27px;background:url(/build/theme_01/images/main/bt_next.png) no-repeat 100% 50%;background-size:auto 100%;} 
.schedule .current {font-family:"Nanum Barun Gothic" !important;font-size:18px;position:relative}
.schedule .schedule_conts {position:relative;}
.schedule .schedule_list {overflow:hidden;margin:0 20px}
.schedule .schedule_list li {position:relative;padding-left:20px;line-height:1;}
.schedule .schedule_list li:after {content:'';position:absolute;left:0;top:4px;width:4px;height:4px;border:2px solid #fff;}
.schedule .schedule_list li .fixed_date {display:block;margin-bottom:10px;}
.schedule .schedule_list li .subject_click {color:#fff;display:inline-block;width:100%;max-width:99%;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url('ellipsis.xml#ellipsis');overflow:hidden;white-space:nowrap;}
.schedule .schedule_list li .subject_click:hover{text-decoration:none}
.schedule .post_more {position:relative;top:0;margin:0 auto;display:block;width:40px;height:40px;border:1px solid #d8d8d8;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
.schedule .post_more:after {content:'';position:absolute;display:block;background-color:#fff;}
.schedule .post_more:before {content:'';position:absolute;display:block;background-color:#fff;}
	@media screen and (max-width:1024px) {
		.schedule {margin-bottom:40px;}
		.schedule .schedule_wrap {height:26rem;padding:30px 0;background:#077846 url(/build/theme_01/images/main/bg_schedule.jpg) no-repeat 50% 100%;background-size:100% auto;}
		.schedule .schedule_head {padding-bottom:20px;}
		.schedule .schedule_head ul {margin:0 auto;width:86.2%;}
		.schedule .schedule_head .bt_prev,
		.schedule .schedule_head .bt_next {line-height:18px;}
		.schedule .schedule_list {height:104px;margin-bottom:10px;}
		.schedule .schedule_list li {padding-bottom:10px;}
		.schedule .post_more {width:35px;height:35px;text-align:center;border:1px solid #fff;}
		.schedule .post_more:after {top:16px;left:8px;width:18px;height:2px;}
		.schedule .post_more:before {top:8px;left:16px;width:2px;height:18px;}
	}
	@media screen and (max-width:767px) {
		.schedule {margin-bottom:40px;}
		.schedule .schedule_wrap {height:312px;padding:30px 0 0 0}
		.schedule .schedule_list {height:162px;margin-bottom:5px;}
		.schedule .schedule_list li {height:54px;letter-spacing:-0.025rem;}
		.schedule .schedule_list li .fixed_date {margin:0;height:20px;}
		.schedule .schedule_head .current {font-size:18px;}
		.schedule .post_more:before,
		.schedule .post_more:after {transform:none;}
	}
	@media screen and (min-width:1025px) {
		.schedule {margin-bottom:80px;}
		.schedule .schedule_wrap {height:360px;padding:40px 0;background:#077846 url(/build/theme_01/images/main/bg_schedule.jpg) no-repeat 50% 100%;background-size:auto 100%;}
		.schedule .schedule_head {padding-bottom:30px;}
		.schedule .schedule_head ul {margin:0 20px;}
		.schedule .schedule_head .current {font-size:24px;}
		.schedule .schedule_list {height:180px;}
		.schedule .schedule_list li {height:60px;}
		.schedule .post_more:after {width:14px;height:2px;}
		.schedule .post_more:before {width:2px;height:14px;}
	}

/* 2021-07-01 */
@media screen and (max-width:767px) {
.tab_menu.tab_row2,
.tab_menu.tab_row3{display:block !important}
.tab_menu.tab_row2:before,
.tab_menu.tab_row3:before{height:0px !important}
.tab_menu.tab_row2:after,
.tab_menu.tab_row3:after{height:0px !important}
.tab_menu.tab_row2>li>a,
.tab_menu.tab_row3>li>a{border:1px solid #d8d8d8 !important;/* border-bottom:1px solid #d8d8d8 !important */}
.tab_menu.tab_row2>li,
.tab_menu.tab_row3>li{flex:none;float:left;width:50%;margin-top:-1px;margin-right:-1px}

.tab_menu.tab_row2 .tab_conts{top:95px}
.tab_menu.tab_row3 .tab_conts{top:135px}

/* 
.tab_menu.tab_row2>li:nth-child(4)>a,
.tab_menu.tab_row3>li:nth-child(4)>a{border-left:1px solid red !important}

.tab_menu.tab_row2>li:nth-child(3).on>a > .tab_menu.tab_row2>li:nth-child(4)>a,
.tab_menu.tab_row3>li:nth-child(3).on>a > .tab_menu.tab_row3>li:nth-child(4)>a{border-top:1px solid red !important} */
}



