@charset "utf-8";

/* 공통 : 시작 **************************************************************/

/* 링크 박스 */
.link_box {font-size:.8rem; font-family:'SCDream'; line-height:1.4; font-weight:400; overflow:hidden;}
.link_box li {width:32%; margin:.5rem 2% 0 0; float:left; }
.link_box li:nth-child(3n) {margin-right:0;}
.link_box li span {display:block; padding:.75rem 1rem; border:1px solid #e0e0e0;}
.link_box li a {position:relative; display:block;}
.link_box li a span:hover,
.link_box li a span:focus{border-color:#22499d; color:#22499d; box-shadow:0 0 3px rgba(34,73,157,.5); }
.link_box li a span:hover:before,
.link_box li a span:focus:before{background:#22499d; color:#fff; }

.link_box li a:before {position:absolute; top:50%; right:1rem; width:40px; height:40px; -webkit-transform:translateY(-50%); transform:translateY(-50%); border-radius:50%; background:#f1f1f1; color:#333; font-size:1rem; line-height:40px; text-align:center; font-family:'xeicon'; -webkit-transition:background .3s, color .3s; transition:background .3s, color .3s; }
.link_box.linkH li a:before{content:'\e902';} /* 홈페이지바로가기 */
.link_box.linkD li a:before{content:'\e904';} /* 파일다운로드 */

/* 아이콘 들어가는 기본 틀 */
.ico_list li {position:relative; margin:.1rem 0; padding:.25rem 0 .25rem 2rem; line-height:1.4;}
.ico_list li i {position:absolute; left:0; top:.1rem; width:1.5rem; height:1.5rem; color:#fff; line-height:1.5rem; text-align:center; background:#525c6e; border-radius:50%;}
/* 공통 : 끝 **************************************************************/


/* sub : 시작 *******************************/

/* 인사말 : 사진 있을경우 */
.grt_box {position:relative; font-size:0.85rem; color:#444; word-break:keep-all; }
.grt_box .grt_top {position:relative; min-height:15.5rem; padding:3.5rem 2.5rem 2rem 13.75rem; font-family:'SCDream'; line-height:1.4; background:#22499d url('/images/web/ecedu/sub_cnt/bg_grt.png') no-repeat right top; background-size:cover;}
.grt_box .grt_top .img {position:absolute; left:2.5rem; top:2.5rem; width:8.5rem; padding-top:1rem; text-align:center; color:#a1bae6; font-size:0.7rem;}
.grt_box .grt_top .img:before {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:7rem; background:#00b6bf url('/images/web/ecedu/sub_cnt/pt_grt.png') repeat;  box-shadow:1px 1px 10px 0 rgba(14, 58, 134, 0.5);}
.grt_box .grt_top .img img {position:relative; display:block; margin:0 auto 0.75rem; max-width:6.25rem; box-shadow:1px 1px 10px 0 rgba(0, 160, 168, 0.4);}
.grt_box .grt_top .img strong {font-size:0.8rem; font-weight:600;}
.grt_box .grt_top .txt {font-size:0.9rem; color:#cee6ec;}
.grt_box .grt_top .txt .slo_txt {padding-bottom:1.5rem; margin-bottom:1rem; font-size:1.7rem; color:#fff; letter-spacing:-1px; font-weight:200; border-bottom:1px solid rgba(255,255,255,0.3);}
.grt_box .grt_top .txt .slo_txt span {font-weight:700;}
.grt_box .grt_sign {margin-top:1rem; text-align:right; font-size:0.9rem; font-family:'SCDream';}
.grt_box .grt_sign strong {font-size:1.1rem; font-weight:700; color:#111;}

/* 인사말 : 사진 없을경우 */
.grt_box2 {position:relative; font-size:0.85rem; color:#444; word-break:keep-all; }
.grt_box2 .grt_top {position:relative; padding:2.5rem 50% 0 0; font-family:'SCDream'; line-height:1.4;}
.grt_box2 .grt_top .img {position:absolute; right:0; top:0; width:50%;}
.grt_box2 .grt_top .img img {width:100%; box-shadow:1px 1px 10px 0 rgba(0, 0, 0, 0.4);}
.grt_box2 .grt_top .txt {position:relative; min-height:15.5rem; padding:3rem; font-size:0.9rem; color:#cee6ec; background: rgb(34,73,157);
	background: -moz-linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(24,174,206,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(24,174,206,1) 100%);
	background: linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(24,174,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22499d",endColorstr="#18aece",GradientType=1);}
.grt_box2 .grt_top .txt .slo_txt {padding-bottom:1.5rem; margin-bottom:1rem; font-size:1.5rem; color:#fff; letter-spacing:-1px; font-weight:200; border-bottom:1px solid rgba(255,255,255,0.3);}
.grt_box2 .grt_top .txt .slo_txt span {font-weight:700;}
.grt_box2 .grt_top .txt .slo_txt2 {font-size:1.4rem; color:#fff; font-weight:600;}
.grt_box2 .grt_sign {margin-top:1rem; text-align:right; font-size:0.9rem; font-family:'SCDream';}
.grt_box2 .grt_sign strong {font-size:1.1rem; font-weight:700; color:#111;}

/* 연혁 */
.hisTop {text-align:center; word-break:keep-all; }
.hisTop dt span {position:relative; display:inline-block; padding:0 0.25rem; font-size:1.9rem; font-family:'Sora'; font-weight:600; color:#22499d;}
.hisTop dt span:before {content:""; display:block; position:absolute; left:0; bottom:0.5rem; width:100%; height:0.85rem; background:#e8ecf5; z-index:-1;}
.hisTop dd {position:relative; display:inline-block; margin-top:1rem; padding:0 1.5rem; font-size:1.1rem; font-family:'SCDream'; color:#444;}
.hisTop dd:before {content:""; display:block; position:absolute; left:0; top:0; width:23px; height:21px; background:url('/images/web/ecedu/sub_cnt/bg_hisTxt1.png') no-repeat left top; }
.hisTop dd:after {content:""; display:block; position:absolute; right:0; top:0; width:23px; height:21px; background:url('/images/web/ecedu/sub_cnt/bg_hisTxt2.png') no-repeat left top; }
.hisTop dd strong {font-weight:700; color:#22499d;}
.hisList {position:relative; padding-top:1rem; margin-top:1rem; overflow:hidden;}
.hisList:before {content:""; display:block; position:absolute; left:50%; top:50px; width:1px; height:100%; border-left:1px dotted #b2b2b2;}
.hisList h4 {position:relative; width:200px; height:200px; margin:0 auto; padding:3.5rem 0.5rem 0; text-align:center; color:#fff; font-size:0.85rem; font-family:'SCDream'; font-weight:400; border-radius:50%; background: rgb(34,73,157);
	background: -moz-linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(0,101,222,1) 50%, rgba(0,160,168,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(0,101,222,1) 50%, rgba(0,160,168,1) 100%);
	background: linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(0,101,222,1) 50%, rgba(0,160,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22499d",endColorstr="#00a0a8",GradientType=1);}
.hisList h4:before {content:""; display:block; position:absolute; left:-5%; top:-5%; width:110%; height:110%;  background:#e6eaf3; border-radius:50%; z-index:-1;}
.hisList h4 span {display:block; font-size:1.2rem; font-weight:700;}

.hisList ol {font-size:0.8rem; color:#444; word-break:keep-all;  overflow:hidden;}
.hisList > ol > li {position:relative; margin:1rem 0 2rem;}
.hisList > ol > li:nth-child(odd) {margin-left:50%; padding-left:4.5rem;}
.hisList > ol > li:nth-child(even) {margin-right:50%; padding-right:4.5rem; text-align:right; }
.hisList > ol > li:before {content:""; display:block; position:absolute; left:-4px; top:0.5rem; width:9px; height:9px; background:#22499d; border-radius:50%;}
.hisList > ol > li:after {content:""; display:block; position:absolute; left:1.25rem; top:0.7rem; width:2.5rem; border-top:2px dotted #b2b2b2; }
.hisList > ol > li > p {position:relative; padding-bottom:10px;}
.hisList > ol > li > p:before {content:""; display:block; position:absolute; left:0; top:0.75rem; width:100%; height:1px; background:#b2b2b2;}
.hisList > ol > li > p > strong {position:relative; display:inline-block; padding:0.25rem 0.5rem; font-weight:600; color:#fff; border-right:15px solid #fff; background:#00a0a8;}
.hisList > ol > li > p > strong:before {content:""; display:block; position:absolute; left:0; bottom:-10px; width:8px; height:10px;  background:url('/images/web/ecedu/sub_cnt/bg_hisL1.png') no-repeat left bottom;}
.hisList > ol > li:nth-child(even):before {left:auto; right:-5px;}
.hisList > ol > li:nth-child(even):after {left:auto; right:1.25rem;}
.hisList > ol > li:nth-child(even) > p:before {right:0;}
.hisList > ol > li:nth-child(even) > p > strong {border-left:15px solid #fff; border-right:none;}
.hisList > ol > li:nth-child(even) > p > strong:before {left:auto; right:0; background:url('/images/web/ecedu/sub_cnt/bg_hisL2.png') no-repeat left bottom;}
.hisList > ol > li > ol {padding:1rem 0 1.5rem; border-bottom:1px solid #ccd5e1;}
.hisList > ol > li:nth-child(odd) > ol > li {position:relative; margin:0.25rem 0; padding-left:6rem;}
.hisList > ol > li:nth-child(odd) > ol > li > span {position:absolute; left:0; top:0; color:#00a0a8;}
.hisList > ol > li:nth-child(even) > ol > li {position:relative; margin:0.25rem 0; padding-right:6rem;}
.hisList > ol > li:nth-child(even) > ol > li > span {position:absolute; right:0; top:0; color:#00a0a8;}
.hisList > ol > li:nth-child(even) > ol > li > ul.list_st3 > li {padding:0 .5rem 0 0;}
.hisList > ol > li:nth-child(even) > ol > li > ul.list_st3 > li:before {left:auto; right:0;}

.hisList2 {position:relative; margin-top:0.75rem;}
.hisList2:before {content:""; display:block; position:absolute; left:2px; top:0; width:2px; height:100%; background:#e0e0e0; border-radius:1px;}
.hisList2 li {position:relative; padding:.15rem 0 .25rem 6rem; }
.hisList2 li span {position:absolute; top:.15rem; left:0; padding-left:.75rem; font-size:0.85rem; font-family:'SCDream'; font-weight:600; color:#22499d;}
.hisList2 li span:before {content:""; display:block; position:absolute; left:0; top:.5rem; width:6px; height:6px; background:#22499d; border-radius:50%;}


/* 역대학장 */
.presList {overflow:hidden;}
.presList li {position:relative; width:23.5%; margin:1rem 2% 0 0; padding-top:120px;  float:left; text-align:center; border:1px solid #b2b2b2; border-top:2px solid #22499d; }
.presList li:nth-child(4n) {margin-right:0;}
.presList li p {position:absolute; left:0; top:1rem; width:100%; height:8.5rem; text-align:center;}
.presList li p img {max-width:140px; box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2);}
.presList li dl {min-height:9.75rem; padding:4.5rem 0 1rem; text-align:center; background:#22499d url('/images/web/ecedu/sub_cnt/pt_grt.png') repeat;}
.presList li dl dt {color:#fff; font-size:1rem;}
.presList li dl dt span {position:relative; display:block; padding-bottom:0.5rem; margin-bottom:0.25rem; font-size:0.8rem; }
.presList li dl dt span:before {content:""; display:block; position:absolute; left:50%; bottom:0; width:8px; height:2px; margin-left:-4px; background:rgba(255,255,255,0.3); }
.presList li dl dt strong {font-size:1.2rem;  font-weight:600;}
.presList li dl dd {margin-top:0.25rem; font-size:0.75rem; color:#90a9e0; line-height:1.4;}

/* 조직도 */
.orga_box {position:relative; font-size:0.9rem;}
.orga_box h3 {position:relative; width:160px; height:160px; margin:1.5rem auto 0; padding:15px; background:#e6eaf3; border-radius:50%;}
.orga_box h3 span {display:block; width:130px; height:130px; line-height:130px; text-align:center; color:#fff; font-size:1.2rem; font-family:'SCDream'; font-weight:400; border-radius:50%; background: rgb(34,73,157);
	background: -moz-linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(0,101,222,1) 50%, rgba(0,160,168,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(0,101,222,1) 50%, rgba(0,160,168,1) 100%);
	background: linear-gradient(90deg, rgba(34,73,157,1) 0%, rgba(0,101,222,1) 50%, rgba(0,160,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22499d",endColorstr="#00a0a8",GradientType=1);}
.orga_box ol li {padding-top:1.5rem; text-align:center;}
.orga_box ol li span {position:relative; }
.orga_box > ol > li:before {content:""; display:block; position:absolute; left:50%; top:0; width:1px; height:100%; background:#b2b2b2; z-index:-1;}
.orga_box > ol > li:last-child:before {height:1.5rem;}
.orga_box ol li .orga_dep2 {position:relative; overflow:hidden;}
.orga_box ol li .orga_dep2 > li {position:relative; width:50%; margin-left:50%; padding-top:.5rem;}
.orga_box ol li .orga_dep2 > li > span {position:relative; width:50%; margin:0 auto;}
.orga_box ol li .orga_dep2 > li:before {content:""; display:block; position:absolute; left:0; top:2rem; width:50%; height:1px; background:#b2b2b2;}
.orga_box ol li > span.orga_m {width:25%; margin:0 auto;}

.orga_box ol li .orga_dep3 {position:relative; margin-top:1.5rem; overflow:hidden; background:#fff;}
.orga_box ol li .orga_dep3:before {content:""; display:block; position:absolute; left:25%; top:0; width:50%; height:1px; background:#b2b2b2;}
.orga_box ol li .orga_dep3 > li {width:50%; float:left;}
.orga_box ol li .orga_dep3 > li > span {position:relative; width:50%; margin:0 auto;}
.orga_box ol li .orga_dep3 > li > span:before {content:""; display:block; position:absolute; left:50%; top:-1.5rem; width:1px; height:1.5rem; background:#b2b2b2;}

.orga_box > ol > li span.orga_bl {display:block; margin:0 1rem; line-height:3rem; color:#184fb2; border:2px solid #184fb2; background:#fff;}
.orga_box > ol > li span.orga_b {display:block; max-width:10rem; margin:0 auto; line-height:3rem; color:#fff; background:#184fb2;}
.orga_box > ol > li span.orga_etc {display:block; line-height:3rem; color:#fff; background:#008e7b;}
.orga_box > ol > li span.orga_etc2 {display:block; line-height:3rem; color:#fff; background:#5a75cd;}
.orga_box > ol > li span.orga_m {display:block; padding:.5rem 0; line-height:1.4; color:#fff; background:#00a0a8;}
.orga_box > ol > li span.orga_ml {display:block; line-height:2.5rem; color:#00474b; border:1px solid #00a0a8; background:#f8ffff; letter-spacing:-1px;}
.orga_box > ol > li span.orga_ml a {display:block; color:#00474b;}
.orga_box > ol > li span.orga_ml a:hover,
.orga_box > ol > li span.orga_ml a:focus {background:#f5ffff;}
.orga_box > ol > li span.orga_gl {display:block; margin:0 1rem; line-height:2.5rem; font-size:.8rem; color:#333; border:1px solid #999; background:#fff;}

/* 학과소개 */
.depa_top {position:relative; padding:2.5rem 4.7rem 2.5rem 0;}
.depa_top:before {content:"Gyeongsang National University"; display:block; position:absolute; right:0; top:0; width:9rem; height:100%; padding-right:1.75rem; font-family:'Sora'; font-weight:400; font-size:0.7rem; color:#e1e5ee; background:#e1e5ee url('/images/web/ecedu/sub_cnt/bgTxt_depa.png') no-repeat 6.7rem center; z-index:-1;}
.depa_top .depa_Tbox {position:relative; min-height:12.5rem; padding:1.5rem 23rem 1.5rem 2rem; border-left:5px solid #22499d; background:url('/images/web/ecedu/sub_cnt/pt_depa.png') repeat;}
.depa_top .depa_Tbox .depa_img {position:absolute; right:0; top:0; width:21rem;}
.depa_top .depa_Tbox .depa_img img {width:100%;}
.depa_top .depa_Tbox h3 {margin-bottom:.8rem; font-size:1.7rem; font-family:'SCDream'; font-weight:700; color:#22499d;}
.depa_top .depa_Tbox ul.depa_cttpc li {position:relative; padding:0.2rem 0 0.5rem 2.25rem; }
.depa_top .depa_Tbox ul.depa_cttpc li i {position:absolute; top:0; left:0; width:1.7rem; height:1.7rem; text-align:center; line-height:1.7rem; font-size:1rem; color:#fff; background:#666; border-radius:50%;}

/* 오시는길 */
.mapTbox .map_api {position:relative; height:20rem; border:1px solid #ccc; border-bottom:none;}
.mapTbox .map_txt {position:relative; padding:1rem 2.5rem; background:#22499d url('/images/web/ecedu/sub_cnt/pt_map.png') repeat;}
.mapTbox .map_txt ul {overflow:hidden;}
.mapTbox .map_txt ul li {position:relative; margin:0.25rem 1.5rem 0 0; padding:0.2rem 0 0.5rem 2.25rem; float:left; color:#dfe5f2;}
.mapTbox .map_txt ul li:first-child {width:100%;}
.mapTbox .map_txt ul li i {position:absolute; top:0; left:0; width:1.7rem; height:1.7rem; text-align:center; line-height:1.7rem; font-size:1rem; color:#fff; background:#486cbb; border-radius:50%; box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);}
.mapTbox .map_txt .btn_map {position:absolute; top:-3rem; right:2.5rem; width:6rem; height:6rem; color:#fff; text-align:center; background:#00a0a8; border-radius:50%; box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.4);}
.mapTbox .map_txt .btn_map a {display:block; padding-top:3.25rem; color:#fff;}
.mapTbox .map_txt .btn_map a i {position:absolute; top:1.5rem; left:0; width:100%; font-size:1.6rem; color:#fff; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.mapTbox .map_txt .btn_map a:hover i,
.mapTbox .map_txt .btn_map a:focus i {top:1.3rem;}
.trnsportList > li {position:relative; padding:1.5rem 0 1.5rem 10rem; border-top:1px dotted #ccc;}
.trnsportList li:first-child {border-top:none;}
.trnsportList > li > strong {position:absolute; left:0; top:.9rem; padding-left:3rem; line-height:2.5rem; color:#091f46; font-size:.9rem; font-family:'SCDream'; font-weight:700;}
.trnsportList > li > strong.ico_trnsport1 {background:url('/images/web/ecedu/sub_cnt/ico_map1.png') no-repeat left top; background-size:auto 100%;}
.trnsportList > li > strong.ico_trnsport2 {background:url('/images/web/ecedu/sub_cnt/ico_map2.png') no-repeat left top; background-size:auto 100%;}
.trnsportList > li > strong.ico_trnsport3 {background:url('/images/web/ecedu/sub_cnt/ico_map3.png') no-repeat left top; background-size:auto 100%;}
.trnsportList > li > strong.ico_trnsport4 {background:url('/images/web/ecedu/sub_cnt/ico_map4.png') no-repeat left top; background-size:auto 100%;}
.trnsportList li .trnsportTit {color:#22499d; font-size:.8rem; font-family:'SCDream'; font-weight:700;}
.trnsportList li ul li strong { font-weight:600; color:#111;}

/* 명예교수 */
.honorList {overflow:hidden;}
.honorList li {position:relative; width:49%; margin:1rem 0 0 2%; padding-top:120px;  float:left; text-align:center; border:1px solid #b2b2b2; border-top:2px solid #22499d; }
.honorList li:nth-child(odd) {margin-left:0;}
.honorList li p.img {position:absolute; left:0; top:1rem; width:100%; height:8.5rem; text-align:center;}
.honorList li p.img img {max-width:120px; box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2);}
.honorList li p.txt {min-height:2rem; padding:3.5rem 0 1rem; text-align:center; color:#fff; font-size:1rem; background:#22499d url('/images/web/ecedu/sub_cnt/pt_grt.png') repeat;}

/* 교육목표 */
.edu_goal li dl {position:relative; padding:.75rem 1rem; margin-bottom:1rem; border:1px solid #e0e0e0;}
.edu_goal li dl dt {position:relative; min-height:3rem; padding:.75rem 0 .5rem 4rem; font-family:'SCDream'; font-size:1rem; font-weight:700; color:#22499d; }
.edu_goal li dl dt span {position:absolute; top:0; left:0; width:3rem; height:3rem; line-height:3rem; color:#fff; text-align:center; background:#00a0a8; border-radius:50%;}
.edu_goal li dl dd {position:relative; margin-top:.5rem; padding:1rem 0 0; font-size:.85rem; border-top:2px dotted #e0e0e0; }




/* sub : 끝 *******************************/

@media (max-width:1600px){



}


@media (max-width:1400px){

	/* 공통 : 시작 **************************************************************/

	/* 링크 박스 */
	.link_box li {width:49%;}
	.link_box li:nth-child(3n) {margin-right:2%;}
	.link_box li:nth-child(2n) {margin-right:0;}

	/* 공통 : 끝 **************************************************************/

}

@media (max-width:1200px){


}

@media (max-width:1024px){

	/* 인사말 : 사진 없을경우 */
	.grt_box2 .grt_top {padding:2rem; overflow:hidden; }
	.grt_box2 .grt_top .img {width:100%;}
	.grt_box2 .grt_top .img img {box-shadow:none;}
	.grt_box2 .grt_top .txt {min-height:auto; box-shadow:1px 1px 10px 0 rgba(0, 0, 0, 0.4);}

	/* 역대학장 */
	.presList li {width:32%; }
	.presList li:nth-child(4n) {margin-right:2%;}
	.presList li:nth-child(3n) {margin-right:0;}

}

@media (max-width:950px){



}

@media (max-width:880px){


	/* 학과소개 */
	.depa_top {padding:0;}
	.depa_top:before {display:none;}
	.depa_top .depa_Tbox {padding:1.5rem 20rem 1.5rem 2rem;}
	.depa_top .depa_Tbox .depa_img {top:1rem; right:1rem; width:17rem;}


}

@media (max-width:768px){

	/* 연혁 */
	.hisTop dd {padding:0; }
	.hisTop dd:before, .hisTop dd:after {display:none;}
	.hisList:before {left:18px; top:50px;}
	.hisList h4 {width:100%; height:auto; margin:0; padding:1rem 1.5rem; font-size:1.2rem; border-radius:0;}
	.hisList h4:before {display:none;}
	.hisList h4 span {display:inline; margin-left:0.25rem;}
	.hisList > ol > li {margin:1rem 0 2rem;}
	.hisList > ol > li:nth-child(odd) {margin-left:10px; padding:0;}
	.hisList > ol > li:nth-child(even) {margin:1rem 0 2rem 10px; padding:0; text-align:left; }
	.hisList > ol > li:before {display:none;}
	.hisList > ol > li:after {display:none;}
	.hisList > ol > li:nth-child(even):before {display:none;}
	.hisList > ol > li:nth-child(even):after {left:auto; right:0;}
	.hisList > ol > li > p:before {display:none;}
	.hisList > ol > li:nth-child(even) > p > strong {border-right:15px solid #fff; border-left:none;}
	.hisList > ol > li > p > strong:before {background:url('/images/web/ecedu/sub_cnt/bg_hisL2.png') no-repeat left bottom;}
	.hisList > ol > li:nth-child(even) > p > strong:before {left:0; right:auto; }
	.hisList > ol > li > ol {padding:0 1.5rem; border:none;}
	.hisList > ol > li:nth-child(even) > ol > li {padding:0 0 0 6rem;}
	.hisList > ol > li:nth-child(even) > ol > li > span {left:0; right:auto;}
	.hisList > ol > li:nth-child(even) > ol > li > ul.list_st3 > li {padding:0 0 0 .5rem;}
	.hisList > ol > li:nth-child(even) > ol > li > ul.list_st3 > li:before {left:0; right:auto;}

	/* 오시는길 */
	.mapTbox .map_txt {padding:1.5rem 1rem;}
	.mapTbox .map_txt ul {overflow:hidden;}
	.mapTbox .map_txt ul li {position:relative; margin:0.25rem 1.5rem 0 0; padding:0.2rem 0 0.5rem 2.25rem; float:left; color:#dfe5f2;}
	.mapTbox .map_txt ul li:first-child {width:100%;}
	.mapTbox .map_txt ul li i {position:absolute; top:0; left:0; width:1.7rem; height:1.7rem; text-align:center; line-height:1.7rem; font-size:1rem; color:#fff; background:#486cbb; border-radius:50%; box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);}
	.mapTbox .map_txt .btn_map {top:-1.5rem; right:0; width:auto; height:auto; color:#fff; text-align:center; line-height:3rem; border-radius:0;}
	.mapTbox .map_txt .btn_map a {display:block; padding:0 1.5rem; color:#fff;}
	.mapTbox .map_txt .btn_map a i {position:relative; top:auto; left:auto; width:auto; font-size:1.2rem; display:inline; vertical-align:middle; margin-right:0.5rem;}
	.mapTbox .map_txt .btn_map a:hover i,
	.mapTbox .map_txt .btn_map a:focus i {top:auto;}


}

@media (max-width:700px){

	/* 공통 : 시작 **************************************************************/

	/* 링크 박스 */
	.link_box li {width:100%; float:none; margin-right:0}
	.link_box li:nth-child(3n) {margin-right:0;}

	/* 공통 : 끝 **************************************************************/

	/* 인사말 : 사진 있을경우 */
	.grt_box .grt_top {padding:12rem 1rem 1.5rem;}
	.grt_box .grt_top .img {left:50%; top:1rem; margin-left:-4.25rem;}
	.grt_box .grt_top .txt .slo_txt {padding:0.75rem 0; margin:0.75rem 0; font-size:1.3rem; border-top:1px solid rgba(255,255,255,0.3);}
	.grt_box .grt_top .txt .slo_txt span {font-weight:700;}
	.grt_box .grt_sign {text-align:right; font-size:0.9rem;  font-family:'SCDream';}
	.grt_box .grt_sign strong {font-size:1.1rem; font-weight:700; color:#111;}

	/* 인사말 : 사진 없을경우 */
	.grt_box2 .grt_top {padding:1rem;}
	.grt_box2 .grt_top .img {width:100%;}
	.grt_box2 .grt_top .img img {box-shadow:none;}
	.grt_box2 .grt_top .txt {padding:1.5rem;}
	.grt_box2 .grt_top .txt .slo_txt {padding-bottom:.75rem; margin-bottom:.75rem; font-size:1.3rem;}

	/* 조직도 */
	.orga_box ol li .orga_dep2 > li > span {width:90%;}
	.orga_box ol li > span.orga_m {width:90%;}
	.orga_box ol li .orga_dep3 > li {width:50%; float:left;}
	.orga_box ol li .orga_dep3 > li > span {width:90%;}

	/* 오시는길 */
	.trnsportList > li {padding:1.5rem 0;}
	.trnsportList > li:first-child {padding-top:0.5rem;}
	.trnsportList > li > strong {position:relative; left:auto; top:auto; display:block; margin-bottom:0.5rem;}

	/* 학과소개 */
	.depa_top .depa_Tbox {padding:1.5rem; border-left:none; border-top: 5px solid #22499d;}
	.depa_top .depa_Tbox .depa_img {position:relative; right:auto; top:auto; width:auto; text-align:center;}
	.depa_top .depa_Tbox .depa_img img {width:auto; max-width:100%;}
	.depa_top .depa_Tbox h3 {margin:1rem 0 0.8rem 0; font-size:1.2rem;}
	.depa_top .depa_Tbox ul.depa_cttpc {overflow:hidden;}
	.depa_top .depa_Tbox ul.depa_cttpc li {margin-right:1.5rem; float:left; }



}

@media (max-width:640px){

	/* 역대학장 */
	.presList li {width:49%; }
	.presList li:nth-child(3n) {margin-right:2%;}
	.presList li:nth-child(2n) {margin-right:0;}

}

@media (max-width:600px){

}

@media (max-width:480px){

	/* 역대학장 */
	.presList li {width:100%; margin-right:0; }
	.presList li:nth-child(3n) {margin-right:0;}

	/* Faculty */
	.FacultyEBox {padding:1rem;}
	.FacultyEBox .img {position:relative; left:auto; top:auto; text-align:center;}
	.FacultyEBox .txt h3 {margin:1rem 0;}

	/* 명예교수 */
	.honorList li {width:100%; margin:1rem 0 0 0; float:none;}

	/* 교육목표 */
	.edu_goal li dl dt {padding:.75rem 0 .5rem 0; }
	.edu_goal li dl dt span {position:relative; top:auto; left:50%; margin:0 0 .5rem -1.5rem; display:block;}



}

@media (max-width:380px){

	/* 연혁 */
	.hisList > ol > li:nth-child(odd) > ol > li {padding-left:0;}
	.hisList > ol > li:nth-child(odd) > ol > li > span {position:relative; left:auto; top:0; display:block;}
	.hisList > ol > li:nth-child(even) > ol > li {padding:0;}
	.hisList > ol > li:nth-child(even) > ol > li > span {position:relative; left:auto; right:auto; display:block;}
}
