@charset "utf-8";
/****************************************/
/* Name: 동명대학교 영문
/* PART: CONTENT STYLE 
/* Version: 1.0 / day: 2021-02-15
/* Author:  
/****************************************/

/*
=========================================================================
메인 콘텐츠 css
=========================================================================
*/

/* 슬라이드 기본설정 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 0;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.t-underline{text-decoration: underline;}

.mVisual{position:relative;overflow:hidden}
.visualSlide{position:relative}
.visualSlide ul li{padding:0 40px;height:650px;background-repeat:no-repeat;background-position:center center;background-size:cover}
.visualSlide ul li.bg1{background-image:url('../img/m_visual04.png')}
.visualSlide ul li.bg2{background-image:url('../img/m_visual02.jpg')}
.visualSlide ul li.bg3{background-image:url('../img/m_visual03.jpg')}
.visualSlide ul li .txt{position:relative;margin:0 auto;padding-top:200px;max-width:1400px;}
.visualSlide ul li .txt p{display:inline-block;padding:0 60px 20px 0;font-size:50px;color:#fff;line-height:1.3;font-weight:700;background:url('../img/m_v_txt_bg.png') no-repeat right bottom; text-shadow: 0px 2px 8px rgb(0 0 0 / 92%);}
.visualSlide ul li .txt p span {font-size: 32px;}
.visualSlide .control{position:absolute;left:50%;bottom:85px;padding:0 40px;width:100%;max-width:1400px;transform:translateX(-50%);z-index:30}
.visualSlide .control .mPage1 button{margin-right:10px;width:28px;height:28px;font-size:15px;color:#fff;line-height:26px;font-weight:500;border:1px solid transparent}
.visualSlide .control .mPage1 .swiper-pagination-bullet-active{border:1px solid rgba(255,255,255,0.65)}
.visualSlide .control > button{margin:0 7px;width:25px;height:16px;text-indent:-999px;overflow:hidden;background-repeat:no-repeat;background-position:center center}
.visualSlide .control .prevSlide1{background-image:url('../img/ic_v_prev.png')}
.visualSlide .control .nextSlide1{background-image:url('../img/ic_v_next.png')}

.mVisual .mtopLink{position:absolute;top:213px;left:50%;margin-left:370px;padding:40px 45px;width:326px;background:rgba(18,47,32,0.9);z-index:30}
.mVisual .mtopLink ul{border-top:2px solid #fff}
.mVisual .mtopLink ul li{border-bottom:1px solid rgba(255,255,255,0.49)}
.mVisual .mtopLink ul li a{position:relative;display:block;font-size:14px;color:#fff;font-weight:300;line-height:80px;transition:all 0.2s ease;-webkit-transition:all 0.2s ease}
.mVisual .mtopLink ul li a:hover{color:#ffd800}
.mVisual .mtopLink ul li a::before{position:absolute;top:50%;right:0;width:30px;height:30px;content:'';background-repeat:no-repeat;background-size:100%;background-position:center top;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all 0.2s ease;-webkit-transition:all 0.2s ease}
.mVisual .mtopLink ul li a:hover::before{background-position:center bottom}
.mVisual .mtopLink ul li.ic1 a::before{background-image:url('../img/m_ic1.png')}
.mVisual .mtopLink ul li.ic2 a::before{background-image:url('../img/m_ic2.png')}
.mVisual .mtopLink ul li.ic3 a::before{background-image:url('../img/m_ic3.png')}
.mVisual .mtopLink_bg{position:absolute;top:137px;left:50%;margin-left:320px;width:636px;height:374px;background:url('../img/m_q_bg.png') no-repeat;z-index:29}

.mCon1{padding:120px 50px;background:url('../img/m_con_bg3.jpg') no-repeat ;background-position:center bottom;background-size:auto, auto, 100%}
.mCon1::after{position:absolute;top:0;left:0;width:100%;height:390px;content:'';}
.mCon1 .mConW{position:relative;margin:0 auto;max-width:1400px;z-index:110}
.mCon1 .mConW::after{display:block;clear:both;content:''}
.mCon1 .mConW .rotateImg{position:absolute;top:70px;right:-40px;-webkit-animation:spin 10s linear infinite;-moz-animation:spin 10s linear infinite; animation:spin 10s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.mCon1 .youTube1{position:relative;float:left;width:53%}
.mCon1 .youTube1 iframe{width:100%}
.mCon1 .youTube1 a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}
.mCon1 .youTube2{position:relative;float:right;margin-top:130px;width:43%}
.mCon1 .youTube2 h2{margin-bottom:13px;font-family: 'Josefin Sans';font-size:42px;color:#005d30;font-weight:bold}
.mCon1 .youTube2 h2 span{display:inline-block;margin:0 5px;width:71px;color:#fff;height:61px;text-align:center;vertical-align:top;background:#79bb2a;border-radius:15px}
.mCon1 .youTube2 .mConSlide4 ul li{position:relative}
.mCon1 .youTube2 .mConSlide4 ul li iframe{width:100%}
.mCon1 .youTube2 .mConSlide4 ul li a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}
.mCon1 .youTube2 .control{position:absolute;top:30px;right:0}
.mCon1 .youTube2 .control button{position:relative;width:30px;height:35px;text-indent:-999px;overflow:hidden;background-repeat:no-repeat;background-position:center center}
.mCon1 .youTube2 .control .prevSlide4{background-image:url('../img/ic_prev2.png')}
.mCon1 .youTube2 .control .nextSlide4{background-image:url('../img/ic_next2.png')}
.mCon1 .control .btnMore{display:inline-block;margin-left:5px;vertical-align:middle}
.mCon1 .control .btnMore a{display:block;width:30px;height:35px;text-indent:-999px;overflow:hidden;background:url('../img/ic_more2.png') no-repeat center center}

.layPop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:500}
.layPop .box{position:absolute;top:0;left:0;display:table;width:100%;height:100%}
.layPop .box .con{display:table-cell;padding:0 50px;text-align:center;vertical-align:middle}
.layPop .box .con .movBox{position:relative;margin: 0 auto;width:100%;max-width: 900px;overflow: hidden;}
.layPop .box .con iframe{width:100%}
.layPop .box .btnClose{position:absolute;top:30px;right:30px;width:60px;height:60px;text-indent:-999px;overflow:hidden;z-index:20}
.layPop .box .btnClose span{position:relative;display:block;margin:0 auto;width:100%;height:2px;background:transparent}
.layPop .box .btnClose span::before{position:absolute;top:0;left:0;width:100%;height:2px;content:'';transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background:#fff;}
.layPop .box .btnClose span::after{position:absolute;top:0;left:0;width:100%;height:2px;content:'';transform: rotate(45deg);-webkit-transform: rotate(45deg);background:#fff;}

.mbtnMore{display:inline-block;text-align:center}
.mbtnMore a{display:block;width:190px;font-family: 'Josefin Sans';font-size:13px;color:#fff;font-weight:bold;line-height:60px;background:#246541;border-radius:30px}

.mConBox{position:relative;margin:0 auto;max-width:1400px}
.mConBox::after{display:block;clear:both;content:''}

.mCon2{padding: 55px 0 120px; background: url('../img/m_con_bg4.png') repeat-y center top, url('../img/m_bottom_bg.png') no-repeat left bottom;background-color: #f4f8f9;}
.mCon2 .mConBox {margin:0 auto;padding:0 50px;max-width:1500px}
.mCon2 .mConBox .mtit_top h2 {text-align: center;font-family: 'Josefin Sans'; font-size: 42px; color: #005d30; font-weight: bold; margin-bottom: 30px;}
.mCon2 .mTabM{position:relative;height:1065px;text-align:center}
.mCon2 .mTabM > li{display:inline-block;margin:0 25px;vertical-align:top}
.mCon2 .mTabM > li > a{position:relative;display:block;width:62px;height:62px;text-indent:-999px;overflow:hidden;background-color:#b4b7b8;border-radius:50%}
.mCon2 .mTabM > li > a + span{display:block;margin-top:15px;font-family: 'Josefin Sans';font-size:14px;color:#000;font-weight:bold}
.mCon2 .mTabM > li > a::after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:0.7;background-size:100%;}
.mCon2 .mTabM > li.ic1 > a::after{background-image:url('../img/m_sns1.png')}
.mCon2 .mTabM > li.ic2 > a::after{background-image:url('../img/m_sns2.png')}
.mCon2 .mTabM > li.ic3 > a::after{background-image:url('../img/m_sns3.png')}
.mCon2 .mTabM > li.ic4 > a::after{background-image:url('../img/m_sns4.png')}
.mCon2 .mTabM > li.on > a{background-color:#79bb2a}
.mCon2 .mTabM > li.on > a::after{opacity:1}
.mCon2 .mTabM > li .snsTabCon{display:none;position:absolute;top:150px;left:0;width:100%}
.mCon2 .mTabM > li.on .snsTabCon{display:block}
.mCon2 .mTabM > li .snsTabCon ul{margin:0 -15px}
.mCon2 .mTabM > li .snsTabCon ul::after{display:block;clear:both;content:''}
.mCon2 .mTabM > li .snsTabCon ul li{float:left;margin-bottom:55px;padding:0 15px;width:25%}
.mCon2 .mTabM > li .snsTabCon ul li a{display:block}
.mCon2 .mTabM > li .snsTabCon ul li .box{padding:40px 25px 25px;text-align:left;background:#fff;border-radius:5px}
.mCon2 .mTabM > li .snsTabCon ul li .box span{display:block}
.mCon2 .mTabM > li .snsTabCon ul li .box .sns{margin-bottom:25px}
.mCon2 .mTabM > li .snsTabCon ul li .box .tit{display:block;margin-bottom:20px;font-size:20px;font-weight:500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height:1}
.mCon2 .mTabM > li .snsTabCon ul li .box .txt{display:block;margin-bottom:35px;height:42px;font-size:15px;color:#434343;opacity:0.7; line-height:1.4;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.mCon2 .mTabM > li .snsTabCon ul li .box .photo{position:relative;display:block;padding-top:63%;overflow:hidden}
.mCon2 .mTabM > li .snsTabCon ul li .box .photo img{position:absolute;top:0;left:0;width:100%;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.mCon2 .mTabM > li .snsTabCon ul li a:hover .box .photo img{transform:scale(1.1);-webkit-transform:scale(1.1)}

/* cms코드 제어 */
.fr-video {position:static;}

.layPop .box .con .sns-insta {width: 500px;}


/*
================================================================================
반응형 메인 콘텐츠
================================================================================
*/

 /* TABLET Device */
@media all and (max-width:1520px){

	.mVisual .mtopLink{left:auto;right:40px;margin-left:0}
	.mVisual .mtopLink_bg{left:auto;right:-230px;margin-left:0}
	.mCon2 .control .prevSlide3{left:-10px}
	.mCon2 .control .nextSlide3{right:-10px}
	
}

 /* TABLET Device */
@media all and (max-width:1200px){

	.visualSlide .control{bottom:150px}
	
	.mVisual .mtopLink_bg{display:none}
	.mVisual .mtopLink{right:auto;left:0;top:auto;bottom:0;padding:0;width:100%}
	.mVisual .mtopLink ul{border-top:0}
	.mVisual .mtopLink ul::after{display:block;clear:both;content:''}
	.mVisual .mtopLink ul li{position:relative;float:left;width:33.33%;border-bottom:0;text-align:center}
	.mVisual .mtopLink ul li::before{position:absolute;top:50%;left:0;margin-top:-34px;width:0;height:68px;content:'';border-left:1px solid rgba(255,255,255,0.5)}
	.mVisual .mtopLink ul li a{padding:20px 0;line-height:1.4}
	.mVisual .mtopLink ul li a::before{position:relative;top:0;display:block;margin:0 auto 10px;transform: translateY(0); -webkit-transform: translateY(0);}
	
	.mCon1{padding:75px 50px;}
	.mCon1::after{height:100%}
	.mCon1 .mConW .rotateImg{top: auto; right: -30px; bottom: -121px;}
	.mCon1 .youTube1{float:none;margin-bottom: 60px;width:100%}
	.mCon1 .youTube2{float:none;margin-top: 0;width:100%}

	.layPop .box .con .movBox{padding-top:55%;}
	.layPop .box .con iframe{position:absolute;top:0;left:0;width:100%;/*height:100%*/}
	
	.mCon2 .mTabM > li .snsTabCon ul li{display:none;width:50%}
	.mCon2 .mTabM > li .snsTabCon ul li:nth-child(1),
	.mCon2 .mTabM > li .snsTabCon ul li:nth-child(2),
	.mCon2 .mTabM > li .snsTabCon ul li:nth-child(3),
	.mCon2 .mTabM > li .snsTabCon ul li:nth-child(4){display:block}


	.rightQ.fix {bottom: 30px; right: 55px;}

}



 /* TABLET Device */
@media all and (max-width:800px){
	
	
	
}

 /* Mobile Device */
@media all and (max-width:640px){
	
	.mVisual{margin-bottom: 50px;}
	.visualSlide ul li{padding:0 20px;height:250px}
	.visualSlide ul li .txt{padding-top: 50px;}
	.visualSlide ul li .txt p{padding: 0 40px 15px 0;font-size: 20px;background-size:150px}
	.visualSlide ul li .txt p span {font-size: 20px;}
	.visualSlide .control{bottom:90px;padding:0 20px}
	.visualSlide .control .mPage1 button{margin-right: 5px;width: 20px;height: 20px;font-size: 12px;line-height: 18px;}
	.visualSlide .control > button{display:none}
	.mVisual .mtopLink ul li::before{margin-top: -20px;height: 40px;}
	.mVisual .mtopLink ul li a::before{margin-bottom:5px;width:20px;height:20px}
	.mVisual .mtopLink ul li a{padding:10px 0;font-size: 12px;}

	.mCon1{margin-bottom:50px;padding: 35px 20px;}
	.mCon1 .youTube1 iframe {height: 300px;}
	.mCon1 .youTube2 h2{margin-bottom: 10px;font-size: 25px;}
	.mCon1 .youTube2 h2 span{width: 30px;height: 28px;border-radius:10px;}
	.mCon1 .youTube2 .mConSlide4 ul li iframe{height:110px}
	.mCon1 .youTube2 .control{top:0}
	.layPop .box .con{padding:0 10px}
	.layPop .box .btnClose{top:20px;right:20px;width:30px;height:30px}

	.mCon2{padding:0 15px}
	.mCon2 .mConBox {padding: 50px 15px;}
	.mCon2 .mConBox .mtit_top h2 {display:none;}
	.mCon2 .mTabM{height: 580px;}
	.mCon2 .mTabM > li{margin: 0 5px;}
	.mCon2 .mTabM > li > a{width: 48px;height: 48px;}
	.mCon2 .mTabM > li > a + span{margin-top: 10px;font-size: 12px;}
	.mCon2 .mTabM > li .snsTabCon{top:110px}
	.mCon2 .mTabM > li .snsTabCon ul{margin:0 -5px}
	.mCon2 .mTabM > li .snsTabCon ul li{margin-bottom: 10px;padding: 0 5px;}
	.mCon2 .mTabM > li .snsTabCon ul li .box{padding: 10px;}
	.mCon2 .mTabM > li .snsTabCon ul li .box .sns{margin-bottom: 10px;}
	.mCon2 .mTabM > li .snsTabCon ul li .box .sns img{height:25px}
	.mCon2 .mTabM > li .snsTabCon ul li .box .tit{margin-bottom: 10px;font-size: 15px;}
	.mCon2 .mTabM > li .snsTabCon ul li .box .txt{margin-bottom: 15px;height: 36px;font-size: 13px;}

	.mbtnMore a{width:160px;line-height:40px;}

	.rightQ.fix {top: auto; bottom: 30px; right: 55px;}
	.rightQ .botBtTop {padding-top: 10px;width: 45px;height: 45px;}

	.rightQ .botBtTop::before {top: 12px;margin-left: -6px; width: 10px; height: 10px;}
	
	.layPop .box .con .movBox{height: 70vh;}

	Pop .box .con .sns-insta {width: 100%;}
}


/*
=========================================================================
서브 콘텐츠 css
=========================================================================
*/

h1.title{position: relative;margin-bottom: 55px;font-size: 38px;color: #353535;line-height: 1;font-weight: 500;z-index: 2;text-align: center;margin-top: 50px;border-bottom: 1px dashed #e5e5e5;padding-bottom: 50px;max-width: 1400px;margin: 50px auto;}

.subConBox{margin:0 auto;padding:0 30px 100px;max-width:1340px}


input[type="text"],input[type="password"],input[type="search"],input[type="tel"],input[type="email"]{margin:1px 0;padding:5px 10px;height:48px;font-size:16px;background:#fff;border:1px solid #e1e1e1;border-radius:5px}
textarea{margin:1px 0;padding:5px 3px 4px 3px;width:100%;border:1px solid #cdcdcd;border-radius:0}
input[type="file"]{margin:1px 0;height:40px;font-size:14px;background:none;}
input[type="submit"]{cursor:pointer;}
.select{margin:1px 0;padding:0 30px 0 20px;height:48px;font-size:16px;color:#50585c;cursor:pointer;outline:none;-webkit-appearance: none;-moz-appearance: none; appearance: none;-ms-appearance: none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background:#eff1f2 url('../img/ic_select_arrow.png') no-repeat right 12px center;border-radius:5px;border:0}
.select::-ms-expand{display: none;}
input::-ms-clear{display:none}
input:-ms-input-placeholder {color: #636363;}
input::-webkit-input-placeholder {color: #636363;}
input::-moz-placeholder {color: #636363;}
input::-moz-placeholder {color: #636363;}
textarea::-ms-clear{display:none}
textarea:-ms-input-placeholder {color: #636363;}
textarea::-webkit-input-placeholder {color: #636363;}
textarea::-moz-placeholder {color: #636363;}
textarea::-moz-placeholder {color: #636363;}
input:disabled,
select:disabled{background-color:#f3f3f3}

/* 게시판 공통 */
.btnList{margin:30px 0 0;text-align:right}
.btnList .btnBc{margin:1px 1px}

/* 버튼 */
.btnBc{display:inline-block;margin:0 1px;}
.btnBc a,
.btnBc button,
.btnBc input{position:relative; margin:0; display:-moz-inline-stack; display:block;padding:0 20px;min-width:160px;font-size:18px;color:#fff;line-height:56px;font-weight:400;text-align:center;text-decoration:none;cursor:pointer;background-color:#004d40;background-repeat:no-repeat;transition: all 0.3s;-webkit-transition: all 0.3s;border:1px solid transparent;border-radius:7px}

.btnBc.write a,
.btnBc.write button,
.btnBc.write input{padding-left:50px;background-image:url('../img/ic_write.png');background-position:40px center;}

.btnBc.list a,
.btnBc.list button,
.btnBc.list input{padding-left:50px;background-image:url('../img/ic_list.png');background-position:40px center;}

.btnBc.gray a,
.btnBc.gray button,
.btnBc.gray input{background-color:#5d6b71}


/* 기본 li아이콘 #1 */
.li_dot1{margin:0 0 10px 0;text-align:left}
.li_dot1 > li{position:relative;margin-bottom:6px;padding-left:24px}
.li_dot1 > li::before{position:absolute;top:11px;left:0;width:9px;height:9px;content:'';background:#fff;border:3px solid #5ca296;border-radius:50%}

.s1_1_con1{margin:0 auto;padding:0 30px 80px;max-width:1340px;}
.s1_1_con1::after{display:block;clear:both;content:''}
.s1_1_con1 img{float:left;margin-bottom:50px;width:50%}
.s1_1_con1 .img1{margin-top:40px}
.s1_1_con1 p{clear:both;column-count: 2;column-gap:80px;}

.s1_1_con2{margin-bottom:100px;padding:0 30px}
.s1_1_con2 dl{position:relative;margin:0 auto;padding:100px 0 0 400px;max-width:1280px;border-top:1px solid #dee2e4}
.s1_1_con2 dl dt{position:absolute;top:100px;left:0;font-size:36px;font-weight:500;line-height:1}
.s1_1_con3{margin-bottom:100px;padding:0 30px;background:url('../img/s1_1_img4.jpg') no-repeat center bottom}
.s1_1_con3 .box{position:relative;margin:0 auto;padding-left:400px;max-width:1280px;}
.s1_1_con3 dl{padding:35px 35px 60px;background:#f1f3f5}
.s1_1_con3 dl dt{margin-bottom:25px;font-size:17px;color:#666f74}
.s1_1_con3 dl dd{text-align:center}
.s1_1_con4{position:relative;margin:0 auto;padding:0 30px;max-width:1340px;}
.s1_1_con4 dl{position:relative;margin-bottom:85px;padding-left:400px;min-height:160px}
.s1_1_con4 dl dt{position:absolute;top:0;left:0;padding-top:40px;font-size:24px;color:#343c40;font-weight:500;line-height:1.6}
.s1_1_con4 dl dt::before{position:absolute;top:0;left:0;width:60px;height:0;content:'';border-top:3px solid #3f9586}
.s1_1_con4 dl dt span{color:#3f9586}

.s1_2_con1{margin-bottom:100px;padding:50px 30px;text-align:center;background:#f6f7f8}
.s1_2_con2{position:relative;padding-left:400px}
.s1_2_con2 h2{position:absolute;top:0;left:0;margin-top:0}
.s1_2_con2 h3{position:relative;margin-bottom:35px;max-width:700px;font-size:21px;text-align:center}
.s1_2_con2 h3 span{display:block;line-height:80px}
.s1_2_con2 h3::after,
.s1_2_con2 h3::before{position:absolute;left:0;width:100%;height:10px;content:'';opacity:0.6;border-radius:5px}
.s1_2_con2 h3::after{top:0;background:#7fb843;}
.s1_2_con2 h3::before{bottom:0;background:#43a047;}
.s1_2_con2 h3 span::after,
.s1_2_con2 h3 span::before{position:absolute;top:0;width:10px;height:100%;content:'';background:#3fa38a;opacity:0.6;border-radius:5px}
.s1_2_con2 h3 span::after{left:0}
.s1_2_con2 h3 span::before{right:0}
.s1_2_con2 p{margin-bottom:40px;font-size:18px;}
.s1_2_con2 ul li{margin-bottom:10px;font-size:18px;color:#50585c}
.s1_2_con2 ul li .tit{display:inline-block;margin-right:10px;padding:0 30px;color:#fff;line-height:36px;border-radius:18px}
.s1_2_con2 ul li:nth-child(1) .tit{background:#49918f}
.s1_2_con2 ul li:nth-child(2) .tit{background:#4f8d98}
.s1_2_con2 ul li:nth-child(3) .tit{background:#527d99}
.s1_2_con2 ul li:nth-child(4) .tit{background:#4e6e96}

.s4_1_con{margin-bottom:100px;text-align:center}

.imgMb{display:none}

.teachList{overflow:hidden}
.teachList > ul{margin:0 -20px}
.teachList > ul::after{display:block;clear:both;content:''}
.teachList > ul > li{float:left;margin-bottom:40px;padding:0 20px;width:50%}
.teachList ul li .box{position:relative;padding:40px 30px 30px 280px;min-height:300px;color:#343c40;border:1px solid #eaeef0}
.teachList ul li .box::before{position:absolute;top:0;left:0;width:24px;height:24px;content:'';background-image: linear-gradient(135deg, #79b244, #039786);}
.teachList ul li .box::after{position:absolute;top:11px;left:11px;width:20px;height:20px;content:'';background:#fff}
.teachList ul li .box .photo{position:absolute;top:30px;left:50px;width:182px;box-shadow:2px 2px 15px rgba(0,0,0,0.1);border:1px solid #eaeef0}
.teachList ul li .box .tit{display:block;margin-bottom:15px;font-size:24px;color:#343c40;font-weight:700;line-height:1}
.teachList ul li .box ul{margin-bottom:20px}
.teachList ul li .box ul li{position:relative;margin-bottom:5px;padding-left:100px;color:#50585c}
.teachList ul li .box ul li .name{position:absolute;top:0;left:0;padding-left:14px;color:#343c40;font-weight:500}
.teachList ul li .box ul li .name::before{position:absolute;top:13px;left:0;width:3px;height:3px;content:'';background:#697277}
.teachList ul li .box .btn{display:block;width:130px;}
.teachList ul li .box .btn a{display:block;padding-left:27px;font-size:15px;color:#fff;line-height:47px;background:#98a2a6 url('../img/ic_more2.png') no-repeat right 24px center}

.popFix{position:fixed;top:0;left:0;padding:30px;width:100%;height:100%;overflow:auto;text-align: center;background:rgba(0,0,0,0.5);z-index:500}
.popFix:before{display:inline-block;width:0;height:100%;content:'';vertical-align:middle}
.popFix .popCon{position:relative;display:inline-block;width:100%;max-width:800px;text-align: left;vertical-align:middle;background:#fff;border-radius:18px;overflow:hidden}
.popFix .popCon h2{padding-left:40px;font-size:24px;color:#fff;line-height:70px;font-weight:800;background-image: linear-gradient(to right, #7cb342 , #009688);}
.popFix .popCon h2 + p{margin-bottom:40px;font-size:14px;color:#999}
.popFix .popCon .btn-pop-close{position:absolute;top:12px;right:20px;width:45px;height:45px;text-indent:-999px;overflow:hidden;}
.popFix .popCon .btn-pop-close::before{position:absolute;top:50%;left:50%;margin-left:-30%;width:60%;height:0;content:'';border-top:3px solid #fff;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.popFix .popCon .btn-pop-close::after{position:absolute;top:50%;left:50%;margin-left:-30%;width:60%;height:0;content:'';border-top:3px solid #fff;transform:rotate(45deg);-webkit-transform:rotate(45deg)}

.popFix .popCon .teachCon .teachInforTop{position:relative;padding:80px 50px 0 360px;min-height:360px;background:#f6f7f8}
.popFix .popCon .teachCon .teachInforTop .photo{position:absolute;bottom:0;left:50px}
.popFix .popCon .teachCon .teachInforTop h3{display:block;margin-bottom:15px;font-size:24px;color:#343c40;font-weight:800;line-height:1}
.popFix .popCon .teachCon .teachInforTop ul{margin-bottom:10px}
.popFix .popCon .teachCon .teachInforTop ul li{position:relative;margin-bottom:8px;padding-left:100px;color:#50585c}
.popFix .popCon .teachCon .teachInforTop ul li .name{position:absolute;top:0;left:0;padding-left:23px;color:#343c40;font-weight:500}
.popFix .popCon .teachCon .teachInforTop ul li .name::before{position:absolute;top:13px;left:0;width:6px;height:3px;content:'';background:#697277}
.popFix .popCon .teachCon .teachInforTop .homePage{display:block;padding-left:30px;background:url('../img/ic_homepage.png') no-repeat left 5px}
.popFix .popCon .teachCon .teachInforTop .homePage a{color:#065f46;font-weight:500}
.popFix .popCon .teachCon .teachInfor{padding:50px}
.popFix .popCon .teachCon .teachInfor h4{position:relative;margin:35px 0 15px;padding-left:17px;font-size:18px;color:#00897b;font-weight:700}
.popFix .popCon .teachCon .teachInfor h4::before{position:absolute;top:11px;left:0;width:10px;height:10px;content:'';background:#fff;border:3px solid #5ca296;border-radius:50%}
.popFix .popCon .teachCon .teachInfor h4:first-child{margin-top:0}
.popFix .popCon .teachCon .teachInfor p,
.popFix .popCon .teachCon .teachInfor ol,
.popFix .popCon .teachCon .teachInfor ul{padding-left:15px}

.downBox{position:relative;padding:30px;background:#f6f7f8;}
.downBox::before{position:absolute;top:0;left:0;width:100%;height:3px;content:'';background-image: linear-gradient(to right, #7cb342 , #009688)}
.downBox::after{display:block;clear:both;content:''}
.downBox h2{display:inline-block;padding-left:33px;font-size:21px;line-height:48px}
.downBox h2.ic1{background:url('../img/ic_loca.png') no-repeat left center;}
.downBox h2.ic2{background:url('../img/ic_doc.png') no-repeat left center;}
.downBox .btnRt{float:right}
.downBox .btnRt .btn{display:inline-block;margin:3px 5px 0 0}
.downBox .btnRt .btn a{display:block;padding:0 60px 0 20px;line-height:48px;font-weight:500;background:#fff;border:1px solid #c4c8ca;border-radius:4px}
.downBox .btnRt .btn.down a{color:#fff;background:#004d40 url('../img/ic_down.png') no-repeat right 18px center;border-color:#004d40;}
.downBox .btnRt .btn.zoom a{background:url('../img/ic_search.png') no-repeat right 18px center;}
.downBox .btnRt .btn.pdf a{background:url('../img/ic_pdf.png') no-repeat right 18px center;}

/* 테이블공통 */
.tbl_txt{margin-bottom:5px;text-align:right}
.th_left tbody th{text-align:left}
.td_left tbody td{text-align:left}
.td_right tbody td,.td_right tfoot td{text-align:right}
.t_typel th,.t_typel td{border:0}
.t_typel {width:100%;border-top:3px solid #79b244;border-bottom:1px solid #98a1a6;}
.t_typel tr { text-align: center; }
.t_typel thead th{padding:18px 0;background:#fff;border-bottom:1px solid #98a1a6;}
.t_typel tbody th{padding:18px 15px;font-weight:500;background:#f6f7f8;border-left:1px solid #dee2e6;border-top:1px solid #dee2e6}
.t_typel tbody th:first-child{border-left:0}
.t_typel tbody th[rowspan]{border-right:1px solid #d5d5d5}
.t_typel tbody td{padding:18px 15px;background:#fff;border-left:1px solid #dee2e6;border-top:1px solid #dee2e6}
.t_typel tbody td:first-child{border-left:0}
.t_typel tbody td[rowspan]{border-right:1px solid #dee2e6}
.t_typel tbody td[rowspan]:last-child{border-right:0}
.t_typel tbody td+th{border-left:1px solid #dee2e6}
.t_typel tfoot th{padding:18px 15px;background:#fafafa;border-right:1px solid #dee2e6}
.t_typel tfoot td{padding:18px 15px;border-left:1px solid #dee2e6}
.t_typel tfoot td[colspan]{border-left:0}
.t_typel tbody th.line,.t_typel tbody td.line,.t_typel tbody tr.line td,.t_typel tbody tr.line th{border-bottom:1px dashed #dee2e6}
.t_typel.type2 tbody th{padding:30px 40px;font-size:19px;color:#388e3c;text-align:left;vertical-align:top;background:#f8faf6;}
.t_typel.type2 tbody th span{position:relative;display:inline-block;padding-left:28px;background:url('../img/ic_dot1.png') no-repeat left 8px}
.t_typel.type2 tbody td{padding:30px 40px;text-align:left;border-left:0}

.scheduleCon .schedTop{position:relative;margin-bottom:50px;text-align:center}
.scheduleCon .schedTop h2{margin-bottom:30px;font-size:27px;line-height:1}
.scheduleCon .schedTop h2 span{display:inline-block;margin-right:5px;font-size:30px;color:#43a047;font-weight:800}
.scheduleCon .schedTop .btn{position:absolute;top:0;}
.scheduleCon .schedTop .btn a{display:block;width:90px;font-size:20px;color:#80898e;background-repeat:no-repeat;}
.scheduleCon .schedTop .btn.btnSchPrev{left:0;text-align:left}
.scheduleCon .schedTop .btn.btnSchPrev a{padding-left:44px;background-image:url('../img/ic_sch_prev.png');background-position:left center}
.scheduleCon .schedTop .btn.btnSchNext{right:0;text-align:right}
.scheduleCon .schedTop .btn.btnSchNext a{padding-right:44px;background-image:url('../img/ic_sch_next.png');background-position:right center}
.scheduleCon .schedTop .month{padding:8px 0;background:#f6f7f8;border:1px solid #eaeef0;border-radius:35px}
.scheduleCon .schedTop .month ol::after{display:block;clear:both;content:''}
.scheduleCon .schedTop .month ol li{display:inline-block;margin:0 15px}
.scheduleCon .schedTop .month ol li a{display:block;margin:0 auto;width:52px;height:52px;color:#343c40;font-weight:500;line-height:52px;border-radius:50%}
.scheduleCon .schedTop .month ol li.on a{color:#fff;background:#43a047}
.scheduleCon .schedList::after{display:block;clear:both;content:''}
.scheduleCon .schedList .schedListTop::after{display:block;clear:both;content:''}
.scheduleCon .schedList .schedListTop p{float:left;margin-bottom:10px;font-size:15px}
.scheduleCon .schedList .schedListTop .btnType{float:right;margin-bottom:15px;text-align:right;}
.scheduleCon .schedList .schedListTop .btnType span{position:relative;display:inline-block;}
.scheduleCon .schedList .schedListTop .btnType span a{position:relative;display:block;padding-left:30px;font-size:18px;color:#80898e;}
.scheduleCon .schedList .schedListTop .btnType span a::before{position:absolute;top:6px;left:0;width:22px;height:22px;content:'';background-repeat:no-repeat;background-position:left top}
.scheduleCon .schedList .schedListTop .btnType .btn1 a::before{background-image:url('../img/ic_sch_car.png')}
.scheduleCon .schedList .schedListTop .btnType .btn2 a::before{background-image:url('../img/ic_sch_list.png')}
.scheduleCon .schedList .schedListTop .btnType .on a{color:#43a047}
.scheduleCon .schedList .schedListTop .btnType .on a::before{background-position:left bottom}
.scheduleCon .schedList .schedListTop .btnType .btn1{margin-right:20px;padding-right:20px;}
.scheduleCon .schedList .schedListTop .btnType .btn1::after{position:absolute;top:50%;right:0;margin-top:-11px;width:0;height:22px;content:'';border-left:1px solid #dee2e4}

.scheduleCon .schedList .ltCon{float:left;width:27%}
.scheduleCon .schedList .ltCon .carlendar h3{font-size:20px;color:#fff;text-align:center;line-height:56px;background:#004d40}
.scheduleCon .schedList .ltCon .carlendar .carlTable{text-align:center;border:1px solid #dee2e4;border-width:0 1px 1px 1px}
.scheduleCon .schedList .ltCon .carlendar .carlTable thead th{padding:12px 0;color:#50585c;background:#eff1f2}
.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td{padding:5px 5px 0;height:40px;font-weight:500;vertical-align:top}
.scheduleCon .schedList .ltCon .carlendar .carlTable thead th:first-child,
.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td:first-child{padding-left:20px;color:#c84832}
.scheduleCon .schedList .ltCon .carlendar .carlTable thead th:last-child,
.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td:last-child{padding-right:20px;color:#286ad4}
.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td.event a{position:relative;display:block;padding-bottom:10px}
.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td.event a::after{position:absolute;left:50%;top:30px;margin-left:-3px;width:6px;height:6px;content:'';background:#43a047;border-radius:50%}
.scheduleCon .schedList .rtCon{float:right;width:69%}
.scheduleCon .schedList .rtCon .t_typel{border-top:1px solid #98a1a6;}
.scheduleCon .schedList .rtCon .t_typel tbody td{border-left:0}
.scheduleCon .schedList .rtCon .t_typel tbody th,
.scheduleCon .schedList .rtCon .t_typel tbody td{border-top:0;border-bottom:1px solid #dee2e4}

.licensList{overflow:hidden}
.licensList ul{display:flex;flex-wrap:wrap;margin:0 -20px}
.licensList ul::after{display:block;clear:both;content:''}
.licensList ul li{margin-bottom:60px;padding:0 20px;width:50%}
.licensList ul li .box{position:relative;height:100%;border:1px solid #dee2e4;border-top:3px solid #065f46}
.licensList ul li .box h2{padding:20px 20px 20px 70px;font-size:20px;background:#f6f7f8 url('../img/h2_dot.png') no-repeat 25px center}
.licensList ul li .box .btn{position:absolute;top:20px;right:20px;}
.licensList ul li .box .btn a{display:block;padding:0 42px 0 20px;font-size:15px;color:#388e3c;line-height:40px;background:#fff url('../img/ic_blank.png') no-repeat right 20px center;border:1px solid #388e3c;border-radius:20px}
.licensList ul li .box p{padding:30px 40px}


/* 게시글 상단 */
.bbs_top{margin-bottom:20px}
.bbs_top::after{display:block;clear:both;content:''}
.bbs_top .pageNum{float:left;padding-top:15px}
.bbs_top .pageNum .total{position:relative;display:inline-block;margin-right:10px;padding-right:15px}
.bbs_top .pageNum .total::after{position:absolute;top:50%;right:0;margin-top:-7px;width:0;height:14px;content:'';border-left:1px solid #ced4da}
.bbs_top .pageNum .now{display:inline-block}
.bbs_top .pageNum .total b,
.bbs_top .pageNum .now b{color:#43a047}
.bbs_top .pageNum .now span{font-weight:500}
.bbs_top .boadSearchA{float:right}

.boadSearchA{position:relative;}
.boadSearchA select{margin:0 5px 0 0;width:130px}
.boadSearchA .serInput{margin:0 5px 0 0;padding:0 20px;width:260px;background:#eff1f2;border:0}
.boadSearchA .btn{width:88px;height:48px;text-align:left;text-indent:35px;color:#fff;background:#34464e url('../img/ic_search2.png') no-repeat 18px center;border-radius:5px;border:0}

/* 목록A */
.listTypeA{position:relative;table-layout:fixed;border-bottom:1px solid #98a1a6}
.listTypeA::before{position:absolute;top:0;left:0;width:100%;height:3px;content:'';background-image: linear-gradient(to right, #7cb342 , #009688);z-index:2}
.listTypeA tr{text-align:center;}
.listTypeA thead th{padding:18px 5px;color:#343c40;font-weight:500;background:#fff;border-bottom:1px solid #98a1a6}
.listTypeA thead th:first-child{border-left:0}
.listTypeA tbody th,.listTypeA tbody td{border:1px solid #dee2e4;border-width:1px 0 0}
.listTypeA tbody tr.notice td{background:#f6f7f8}
.listTypeA tbody tr.notice td.num{color:#689f38;font-weight:500}
.listTypeA tbody th{padding:15px 10px;background:#f8f8f8;}
.listTypeA tbody td{padding:15px 10px;color:#50585c;word-break:break-all}
.listTypeA tbody td.subject{text-align:left;}
.listTypeA tbody td.subject a{position:relative;display:inline-block;padding-right:25px;color:#50585c;max-width:100%;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.listTypeA tbody td.subject a .icNew{position:absolute;top:5px;right:0}

/* 페이지표시 */
.pageWrap{text-align:center;}
.page{display:inline-block;margin-top:40px;}
.page::after{display:block;clear:both;content:''}
.page a{position:relative;float:left;margin:2px 0 0 -1px;width:42px;height:42px;font-size:18px;color:#555;text-align:center;vertical-align:middle;line-height:38px;text-decoration:none;letter-spacing:-1px;background:#fff;border:1px solid #dee2e4}
.page a.on{color:#fff;background:#34464e;border:1px solid #34464e;z-index:2}
.page a img{padding-bottom:4px;vertical-align:middle;}
.page .contr{float:left;margin:0 20px}
.page .contr a:first-child{border-radius:4px 0 0 4px}
.page .contr a:last-child{border-radius:0 4px 4px 0}
.page .contr + a{border-radius:4px 0 0 4px}
.page .contr ~ a:last-of-type{border-radius:0 4px 4px 0}

.wBg{background:#f6f7f8}

.snsTab{margin-bottom:60px;padding-top:30px;text-align:center}
.snsTab ul li{display:inline-block;margin:0 15px;vertical-align:top}
.snsTab ul li a{display:block;width:60px;height:60px;font-size:18px;font-weight:500;line-height:55px;background-repeat:no-repeat;background-position:center top;background-size:100%;border-radius:50%;border-width:2px}
.snsTab ul li a span{display:block;text-indent:-999px;overflow:hidden}
.snsTab ul li a:hover{text-decoration:none}
.snsTab ul li.ic1 a{color:#004d40;border:2px solid #004d40}
.snsTab ul li.ic2 a{background-image:url('../img/ic_sns_menu1.png') }
.snsTab ul li.ic3 a{background-image:url('../img/ic_sns_menu2.png') }
.snsTab ul li.ic4 a{background-image:url('../img/ic_sns_menu3.png') }
.snsTab ul li.ic5 a{background-image:url('../img/ic_sns_menu4.png') }
.snsTab ul li a:hover,
.snsTab ul li.on a{background-position:center bottom}
.snsTab ul li.ic1 a:hover,
.snsTab ul li.ic1.on a{color:#fff;background:#004d40;}
.snsTab ul li.ic2.on a,
.snsTab ul li.ic2 a:hover{background-color:#244e9c;border-color:#244e9c;}
.snsTab ul li.ic3.on a,
.snsTab ul li.ic3 a:hover{background-color:#ee2489;border-color:#ee2489;}
.snsTab ul li.ic4.on a,
.snsTab ul li.ic4 a:hover{background-color:#4da739;border-color:#4da739;}
.snsTab ul li.ic5.on a,
.snsTab ul li.ic5 a:hover{background-color:#df3f3e;border-color:#df3f3e;}

.listTypeB{overflow:hidden}
.listTypeB ul{margin:0 -15px}
.listTypeB ul::after{display:block;clear:both;content:''}
.listTypeB ul li{float:left;margin-bottom:30px;padding:0 15px;width:25%}
.listTypeB ul li a{display:block}
.listTypeB ul li .box .photo{position:relative;display:block;padding-top:100%;overflow:hidden;background:#dee2e4}
.listTypeB ul li .box .photo img{position:absolute;top:50%;left:50%;max-width:none;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.listTypeB ul li a:hover .box .photo img{transform:translate(-50%,-50%) scale(1.07);-webkit-transform:translate(-50%,-50%) scale(1.07)}
.listTypeB ul li .box .infor{position:relative;padding:20px;background:#fff;border:1px solid #eaeef0;border-width:0 1px 1px}
.listTypeB ul li .box .infor .tit{display:block;margin-bottom:10px;height:50px;line-height:1.5; overflow: hidden;text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.listTypeB ul li .box .infor .snsIc img{width:28px}
.listTypeB ul li .box .infor .data{position:absolute;right:20px;bottom:20px;padding-left:24px;font-size:15px;color:#80898e;background:url('../img/ic_data.png') no-repeat left center}

.listTypeC{position:relative;padding-top:60px;overflow:hidden;}
.listTypeC::before{position:absolute;top:0;left:0;width:100%;height:3px;content:'';background-image: linear-gradient(to right, #7cb342 , #009688)}
.listTypeC ul{margin:0 -20px}
.listTypeC ul::after{display:block;clear:both;content:''}
.listTypeC ul li{float:left;margin-bottom:30px;padding:0 20px;width:33.33%}
.listTypeC ul li a{display:block}
.listTypeC ul li .box .photo{position:relative;display:block;padding-top:60%;overflow:hidden;background:#dee2e4}
.listTypeC ul li .box .photo img{position:absolute;top:50%;left:50%;max-width:none;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.listTypeC ul li a:hover .box .photo img{transform:translate(-50%,-50%) scale(1.07);-webkit-transform:translate(-50%,-50%) scale(1.07)}
.listTypeC ul li .box .infor{position:relative;padding:20px;background:#fff;border:1px solid #eaeef0;border-width:0 1px 1px}
.listTypeC ul li .box .infor .tit{display:block;margin-bottom:20px;padding-bottom:20px;height:55px;font-size:18px;line-height:1.5; overflow: hidden;text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.listTypeC ul li .box .infor .data{display:block;padding:15px 0 0 24px;font-size:15px;color:#80898e;background:url('../img/ic_data.png') no-repeat left 20px;border-top:1px solid #dee2e4}
.listTypeC ul li .box .infor .hit{position:absolute;right:20px;bottom:20px;padding-left:24px;font-size:15px;color:#80898e;background:url('../img/ic_hit.png') no-repeat left center}

.viewTypeA{position:relative;border-bottom:1px solid #98a1a6}
.viewTypeA::before{position:absolute;top:0;left:0;width:100%;height:3px;content:'';background-image: linear-gradient(to right, #7cb342 , #009688)}
.viewTypeA .viewTop{padding:30px 40px;background:#f6f7f8;border-bottom:1px solid #dee2e4}
.viewTypeA .viewTop h2{margin-bottom:20px;font-size:31px;line-height:1.3}
.viewTypeA .viewTop ul li{position:relative;display:inline-block;margin-right:10px;padding-right:15px;font-size:18px;color:#80898e}
.viewTypeA .viewTop ul li::before{position:absolute;top:10px;right:0;width:0;height:13px;content:'';border-left:1px solid #80898e}
.viewTypeA .viewTop ul li:last-child::before{display:none}
.viewTypeA .file{position:relative;padding:15px 40px 20px 140px;font-size:18px;color:#80898e;border-bottom:1px solid #dee2e4}
.viewTypeA .file .name{position:absolute;top:15px;left:40px;}
.viewTypeA .file a{display:inline-block;margin-right:20px;padding-left:22px;background:url('../img/ic_file.png') no-repeat left center}
.viewTypeA .con{padding:40px}
.viewTypeA .con .img{margin-bottom:40px}

.viewlist{margin-top:70px;border:1px solid #98a1a6;border-width:1px 0 }
.viewlist li{position:relative;padding:0 20px 0 180px;font-size:18px;line-height:70px;}
.viewlist li:first-child{border-bottom:1px solid #dee2e4}
.viewlist li span{position:absolute;top:0;left:0;padding-left:80px;height:100%;color:#50585c;font-weight:500;}
.viewlist li span::after{position:absolute;top:45%;left:40px;width:10px;height:10px;content:'';border:1px solid #999;border-width:2px 2px 0 0;transform:rotate(-45deg);}
.viewlist li a{display:block;color:#788287;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.viewlist li.next span::after{transform:rotate(135deg);-webkit-transform:rotate(135deg)}

/* 모바일 이미지 확대보기(새창) */
.mblink{position:relative}
.mblink a{display:none;position:absolute;bottom:0;right:0;width:40px;height:40px;text-indent:-999px;overflow:hidden;background:rgba(0,0,0,0.4);border-radius:50%}
.mblink a::after{position:absolute;top:50%;left:50%;margin:-10px 0 0 -9px;width:19px;height:20px;content:'';background:url('../img/ic_search2.png') no-repeat center center;opacity:0.8}

/* 추가 css */
h4.title-h4{color:#000; padding:15px 0 0 0; background:url('/_res/tongmyong/tuhome/img/common/ico-title-h4.gif') no-repeat 0 0 ; font-size:1.4rem; font-family: 'NotoKrB'; margin-top:50px;}
.subConBox h4.title-h4:first-child{margin-top:0}
span.btn-type2{display:inline-block; border:1px solid #2e658f}
span.btn-type2 a{display:block; position:relative; line-height:50px; color:#2e658f; font-size:18px; background:#fff;  padding:0 50px 0 15px; transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease;}
span.btn-type2 a:after{display:block; content:''; width:35px; height:100%; background:#2e658f url('/_res/tongmyong/tuhome/img/common/ico-btn2.png') no-repeat 50% 50%; position: absolute; top:0; right:0}
span.btn-type2 a:focus,
span.btn-type2 a:hover{background:#2e658f; color:#fff;}
span.btn-type2 a:hover:after,
span.btn-type2 a:focus:after{background-color:#16456a}
.con-one-img {text-align: center;margin-top: 30px;}

.sub01_08 iframe{width:100%; height:650px;}

/*list-style*/
.ul-bul{padding-left:15px; margin-top:20px;  font-size:15px; line-height:24px; }
.ul-bul::after{display:block; content:''; clear:both;}
.ul-bul > ul > li{position:relative; padding:5px 0 5px 10px}
.ul-bul > ul > li > ul > li::before{display:block; content:''; width:3px; height:3px; border-radius:4px; background:#069785; position:absolute; top:15px; left:0 }
.ul-bul > ul > li > ul > li{padding:5px 0 0 13px; position:relative;}
.ul-bul > ul > li::before{display:block; content:''; width:6px; height:2px; background:#353535; position:absolute; top:17px; left:0 }
.ul-tit{color:#069785; padding:30px 0 0px 24px; font-size:1.2rem;position:relative;}
.ul-tit::before{display:block; content:''; background:#fff;border:3px solid #5ca296;position:absolute;top:43px;left:0;width:9px;height:9px;border-radius:50%}
.ul-tit .summary{font-size: 16px ; text-align: right; color: ##666666; font-weight: 500;}
.ul-bul > ul > li > ul > li > ul > li{padding:5px 0 0 15px; position:relative;}
.ul-bul > ul > li > ul > li > ul > li::before{display:block; content:''; width:3px; height:3px; border-top: 1px solid #069785; border-right: 1px solid #069785; position:absolute; top:15px; left:0;transform: rotate(45deg);}

/*h2*/
h2.title{position:relative;margin:50px 0 30px;padding-left:40px;font-size:24px;color:#343c40;background:url('../img//h2_dot.png') no-repeat left 3px;line-height:1.4;}

/*table*/
.table-wrap table.table-st1{width:100%; margin:20px 0 30px 0; background-color:#fff; border-top:2px solid #005629; font-size:15px; line-height:24px; overflow:hidden; }
.table-wrap .fixed{table-layout:fixed;}
.table-wrap table.table-st1 thead th{padding:13px 10px; border:1px solid #d6d6d6; background-color:#f9f9f9; color:#000; font-weight:600; text-align:center;}
.table-wrap table.table-st1 thead th + th{border-left:1px solid #d6d6d6;}
.table-wrap table.table-st1 thead th:first-child{border-left:none;}
.table-wrap table.table-st1 thead th:last-child{border-right:none;}
.table-wrap table.table-st1 tbody th, .table-wrap tfoot th{background-color:#f9fafc; font-weight:300; color:#000; text-align:center; word-break:break-all;}
.table-wrap table.table-st1 tbody th, .table-wrap tbody td, .table-wrap tfoot th, .table-wrap tfoot td{padding:13px 25px; border-bottom:1px solid #d6d6d6; border-right:1px solid #d6d6d6;  word-break:break-all;}
.table-wrap table.table-st1 tfoot td:first-child{border-left:none;}
.table-wrap table.table-st1 tbody tr th:last-child{border-right:none;}
.table-wrap table.table-st1 td:last-child{border-right:none;}
.table-wrap table.table-st1 tbody th + td, .table-wrap tbody td + td, .table-wrap tfoot td{border-left:1px solid #d6d6d6;}
.table-wrap table.table-st1 tbody td, .table-wrap tfoot td{word-break:break-all;}
.table-wrap table.table-st1 .tal {text-align:left;}
table.table-st1 .bg01{background:#edfff4;}

.c-blue{color: #285fd0;}
table.table-st1 .bg_color01{background:#ebf1f9 !important;}
table.table-st1 .bg_color02{background:#fff9e7 !important;}
table.table-st1 .bg_color03{background:#ffede6 !important;}
.align_center{text-align:center;}
.table-scroll{overflow:hidden; }
.table-scroll-txt{position:relative;}
.table-scroll-txt .m-hand{display:none;  position:absolute; width:70px; height:70px; border-radius:100px; background:rgba(0, 0, 0, 0.7);  z-index:10; left:50%; margin-left:-35px; top:100px;}
.table-scroll-txt .m-hand > span{position:relative;}
.table-scroll-txt .m-hand > span > i{width:30px; height:30px; position:absolute; top:20px; left:20px; background:url('/_res/tongmyong/tuhome/img/main/ico-mhand.png') no-repeat 50% 50%; background-size:50px auto; font-size:0; text-indent: -999em; animation:handmove 0.5s linear 1s infinite alternate}




/*philosophy*/
.sub01-01{background:url(../img/sub01_01_back.png) no-repeat right 73%; margin:0 0 80px 0;}
.sub01-01 p {color: #353535;font-size: 18px;line-height: 1.8;margin-bottom: 35px;font-weight: 600;}
.sub01-01 p:nth-child(1){color: #dbdbdb;letter-spacing: 5px;font-weight: bold;margin-bottom: 50px;font-size:24px}
.sub01-01 p:nth-child(2){color: #0fa13c;font-weight: bold;margin-bottom: 35px;font-size: 36px;line-height: 1.4;}


/*vision*/
.s1_2_con1_e{padding:20px 0 0 0;text-align:center;}

/*sub01-03*/

.sub01-03 .top-box {margin-left: 0px; background: #e4e4e4;margin-bottom: 50px;color:#fff;font-size:24px;line-height:1.4}
.sub01-03 .top-box .in-wrap{padding: 70px 100px;border:0px;background:url(/_res/tongmyong/tuhome/img/sub/sub01_01_01_topbox.jpg)no-repeat center;background-size:cover;top: -15px;left: -15px;}
.sub01-03 .top-box .in-wrap:before{display:none}
.sub01-03 .top-box .in-wrap > div:nth-child(1){color:#358c74;letter-spacing: 5px;font-weight: bold;margin-bottom:50px}
.sub01-03 .top-box .in-wrap > div:nth-child(2){margin-bottom:50px}
.sub01-03 .top-box .in-wrap > div:nth-child(3){font-size:36px}
.sub01-03 .top-box .in-wrap > div:nth-child(3) span{color:#e5ff39;font-size:48px}
.sub01-03 .con-box{position:relative}
.sub01-03 .con-box p, .sub01-01-01 .con-box img{float:left; /*width:50%*/ width:100%;}
.sub01-03 .con-box img{position: absolute;bottom: 0px;width: auto;right: 0;}
.sub01-03 .con-box p {font-size: 18px;line-height: 1.8;word-break: keep-all;}

.s1_1_con1_e{margin:0 auto 80px;padding:0 30px;max-width:1340px;}
.s1_1_con1_e::after{display:block;clear:both;content:''}
.s1_1_con1_e img{float:left;margin-bottom:50px;width:50%}
.s1_1_con1_e .img1{margin-top:40px}
.s1_1_con1_e p{clear:both;padding-bottom:50px;}

.e-h5-tit{color:#069785; padding:20px 0; font-size:1.2rem; clear:both;}
.c-green{color:#069785;}

/*history*/
.sub01_04 h1{color:#005629; font-size:40px; font-weight:bold;position: relative;line-height: 1;margin-bottom:30px}
.sub01_04 h1.long:after{left: 425px;}
.sub01_04 h1.mid:after{left:215px;}
.sub01_04 h1 .s-t{font-size:16px;}
.sub01_04 h1:after{display:block; content:'';background:url(/_res/tongmyong/tuhome/img/sub/sub01_02_05_h1_after.png)no-repeat;width:181px;height:37px;position: absolute;bottom: 0;left: 110px;}
.sub01_04 .con{position:relative;padding-left:30px;margin-bottom:10px}
.sub01_04 .history{margin-bottom:80px}
.sub01_04 .history .txt .con:not(:last-child):after{display:block; content:'';background-color:#eee;width:6px;height:100%;position: absolute;bottom: -15px;left:0}
.sub01_04 .txt .con:before{display:block; content:'';background:url(/_res/tongmyong/tuhome/img/sub/sub01_02_05_txt_after.png)no-repeat;width:6px;height:100%;position: absolute;bottom: 0;left:0}
.sub01_04 .txt .date{color:#0fa13c;position: absolute;left:15px}
.sub01_04 .txt .con span{color:#0fa13c; display:inline-block; margin:0 15px 0 0;}

.sub01_04 h3 span i{font-style:initial; color:#069785; display: block; font-size: 22px;}

.sub01_04 h3{max-width: 100%; padding: 30px 30px;position:relative;margin-bottom:35px;font-size:18px;text-align:center;}
.sub01_04 h3::after,
.sub01_04 h3::before{position:absolute;left:0;width:100%;height:10px;content:'';opacity:0.6;border-radius:5px}
.sub01_04 h3::after{top:0;}
.sub01_04 h3::before{bottom:0;}
.sub01_04 h3::after{background:#7fb843;}
.sub01_04 h3::before{background:#43a047;}
.sub01_04 h3 span{display: block;}
.sub01_04 h3 span::after{position:absolute;right:0;top:0;width:10px;height:100%;content:'';opacity:0.6;border-radius:5px}
.sub01_04 h3 span::before{position:absolute;left:0;top:0;width:10px;height:100%;content:'';opacity:0.6;border-radius:5px}
.sub01_04 h3 span::after,.sub01_04 h3 span::before{background:#3fa38a;}
.sub01_04 h3::after{background:#7fb843;}

/*symbol*/
.sub01_05 h4 span.btn-type2 {float: right;}
.sub01_05 .con-one-img:not(:last-child){border-bottom:1px solid #eee; padding-bottom:50px}
.con-one-img{text-align:center; margin-top:30px;}
.con-one-img img{max-width:100%}

.c-red{color: #ff4e4e}


/*sub02_08*/
.eng-photo4{width: 100%; overflow: hidden; clear: both; padding:20px 0 0 0;}
.eng-photo4 ul li{width:calc(25% - 15px); float: left; margin:0 0 0 15px;}
.eng-photo5{width: 100%; overflow: hidden; clear: both; padding:20px 0 0 0;}
.eng-photo5 ul li{width:calc(20% - 15px); float: left; margin:0 0 15px 15px;}



/*sub02_09*/
.eng-photo-list-3{overflow: hidden; clear: both; width: 100%; margin: 20px 0 0 0;}
.eng-photo-list-3 > ul{border-top:1px solid #ddd;}
.eng-photo-list-3 > ul > li{float: left; width: 33.33%; text-align: center;}
.eng-photo-list-3 > ul > li > ul > li{padding: 15px 0; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd;}
.eng-photo-list-3 > ul > li:nth-child(3n+0){border-right: 1px solid #dddddd;}
.eng-photo-list-3 > ul > li.last{border-right: 1px solid #dddddd;}

.eng-photo-list-2{overflow: hidden; clear: both; width: 100%; margin: 20px 0 0 0;}
.eng-photo-list-2 > ul{border-top:1px solid #ddd; overflow:hidden; border-right:1px solid #dddddd;}
.eng-photo-list-2 > ul.br-none{border-right:none;}
.eng-photo-list-2 > ul > li{float: left; width: 50%; text-align: center;}
.eng-photo-list-2 > ul > li > ul > li{padding: 15px 0; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd;}
.eng-photo-list-2 > ul > li > ul.br-ri{border-right:1px solid #ddd;}


.eng-photo-list-4{overflow: hidden; clear: both; width: 100%; margin: 10px 0 20px 0;}
.eng-photo-list-4 > ul{border-top:1px solid #ddd;}
.eng-photo-list-4 > ul > li{float: left; width: 25%; text-align: center;}
.eng-photo-list-4 > ul > li > ul > li{padding: 15px 0; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd;}
.eng-photo-list-4 > ul > li:last-child{border-right:1px solid #ddd;}

/*Graduate School*/
.two-img-wrap {overflow:hidden; clear:both; margin:50px 0}
.two-img-wrap h5{color:#069785; font-size:24px; margin:0 0 20px 0;}
.two-img-wrap h6{color:#069785; font-size:17px;}
.two-img-wrap .Limg > h5{text-align:left;}
.two-img-wrap .Rimg > h5{text-align:right;}
.two-img-wrap .Limg .img{float:left;}
.two-img-wrap .Limg .txt{float:left; width:calc(100% - 544px); box-sizing:border-box; padding:10px 0 0 50px;}
.two-img-wrap .Rimg .img{float:right;}
.two-img-wrap .Rimg .txt{float:right; width:calc(100% - 544px); box-sizing:border-box; padding:10px 50px 0 0; text-align:right;}


@keyframes handmove {
    from {left: 8px;}
    to {right: -12px;}
}

/*250725-YCE*/
.guid_txt_box{position:relative;margin: 0 auto 25px;padding:15px;border:1px solid #d0d0d0; max-width: 1340px; width: calc(100% - 40px)}
.guid_txt_box::after{position:absolute;top:-1px;right:-1px;width:15px;height:15px;content:'';background:#0fa13c}
.guid_txt_box .box{padding:45px;background:#f8f8f8;border:1px dotted #dadada}
.guid_txt_box .box ul{font-size:18px;}
.guid_txt_box .box ul li{position:relative;padding-left:18px; margin-bottom: 10px; line-height: 1.6;}
.guid_txt_box .box ul li::before{position:absolute;top:15px;left:0;width:5px;height:5px;content:'';background:#005629;border-radius:50%}
.guid_txt_box .box ul li:last-of-type{margin-bottom: 0;}

.c-red{color: red}


/*
================================================================================
반응형 서브 콘텐츠
================================================================================
*/

 /* TABLET Device */
@media all and (max-width:1200px){
	
	
	h1.title {font-size:26px;}

	.s1_1_con1 p{column-count:1;column-gap:0;}
	.s1_1_con2 dl{padding-left:0}
	.s1_1_con2 dl dt{position:relative;top:0;margin-bottom:30px}
	.s1_1_con3 .box{padding-left:0}
	.s1_1_con4 dl{padding-left:0}
	.s1_1_con4 dl dt{position:relative;margin-bottom:30px}
	.s1_1_con4 dl dt br{display:none}

	.s1_2_con2{padding-left:0}
	.s1_2_con2 h2{position:relative}
	
	.teachList > ul{margin:0}
	.teachList > ul > li{float:none;padding:0;width:100%}

	.popFix:before{display:none}

	.scheduleCon .schedTop .month ol li{margin:0 2px}
	.scheduleCon .schedTop .month ol li a{width: 45px;height: 45px;line-height: 45px;}

	.scheduleCon .schedList .ltCon{float:none;margin-bottom:50px;width:100%}
	.scheduleCon .schedList .rtCon{float:none;width:100%}
	
	.licensList ul{margin:0}
	.licensList ul li{padding:0;width:100%}

	.boadSearchA .serInput{width:200px}

	.listTypeB ul li{width:50%}

	.listTypeC ul li{width:50%}

	.sub01-01{background-size:37% auto;}

}

@media screen and (max-width: 1024px){
    .sub01-03 .con-box img {width: 50%;padding-left: 50px;bottom: inherit;}
	.two-img-wrap .Limg .txt{width:100%;}
	.two-img-wrap .Rimg .txt{width:100%;}
	.two-img-wrap .Rimg > h5{text-align:left;}
	.two-img-wrap .Rimg .img{float:inherit;}
	.two-img-wrap .Limg .img{float:inherit;}
}

@media screen and (max-width:780px){
    .subConBox{padding:0 15px 50px;}
    .con-side-img{padding-left:0}
    .con-side-img .img{position:static;width:300px; margin:0 auto}
    .con-side-img:before{left:50%; margin-left:-180px}
    .con-one-img {position:relative;}
    .con-one-img .btn-zoom{display:block; width:50px; height:50px; background:url('/_res/tongmyong/tuhome/img/common/btn-zoom-img.png') no-repeat; background-size:cover; position:absolute; bottom:10px; right:10px; font-size:0; text-indent:-99999em;}

    .sub01_08  iframe {height: 300px;margin-top: 50px;}

	.table-scroll .table-wrap table.table-st1{width:750px;}


    .table-wrap table.table-st1{font-size:0.9rem;}
    .table-wrap table.table-st1 thead th{padding:10px}
    .table-wrap table.table-st1 tbody th, .table-wrap tbody td, .table-wrap tfoot th, .table-wrap tfoot td{padding:10px}
}


@media all and (max-width:768px){
    .sub01-01{background-size:52% auto; padding:0 0 280px 0;}
	.sub01-03 .top-box {/*margin-bottom: 550px;*/font-size: 20px;}
    .sub01-03 .top-box .in-wrap {padding: 50px 50px;}
    .sub01-03 .top-box .in-wrap > div:nth-child(1) {margin-bottom: 25px;}
    .sub01-03 .top-box .in-wrap > div:nth-child(2) {margin-bottom: 25px;}
    .sub01-03 .top-box .in-wrap > div:nth-child(3) {font-size: 28px;}
    .sub01-03 .top-box .in-wrap > div:nth-child(3) span {font-size: 36px;line-height: 1.2;}

    .sub01-03 .con-box img{width: 380px;top: -165%;padding-left:0px;left: 50%;transform: translate(-50%, 0%);}
    .sub01-03 .con-box p {font-size: 16px;line-height: 1.5;width: 100%;}
}

 /* Mobile Device */
@media all and (max-width:640px){
	
	h1.title{margin: 30px 0 30px; font-size: 22px; padding-bottom: 30px;}

	.subConBox{padding:0 15px 50px;}
	
	.li_dot1 > li{padding-left: 15px;}
	.li_dot1 > li::before{top: 6px;width: 7px;height: 7px;border-width:2px}

	.imgPc{display:none}
	.imgMb{display:inline-block}
	
	.btnList{margin-top:20px;text-align:center}
	.btnBc a, .btnBc button, .btnBc input{padding: 0 15px;min-width: 90px;font-size: 14px;line-height: 40px;border-radius:5px}
	.btnBc.write a, .btnBc.write button, .btnBc.write input,
	.btnBc.list a, .btnBc.list button, .btnBc.list input{padding-left:30px;background-position: 12px center;background-size:15px}

	
	.s1_1_con1{padding: 0 15px 40px;}
	.s1_1_con1 img{float:none;margin-bottom:0;width:100%}
	.s1_1_con1 .img1{margin-top:0}
	.s1_1_con1 .img2{margin-bottom:30px}
	.s1_1_con2{margin-bottom: 50px;padding: 0 15px;}
	.s1_1_con2 dl{padding-top:40px}
	.s1_1_con2 dl dt{margin-bottom: 20px;font-size: 22px;}
	.s1_1_con3{margin-bottom:50px;padding:0 15px;background:none}
	.s1_1_con3 dl{padding:20px 10px}
	.s1_1_con3 dl dt{margin-bottom:15px; font-size: 15px;text-align:center}
	.s1_1_con4{padding:0 15px}
	.s1_1_con4 dl{margin-bottom: 45px;}
	.s1_1_con4 dl dt{margin-bottom: 20px;padding-top: 15px;font-size: 16px;}
	.s1_1_con4 dl dt::before{width:40px}

	.s1_2_con1{margin-bottom: 50px; padding: 10px;}
	.s1_2_con2 h3{margin-bottom: 20px;font-size: 16px;}
	.s1_2_con2 h3 span{line-height: 50px;}
	.s1_2_con2 h3::after, .s1_2_con2 h3::before{height:6px}
	.s1_2_con2 h3 span::after, .s1_2_con2 h3 span::before{width:6px}
	.s1_2_con2 p{margin-bottom: 20px;font-size: 15px;}
	.s1_2_con2 ul li{position:relative;padding-left:100px;font-size: 14px;}
	.s1_2_con2 ul li .tit{position:absolute;top:0;left:0;margin:0;padding: 0;width:90px;text-align:center;line-height: 30px;}

	.s4_1_con{margin-bottom:50px;}
	
	.teachList ul li{margin-bottom:20px}
	.teachList ul li .box{padding:20px 30px}
	.teachList ul li .box::after{top: 8px;left: 8px;}
	.teachList ul li .box::before{width: 20px;height: 20px;}
	.teachList ul li .box .photo{position:relative;top:0;left:0;display:block;margin:0 auto 10px;width:140px;}
	.teachList ul li .box .tit{margin-bottom:20px;font-size:20px;text-align:center}
	.teachList ul li .box ul li{padding-left:80px}
	.teachList ul li .box ul li .name::before{top:9px}
	.teachList ul li .box .btn{margin:0 auto;width: 110px;}
	.teachList ul li .box .btn a{padding-left: 20px;font-size: 14px;line-height: 40px;background-position:right 18px center;background-size:10px}

	.popFix{padding:15px}
	.popFix .popCon h2{padding-left: 20px;font-size: 18px;line-height: 45px;}
	.popFix .popCon .btn-pop-close{top: 4px;right: 10px;width: 35px;height: 35px;}
	.popFix .popCon .teachCon .teachInforTop{padding:20px 20px 30px}
	.popFix .popCon .teachCon .teachInforTop .photo{position:relative;left:0;margin-bottom:20px;text-align:center;border-bottom:1px solid #e4e4e4}
	.popFix .popCon .teachCon .teachInforTop .photo img{width:150px}
	.popFix .popCon .teachCon .teachInforTop h3{font-size: 20px;}
	.popFix .popCon .teachCon .teachInforTop ul li{margin-bottom:5px;padding-left:80px}
	.popFix .popCon .teachCon .teachInforTop ul li .name{padding-left: 15px;}
	.popFix .popCon .teachCon .teachInforTop ul li .name::before{top: 9px;}
	.popFix .popCon .teachCon .teachInforTop .homePage{padding:2px 0 2px 30px;background-position:left 3px;}
	.popFix .popCon .teachCon .teachInfor{padding:20px}
	.popFix .popCon .teachCon .teachInfor h4{margin: 25px 0 5px;padding-left: 15px;font-size: 16px;}
	.popFix .popCon .teachCon .teachInfor h4:first-child{margin-top:0}
	.popFix .popCon .teachCon .teachInfor h4::before{top: 5px;}
	.popFix .popCon .teachCon .teachInfor p, .popFix .popCon .teachCon .teachInfor ol, .popFix .popCon .teachCon .teachInfor ul{padding-left:0}

	.downBox{padding:20px}
	.downBox h2{margin-bottom:10px;padding-left: 20px;font-size: 16px;line-height: 30px;background-size:15px !important}
	.downBox .btnRt{float:none}
	.downBox .btnRt .btn{display:block;margin:0 0 5px}
	.downBox .btnRt .btn a{line-height:40px}

	.s4_1_con{margin-bottom:40px}

	.t_typel thead th{padding:10px 0}
	.t_typel tbody th,
	.t_typel tbody td{padding:10px}

	.t_typel.type2 tbody th{padding:10px;font-size:14px}
	.t_typel.type2 tbody td{padding:10px}
	.t_typel.type2 tbody th span{padding-left:14px;background-size:10px;background-position:left 5px}
	
	.scheduleCon .schedTop{margin-bottom: 20px;}
	.scheduleCon .schedTop h2{margin-bottom:20px;font-size: 18px;}
	.scheduleCon .schedTop h2 span{margin-right: 0;font-size: 20px;}
	.scheduleCon .schedTop .btn a{width: 70px;font-size: 15px;background-size:20px;line-height:20px}
	.scheduleCon .schedTop .btn.btnSchPrev a{padding-left:25px}
	.scheduleCon .schedTop .btn.btnSchNext a{padding-right:25px}
	
	.scheduleCon .schedTop .month{border-radius:15px}
	.scheduleCon .schedTop .month ol li{margin:2px}
	.scheduleCon .schedTop .month ol li a{width: 35px;height: 35px;line-height: 35px;font-size: 12px;}

	.scheduleCon .schedList .schedListTop p{font-size:13px}
	.scheduleCon .schedList .schedListTop .btnType{margin-bottom: 10px;}
	.scheduleCon .schedList .schedListTop .btnType span a{padding-left: 20px;font-size: 14px;}
	.scheduleCon .schedList .schedListTop .btnType span a::before{top: 3px;width: 15px;height: 16px;background-size: 100%;}
	.scheduleCon .schedList .schedListTop .btnType .btn1{margin-right: 10px; padding-right: 10px;}
	.scheduleCon .schedList .schedListTop .btnType .btn1::after{margin-top: -7px;height: 15px;}
	.scheduleCon .schedList .ltCon{margin-bottom:20px}
	.scheduleCon .schedList .ltCon .carlendar h3{font-size: 16px;line-height: 46px;}
	.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td{height:35px}
	.scheduleCon .schedList .ltCon .carlendar .carlTable tbody td.event a::after{top:22px}
	
	.licensList ul li{margin-bottom:20px}
	.licensList ul li .box h2{padding: 10px 10px 10px 40px;font-size: 16px;height: 90px;background-size: 18px;background-position:15px 12px}
	.licensList ul li .box .btn{top:45px;left:40px;right:auto}
	.licensList ul li .box .btn a{padding: 0 42px 0 20px;font-size: 14px;line-height: 30px;}
	.licensList ul li .box p{padding:15px}
	
	input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="email"]{height: 40px;font-size: 14px;}
	.select{padding: 0 20px 0 13px;height: 40px;font-size: 14px;background-size: 10px;}

	.bbs_top .pageNum{float:none;margin-bottom:10px}
	.bbs_top .boadSearchA{float:none}
	.boadSearchA select{margin: 0 0 5px 0;width: 100%;}
	.boadSearchA .serInput{padding: 0 10px;width:calc(100% - 70px)}
	.boadSearchA .btn{position:absolute;right:0;bottom:0;width:65px;height:40px;text-indent: 20px;background-position:10px center;background-size:12px}
	
	.listTypeA::before{height:2px}
	.listTypeA.mb{display:block}
	.listTypeA.mb colgroup{display:none}
	.listTypeA.mb thead{display:none}
	.listTypeA.mb tbody{display:block}
	.listTypeA.mb tbody tr.notice{background: #f6f7f8;}
	.listTypeA.mb tbody td.num{display:none}
	.listTypeA.mb tbody tr.notice .num{display:block;float:left;margin-right:10px}
	.listTypeA.mb tbody tr{position:relative;display:block;padding:10px 10px;width:100%;box-sizing: border-box;border-bottom:1px solid #ececec}
	.listTypeA.mb tbody tr::after{display:block;clear:both;content:''}
	.listTypeA.mb tbody td{display:block;padding:2px 0;border:0;font-size:13px;text-align:left;}
	.listTypeA.mb tbody td.data,
	.listTypeA.mb tbody td.file,
	.listTypeA.mb tbody td.hit{position:relative;float:left;margin-right:10px;padding-right:10px;line-height:15px}
	.listTypeA.mb tbody td.data::after,
	.listTypeA.mb tbody td.file::after{position:absolute;top:6px;right:0;width:0;height:10px;content:'';border-left:1px solid #50585c}
	.listTypeA.mb tbody td.file img{width:12px}
	
	.listTypeA.mb tbody td.subject{padding-bottom:5px;font-size:14px}
	.listTypeA.mb tbody td.subject a{display:block;padding-right:15px;font-weight:500}
	.listTypeA tbody td.subject a .icNew{top:3px;width:15px}
	.listTypeA.mb tbody td.name::before{margin-right:5px;content:'작성자 '}
	.listTypeA.mb tbody td.data::before{margin-right:5px;content:'작성일 '}
	.listTypeA.mb tbody td.file::before{margin-right:5px;content:'첨부 '}
	.listTypeA.mb tbody td.hit::before{margin-right:5px;content:'조회수 '}
	
	.page{margin-top:30px}
	.page .contr{margin: 0 5px;}
	.page a{width: 30px;height: 30px;font-size: 14px;line-height: 28px;}
	.page a img{height:13px}
	
	.snsTab{margin-bottom:30px;padding-top:10px}
	.snsTab ul li{margin: 0 3px;}
	.snsTab ul li a{width: 45px;height: 45px;font-size: 14px;line-height: 42px;}
	
	.listTypeB::before{height:2px}
	.listTypeB ul{margin: 0 -5px;}
	.listTypeB ul li{margin-bottom: 10px;padding: 0 5px;}
	.listTypeB ul li .box .infor{padding: 10px;}
	.listTypeB ul li .box .infor .tit{height: 40px;line-height: 1.4;}
	.listTypeB ul li .box .infor .data{right: 10px;bottom: 12px;padding-left:16px;font-size: 13px;background-size:12px}
	.listTypeB ul li .box .infor .snsIc img{width:24px}
	
	.listTypeC{padding-top:20px}
	.listTypeC::before{height:2px}
	.listTypeC ul{margin: 0 -5px;}
	.listTypeC ul li{margin-bottom: 10px;padding: 0 5px;}
	.listTypeC ul li .box .infor{padding: 10px;}
	.listTypeC ul li .box .infor .tit{margin-bottom:10px;height: 40px;font-size:14px;line-height: 1.4;}
	.listTypeC ul li .box .infor .data{padding:10px 0 0 16px;font-size: 13px;background-size:12px;background-position:left 14px}
	.listTypeC ul li .box .infor .hit{right: 10px;bottom: 10px;padding-left:16px;font-size: 13px;background-size:12px}

	.viewTypeA .viewTop{padding: 15px;}
	.viewTypeA .viewTop h2{margin-bottom: 10px;font-size:18px;}
	.viewTypeA .viewTop ul li{margin-right: 5px;padding-right: 10px; font-size: 14px;}
	.viewTypeA .viewTop ul li::before{top:5px}
	.viewTypeA .file{padding: 10px 10px 10px 80px;font-size: 14px;}
	.viewTypeA .file .name{top: 10px;left: 15px;}
	.viewTypeA .file a{margin-right: 10px;padding-left: 16px;background-size: 12px;}
	.viewTypeA .con{padding:15px 0}
	.viewTypeA .con .img{margin-bottom:20px}

	.viewlist{margin-top:40px}
	.viewlist li{padding: 0 0px 0 90px;font-size: 14px;line-height:40px;}
	.viewlist li span{padding-left: 35px;}
	.viewlist li span::after{left: 15px;width: 7px;height: 7px;}

	/* 모바일 테이블 가로스크롤 */
	.mb_scroll{position:relative;width:100%;overflow:auto}
	.mb_scroll table{width:800px}
	.mb_scroll::after{display:block;position:absolute;top:0;right:0;width:27px;height:100%;content:'';background:url('../img/scroll_alpha.png') repeat-y fixed right top;z-index:2;}
	.mbtb_quide{position:absolute;top:30px;left:50%;width:60px;height:60px;background:url('../img/bg_touch.png') no-repeat;background-size:100%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}

	.mblink a{display:block}

	.s1_1_con1_e{margin-bottom:40px;padding: 0 15px;}
    .s1_1_con1_e img{float:none;margin-bottom:0;width:100%}
    .s1_1_con1_e .img1{margin-top:0}
    .s1_1_con1_e .img2{margin-bottom:30px}
    .s1_1_con1_e p{padding-bottom:25px}
	
	.eng-photo4 ul li{width:calc(50% - 15px); margin:0 0 15px 15px;}
	.eng-photo5 ul li{width:calc(50% - 15px); margin:0  0 15px 15px;}
	.eng-photo-list-4 > ul > li{width: 50%;}
	
	.two-img-wrap .Limg .txt{padding:10px 0 0 20px;}
	.two-img-wrap .Rimg .txt{padding:10px 20px 0 0;}
	
	span.btn-type2{width: 100%;}
	.subConBox .mb5  span.btn-type2:not(:last-of-type){margin-bottom: 5px;}

	
	/*250725-YCE*/
	.guid_txt_box{margin-bottom: 20px; padding: 7px;}
	.guid_txt_box .box{padding: 15px;}
	.guid_txt_box .box ul{font-size: 14px;}
	.guid_txt_box .box ul li{padding-left:12px}
	.guid_txt_box .box ul li::before{top: 9px;width: 3px;height: 3px;}
}

@media screen and (max-width: 560px){
    .sub01-03 .con-box .img {width: 89%;position:absolute;top: -610px;}
    .sub01-03 .con-box .img img{position: inherit}
	.eng-photo-list-3 > ul > li{width:100%; border-right:1px solid #dddddd;}
}

@media all and (max-width:490px){
    .sub01-01{background-size:85% auto;}
}

@media screen and (max-width: 430px){
    .sub01-03 .con-box .img img{width: 100%;}
    .sub01-03 .con-box .img{top:-540px;}
    .sub01-03 .top-box{/*margin-bottom:500px;*/}
}

@media screen and (max-width: 380px){
    .sub01-03 .con-box .img{top:-464px;}
    .sub01-03 .top-box{/*margin-bottom:409px;*/}
}