@charset "euc-kr";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@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 { position: relative; background: #fff; }
.mobile { display: none !important; }
.pc { display: block !important; }
* { box-sizing: border-box; }
* a, a:hover, a:visited { color:inherit; text-decoration: none; cursor: pointer; }
.link { cursor: pointer; }
.link:hover { text-decoration: underline !important; }
.main_color { color: #35893a !important; }

/* header */
header {position:absolute;top:0;left:0;right:0;z-index:999;transition:0.3s; background: rgba(255,255,255,0.5);}
header:hover { background: #fff; }
header h1 { position: absolute; top: 45px; left: 50%; margin-left: -600px; }
header .global { width: 1200px; margin: 10px auto 0; text-align: right; }
header .global a { font-size: 14px; font-weight: 300; background:url('/images/common/globalLine.jpg') center right no-repeat; padding: 0 10px; color: #636363; transition:0.3s; }
header .global a:last-child { background: none; padding-right: 0;  }
header .global a:hover { color: #f26c46;}

header .gnb { width: 1200px; margin: 0 auto; }
header .gnb > ul { margin: 0 auto; float: right;}
header .gnb > ul > li { float:left; position:relative; display:flex; align-items:center; justify-content:center; align-content:center;  }
header .gnb > ul > li > a { color: #111; line-height: 80px; font-size: 20px; font-weight: 500; letter-spacing: -0.5px; padding: 0 0; overflow: hidden;  padding: 0 30px }
header .gnb > ul > li:last-child > a { padding-right: 0; background: none; }

header .gnb > ul > li > a:before { position: absolute; height: 100%; top: 0px; left: 0; overflow: hidden; max-width: 0; border-bottom: 3px solid #679fd5; color: #679fd5; content: attr(data-hover); transition: max-width 0.5s; padding-bottom: 0px; margin-left: 30px; box-sizing: border-box;}
header .gnb > ul > li.on a:before, header .gnb > ul > li:hover a:before { max-width: 100%; }

header .gnb > ul > li > ul { display:none; width: 210px; z-index:100000; position:absolute; top: 80px; left: -36px; margin: 0 auto;}
header .gnb > ul > li > ul li { display:block; font-size:16px; border-bottom:1px solid #d9d8d8; }
/*header .gnb > ul > li > ul li:last-child { border-bottom: 0; }*/
header .gnb > ul > li > ul li a { display:flex; align-items:center; justify-content:center; align-content:center; width:100%; height: 45px; background: #fff; text-align: center; box-sizing: border-box ;}
header .gnb > ul > li > ul li a img { width: 15px; }
header .gnb > ul > li > ul li a:hover { color: #f26c46; }

header .gnb > ul > li:nth-child(1) > ul { left: -40px; }
header .gnb > ul > li:nth-child(2) > ul { left: -55px; }
header .gnb > ul > li:nth-child(3) > ul { left: -50px; }
header .gnb > ul > li:nth-child(4) > ul { left: -20px; }
header .gnb > ul > li:nth-child(5) > ul { left: -21px; }
header .gnb > ul > li:nth-child(6) > ul { left: -57px; }
header .gnb > ul > li:nth-child(7) > ul { left: -27.5px; }


/**** visual ****/
.visual { width: 100%; height: 700px; position:relative; overflow:hidden; }
.visual .swiper-container { height: 700px; }
.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: 1200px; position: absolute; left: 0; right: 0; bottom: 70px; z-index: 99; text-align: center; margin: 0 auto; }
.visuTxt { text-shadow: 5px 0px 10px rgba(255,255,255,0.4); line-height: 120%; letter-spacing: -0.5px; }
.visuTxt01 { color: #679fd5; font-size: 37px; font-weight: 600; }
.visuTxt02 { color: #1e3d6d; font-size: 57px; font-weight: 600; }


/* mContents_wrap */
.mContents_wrap { padding: 70px 0;overflow: hidden; }
.mContents_wrap01 { background:url('/images/main/mContents_bg.jpg') left 20px no-repeat; }
.mContents { width: 1200px; margin: 0 auto; overflow: hidden;}


/* department */
.department { display:flex; flex-direction:row; justify-content:space-between; }
.department li { width: 280px; height: 210px; 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: 210px; height: 185px; background: #679fd5; color: #fff; font-weight: 300; margin-right: 7px; padding: 35px 30px; box-sizing: border-box; cursor: default;}
.department li.department_title span { font-size: 30px; font-weight: 500; display: block; margin-top: 5px; } 
.department_name { width: 100%; height: 100%; background: rgba(0,0,0,0.45); color: #fff; font-size: 23px; 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;}
.department_bigdata:visited { color: #fff; }
.department_bigdata:hover {color: #111;  }


/* rQuick_wrap */
.rQuick_wrap { display:flex; flex-direction:row; justify-content:space-between; margin-top: 70px;}

/* mBoardTab */
.mBoard_inner_wrap { width: 825px; position: relative;}
.mBoardTab { overflow: hidden; border-bottom: 2px solid #1e3c6c; padding: 1px 30px 1px 1px;  box-sizing: border-box; }
.mBoardTab > li { width: 135px; height: 45px; float: left; margin-left: -1px; margin-bottom: -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; border-bottom-color: #1e3c6c;}
.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:51px; transition: all 0.3s ease 0s;} 

.more_list { position: absolute; right: 0; top: 6px; }
.more_list div { display: none; }
.more_list div img { 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:180px; margin-top: 30px; float: left;}
.mBoard li { border-bottom: 1px solid #e7e7e7; overflow: hidden; box-sizing: border-box; padding: 0 0 10px 15px; position: relative; }
.mBoard li + li { margin-top: 10px; }
.mBoard li:before { content:''; width: 3px; height: 3px; background: #7c7c7c; position: absolute; left: 1px; top: 10px; }

.mNotice_classifi { width: 90px; height: 26px; border-radius: 20px; text-align: center; color: #fff; font-size: 14px; line-height: 26px; float: left; margin-right: 15px; }
.mNotice_undergraduate { background: #f26c46; }
.mNotice_graduate { background: #679fd5; }
.mNotice_employment { background: #68b162; }
.mNotice_scholarship { background: #305592; }

.mBoard_total .mBoard_txt { width: calc(100% - 255px); }
.mBoard_txt { float: left; width: calc(100% - 130px); line-height: 26px; font-size: 17px; 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: 17px; }


/* rQuick */
.rQuick { width: 305px; 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 30px 0 25px; cursor: pointer; }
.rQuick li + li { border-top: 3px solid #fff; }
.rQuick_img { margin-right: 22px; }
.rQuick_txt { font-size: 18px; color: #252525; letter-spacing: -0.5px; line-height: 110%; }
.rQuick_txt span { display: block; font-size: 15px; color: #7d7d7d; }
.rQuick li:hover .rQuick_txt { color:#1e3c6c }

.rQuick li:hover img {animation-name:quick-img;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;}

@keyframes quick-img {
	16.65% {
	-webkit-transform: translateY(6px);transform: translateY(6px);
  }
  33.3% {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
  }
  49.95% {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
  }
  66.6% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  83.25% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
  }
  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}


/* mContents_wrap02 */
.mContents_wrap02 { background: #679fd5 url('/images/main/mGreeting_bg.jpg') right 0px no-repeat; text-align: center; word-break:keep-all; }
.mGreeting { color: #fff; font-size: 23px; font-weight: 500; letter-spacing: -0.5px; line-height: 140%; }
.mGreeting > span { font-size: 43px; font-weight: 600; display: block; margin-bottom: 45px; }


/* mQuick */
.mQuick { width: 1200px; margin: 0px auto; padding: 70px 0; overflow: hidden; }
.mQuick li { padding: 0 42px; cursor: pointer; box-sizing: border-box; transition:0.3s; background: url('/images/main/mQuick_line.png') right 10px no-repeat; float: left; text-align: center;}
.mQuick li:nth-child(1) { padding-left: 0; }
.mQuick li:last-child { padding-right: 0; background: none;}
.mQuick li img { margin-bottom: 20px; transition:0.3s; }
.mQuick li .mQuick_title { color: #111; font-size: 20px; font-weight: 500; line-height: 130%; letter-spacing: -0.5px; transition:0.2s; position: relative;}
/*.mQuick li:hover .mQuick_title { color: #0370ad; }*/
.mQuick li .mQuick_title:after { content:''; display: inline-block; width: 0; height: 3px; background: #f36c46; position: absolute; left: 0; right: 0; margin: auto; bottom: -5px;  transition:0.3s; }
.mQuick li:hover .mQuick_title:after { width: 100%; }
.mQuick li:hover img { transform: translateY(-10px); } 


/* Footer */
footer { width: 100%; background: #555; padding: 35px 0; }
.footer_wrap { width: 1200px; margin: 0 auto; position: relative; }
.footer_wrap .footer_txt { color: #b7b7b7; font-size: 14px; font-weight: 300; }
.footer_wrap .footer_txt span { color: #fff; font-weight: 300; }
.footer_wrap .footer_txt a:hover { text-decoration: underline; }
.top-btn { position: fixed; width: 64px; height: 64px; left: 50%; bottom: -70px; margin: 0 0 0 842px; z-index: 9999; background: #777 url('/images/common/top_arr.png') center no-repeat; cursor: pointer; /*transition:background 0.2s;*/ transition: all 0.3s ease;}
.top-btn:hover { background-color: #333; }
.top-btn.show{
	bottom:40px;
}


/**** sVisual ****/
.sVisuTxt_wrap { width:100%; height: 360px; position: relative; overflow: hidden;}
.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: 48px; 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: 118px; box-sizing: border-box; text-shadow: 2px 0 3px rgba(255,255,255,0.7); letter-spacing: -0.5px;   }
.sVisuTxt span { font-size: 20px; font-weight: 500; color: #679fd5; text-shadow: 0; line-height: 130%; }

@keyframes sv_ani {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes sv_ani {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


/**** sContainer ****/
.sContainer_wrap { background: #fff url('/images/sub/sContents_bg.jpg') 0 0 no-repeat;  }
.sContainer { width: 1200px; margin: 45px auto 150px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: flex-start;  }
.lnb_box { width: 230px; position: relative; }
.lnb_titile { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; line-height: 130%; height: 145px; background: #679fd5; text-align: center; color: #fff; font-size: 31px; font-weight: 500; letter-spacing: -1px; }
.lnb > li + li { margin-top: -1px; }
.lnb > li > a { width: 100%; height: 50px; color: #666; font-size: 18px; position: relative; padding-left: 20px; border: 1px solid #d4d4d4; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 120%; background: 180px center no-repeat; transition:0.2s; box-sizing: border-box; }
.lnb > li:hover > a, .lnb > li.on > a { color: #111; position: relative; z-index: 1; background: url('/images/sub/lnb_ov.png') 195px center no-repeat; border: 1px solid #0069b3;}


/* sub contents */
.right { width: 915px; min-height:700px; }
.title { margin: 0 auto; display:block;  margin-bottom: 50px; border-bottom: 1px solid #d4d4d4; padding-bottom: 20px; overflow: hidden; }
.title h2 { font-size:36px; color:#111; font-weight:500; letter-spacing:-0.5px; line-height:100%; display:block; text-align:left;}
.title .location { text-align: right; }
.title .location > li { height:12px; line-height:12px; font-size: 15px; letter-spacing: -0.5px; padding:0 5px 0 15px; display: inline-block; color:#888; background:url('/images/sub/locationDot.jpg') no-repeat left 3px; box-sizing: border-box;  }
.title .location > li:first-child { background:url('/images/sub/home.jpg') no-repeat left 0px; padding-right: 5px; }
.title .location > li:last-child { padding-right: 0; }


/**** sContents ****/
.sContents { width: 100%; margin: 50px auto; min-height:400px; box-sizing: border-box; position: relative; text-align: justify; word-break:keep-all;}
.sContents h4 {font-size:24px; color:#252525; font-weight:600; line-height:120%; margin: 50px 0 20px; background:url('/images/common/conTitle.jpg') no-repeat left 3px; padding-left: 33px; text-align: left;}
.sContents h4:nth-child(1) { margin-top: 0; }
.sContents h4 span { display: block; font-size: 17px; font-weight: 400; color: #666; }
.sContents h5 { font-size: 20px; font-weight: 500; color: #0156ae; background:url('/images/common/sConTitle.jpg') no-repeat left 7px; padding-left: 30px; margin:40px 0 18px; }
.sContents h4 + h5 { margin-top: 0; }
.boardTable + h5 { margin-top: 20px; }
.sContents .imgBox { margin-bottom: 20px; }
.lineBox { border: 1px solid #dedede; background: #fafafa; padding: 30px; box-sizing: border-box;}
.txtBox { text-align: justify; }
.txtBox + .lineBox { margin-top: 10px; }
.dotList02 { overflow: hidden; }
.dotList02 li { width: 50%; float: left; }
.keepall td, .keepall th { word-break:keep-all; }

.sub_tab { width: 100%; height: auto; text-align: center; margin: 50px auto 50px; overflow: hidden; display: flex; flex-wrap: wrap; flex-direction: row;  align-items: stretch; padding-top: 1px; padding-left: 1px;}
.sub_tab > li { margin-left: -1px; margin-top: -1px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center;width: 100%; padding: 5px; min-height: 53px; text-align: center; font-size: 17px; color: #666; box-sizing: border-box; border: 1px solid #d0d0d0; font-weight: 400; position: relative; line-height: 130%; cursor: pointer; word-break:break-all;}
.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: 32px; font-weight: 500; text-align: center; color: #252525;}
.greeting_title span { font-size: 39px; }
.greeting_wrap { margin-top: 50px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; }
.greeting_img { width: 254px; margin-top: 6px; }
.greeting_name_wrap { font-size: 17px; font-weight: 300; margin-top: 35px; text-align: right; }
.greeting_name { margin-top: 10px; color: #111; font-size: 27px; font-weight: 600; font-family: 'Nanum Myeongjo', serif;  }
.greeting_name span { color: #111; font-size: 36px; }
.greeting_wrap .txtBox { width: 610px; }


/* 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:120px; width:1px; bottom:-24px; background-color:#ddd; content:"";}
.history-year-item:last-child:before{display:none;}
.history-year-item .history-year{position:absolute; top:0; left:0px; width:120px;}
.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:23px;font-style:italic}
.history-year-item .history-info-con{padding-left:140px; }
.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; text-align: left;}
.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: 185px; 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: 23px; font-weight: 500; line-height: 100%; }
.prof_department span { font-size: 15px; display: block;}
.prof_ico { margin-top: 15px; }
.prof_link {display:block; line-height: 55px; font-size: 16px; 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:38px;height:38px;background:#dfdfdf;right:3px;border-radius:100%; opacity:0;transition:all ease-in 0.3s;}*/
.prof_link:after {width:52px;height:7px;background:url('/images/sub/prof_arr.png') 0 0 no-repeat; right:30px;transition:all 0.3s; }
/*.prof li:hover .prof_link:before {opacity:1; }*/
.prof li:hover .prof_link:after {right:20px; }

.prof li.prof_math { border-color: #1e3c6c; }
.prof_math .prof_department { color: #1e3c6c; }
.prof_math .prof_link { background: #1e3c6c; }
.prof li.prof_physics { border-color: #679fd5; }
.prof_physics .prof_department { color: #679fd5; }
.prof_physics .prof_link { background: #679fd5; }
.prof li.prof_chemistry { border-color: #e3633e; }
.prof_chemistry .prof_department { color: #e3633e; }
.prof_chemistry .prof_link { background: #e3633e; }
.prof li.prof_lifescience { border-color: #68b162; }
.prof_lifescience .prof_department { color: #68b162; }
.prof_lifescience .prof_link { background: #68b162; }


/* location */
.location_info { border-top: 1px solid #ddd; }
.location_info > li { padding:20px 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:170px;font-weight:400;color:#252525;padding: 0 20px 0 50px; background:url('/images/sub/locationLine.jpg') no-repeat right 8px; vertical-align:top; word-break:keep-all; text-align: left; box-sizing: border-box;}
.location_info > li > div { width: calc(100% - 170px); padding-left: 30px; box-sizing: border-box; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content:flex-start; }  

/* undergradute */
.undergradute_wrap { display: flex; flex-wrap: wrap; flex-direction: row; align-items: stretch; border: 1px solid #d4d4d4; margin-bottom: 50px; }
.undergradute_img {  }
.undergradute_txt { width: calc(100% - 569px); padding: 0 40px; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-start; align-items: flex-start;justify-content: center;}
.undergradute_txt_title { font-size: 30px; font-weight: 500; line-height: 130%; letter-spacing: -0.8px; margin-bottom: 25px; text-align: left;}
.undergradute_txt_title span { font-size: 17px; font-weight: 400; color: #666; display: block; line-height: 130%; }
.undergradute_info { width: 100%; }
.undergradute_info > li { }
.undergradute_info > li + li { margin-top: 10px; }
.undergradute_info > li > strong { width:80px; display:inline-block; font-size: 14px; 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% - 95px); display:inline-block; font-size: 16px; padding: 5px 0; border-radius: 20px; box-sizing: border-box; }  

.undergradute_title { font-size: 32px; font-weight: 500; color: #111; margin: 30px 0 15px;}
.undergradute_title_empho { font-size: 32px; font-weight: 500; color: #111; margin: 30px 0 15px;}
.undergradute_title_en { font-size: 17px; color: #b7b7b7; }


/* organizational-chart */
.organi_title { width: 195px; height: 195px; 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 20px #fff, 0 0 0 21px #d7d7d7; } 
.organi_title h1 { height: 100%; color: #1e3d6d; font-size: 27px; font-weight: 600; display: flex; flex-direction: row; 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: 14px; font-weight: 500; color: #679fd5; }

.organizational-chart .prof { position: relative; }
.organizational-chart .prof:before { content:''; width: 14px; height: 14px; display: block; border-radius: 14px; position: absolute; left: 0; right: 0; top: -20px; margin: 0 auto; }
.prof_math_wrap:before { background: #1e3c6c;  }
.prof_physics_wrap:before { background: #679fd5; }
.prof_chemistry_wrap:before { background: #e3633e; }
.prof_lifescience_wrap:before { background: #68b162; }

ol.organizational-chart, ol.organizational-chart ol, ol.organizational-chart li, ol.organizational-chart li>div { position: relative; }
ol.organizational-chart { text-align: center; }
ol.organizational-chart ol { padding-top: 45px; }
ol.organizational-chart ol:before, ol.organizational-chart ol:after,
ol.organizational-chart li:before, ol.organizational-chart li:after,
ol.organizational-chart>li>div:after { background-color: #ddd; content: ''; position: absolute; }

ol.organizational-chart ol>li { padding: 1em 0 0 1em; }
ol.organizational-chart>li ol:before { height: 1em; left: 50%; top: 0; width: 3px; }
ol.organizational-chart>li ol:after { height: 3px; left: 3px; top: 1em; width: 50%; }
ol.organizational-chart>li ol>li:not(:last-of-type):before { height: 3px; left: 0; top: 2em; width: 1em; }
ol.organizational-chart>li ol>li:not(:last-of-type):after { height: 100%;  left: 0; top: 0; width: 3px; }
ol.organizational-chart>li ol>li:last-of-type:before { height: 3px; left: 0; top: 2em; width: 1em; }

ol.organizational-chart>li ol>li:last-of-type:after { height: 2em; left: 0; top: 0; width: 3px; }


/*** PRIMARY ***/
ol.organizational-chart>li>div { /*background-color: #a2ed56;*/ margin-right: 1em; }
ol.organizational-chart>li>div:before { bottom: 2em; height: 3px; right: -1em; width: 1em; }
ol.organizational-chart>li>div:first-of-type:after { bottom: 0; height: 2em; right: -1em; width: 3px; }
ol.organizational-chart>li>div+div { margin-top: 1em; }
ol.organizational-chart>li>div+div:after { height: calc(100% + 1em); right: -1em; top: -1em; width: 3px; }

/*** SECONDARY ***/
ol.organizational-chart>li>ol:before { left: inherit; right: 0; }
ol.organizational-chart>li>ol:after { left: 0; width: 100%; }
ol.organizational-chart>li>ol>li>div { background-color: #83e4e2; }



/*** MEDIA QUERIES ***/
@media only screen and (min-width: 1199px) {

	ol.organizational-chart { margin-left: -1em; margin-right: -1em;}

	/* PRIMARY */
	ol.organizational-chart>li>div { display: inline-block; float: none; margin: 0 1em 1em 1em; }

	/*ol.organizational-chart>li>div:only-of-type {
	margin-bottom: 0;
	width: calc((100% / 1) - 2em - 4px);
	}*/

	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(2), 
	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(2)~div { width: calc((100% / 2) - 2em - 4px); }

	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(3),
	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(3)~div { width: calc((100% / 3) - 2em - 4px); }

	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(4),
	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(4)~div { width: calc((100% / 4) - 2em - 4px); }

	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(5),
	ol.organizational-chart>li>div:first-of-type:nth-last-of-type(5)~div { width: calc((100% / 5) - 2em - 4px); }

	ol.organizational-chart>li>div:before,
	ol.organizational-chart>li>div:after { bottom: -130px !important; top: inherit !important; }

	ol.organizational-chart>li>div:before { height: 45px !important; left: 50% !important; width: 1px !important; }

	ol.organizational-chart>li>div:only-of-type:after { display: none; }

	ol.organizational-chart>li>div:first-of-type:not(:only-of-type):after,
	ol.organizational-chart>li>div:last-of-type:not(:only-of-type):after { bottom: -1em; height: 3px; width: calc(50% + 1em + 3px); }
	ol.organizational-chart>li>div:first-of-type:not(:only-of-type):after { left: calc(50% + 3px); }
	ol.organizational-chart>li>div:last-of-type:not(:only-of-type):after { left: calc(-1em - 3px); }
	ol.organizational-chart>li>div+div:not(:last-of-type):after { height: 3px; left: -2em; width: calc(100% + 4em); }

	/* SECONDARY */
	ol.organizational-chart>li>ol { display: flex; flex-wrap: nowrap; }

	ol.organizational-chart>li>ol:before,
	ol.organizational-chart>li>ol>li:before { height: 40px !important; left: 50% !important; top: 3px !important; width: 1px !important; }

	ol.organizational-chart>li>ol:after { display: none;}

	ol.organizational-chart>li>ol>li { flex-grow: 1; padding-left: 1em; padding-right: 1em; padding-top: 60px; }

	ol.organizational-chart>li>ol>li:only-of-type { padding-top: 0; }

	ol.organizational-chart>li>ol>li:only-of-type:before,
	ol.organizational-chart>li>ol>li:only-of-type:after { display: none; }

	ol.organizational-chart>li>ol>li:first-of-type:not(:only-of-type):after,
	ol.organizational-chart>li>ol>li:last-of-type:not(:only-of-type):after { height: 1px; top: 0; width: 50%; }

	ol.organizational-chart>li>ol>li:first-of-type:not(:only-of-type):after { left: 50%; }

	ol.organizational-chart>li>ol>li:last-of-type:not(:only-of-type):after { left: 0; }

	ol.organizational-chart>li>ol>li+li:not(:last-of-type):after { height: 1px; left: 0; top: 0; width: 100%; }

	

}

.edu_purpose li { padding: 45px 50px;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: 30px; }
.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: 25px; font-weight: 600; margin-bottom: 15px;}


.grayBox { background: #f3f3f3; padding: 35px 40px; margin-top: 50px; }
.gradute_title { overflow: hidden; }
.gradute_title > div { float: left; margin-right: 20px; }
.gradute_title .undergradute_info { float: left; width: auto; display: ;  }
.gradute_title .undergradute_info strong { font-size: 14px; line-height: 25px; }


/* FAQ */
.faqTable tr:nth-child(2n) td { background: #eef0f2; }
.faqTable tr td { word-break:keep-all; text-align: left; }

/* Institute */
.Institute { border: 1px solid #d5d5d5; padding: 60px 50px; 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_txt { width: calc(100% - 265px); }
.Institute_txt .Institute_info strong { font-size: 14px; color: #fff; background: #679fd5; font-weight: 400; }


/* sitemap */
.sitemap_wrap {  display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: stetch;  }
.sitemap { width: 31%;  margin-bottom: 45px; margin-right: 3.5%; }
.sitemap:nth-child(3n) { margin-right: 0; }
.sitemap > dt { background-color: #679fd5; color: #fff; font-weight: bold; padding: 15px 0;border-radius: 10px; text-align: center;}
.sitemap > dd:hover > a { color: #679fd5; }
.sitemap > dd { color: #111; font-weight: 500; font-size: 18px; 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: 20px; }
.sitemap .sitemap_sub li { color: #666; padding-left: 12px; position: relative; margin-top: 5px;}
.sitemap .sitemap_sub li:hover { text-decoration: underline; } 
.sitemap .sitemap_sub li:before { content:'-'; position: absolute; left: 0; top: 0; } 



/* btn_over */
.btn_over:before { display: block; content:''; width: 120%; height: 100%; position: absolute; left: 0; top: 0; background: #fff; -webkit-transform-origin: right top; -ms-transform:translateX(-101%) skewX(-17.620001deg); transform: translateX(-101%) skewX(-17.620001deg); -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1); }
.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; -webkit-transform:translateX(0) skewX(-17.62deg); -ms-transform:translateX(0px) skewX(-17.620001deg); transform: translateX(0px) skewX(-17.620001deg); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }
.btn_over a { width: 100%; height: 100%; padding: 10px 20px; font-size: 16px; color: #fff; 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: 15px; margin-bottom: -2px; display: inline-block; background: url('/images/main/more_white.png') 0 0 no-repeat; }
.btn_over:hover span::after {  background: url('/images/main/more_navy.png') 0 0 no-repeat; }

.more_btn { border-color: #fff; margin-top: 40px; background: transparent; border: 1px solid #fff; }
.more_btn::before { background: #fff; }
.more_btn:hover::before { background: #fff; }
.more_btn a { color: #fff; font-size: 17px; font-weight: 300; padding: 0 20px; line-height: 45px; }
.more_btn:hover a { color: #679fd5; }
.more_btn a span::after { content:''; width: 9px; height: 17px; margin-left: 30px; margin-bottom: -2px; display: inline-block; background: url('/images/main/more_white.png') 0 0 no-repeat; }
.more_btn:hover span::after {  background: url('/images/main/more_sky.png') 0 0 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') 0 0 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') 0 0 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') 0 0 no-repeat; }

.btn_over_location { border-radius: 30px; margin: 45px 0; }
.btn_over_location a { padding: 10px 50px;  }

.btn_over_gray { background: #7d7d7d; border-color: #7d7d7d; border-radius: 20px; }
.btn_over_gray a { font-size: 14px;  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 80px 0 18px;  height: 50px; line-height: 48px; color: #fff; font-size: 16px; background: url('/images/sub/down_ico.png') 88% center no-repeat; }
.btn_over_down:hover a { color: #1e3c6c; background: url('/images/sub/down_ico_blue.png') 88% center no-repeat; }
.btn_over_down:before { background:#fff !important; }
.btn_over_down:hover::before { background: #fff !important; }

