@charset 'euc-kr';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
/*
³ëÅä»ê½º 'Noto Sans KR - 3,4,5,7,9'
³ª´®½ºÄù¾î 'NanumSquare - 3,4,7,8'
*/


body { min-width:320px; }
.pc { display: none !important;	 }
.mobile { display: block !important; }
* a, a:hover, a:visited { text-decoration: none; }


/* header */
header {position:fixed;top:0;left:0;right:0;z-index:999999;min-height:50px;background-color: #fff !important; }
.all_menu {position:absolute;right:20px;top:16px;display:none;width:20px;height:18px;font-size:0;line-height:0;margin: 0; padding: 0; cursor: pointer; background: transparent; outline:none; border: 0;}
.all_menu .ico_cate, .all_menu .ico_cate:before, .all_menu .ico_cate:after {display:block;position:absolute;left:0;width:100%;height:2px;background:#252525;content:'';-webkit-transition: .25s ease-in;transition: .25s ease-in}
.all_menu .ico_cate {top:8px}
.all_menu .ico_cate:before {top:-8px}
.all_menu .ico_cate:after {top:8px}
.all_menu.close .ico_cate {background-color:transparent}
.all_menu.close .ico_cate:before {transform:rotate(135deg);top:0}
.all_menu.close .ico_cate:after {transform:rotate(45deg);top:0}


header .gnb_wrap {width:100%; height: 50px;}
header .gnb_wrap h1 {position:absolute;top:0px;right: 0; bottom: 0; left:0;margin:auto;float:none; text-align: center;}
header h1 img { width: auto; height: 30px; margin-top: 10px;}

.all_menu {position:absolute;right:20px;top:17.5px;display:none;width:20px;height:18px;font-size:0;line-height:0;margin: 0; padding: 0; cursor: pointer; background: transparent; outline:none; border: 0;}
.all_menu .ico_cate, .all_menu .ico_cate:before, .all_menu .ico_cate:after {display:block;position:absolute;left:0;width:100%;height:2px;background:#000;content:"";-webkit-transition: .25s ease-in;transition: .25s ease-in}
.all_menu .ico_cate {top:8px}
.all_menu .ico_cate:before {top:-8px}
.all_menu .ico_cate:after {top:8px}
.all_menu.close .ico_cate {background-color:transparent}
.all_menu.close .ico_cate:before {transform:rotate(135deg);top:0}
.all_menu.close .ico_cate:after {transform:rotate(45deg);top:0}


.gnb_m_wrap { overflow:hidden; visibility: hidden; position:fixed; top:0; left:0; right:0; bottom:0; z-index:10000; margin:0; opacity:0;transition: .3s; display: none; background: rgba(0,0,0,0.8); flex: 1 1 auto; }
.gnb_m_wrap.active { opacity: 1; visibility:visible; transition: .3s ease; }
.gnb_m {position:fixed;right:-100%;width:80%;top:0;bottom:0;height:auto;padding-bottom:65px;overflow-x:hidden;overflow-y:auto;z-index:102;background-color:#fff;-webkit-transition: .25s ease-in;transition: .25s ease-in;}
.gnb_m.active {right:0}
.gnb_m .topLink { position:static; padding:18px 30px; border-bottom:1px solid #e5e5e5;}
.gnb_m .topLink a { position:relative; font-size:14px; color:#333333; font-weight:bold;}
.gnb_m .topLink > * + * { margin-left:30px;}
.gnb_m .topLink > * + *:before { content:''; display:block; position:absolute; top:50%; left:-15px; width:1px; height:10px; background:#d6d6d6; transform: translateY(-50%);}
.gnb_m .topLink .language { margin-left:auto; margin-right:50px;}
.gnb_m .topLink .language > a { font-size:12px;}

.gnb_m .snb_level1 { overflow:hidden; }
.gnb_m .snb_level1 .menu { overflow:hidden; overflow-y:auto; position:absolute; top:0; right:0; bottom:0; width:80%; background:#fff; transform: translateX(100%); transition: .3s ease;}
.gnb_m .snb_level1 { display:block; padding:0px 30px 60px;}
.gnb_m .snb_level1 > li:nth-child(2) > a { padding-left:0px; padding-right:0px;}
.gnb_m .snb_level1 > li span { display:block; position:relative; padding-right:0px; padding:20px 0; font-size:18px; color: #111; border-bottom:2px solid #679fd5; font-weight:bold;}
.gnb_m .snb_level1 > li span:after { content:''; position:absolute; top:50%; right:20px; width:17px; height:10px; background:url('/images/common/ico_gnb_arrow.png') no-repeat center center / 100%; transition:all .3s ease}
.gnb_m .snb_level1 > li.on > span:after { background-image: url('/images/common/ico_gnb_arrow_on.png');}
.gnb_m .snb_level1 > li .snb_level2 { visibility: visible; display:none; position:static; padding:15px 20px; opacity:1; transition:none; background:#f6f6f6}
.gnb_m .snb_level1 > li .snb_level2 > li > a { display:flex; justify-content:flex-start; align-content:center; align-items:center; font-size:16px; color:#333333; transition: all .3s ease;}
.gnb_m .snb_level1 > li .snb_level2 > li > a img { width: 15px; }
.gnb_m .snb_level1 > li .snb_level2 > li > a:hover { color: #0370ad; }
.gnb_m .snb_level1 > li .snb_level2 > li + li { margin-top:10px;}

.gnb_m .btn_gnb_close { display:block; position:absolute; top:12px; right:30px; width:40px; height:40px; font-size:0; background:url('/images/common/btn_gnb_close.png') no-repeat center center / 20px;}


/**** visual ****/
.visual {width:100%; min-width:320px; height:300px; min-height:220px; margin-bottom:0px; margin-top: 50px; position:relative; overflow:hidden; }
.visual .swiper-container { height:300px; min-height:220px; }
.visual .swiper-slide { width: 100%; height: 100%; }
.swiper-slide.visual_01 { background:url("/images/main/visu_01.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_02 { background:url("/images/main/visu_02.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }

.visuTxt_wrap { width: 100%; position: absolute; left: 0; right: 0; bottom: 40px; z-index: 99; text-align: center; margin: 0 auto; }
.visuTxt { text-shadow: 5px 0px 10px rgba(255,255,255,0.4); line-height: 130%; letter-spacing: -0.5px; }
.visuTxt01 { color: #679fd5; font-size: 26px; font-weight: 600; }
.visuTxt02 { color: #1e3d6d; font-size: 32px; font-weight: 600; }

@media all and (max-width:750px){/**/
	.visual { height: 30vw; }
	.visual .swiper-container { height: 30vw; }
	.visuTxt_wrap { bottom: 4vw; }
	.visuTxt01 { color: #679fd5; font-size: 3vw; font-weight: 600; }
	.visuTxt02 { color: #1e3d6d; font-size: 4vw; font-weight: 600; }
}/**/


/* mContents_wrap */
.mContents_wrap { padding: 40px 0;overflow: hidden; }
.mContents_wrap01 { background:url('/images/main/mContents_bg.jpg') left 10px no-repeat; }
.mContents { width: 95%; margin: 0 auto; overflow: hidden;}


/* department */
.department { display:flex; flex-direction:row; justify-content:space-between; }
.department li { width: 23%; height: auto; position: relative; overflow: hidden; cursor: pointer; }
.department li img { width: 100%; transition:0.3s; }
.department li:hover .department_name { background: rgba(0,0,0,0.2); }
.department li:hover img { transform:scale(1.05) }
.department li.department_title { width: 19%; height: auto; background: #679fd5; color: #fff; font-weight: 300; margin-right: 7px; padding: 25px 20px; box-sizing: border-box; cursor: default;}
.department li.department_title span { font-size: 22px; font-weight: 500; display: block; margin-top: 2px; } 
.department_name { width: 100%; height: 100%; background: rgba(0,0,0,0.45); color: #fff; font-size: 17px; font-weight: 600; position: absolute; left: 0; top: 0; z-index: 9; transition:0.3s; padding: 30px; box-sizing: border-box; display: flex; flex-direction:column; flex-wrap:wrap; justify-content: center;  align-items: center; transition:0.3s; }
.department_name span { color: #fff; font-size: 23px; font-weight: 600; line-height: 1.3em; max-height:3.9em; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; word-break:break-all; }
.department_bigdata { position: absolute; right: 0; bottom: 0; background: #f26c46; color: #fff; font-weight: 300; z-index: 9999; display: block; padding: 2px 10px;}

@media all and (max-width:900px){/**/
	.department { flex-wrap:wrap; }
	.department li { width: 24.5%; margin-bottom: 5px; }
	.department li.department_title { width: 100%; margin-right: 0; }
}/**/

@media all and (max-width:750px){/**/
	.department li { width: 49%; margin-bottom: 5px; }
}/**/

/* rQuick_wrap */
.rQuick_wrap { display:flex; flex-wrap:wrap; flex-direction:row; justify-content:space-between; margin-top: 40px;}

/* mBoardTab */
.mBoard_inner_wrap { width: 68%; position: relative;}
.mBoardTab { overflow: hidden; border-bottom: 2px solid #1e3c6c; }
.mBoardTab > li { width: 90px; height: 37px; float: left; margin-left: -1px; padding: 5px; color: #898989;  border: 1px solid #d0d0d0;  font-weight: 400; position: relative; line-height: 120%; cursor: pointer; word-break:break-all; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;}
.mBoardTab li.on { background: #1e3c6c; color: #fff; }
.mBoardTab li:after {content:''; z-index:-1; position:absolute; left:0; top:0; display:block; width:100%; height:0%; background:#f9f9f9; transition: all 0.3s ease 0s; }
.mBoardTab li:hover:after,.mBoardTab li > li:focus:after {height:38px; transition: all 0.3s ease 0s;} 

.more_list { position: absolute; right: 0; top: 6px; }
.more_list div { display: none; }
.more_list div img { width: 24px; transition:0.3s; cursor: pointer; }
.more_list div img:hover { transform:rotate(180deg) }
.more_list div:nth-child(1) { display: block; }

.mBoard_list ul { display: none; }
.mBoard_list ul:nth-child(1) { display: block; }

.mBoard { width: 100%; min-height: 140px; margin-top: 20px; float: left;}
.mBoard li { border-bottom: 1px solid #e7e7e7; overflow: hidden; box-sizing: border-box; padding: 0 0 7px 15px; position: relative; }
.mBoard li + li { margin-top: 7px; }
.mBoard li:before { content:''; width: 3px; height: 3px; background: #7c7c7c; position: absolute; left: 1px; top: 10px; }

.mNotice_classifi { width: 70px; height: 23px; border-radius: 20px; text-align: center; color: #fff; font-size: 11.5px; line-height: 23px; float: left; margin-right: 10px; }
.mNotice_undergraduate { background: #f26c46; }
.mNotice_graduate { background: #679fd5; }
.mNotice_employment { background: #68b162; }
.mNotice_scholarship { background: #305592; }


@media all and (max-width:600px){/**/
	
	.mBoardTab > li { width: 50px; }
}/**/



.mBoard_total .mBoard_txt { width: calc(100% - 205px); }
.mBoard_txt { float: left; width: calc(100% - 110px); line-height: 23px; font-size: 13px; position: relative; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; cursor: pointer;}
.mBoard_txt:hover { color: #000; }
.mBoard_date { width: 100px; color: #acacac; text-align: right; float: right; font-size: 13px; }


/* rQuick */
.rQuick { width: 28%; background: url('/images/main/mQuick_bg.jpg') 0 0 no-repeat; background-size: cover;}
.rQuick li { height: 33%; box-sizing: border-box; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; padding: 0 20px 0 20px; cursor: pointer; }
.rQuick li + li { border-top: 3px solid #fff; }
.rQuick_img { width: 32px; margin-right: 22px; }
.rQuick_img img { height: 40px; }
.rQuick_txt { width: calc(100% - 56px); font-size: 14px; color: #252525; letter-spacing: -0.5px; line-height: 110%; }
.rQuick_txt span { display: block; font-size: 11.5px; color: #7d7d7d; margin-bottom: 3px; }

@media all and (max-width:880px){/**/
	.mBoard { min-height: 100px;; }
	.mBoard_inner_wrap, .rQuick { width: 100%; }
	.rQuick { margin-top: 30px; height: 240px; }
}/**/


/* mContents_wrap02 */
.mContents_wrap02 { background: #679fd5 url('/images/main/mGreeting_bg.jpg') right bottom no-repeat; text-align: center; background-size: auto 90%;}
.mGreeting { color: #fff; font-size: 17px; font-weight: 500; letter-spacing: -0.5px; line-height: 140%; }
.mGreeting > span { font-size: 28px; font-weight: 600; display: block; margin-bottom: 30px; line-height: 125%;  }


/* mQuick */
.mQuick { width: 95%; margin: 0px auto; padding: 30px 0; overflow: hidden; }
.mQuick li { width: 25%; padding: 0; cursor: pointer; transition:0.3s; background: url('/images/main/mQuick_line.png') right 10px no-repeat; float: left; text-align: center; margin-bottom: 30px; box-sizing: border-box; }
.mQuick li:nth-child(1) { padding-left: 0; }
.mQuick li:nth-child(4n) { background: 0; }
.mQuick li:last-child { padding-right: 0; background: none;}
.mQuick li img { display: block; margin: 0 auto 15px; transition:0.3s; }
.mQuick li .mQuick_title { color: #111; font-size: 15px; font-weight: 500; line-height: 120%; letter-spacing: -0.5px; transition:0.2s; display: inline-block; }
/*.mQuick li:hover .mQuick_title { color: #0370ad; }*/
.mQuick li .mQuick_title:after { content:'';  width: 0; height: 3px; background: #f36c46; position: absolute; left: 0; right: 0; bottom: -5px;  transition:0.3s; }
.mQuick li:hover .mQuick_title:after { width: 100%; }
.mQuick li:hover img { transform: translateY(-6px); } 

@media all and (max-width:750px){/**/
	.mQuick li { width: 33.3%; }
	.mQuick li:nth-child(3n) { background: 0; }
	.mQuick li:nth-child(4n) { background: url('/images/main/mQuick_line.png') right 10px no-repeat; clear: both;}
	.mQuick li img { height: 65px; }
}/**/

@media all and (max-width:450px){/**/
	.mQuick li { width: 50%; }
	.mQuick li:nth-child(3n) { background: url('/images/main/mQuick_line.png') right 10px no-repeat; }
	.mQuick li:nth-child(2n) { background: 0; clear: none;	 }
	.mQuick li img { height: 60px; }
}/**/


/* Footer */
footer { width: 100%; background: #363636; padding: 35px 0; }
.footer_wrap { width: 90%; margin: 0 auto; position: relative; overflow: hidden; color: #acacac; font-size: 11.5px; text-align: center; display: block;}
.footer_wrap .footer_txt { color: #888888; font-size: 11.5px; }
.footer_wrap .footer_terms a { margin-top: 10px; display: inline-block; font-size: 10px; line-height: 20px; text-align: center; width: 120px; color: #777; border: 1px solid #7c7c7c; margin-left: -4px; transition:0.3s; }
.footer_wrap .footer_terms a:hover { color: #fff; border: 1px solid #fff; position: relative; z-index: 1; }
.top-btn { position: static !important; width: 35px; height: 35px; left: 0; bottom: -70px; margin: 0 auto 10px; z-index: 9999; background: #777 url('/images/common/top_arr.png') center no-repeat; cursor: pointer; background-size: 10px; transition: all 0.3s ease;}



/**** sVisual ****/
.sVisuTxt_wrap { width:100%; height: 170px; position: relative; overflow: hidden; margin-top: 50px;}
.sVisual_bg { position: absolute; top: 0; width: 100%; height: 100%; animation: sv_ani 1s ease-in-out; animation-fill-mode: forwards; background: url('/images/sub/sVisu.jpg') 0 0 no-repeat; background-size:cover; }
.sVisuTxt { width: 100%; height: 100%; font-size: 30px; font-weight: 600; color: #1e3d6d; position: relative; z-index: 9; display: flex; flex-direction:column; justify-content: center; align-items: center; line-height: 120%; padding-top: 0; box-sizing: border-box; text-shadow: 2px 0 3px rgba(255,255,255,0.7); letter-spacing: -0.5px;   }
.sVisuTxt span { font-size: 15px; font-weight: 500; color: #679fd5; text-shadow: 0; line-height: 130%; }


/**** sContainer ****/
.sContainer_wrap { background: #fff url('/images/sub/sContents_bg.jpg') 0 0 no-repeat; background-size: 250px; }
.sContainer { width: 100%; height: 100%; margin: 0 auto; overflow: hidden; }
.sContainer .title { width: 95%; margin: 0 auto; display:block; padding: 20px 0; border-bottom: 1px solid #e4e4e4; margin-bottom: 30px; overflow: hidden; }
.sContainer .title h2 {font-size:26px; color:#111; font-weight:500; letter-spacing:-0.5px; line-height:100%; display:block; margin-top: 5px;  }
.sContainer .title .location { display: none; } 


/**** sContentsr ****/
.sContents { width: 95%;  margin: 0 auto 40px; min-height:300px; box-sizing: border-box; position: relative; word-break:keep-all;}
.sContents h4 {font-size:18px; color:#252525; font-weight:600; line-height:120%; margin: 30px 0 15px; background:url('/images/common/conTitle.jpg') no-repeat left 3px; padding-left: 28px; background-size: 20px;}
.sContents h4:nth-child(1) { margin-top: 0; }
.sContents h5 { font-size: 15px; font-weight: 500; color: #0156ae; background:url('/images/common/sConTitle.jpg') no-repeat left 5px; margin:30px 0 15px; padding-left: 25px; background-size: 15px;}
.sContents h4 + h5 { margin-top: 0; }
.boardTable + h5 { margin-top: 20px; }
.sContents .imgBox { margin-bottom: 20px; }
.sContents .imgBox img { max-width:100%; }
.lineBox { border: 1px solid #dedede; background: #fafafa; padding: 20px; box-sizing: border-box;}
.txtBox + .lineBox { margin-top: 10px; }

.table-scroll { width: 100%; overflow-x:auto; }
.table-scroll table.boardTable { width: 100%; table-layout:fixed; min-width:700px; margin-bottom: 0 !important;}
.table-scroll table td { word-break:break-all; }

@media screen and (max-width:700px) {
  .table-scroll { overflow-x:auto;  }
}

.dotList02 { overflow: hidden; }
.dotList02 li { width: 50%; float: left; }

@media all and (max-width:700px){/**/
	.dotList02 li { width: 100%; float: none; }
}/**/


/* sContainer sub_nav */
.right { width: 100%; min-height:300px; margin-bottom: 50px;}
.lnb_box { display: none; }
.m_area_subnav { width:100%; height:35px; line-height:35px; color: #fff; background: #679fd5; box-sizing: border-box; position: relative; }
.m_area_subnav .sub_arr { position: absolute; right: 2.5%; top: 14.5px; transform:rotate(180deg); cursor: pointer; transition:0.3s; }
.m_area_subnav .sub_arr.rotate { transform:rotate(0deg);  }
.m_area_subnav .m_sub_nav_title { font-size: 14px; display: block; padding-left: 2.5%; cursor: pointer; }
.m_area_subnav .m_sub_nav { width:100%; padding:0; margin:auto; border-bottom: 1px solid #ddd; background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.2); padding:10px 2.5%; display: none;	position: absolute; left: 0; top: 35px;	 z-index: 99; }
.m_area_subnav .m_sub_nav:after { clear:both; display:block; content:'';}
.m_area_subnav .m_sub_nav li { width:100%; height:100%;	margin:0; font-size:14px; color:#111; display:block; cursor: pointer; }
.m_area_subnav .m_sub_nav li + li { margin-top: 5px; }
.m_area_subnav .m_sub_nav li a { display: block; }
.m_area_subnav .m_sub_nav li:hover { color: #679fd5; }
.m_area_subnav .m_sub_nav li img { width: 15px; } 

.m_area_ssubnav { width:100%; height:35px; line-height:35px; color: #fff; background: #595959; box-sizing: border-box; position: relative; margin-bottom: 30px;}
.m_area_ssubnav .ssub_arr { position: absolute; right: 2.5%; top: 14.5px; transform:rotate(180deg); cursor: pointer; transition:0.3s; }
.m_area_ssubnav .ssub_arr.rotate { transform:rotate(0deg);  }
.m_area_ssubnav .m_ssub_nav_title { font-size: 14px; display: block; padding-left: 2.5%; cursor: pointer; }
.m_area_ssubnav .m_ssub_nav { width:100%; padding:0; margin:auto; border-bottom: 1px solid #ddd; background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.2); padding:10px 2.5%; display: none;	position: absolute; left: 0; top: 35px;	 z-index: 99; }
.m_area_ssubnav .m_ssub_nav:after { clear:both; display:block; content:"";}
.m_area_ssubnav .m_ssub_nav li { width:100%; height:100%; margin:0; font-size:14px; color:#111; float:left; display:block; display:block; cursor: pointer; }
.m_area_ssubnav .m_ssub_nav li + li { margin-top: 5px; }
.m_area_ssubnav .m_ssub_nav li:hover { color: #126bb4; }

.sub_tab { width: 100%; height: auto; text-align: center; margin: 30px auto 20px; overflow: hidden;  display: flex; flex-wrap: wrap; flex-direction: row;  align-items: stretch; padding-top: 1px; padding-left: 1px;}
.sub_tab > li { min-height: 40px; margin-left: -1px; margin-top: -1px; box-sizing: border-box; width: 100%; text-align: center; font-size: 13px; color: #666; box-sizing: border-box; border: 1px solid #d0d0d0; font-weight: 400; position: relative; }
.sub_tab > li > a { width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center;  }
.sub_tab > li.on { color: #fff; background: #898989; }
.sub_tab > li:after {content:''; z-index:-1; position:absolute; left:0; top:0; display:block; width:100%; height:0%; background:#f9f9f9; transition: all 0.3s ease 0s; }
.sub_tab > li:hover:after,.sub_tab > li:focus:after {height:51px; transition: all 0.3s ease 0s;} 

.sub_tab.s2 > li {width:calc(50% + 1px);}
.sub_tab.s3 > li {width:calc(33.3333% + 1px);}
.sub_tab.s4 > li {width:calc(25% + 1px);}
.sub_tab.s5 > li {width:calc(20% + 1px);}
.sub_tab.s6 > li {width:calc(16.666% + 1px);}
.sub_tab.s7 > li {width:calc(14.285% + 1px);}
.sub_tab.s8 > li {width:calc(12.5% + 1px);}


/* greeting */


.greeting_title { font-size: 24px; font-weight: 500; text-align: center; color: #252525; line-height: 130%; }
.greeting_title span { font-size: 26px; }
.greeting_wrap { margin-top: 30px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: ; }
.greeting_img { width: 180px; margin-top: 6px; }
.greeting_img img { max-width: 100%; }
.greeting_name_wrap { font-size: 13px; font-weight: 300; margin-top: 15px; text-align: right; }
.greeting_name { margin-top: 5px; color: #111; font-size: 20px; font-weight: 600; font-family: 'Nanum Myeongjo', serif; }
.greeting_name span { color: #111; font-size: 26px; }
.greeting_wrap .txtBox { width: calc(100% - 230px); }

@media all and (max-width:500px) {  /**/
	.greeting_img, .greeting_wrap .txtBox { width: 100%; }
	.greeting_img { margin-bottom: 30px; text-align: center; }
	.greeting_img img { width: 40%; }
	.greeting_name_wrap { text-align: center; }
}/**/




/* hisory */
.history-year-item {position:relative; padding-bottom:30px}
.history-year-item:last-child{padding-bottom:0}
.history-year-item:before{position:absolute; top:15px; left:80px; width:1px; bottom:-22px; background-color:#ddd; content:"";}
.history-year-item:last-child:before{display:none;}
.history-year-item .history-year{position:absolute; top:0; left:0px; width:80px;}
.history-year-item .history-year:after{position:absolute; display:block; content:""; top:50%; right:-4px; width:7px; height:7px; margin-top:-3px; background-color:#679fd5; -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.history-year-item .history-year strong{color:#1e1e1e; font-weight:600; font-size:17px;font-style:italic}
.history-year-item .history-info-con{padding-left:100px; }
.history-year-item:last-child .history-info-con{ padding-bottom:0px;}
.history-year-item .history-info-con p{position:relative; margin-bottom:10px; padding-left:30px; color:#5b5b5b; font-weight:300; letter-spacing:-0.5px; line-height:1.4; word-break:keep-all}
.history-year-item .history-info-con p:first-child{margin-top:7px}
.history-year-item .history-info-con p .history-month{position:absolute; top:0px; left:0px;color:#333; font-weight:600; }
.history-year-item .history-info-con p span{}


/* prof */
.prof { display: flex; flex-wrap: wrap; flex-direction: row; align-items: flex-start; justify-content:space-between; }
.prof li { width: 48%; margin-bottom: 30px; border: 3px solid ; text-align: center; border-radius: 20px; overflow: hidden; cursor: pointer; }
.prof li:hover img { animation-name:quick-img; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
.prof_ico_wrap { padding: 15px 10px; }
.prof_department { font-size: 17px; font-weight: 500; line-height: 110%; }
.prof_department span { font-size: 11.5px; display: block;}
.prof_ico { margin-top: 15px; }
.prof_ico img { height: 70px; }
.prof_link {display:block; line-height: 40px; font-size: 12px; color:#fff;position:relative;vertical-align:middle; padding-right: 65px; }
.prof_link:before,
.prof_link:after {content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
/*.prof_link:before {width:32px;height:32px;background:#dfdfdf;right:10px;border-radius:100%; opacity:0;transition:all ease-in 0.3s;}*/
.prof_link:after {width:45px;height:6px;background:url('/images/sub/prof_arr.png') 0 0 no-repeat; background-size: 45px; right:30px;transition:all 0.3s; }
.prof li:hover .prof_link:before {opacity:1; }
.prof li:hover .prof_link:after {right:20px; }



/* location */
.location_info { border-top: 1px solid #ddd; }
.location_info > li { padding:15px 0; border-bottom: 1px solid #ddd; display: flex; flex-wrap: wrap; flex-direction: row; align-items: flex-start; justify-content:flex-start;}
.location_info > li > strong{width:120px;font-weight:400;color:#111; padding: 0 15px 0 20px; background:url('/images/sub/locationLine.jpg') no-repeat right 3px; vertical-align:top; word-break:keep-all; text-align: left; box-sizing: border-box;}
.location_info > li > div { width: calc(100% - 150px); padding-left: 30px; box-sizing: border-box;} 
.location_info > li > div > span{ color: #0c51a0; }

.location_info.icgsk > li > strong { width: 200px; }
.location_info.icgsk > li > div { width: calc(100% - 205px); }

@media all and (max-width:500px) {  /**/
	.location_info > li > strong { background:url('/images/sub/locationLine02.jpg') no-repeat 20px bottom; padding-bottom: 5px; margin-bottom: 5px; }
	.location_info > li > div {width: 100%; padding-left: 20px; } 
	.location_info.icgsk > li > strong { width: 100%; }
	.location_info.icgsk > li > div { width: 100%; }
}/**/


/* undergradute */
.undergradute_wrap { display: flex; flex-wrap: wrap; flex-direction: row; align-items: stretch; border: 1px solid #d4d4d4; margin-bottom: 30px; }
.undergradute_img { width: 65%; }
.undergradute_img img { width: 100%; height: 100%; }
.undergradute_txt { width: 35%; padding: 15px 30px; box-sizing: border-box;}
.undergradute_txt_title { font-size: 24px; font-weight: 500; line-height: 120%; letter-spacing: -0.8px; margin-bottom: 15px; }
.undergradute_txt_title span { font-size: 13px; font-weight: 400; color: #666; display: block;}
.undergradute_info > li { }
.undergradute_info > li + li { margin-top: 5px; }
.undergradute_info > li > strong{width:60px; display:inline-block; font-size: 11.5px; padding: 3px 0; margin:0 10px 0 0; vertical-align:top; background: #7d7d7d; color: #fff; text-align: center; border-radius: 150px; }
.undergradute_info > li > div {width: calc(100% - 75px); display:inline-block; font-size: 12px; padding: 5px 0; border-radius: 20px; box-sizing: border-box; }  

.undergradute_title { font-size: 24px; font-weight: 500; color: #111; margin: 20px 0 10px;}
.undergradute_title_empho { font-size: 24px; font-weight: 500; color: #111; margin: 20px 0 10px;}
.undergradute_title_en { font-size: 13px; color: #b7b7b7; }

@media all and (max-width:800px){/**/
	.undergradute_wrap { display: block; }
	.undergradute_img { width: 100%; }
	.undergradute_txt { width: 100%; }
}/**/

.organi_title { width: calc(100% - 4em); height: 135px; border-radius: 200px; background: url('/images/sub/organi_bg.png') center no-repeat; background-size: cover; /*border: 1px solid #d7d7d7; padding: 15px;*/ box-shadow: 0 0 0 15px #fff, 0 0 0 16px #d7d7d7; margin-bottom: 30px; margin-right: 1em; margin-left: 25px; margin-top: 35px; } 
.organi_title h1 { height: 100%; color: #1e3d6d; font-size: 20px; font-weight: 600; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; align-items: center;justify-content: center; letter-spacing: -0.5px; line-height: 120%;}
.organi_title h1 span { font-size: 11.5px; font-weight: 500; color: #679fd5; display: block;}

.organizational-chart .prof { margin-left: 20px; }
.organizational-chart .prof li { width: 100%; }
.organizational-chart .prof:before { left: -20px; right: auto; top: 7px; margin: 0; }

ol.organizational-chart > li > div:before { bottom: 2em; height: 3px; right: -2em; width: 1em; content:''; background: #ddd; position: absolute; }
ol.organizational-chart > li > div:after { height: 4.3em !important; right: -2.07em !important;  bottom: -30px !important; width: 3px;  content:''; background: #ddd; position: absolute; }
ol.organizational-chart ol { padding: 1em 0 0 0; }
ol.organizational-chart > li > div { margin-right: 1em; }

.edu_purpose li { padding: 20px 30px;border: 1px solid #dfdfdf; display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; align-items: center;justify-content: space-between; box-sizing: border-box; }
.edu_purpose li + li { margin-top: 20px; }
.edu_purpose_img { width: 135px; background: url('/images/sub/edu_purpose_line.jpg') right center no-repeat; }
.edu_purpose_txt { width: calc(100% - 180px); line-height: 140%; }
.edu_purpose_title { color: #1e3c6c; font-size: 18px; font-weight: 600; margin-bottom: 10px;}

@media all and (max-width:800px){/**/
	.edu_purpose li { display: block; }
	.edu_purpose_img { width: 100%; text-align: center; background: 0; margin-bottom: 15px;}
	.edu_purpose_txt { width: 100%; }
}/**/


.grayBox { background: #f3f3f3; padding: 20px 30px; margin-top: 30px; }
.gradute_title { overflow: hidden; }
.gradute_title > div { float: left; margin-right: 15px; }
.gradute_title ul { float: left; }
.gradute_title .undergradute_info { width: auto; }
.gradute_title .undergradute_info strong { font-size: 11.5px; line-height: 22px; }


/* Institute */
.Institute { border: 1px solid #d5d5d5; padding: 40px 30px; display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; align-items: flex-start;justify-content: space-between; box-sizing: border-box;}
.Institute_img { width: 30% }
.Institute_txt { width: 65%; margin-top: -5px; }
.Institute_txt .Institute_info strong { font-size: 11.5px; color: #fff; background: #679fd5; font-weight: 400; }

@media all and (max-width:800px){/**/
	.Institute_img { width: 100%; text-align: center; }
	.Institute_img img { max-width: 400px;  } 
	.Institute_txt { width: 100%; margin-top: 20px; }
}/**/


/* sitemap */
.sitemap_wrap {  display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: stetch;  }
.sitemap { width: 48%;  margin-bottom: 45px; margin-right: 0; }
.sitemap:nth-child(3n) { margin-right: 0; }
.sitemap > dt { background-color: #679fd5; color: #fff; font-weight: bold; padding: 10px 0; border-radius: 10px; text-align: center;}
.sitemap > dd { color: #111; font-weight: 500; font-size: 14px; border-bottom: 1px solid #d5d5d5; cursor: pointer; padding: 15px 20px; text-align: left;}
.sitemap > dd:hover, .sitemap .sitemap-ssnb dd:hover { color: #111;}
.sitemap > dl:nth-child(4) { clear: both; }
.sitemap .sitemap_sub { padding-left: 10px; }
.sitemap .sitemap_sub li { color: #666; padding-left: 10px; line-height: 200%; position: relative;}
.sitemap .sitemap_sub li:before { content:'-'; position: absolute; left: 0; top: 0; } 





.mPopup { max-width: 90% !important; max-height:90%; height: auto !important; top: 70px !important; left: 0 !important; right: 0 !important; margin: 0 auto; }
.mPopup > div { width: 100% !important; height: 100% !important;  }
.mPopup > div img { max-width:100% !important; height: auto !important; }


/* btn_over */
.btn_over:before { display: block; content:''; width: 120%; height: 100%; position: absolute; left: 0; top: 0; background: #fff; }
.btn_over { display: inline-block; border: 1px solid #1e3d6d; background: #1e3d6d; cursor: pointer; position: relative; overflow: hidden; transition: color .55s; text-align: center; }
.btn_over:hover::before { background: #fff; transform-origin: left top; }
.btn_over a { width: 100%; height: 100%; padding: 7px 15px; color: #fff; font-size: 12px; display: block; position: relative; z-index: 100; transition: color .55s;}
.btn_over:hover a { color: #1e3d6d; }

.btn_over a span::after { content:''; width: 9px; height: 17px; margin-left: 10px; margin-bottom: -4px; display: inline-block; background: url('/images/main/more_white.png') 0 center no-repeat; background-size: auto 13px;  }
.btn_over:hover span::after {  background: url('/images/main/more_navy.png') 0 center no-repeat; background-size: auto 13px !important;  }

.more_btn { border-color: #fff; margin-top: 30px; background: transparent; border: 1px solid #fff; }
.more_btn::before { background: #fff; }
.more_btn:hover::before { background: #fff; }
.more_btn a { color: #fff; font-size: 13px; font-weight: 300;  padding: 0 15px; line-height: 35px; }
.more_btn:hover a { color: #679fd5; }
.more_btn a span::after { content:''; width: 9px; height: 17px; margin-left: 20px; margin-bottom: -3px; display: inline-block; background: url('/images/main/more_white.png') 0 center no-repeat; background-size: auto 13px; }
.more_btn:hover span::after {  background: url('/images/main/more_sky.png') 0 center no-repeat; }

.btn_over_sky { background: #679fd5;  border-color: #679fd5;  }
.btn_over_sky:hover a { color: #679fd5; }
.btn_over_sky:hover span::after {  background: url('/images/main/more_sky.png') center no-repeat; }

.btn_over_green { background: #68b162; border-color: #68b162; }
.btn_over_green:hover a { color: #68b162; }
.btn_over_green:hover span::after {  background: url('/images/main/more_green.png') center no-repeat; }

.btn_over_orange { background: #e3633e; border-color: #e3633e;  }
.btn_over_orange:hover a { color: #e3633e; }
.btn_over_orange:hover span::after {  background: url('/images/main/more_orange.png') center no-repeat; }

.btn_over_location { border-radius: 30px; margin: 25px 0; }
.btn_over_location a { padding: 5px 30px;  }

.btn_over_gray { background: #7d7d7d; border-color: #7d7d7d; border-radius: 20px; }
.btn_over_gray a { font-size: 11.5px;  padding: 0 15px;}
.btn_over_gray:hover a { color: #7d7d7d; }


.btn_over_down { border: 1px solid #1e3c6c; margin-top: 20px; background: #1e3c6c !important; }
.btn_over_down a { padding: 0 60px 0 18px;  height: 38px; line-height: 40px; color: #fff; font-size: 12px; background: url('/images/sub/down_ico.png') 88% center no-repeat; background-size: 18px; }
.btn_over_down:hover a { color: #1e3c6c; background: url('/images/sub/down_ico_blue.png') 88% center no-repeat; background-size: 18px;}
.btn_over_down:before { background:#fff !important; }
.btn_over_down:hover::before { background: #fff !important; }

