@charset "utf-8";

:root {
	--basic-border:#CAD5DF;
	--bg-gr : linear-gradient(45deg, rgba(246,246,246,0.2), rgba(246,246,246), rgba(246,246,246,0.2));
}

#container{overflow:hidden;}

.sub-section			{font-size:1.05rem;color:#333;}
.sub-section h1			{font-size:1.9rem;font-weight:600;color:#000;margin:0 0 2.25rem 0;}
.sub-section h2			{font-size:1.65rem;font-weight:600;color:#121314;margin:2.5rem 0 1.5rem 0;}
.sub-section h2:before	{content:"";width:27px;height:15px;display:inline-block;background:url(../img/h2_bullet.png);vertical-align:middle;margin-right:10px;}
.sub-section h3			{font-size:1.3rem;color:var(--main-color);}
.sub-section h4			{font-size:1.1rem;font-weight:600;color:#435167;margin:1.25rem 0 .6rem;}
.sub-section h4:before	{content:"";width:12px;height:12px;display:inline-block;background:url(../img/h4_bullet.png);margin-right:5px;}

@media only screen and (max-width:1240px){
	.sub-section h1 {font-size:1.8rem;margin:0 0 2rem 0;}
	.sub-section h2 {font-size:1.5rem;}
}

@media only screen and (max-width:1023px){
	.sub-section h1 {font-size:1.6rem;margin:0 0 1.5rem 0;}
	.sub-section h2 {font-size:1.4rem;margin:2rem 0 1rem;}
	.sub-section h3 {font-size:1.25rem;margin:1.5rem 0 1rem;}
}

@media only screen and (max-width:767px){
	.sub-section h1	{font-size:1.5rem;}
	.sub-section h2 {font-size:1.25rem;margin:1.65rem 0 1rem;}
	.sub-section h3 {font-size:1.15rem;}
	.sub-section h4 {font-size:1rem;margin:1rem 0 .6rem;}
}
@media only screen and (max-width:576px){
	.sub-section h1	{font-size:1.4rem;}
}

.btn-gray2{background-color:#768395;border-color:#768395;}

/* box */
.bg_wh,	.bg_gr, .bx1_wh, .bx2_wh, .bx1_gr, .bx1_rd	{padding:2rem;margin:1rem 0;}
.bg_wh	{position:relative;background:#fff;}
.bg_gr	{position:relative;background:#f5f5f5;}
.bx1_wh	{position:relative;border:1px solid #dadada;background:#fff;}
.bx2_wh	{position:relative;border:2px solid #dadada;background:#fff}
.bx1_gr	{position:relative;border:1px solid #dadada;background:#f5f5f5}
.bx1_rd	{position:relative;border:1px solid #EF593A;background:#fff}
.bg_blue {position:relative;background:#E9F4FA;padding:2rem;}

@media only screen and (max-width:1023px){ 
	.bg_wh,	.bg_gr,	.bx1_wh, .bx2_wh, .bx1_gr, .bx1_rd	{padding:1.5rem;}
}
@media only screen and (max-width:767px){ 
	.page_tab_txt ul		{flex-flow:column;}
	.bg_wh,	.bg_gr,	.bx1_wh, .bx2_wh, .bx1_gr, .bx1_rd	{padding:1rem;}
}

.t1 table,
.t2 table,
.t3 table			{border-top:2px solid var(--sub-color);}
.t3	table th		{text-align:center;}
.t1 table th,
.t1 table td,
.t2 table th,
.t2 table td,
.t3 table th,
.t3 table td		{padding:1rem;border:1px solid #EAEAEA;vertical-align:middle;}

.t3 table.table-sm th,
.t3 table.table-sm td		{padding:10px;}
.t1 table thead th			{color:var(--sub-color);background:#transparent;border-left:none;border-right:none;}
.t2 table thead th			{color:var(--sub-color);background:#F7F9FA;border-left:none;border-right:none;}
.t1 table thead th,
.t2 table thead th,
.t3 table thead th	{line-height:1.4;font-weight:600;text-align:center;}
.t3 table thead th	{color:#000;font-weight:500;}
.t3 table tbody th	{font-weight:500;color:#5A7085;background:#F7F9FA;}
.t1 table thead th:first-child,
.t2 table thead th:first-child,
.t3 table thead th:first-child,
.t1 table tbody th,
.t1 table tbody td:first-child,
.t2 table tbody th,
.t2 table tbody td:first-child,
.t3 table tbody th,
.t3 table tbody td:first-child,
.t3 table tfoot th,
.t3 table tfoot td:first-child	{border-left:none;}
.t2 table thead th:last-child,
.t3 table thead th:last-child,
.t1 table tbody td:last-child,
.t1 table tfoot td:last-child,
.t2 table tbody td:last-child,
.t2 table tfoot td:last-child,
.t3 table tbody td:last-child,
.t3 table tfoot td:last-child	{border-right:none;}
.t1 table td.br_none,
.t2 table td.br_none,
.t3 table td.br_none			{border-left:none !important;}
.t1 table tbody tr:first-child th,
.t1 table tbody tr:first-child td,
.t2 table tbody tr:first-child th,
.t2 table tbody tr:first-child td,
.t3 table tbody tr:first-child th,
.t3 table tbody tr:first-child td	{border-top:0;}

.t1 .board-sm thead th,
.t2 .board-sm thead th,
.t3 .board-sm thead th	{border-left:1px solid #EAEAEA;border-right:1px solid #EAEAEA;}
.t1 .board-sm th		{font-weight:600;color:#374B62;}
.t1 .board-sm th,
.t1 .board-sm td,
.t2 .board-sm th,
.t2 .board-sm td,
.t3 .board-sm th,
.t3 .board-sm td		{padding:0.5rem;}

@media only screen and (max-width:1017px){
	.table tr {text-align:left;}
	.table td,
	.table th {font-size:.825rem;}
	.t1 table th,
	.t1 table td,
	.t2 table th,
	.t2 table td,
	.t3 table th,
	.t3 table td {padding:.75rem;}
	
	.board-list .table tr {padding:0;}
	.board-list tbody th,
	.board-list tbody td {padding:1rem .75rem;}
	.board-list .subject,
	.board-list .subject a {padding-bottom:0;}
	
	.board-search {justify-content:center;}
	
}

@media only screen and (max-width:1023px){
	.table.t1 td, .table.t1 th,
	.table.t2 td, .table.t2 th,
	.table.t3 td, .table.t3 th {display:table-cell;}
	.table.t1 tr,
	.table.t2 tr,
	.table.t3 tr {display: table-row;}
	
	.table thead tr {border-bottom:none;}
	
	.board-write .table table		{display:revert;width:100%}
	.board-write .table thead,
	.board-write .table tbody,
	.board-write .table tr,
	.board-write .table th,
	.board-write .table td	{display:revert;width:auto;}
	.board-write .table input	{width:auto !important;}

	.table-responsive > table	{margin-top:15px;}
	.table-responsive			{padding-top:10px;} 
	
	.board-list tbody th,
	.board-list tbody td{border-bottom:none;}
}

@media only screen and (max-width:767px){
	.board-list .subject,
	.board-list .subject a {font-size:1.1rem;}
}
/* list */
ul.bu > li			{position:relative;padding-left:10px;line-height:1.6;}
/* ul.bu > li:before	{content:"";display:inline-block;width:3px;height:3px;background:var(--sub-color);margin-left:-15px;margin-right:10px;vertical-align:middle} */
ul.bu > li:before		{content:"";position:absolute;left:0;top:0.75em;display:block;width:3px;height:3px;background:var(--sub-color);}
ul.bu>li>ul>li,
ol.list1 > li			{color:#555;}
ul.bu>li>ul>li:before,
ol.list1 ul li:before	{content:'-';margin-right:5px;}

ol.list1				{counter-reset:num;}
ol.list1 > li:before	{display:inline-block;position:relative;top:-3px;color:#fff;background:var(--main-color);border-radius:50%;width:15px;line-height:15px;height:15px;text-align:center;font-size:.5rem;counter-increment:num;content:counter(num);margin-right:8px;}

/* tab */
.sub-section .tab.tab-full			{background:#F7F9FA;border-radius:50px;padding:0;margin-bottom:40px;}
.sub-section .tab.tab-full a		{font-size:1.3rem;font-weight:400;padding:1rem 0;}
.sub-section .tab a					{position:relative;display:block;width:100%;color:#222;line-height:1.3;padding:1rem;}
.sub-section .tab a:after,
.page_tab_list li:after				{content:'';position:absolute;top:50%;right:0;height:35%;transform:translateY(-50%);border-right:1px solid #DADADA;}
.sub-section .tab a.on				{font-weight:600;background:var(--sub-color);color:#fff;border-radius:50px;}
.sub-section .tab a:last-child:after,
.page_tab_list li:last-child:after{border-right:none;}

.sub-section .tab-full,
.page_tab_txt						{border:1px solid #DADADA;border-radius:0;margin:0 0 2rem 0;padding:5px;}
.sub-section .tab-full ul,
.page_tab_txt ul,
.page_tab_list ul{position:relative;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;}
.sub-section .tab-full a,
.page_tab_txt a						{font-size:1.1rem;font-weight:500;color:#555;background:transparent;border:none;padding:.75rem;}
.page_tab_txt a						{position:relative;display:block;line-height:1.2;text-align:center;padding:1rem;}
.sub-section .tab-full li.on a,
.page_tab_txt li a.on				{font-weight:800;color:#fff;background:var(--main-color);border-radius:50px;}
.page_tab_txt li a.on				{width:100%;}	

.page_tab_list						{border-top:2px solid #333;margin:1.25rem 0;}
.page_tab_list li					{position:relative;border-bottom:1px solid #CCC;padding:7px;}	
.page_tab_list a					{display:block;width:100%;font-weight:500;color:#222;text-align:center;word-break:keep-all;border-radius:5px;padding:.65rem;}
.page_tab_list li.on a				{font-weight:800;color:#fff;background:var(--grd);}

.tab_flex{display:flex;text-align:center;margin-bottom:30px;}
.tab_flex a{display:block;width:100%;padding:1.2rem 0;background:#f6f6f6;border-right:1px solid #ddd;font-size:1.1rem;}
.tab_flex a.on{background:var(--grd);color:#fff;font-weight:500;}
.tab_flex a:last-child{border-right:0;}
.tab_flex a:not(.on):hover{background:#f0f0f0;}


/* 서브 - 공통 */
.cont-wrap .d2    {display:flex;flex-flow:row wrap;margin:0 -20px;}
.cont-wrap .d2 li {width:calc(50% - 40px);margin:0 20px;}

.wd-full		 {width:100% !important;}
.wd-d4           {width:25% !important;}

.link-btn			{display:inline-block;background:var(--main-color);font-size:1rem;font-weight:600;color:#fff;border-radius:50px;padding:10px 30px;}
.link-btn:before	{content:'';display:inline-block;width:11px;height:13px;background:url(../img/link-ico.png) no-repeat;margin-right:5px;}

ul.bu li ul.none li			{color:#555;}
ul.bu li ul.none li:before	{display:none;}

.list-intro-bx,
.list-infor-bx			{border-top:2px solid var(--sub-color);}
.list-intro-bx > li		{box-sizing:border-box;border:1px solid #DADADA;border-width:0 0 1px 0;vertical-align:middle;padding:35px 40px;}
.list-intro-bx .stit	{font-size:1.1rem;font-weight:600;color:var(--main-color);margin-bottom:5px;}
.list-intro-bx .tit			{font-size:1.6rem;font-weight:800;color:#121314;margin:0 0 5px;}
.list-intro-bx .tit:before	{content:'"';color:var(--main-color);margin-right:5px;}
.list-intro-bx span[class*='img']	{display:inline-block;width:150px;height:150px;background:url(../img/intro_intro_img1.png);border-radius:100%;}

.list-infor-bx dl		{display:flex;align-items:center;border-bottom:1px solid #EAEAEA;}
.list-infor-bx dt		{color:#374B62;text-align:center;padding:7px 5px;}
.list-infor-bx dd		{border-left:1px solid #EAEAEA;padding:7px 15px;}

.bg_gr h3:first-child,
.bg_gr h4:first-child	{margin-top:0;}

.tit-badge{display:inline-block;font-size:1.1rem;color:#fff !important;background:var(--sub-color);border-radius:50px;padding:5px 30px;margin:30px 0;}

.logo-bg-bx			{position:relative;background:#E9F4FA url(../img/logo_blue.png) no-repeat 40% 50%;padding:5rem;}
.logo-bg-bx .tit	{font-size:var(--font-3xlg);color:#000;font-weight:900;margin-bottom:20px;}

/* 총장인사말 */
.greeting			{text-align:right;margin-top:50px;}
.greeting .title			{position:relative;display:inline-block;border:20px solid #CAD5DF;font-size:2rem;font-weight:800;color:#121314;padding:15px;margin-bottom:20px;}
.greeting .title:before,
.greeting .title:after		{content:"";width:calc(100% - 30px);border-top:20px solid #fff;position:absolute;left:50%;transform:translateX(-50%);}
.greeting .title:before	{top:-20px;}
.greeting .title:after		{bottom:-20px;}

.greeting-bx			{position:relative;background:url(../img/greeting_bg.png) 50% 50% / cover;background-color:rgba(0, 0, 0, 0.2);background-blend-mode:color;border-radius:0 0 0 100px;color:#fff;padding:55px 55px 55px 470px;}
.greeting-bx:before		{content:'';position:absolute;bottom:0;left:0;width:460px;height:534px;background:url(../img/greeting_img.png) no-repeat center bottom;border-radius:0 0 0 100px;}
.greeting-bx p			{color:#fff;text-align:left;}
.greeting-bx .stit		{font-size:15px;color:rgba(255,255,255,0.7);letter-spacing:20px;}
.greeting-bx .tit		{font-size:2.2rem;font-weight:900;margin:25px 0;}
.greeting-bx .txt		{font-size:1.3rem;font-weight:500;}

.greeting .cont			{text-align:left;font-size:1.1rem;font-weight:200;color:#222;padding:0 5%;margin:60px 0 20px;}
.greeting .text-lg		{font-weight:500;}	
.greeting .line_blank	{display:block;height:20px;}
.greeting .name			{font-size:1.3rem;font-weight:600;color:#231314;}
.greeting .name:after	{content:'';display:inline-block;width:100px;height:33px;background:url(../img/greeting_sign.png) no-repeat;vertical-align:middle;margin-left:20px;}

/* 대학소개 - 건학이념 / 교육 */
.intro			{position:relative;overflow:hidden;border-radius:0 0 0 100px;padding:130px 20px 320px;}
.intro:before	{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/intro_bg.png) no-repeat;filter:brightness(0.8);}
.intro .stit		{position:relative;font-weight:800;color:#fff;letter-spacing:20px;text-align:right;}

.intro-cont1					{position:relative;width:1120px;float:right;background:#fff;padding:40px;margin-top:-240px;}
.intro-cont1 .bx1 li				{margin-bottom:40px;}
.intro-cont1 .cont1 li:last-child	{margin-bottom:0;}
.intro-cont1 .title,
.intro-cont2 .title,
.intro-cont3 .title						{font-size:1.45rem;font-weight:800;color:#121314;border-bottom:1px solid #DADADA;padding-bottom:10px;margin-bottom:20px;}
.intro-cont1 .bx1 li:first-child .txt	{font-size:1.3rem;}
.intro-cont1 .bx1 .txt-bold				{display:block;font-size:1.45rem;font-weight:600;color:#000;}
.intro-cont1 .d2						{margin:0 -20px;}
.intro-cont1 .d2 li						{width:calc(50% - 40px);margin:0 20px;}
.intro-cont1 .bx2	{margin-top:40px;}
.intro-cont1 .bx2 > .txt				{margin-bottom:30px;}
.intro-cont1 .bx2 .d2 li				{text-align:center;border-radius:10px;background:#47617B;color:#fff;padding:30px;}
.intro-cont1 .bx2 .d2 li:last-child		{background:#182C3D}
.intro-cont1 .bx2 .d2 li .tit			{font-size:1.3rem;font-weight:800;margin-bottom:10px;}
.intro-cont1 .bx2 .d2 li .tit:before	{content:'';display:block;width:20px;border-top:2px solid #fff;margin:0 auto 5px;}
.intro-cont1 .bx2 .d2 li .txt			{color:#fff;}

/* 
.intro-bx-cont2 .circle_diagram,
.intro-bx-cont2 ul						{display:flex;flex-flow:row wrap;justify-content:center;}
.intro-bx-cont2 .circle_diagram			{margin:2rem 0;}
.intro-bx-cont2 .circle_diagram li					{width:320px;}
.intro-bx-cont2 .circle_diagram li .tit				{display:flex;align-items:center;justify-content:center;height:320px;font-size:2rem;font-weight:800;color:#fff;background:rgba(80,128,210);border-radius:100%;mix-blend-mode:multiply;}
.intro-bx-cont2 .circle_diagram li:nth-child(n+2)    {margin-left:-2rem;}
.intro-bx-cont2 .circle_diagram li:nth-child(2)		{position:relative;}
.intro-bx-cont2 .circle_diagram li:nth-child(2) .tit {background:rgba(36,56,112);}
.intro-bx-cont2 .circle_diagram li:nth-child(3) .tit {background:rgba(123,138,170);}
.intro-bx-cont2 .circle_diagram li .txt				{font-size:1.1rem;font-weight:500;line-height:1.4;text-align:center;color:#121314;margin-top:1.25rem;} */

.intro-cont2		{position:relative;margin:20px 0 70px;padding:40px 0;}
.intro-cont2:before	{content:"";position:absolute;top:0;left:-100%;width:5000px;height:100%;background:#F7F9FA;z-index:-1;}
.intro-cont2 img	{display:block;margin:auto;}

.intro-cont3 .title			{border-bottom:0;margin-bottom:0;}
.intro-cont3 .list-intro-bx > li		{display:flex;justify-content:space-between;}
.list-intro-bx span.img2	{background:url(../img/intro_intro_img2.png);}
.list-intro-bx span.img3	{background:url(../img/intro_intro_img3.png);}
.intro-cont3 .list-intro-bx li:last-child	{border-right:none;}
.intro-cont3 .list-intro-bx li .txt-wrap	{width:205px;display:inline-block;word-break:keep-all;}
.intro-cont3 .tit	{font-size:2rem;font-weight:800;color:#121314;}

/* 연혁 */
.history .title	{font-size:2.2rem;font-weight:800;color:#121314;line-height:1;text-align:center;margin:50px 0 70px;}
.history .img	{float:left;width:500px;height:580px;background:url(../img/history_bg.png) no-repeat 50% 50% / cover;border-radius:0 0 0 100px;margin-right:40px}
.history .cont	{float:right;width:calc(100% - 540px);border-top:2px solid #000;}
.history .cont > ul > li				{position:relative;}
.history .cont ul ul					{padding-left:180px;}
.history .cont ul ul li					{display:flex;font-weight:500;margin-bottom:20px;}
.history .cont ul ul li:first-child		{padding-top:50px;}
.history .cont ul ul li:last-child		{border-bottom:1px solid #DADADA;margin-bottom:0;padding-bottom:50px;}
.history .cont li .year					{position:absolute;top:50px;left:25px;font-size:2.8rem;color:#121314;font-weight:800;line-height:1.2;}
.history .cont li:first-child .year		{font-weight:800;background-image:var(--grd);background-clip:text;-webkit-background-clip:text;color:transparent;}
.history .cont li li .date				{min-width:25px;display:inline-block;font-size:1.3rem;color:var(--sub-color);font-weight:600;vertical-align:middle;margin-right:20px;}
.history .cont li li .txt	{display:inline-block;padding-top:3px;}

/* 법인현황 */
.sub-top-ico {display:flex;}
.sub-top-ico .ico	{display:block;flex-shrink:0;width:33px;height:30px;background:url(../img/bg_gr_ico.png) no-repeat;vertical-align:middle;margin-right:10px;}

/* 발전기금 */
.fund				{position:relative;}
.fund .bg_gr:after			{content:'';width:350px;height:338px;position:absolute;top:-200px;right:10px;background:url(../img/fund_deco.png) no-repeat center bottom;}
.fund .bg_gr .tit		{font-size:1.25rem;font-weight:600;color:var(--main-color);}
.fund .bg_gr .txt		{color:#222;margin:10px 0;}
.fund .bg_gr .btnset a	{padding:7px 50px;border-radius:5px;}

.fund-list				{position:relative;background:#061945;text-align:center;padding:55px;}
.fund-list:before		{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:url(../img/fund_list_bg.png) no-repeat;}
.fund-list .tit			{position:relative;display:inline-block;font-family:'nmj';font-size:1.25rem;font-weight:900;color:#fff;margin-bottom:40px;}
.fund-list .tit:before,
.fund-list .tit:after	{content:'';position:absolute;top:50%;transform:translateY(-50%);width:58px;height:85px;background:url(../img/fund_deco2.png) no-repeat 0 0;}
.fund-list .tit:before	{left:-80px;}
.fund-list .tit:after	{background-position:-58px 0;right:-80px;}
.fund-list .tit span	{display:block;font-size:3.1rem;color:#FFCC66;line-height:1;}
.fund-list ul			{position:relative;margin:-10px -20px;}
.fund-list ul li		{width:calc(25% - 40px);background:linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.3));margin:10px 20px;padding:35px;}
.fund-list .name		{font-weight:600;color:#FFCC66;}
.fund-list .amount		{font-family:'nmj';font-size:1.85rem;font-weight:900;color:#fff;}

/* 대학기구표 */
#org			{position:relative;text-align:center;overflow:hidden;}
#org:before		{content:"";position:absolute;top:0;right:0;width:604px;height:232px;background:url(../img/mc-bg01.png) no-repeat 100% 0;opacity:0.3;}
#org div		{position:relative;}
#org li a		{position:relative;display:block;}
#org .org-1			{width:140px;height:140px;background:var(--grd), url(../img/org1-bg1.png) no-repeat 50% 50%;background-blend-mode:overlay;border-radius:50%;margin:15px auto 60px;}
#org .org-1:after	{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:160px;border:1px solid #21467E;border-radius:50%;}
#org .org-1:before	{content:"";position:absolute;top:150px;left:50%;height:170px;border-left:1px solid #ccc;}
#org .org-1 span	{display:block;width:100%;height:100%;font-size:1.85rem;font-weight:800;color:#fff;border-radius:50%;line-height:140px;padding:0;}

#org .org-2			{width:100%;position:absolute;top:100px;left:0;}
#org .org-2:before	{content:"";width:50%;position:absolute;top:50%;left:0;border-top:1px solid #ccc;}
#org .org-2 .bx		{width:calc(25% - 20px);border:5px solid #CAD5DF;background:#fff;padding:30px 40px;}
#org .org-2	ul		{text-align:left;}
#org .org-2 ul li	{font-size:1.1rem;font-weight:500;}

#org .org-3			{display:inline-block;width:320px;font-size:1.55rem;font-weight:800;color:#fff;background:#A99876;padding:15px;}

#org .org-4			{margin:90px -10px 0 -10px;}
#org .org-4:before	{content:'';width:75%;position:absolute;top:-40px;left:50%;transform:translateX(-50%);border-top:1px solid #ccc;}
#org .org-4 div[class*=bx]			{float:left;width:calc(25% - 20px);margin:0 10px;}
#org .org-4 div[class*=bx]:before	{content:'';position:absolute;top:-40px;left:50%;height:40px;border-left:1px solid #ccc;}
#org .org-4 div[class*=bx] .tit		{display:block;font-size:1.55rem;font-weight:800;color:#fff;border-radius:0 0 30px 0;padding:20px 0;}
#org .org-4 .bx1 .tit				{background:#5080D2;}
#org .org-4 .bx2 .tit				{background:#243870;}
#org .org-4 .bx3 .tit				{background:#7B8AAA;}
#org .org-4 .bx4 .tit				{background:var(--main-color);}
#org .org-4 .org-list				{margin-top:20px;}
#org .org-4 .cont > span,
#org .org-4 .cont > a				{display:block;width:100%;font-size:1.2rem;font-weight:600;color:#222;border:5px solid #CAD5DF;background:#fff;padding:15px;}
#org .org-4 .bx1 .cont > span		{border-color:#5080D2;}
#org .org-4 .bx2 .cont > span		{border-color:#243870;}
#org .org-4 .bx3 .cont > span,
#org .org-4 .cont > a				{border-color:#7B8AAA;}
#org .org-4 .bx4 .cont > span		{border-color:var(--main-color);}
#org .org-4 .cont ul				{background:#F7F9FA;padding:20px;}
#org .org-4 .cont li				{text-align:left;}
#org .org-4 .cont ul li a			{padding:2px 10px 2px 0;}
#org .org-4 .cont a:after			{content:'+';position:absolute;top:50%;right:0;transform:translateY(-50%);color:#919BB7;font-weight:300;}
#org .org-4 .cont > a:after			{right:30px;font-size:2rem;line-height:1;padding-bottom:5px;}
#org .org-4 .cont a.none:after		{display:none;}
#org .org-4 .cont a .year			{display:inline-block;font-size:14px;color:#fff;background:#5080D2;border-radius:50px;padding:3px 10px;margin-left:5px;}

/* 대학본부 */
.office-infor-tab			 {border:5px solid var(--basic-border);padding:20px 40px;}
.office-infor-tab ul		 {margin:0 -15px;}
.office-infor-tab ul li	 {margin:0 15px;}
.office-infor-tab a		 {font-size:1.1rem;color:#222;line-height:2;}
.office-infor-tab a:before {content:'';display:inline-block;width:5px;height:5px;background:#ADB8CB;border-radius:50px;vertical-align:middle;margin-right:15px;}

.office-infor-bx			{align-items:center;width:100%;background:url(../img/office_infor_bg.png) no-repeat 50% 50% / cover;padding:20px 35px;position:relative;}
.office-infor-bx:before		{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(1,186,248,0.8);}
.office-infor-bx .tit		{position:relative;font-size:1.3rem;font-weight:800;color:#fff;padding-right:40px;}
.office-infor-bx .tit:after	{content:'';height:100%;border-right:1px solid rgba(255,255,255,0.3);position:absolute;right:0;top:50%;transform:translateY(-50%);}
.office-infor-bx ul			{display:flex;flex-flow:row wrap;padding-left:40px;margin:0 -25px;}
.office-infor-bx ul li		{position:relative;display:flex;align-items:center;font-size:1.1rem;font-weight:500;color:#fff;line-height:1.2;margin:0 25px;}
.office-infor-bx ul li a:before		{content:'\f0c1';font-family:FontAwesome;margin-right:5px;font-size:.8rem;}
.office-infor-bx ul li .office-ico			{position:relative;display:inline-block;width:80px;height:80px;font-size:2rem;font-weight:100;border:5px solid #fff;box-shadow:3px 3px 7px rgba(0, 0, 0, 0.2);border-radius:50px;vertical-align:middle;margin-right:20px;}
.office-infor-bx ul li .office-ico:before		{content:'';width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:url(../img/office_infor_ico.png) no-repeat;}
.office-infor-bx ul li .office-ico.call:before	{background-position:-40px 0;}
.office-infor-bx ul li .office-ico.link:before	{background-position:-120px 0;}
.office-infor-bx ul li p{width:calc(100% - 100px);}

.office-infor-list li	{width:33.33%;font-weight:500;}

/* 비전 전략 체계 */
.vision				{position:relative;background:url(../img/vision_bg.png) 50% 50% / cover;border-radius:0 0 0 50px;overflow:hidden;margin-bottom:40px;padding:30px;}
.vision:before		{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.vision p			{position:relative;color:#fff;}
.vision .stit,
.vision-cont .stit,
.global-goal-bx .stit			{font-size:1.25rem;font-weight:500;letter-spacing:5px;text-transform:uppercase;}
.vision .stit:after,
.vision-cont .stit:after,
.global-goal-bx .stit:after		{content:'';display:block;width:30px;border-bottom:1px solid #fff;margin:10px auto;}
.vision .tit					{font-size:2.2rem;font-weight:800;}

.vision-cont				{position:relative;}
.vision-cont p				{color:#121314;}
.vision-cont .stit:after,
.global-goal-bx .stit:after {border-bottom:1px solid #121314;}
.vision-cont .tit,
.global-goal-bx				{font-size:1.85rem;font-weight:800;}
.vision-cont .tit:before,
.vision-cont .tit:after,
.global-goal-bx .tit:before,
.global-goal-bx .tit:after		{content:'"';color:var(--main-color);}
.vision-cont .tit:before		{margin-right:5px;}
.vision-cont .tit:after			{margin-left:5px;}	
.vision-cont .stit2			{margin:45px 0 30px;}
.vision-cont .overlap		{margin-top:-40px;}
.vision-cont .overlap .stit2	{margin-top:0;}
.vision-cont .list				{display:flex;flex-flow:row wrap;justify-content:center;}

.circle_diagram2		{display:flex;flex-flow:row wrap;justify-content:center;}
.circle_diagram2 li		{display:flex;align-items:center;justify-content:center;width:226px;height:226px;font-size:1.45rem;font-weight:600;line-height:1.2;color:#fff;background:#7B8AAA;border-radius:50%;text-align:center;mix-blend-mode:multiply;}
.circle_diagram2 li:nth-child(1),
.circle_diagram2 li:nth-child(5)	{background:#5080D2;}
.circle_diagram2 li:nth-child(2n)	{background:#243870;}
.circle_diagram2 li:nth-child(n+2)	{margin-left:-20px;}

/* 교육 목표 체계 */
.edu.list-intro-bx > li		{display:flex;justify-content:space-between;}
.list-intro-bx span.img4	{background-image:url(../img/intro_intro_img4.png);}
.list-intro-bx span.img5	{background-image:url(../img/intro_intro_img5.png);}

.edu-cont .tit-badge				{margin:30px 0;}

/* 전략영역별 전략과제 및 실행과제 */

/* .vision-cont3 .circle_diagram2 li		{width:180px;height:180px;font-size:1.2rem;font-weight:600;line-height:1.2;} */

.project-cont1	{background:var(--bg-gr);padding:30px 25px;margin:25px 0;}
.project-cont2.list-intro-bx li:nth-child(2n)	{border-width:0 0 1px 1px;}

/* 글로벌역량강화 */
.sub-top-bx			{position:relative;background:#F7F9FA;padding:40px 30px 40px 140px;margin-bottom:20px;}
.sub-top-bx:before	{content:'';position:absolute;top:50%;left:40px;transform:translateY(-50%);width:70px;height:70px;background:url(../img/bg_gr_ico2.png) no-repeat;}
.sub-top-bx .tit	{font-size:1.25rem;font-weight:600;color:#121314;}

.ico-list-bx .cont-left				{position:relative;margin-right:30px;}
.ico-list-bx .cont-left:before		{content:'';height:calc(100% - 100px);position:absolute;top:100px;left:50%;transform:translateX(-50%);border-right:1px dashed #DADADA;}
.ico-list-bx .cont-left:after		{content:'';width:10px;height:10px;position:absolute;top:100px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg, #01BAF8, #092463);border-radius:100%;}
.ico-list-bx .cont-left.none:before,
.ico-list-bx .cont-left.none:after			{display:none;}
.ico-list-bx .cont-left span[class*="ico"]			{position:relative;display:inline-block;width:80px;height:80px;font-size:2rem;font-weight:100;border:5px solid #CAD5DF;box-shadow:3px 3px 7px rgba(0, 0, 0, 0.2);border-radius:50px;vertical-align:middle;}
.ico-list-bx .cont-left span[class*="ico"]:before	{content:'';width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:url(../img/list_ico.png) no-repeat;}
.ico-list-bx .cont-right	{width:calc(100% - 110px);}

.ico-list-bx .list-infor-bx dt {width:140px;}
.ico-list-bx .list-infor-bx dd {width:calc(100% - 140px);}

/* .goal.vision-cont				{background:linear-gradient(45deg, rgba(246,246,246,0.2), rgba(246,246,246), rgba(246,246,246,0.2));padding:4rem 2rem 1rem;margin:0;}
.goal.vision-cont .stit2		{margin-top:2.5rem;}
.goal.vision-cont .refer		{font-size:1rem;font-weight:500;color:#666;text-align:left;margin-top:3rem;} */

.ico-list-bx .cont-right h4.none:before	{display:none;}

.global-goal-bx			{background:var(--bg-gr);padding:60px 20px 20px;margin-bottom:20px;}
.global-goal-bx .refer	{font-size:1rem;font-weight:500;color:#666;margin-top:40px;text-align:left;}

/* 자매결연대학 */
.sub-top-bx.ico2 .txt	{font-weight:500;color:#333;margin-bottom:10px;}

/* 학사학위전공심화과정 */
.sub-top-bx.ico3:before		{background-position:-140px 0;}
.dept-info-bx3 ul ul li		{color:#555;}

/*  총학생회 */
.student-top-bx:after		{content:'';width:376px;height:266px;position:absolute;bottom:0;right:10px;background:url(../img/student_deco.png) no-repeat;}
.student-infor-bx.bx1_wh ul		{display:flex;flex-flow:row wrap;}
.student-infor-bx.bx1_wh ul li		{width:50%;}

/* 대의원회 */
.ico-list-bx .cont-left span.ico2:before{background-position:-50px 0;}
.list-infor-bx dl.sub1 dt {width:55px;}
.list-infor-bx dl.sub1 dd {width:calc(100% - 55px);}

/*학과/계열*/
.dept-top-wrap {position:relative;}
.dept-top-wrap:before{content:"";width:calc(50% + 300px);height:calc(100% - 70px);background:var(--sub-color);position:absolute;top:0;left:-300px;border-radius:0 0 0 100px;}
.dept-top{display:flex;margin:40px 0;}
.dept-top .col-1{width:700px;position:relative;}
.dept-top .col-2{width:calc(100% - 700px);padding:20px 0 0 40px;}
.dept-top .dept-slide{width:660px;overflow:hidden;}
.dept-top .dept-slide .thumb{height:400px;}
.dept-top .item-control {display:flex;position:absolute;bottom:20px;right:0;z-index:2;box-shadow:0 0 10px #01BAF855;}
.dept-top .item-control a{display:block;width:50px;line-height:50px;text-align:center;font-size:1.2rem;background:#f6f6f6;color:#333;margin:0;}
.dept-top .item-control a.ico-prev{background:#fff;}
.dept-top .item-control a.ico-next{background:var(--grd);color:#fff;}
.dept-top .stit{font-size:1.1rem;color:var(--main-color);letter-spacing:0.2rem;}
.dept-top .tit{font-size:var(--font-3xlg);color:#000;font-weight:900;}
.dept-top .txt{line-height:1.6;margin:20px 0 40px;}
.dept-top .link{padding:0 3rem;line-height:60px;font-size:1.1rem;}
.dept-top .link:before,
.dept-video .link:before{content:'\f0c1';font-family:FontAwesome;margin-right:10px;font-size:.8rem;}

.dept-video{margin-top:4rem;}
.dept-video .alert{color:var(--sub-color);font-size:1rem;margin-bottom:20px;}
.dept-video .alert:before{content:"\f05a";font-family:fontAwesome;font-size:.9rem;margin-right:5px;}
.dept-video .stit{color:var(--main-color);}
.dept-video .link{padding:0 3rem;line-height:50px;}
.dept-video .video{position:absolute;width:660px;height:400px;bottom:40px;right:40px;box-shadow:0 0 20px #0005;}
.dept-video .video iframe{width:100%;height:100%;}

.dept-info-bx{display:flex;}
.dept-info-bx span[class*="ico"]{display:block;width:80px;height:80px;background:url(../img/dept-info-ico.png);margin-right:20px;flex-shrink:0;}
.dept-info-bx span.ico2{background-position-x:-80px;}
.dept-info-bx span.ico3{background-position-x:-160px;}
.dept-info-bx span.ico4{background-position-x:-240px;}

/* 학사학위전공심화과장 */
.dept-info-bx2 {background:var(--bg-gr);padding:20px 15px;}

/* 학생활동 */
.list.bx2 .list-left .cont:before	{background-position:-50px 0;}
.list.bx2 .list-cont dt				{width:50px;}
.list.bx2 .list-cont dd				{width:calc(100% - 50px);}

/* 학생생활정보 */
.life.logo-bg-bx			{min-height:400px;padding:40px;padding-right:620px;margin-bottom:75px;}
.life.logo-bg-bx .tit		{font-size:2.3rem;font-weight:800;color:#000;line-height:1.2;margin-bottom:10px;}
.life.logo-bg-bx .txt		{font-weight:500;word-break:keep-all;}
.life.logo-bg-bx .infor-cont	{margin-top:15px;}
.infor-cont dl	{display:flex;}
.infor-cont dt	{width:60px;font-weight:500;color:var(--sub-color);margin-right:25px;}
.infor-cont dd  {width:calc(100% - 85px);}
.infor-cont .sub1 dt	{width:75px;}
.infor-cont .sub1 dd	{width:calc(100% - 100px);}

.life.logo-bg-bx .thumb			{width:640px;height:400px;position:absolute;top:2.5rem;right:-2.5rem;box-shadow:0 5px 20px rgba(0,0,0,0.3);}
.life.logo-bg-bx .link-btn		{margin-top:20px;}

.list-cont-bx > ul			{margin:-10px;}
.list-cont-bx > ul > li		{width:calc(25% - 20px);text-align:center;border-radius:7px;margin:10px;line-height:1.2;}
.list-cont-bx .tit			{font-size:1.45rem;font-weight:500;color:var(--sub-color);word-break:keep-all;margin-bottom:20px;}

.life.list-infor-bx .sub2 dt		{width:170px;}
.life.list-infor-bx .sub2 dd		{width:calc(100% - 170px);}
.life.list-infor-bx .sub2 dd a span		{display:inline-block;font-size:12px;font-weight:600;color:#C45757;text-transform:uppercase;margin-left:20px;}
.life.list-infor-bx .sub2 dd a span:after	{content:'';display:inline-block;width:15px;height:18px;background:url(../img/pdf-ico.png) no-repeat;vertical-align:middle;margin-left:5px;}

/* 복지편의시설 */
.facility-top		{margin-top:70px;}
.facility-top .col-1		{position:relative;margin-right:40px;}
.facility-top .facility-slide,
.facility-cont .thumb			{width:680px;height:270px;border-radius:0 0 0 70px;overflow:hidden;}
.facility-top .col-1 .pager			{position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);width:max-content;}
.facility-top .col-1 .pager span	{display:inline-block;width:8px;height:8px;background:#999;border-radius:50%;transition:all .3s;opacity:1;margin:0 2px;}
.facility-top .col-1 .pager span.on	{width:20px;height:8px;background:var(--main-color);border-radius:50px;}
.facility-top .col-2				{width:calc(100% - 720px);margin:20px 0 0;}
.facility-top .col-2:before			{display:none;}
.infor-bg-bx				{background:#E9F4FA;padding:2rem;}
.infor-bg-bx .tit			{font-size:1.85rem;font-weight:800;color:#000;}
.infor-bg-bx .txt,
.facility-cont .infor-bg-bx ul.bu	{font-weight:500;color:#333;margin:10px 0 15px;}

.facility.list-cont-bx	{margin:70px 0 40px;}
.facility.list-cont-bx > ul > li	{width:calc(33.33% - 20px);}

.facility-cont .row						{position:relative;border-top:1px dashed #DADADA;margin:0 -20px;}
.facility-cont .row:nth-child(1)		{padding:40px 0 80px 0;}
.facility-cont .row:nth-child(2),
.facility-cont .row:nth-child(3)		{padding:40px 0;}
.facility-cont .bx						{position:relative;width:calc(50% - 40px);margin:0 20px;}
.facility-cont .bg_wh					{height:170px;position:absolute;bottom:-40px;right:0;width:370px;box-shadow:0 5px 20px rgba(0,0,0,0.2);padding:20px;margin:0;z-index:5;}
.facility-cont .bg_wh .tit				{font-size:1.55rem;font-weight:800;color:#000;}
.facility-cont .bg_wh .point-main		{margin-top:10px;}
.facility-cont .bx .infor-bg-bx {height:100%;}

/* 캠퍼스안내 */
.map	{font-size:.75rem;font-weight:500;color:#8ECCE6;letter-spacing:10px;text-align:right;margin:20px 0 40px;}
#mapwrap {height:450px;}
.map_list.page_tab_list {margin:0;}
.map_list.page_tab_list li						{display:flex;align-items:center;width:20%;}
.map_list.page_tab_list li:nth-child(5n):after	{border-right:none;}

/* 찾아오시는 길 */
.ico-list-bx .cont-left span.ico3:before	{background-position:-100px 0}
.ico-list-bx .cont-left span.ico4:before	{background-position:-150px 0}
.ico-list-bx .cont-left span.ico5:before	{background-position:-200px 0}
.ico-list-bx .list-infor-bx[class*=bus] span	{display:inline-block;width:60px;background:var(--pink);font-weight:500;line-height:1.2;color:#fff;border-radius:3px;padding:3px;}
.ico-list-bx .list-infor-bx.bus2 span	{background:#2D7AA8;}
.ico-list-bx .list-infor-bx.bus3 span	{background:#319E30;}
.list-infor-bx dl.sub3 dt {width:85px;}
.list-infor-bx dl.sub3 dd {width:calc(100% - 85px);}

/* 셔틀버스 운행시간 */
.sub-top-bx.ico2:before	{background-position:-70px 0;}

/* 대학본부 전화번호 */
.office-infor-bx .office-ico.fax:before	{background-position:-80px 0;}

/* 무선인터넷 */
.wifi.infor-cont		{position:relative;}
.wifi.infor-cont:after	{content:'';width:405px;height:386px;position:absolute;bottom:10px;right:50px;background:url(../img/wifi_deco.png) no-repeat;}
.infor-cont .sub2 dt	{width:100px;}
.infor-cont .sub2 dd	{width:calc(100% - 125px);}

/* 개인정보처리방침 */
.label-bx ul.bu > li{display:inline-block;}

@media only screen and (max-width:1600px){
	.tab_flex a{padding:1.1rem 0;}

	.greeting .title	{font-size:1.6rem;}
	.greeting-bx .stit	{letter-spacing:15px;}
	.greeting-bx .tit	{font-size:1.8rem;}
	.greeting-bx .txt,
	.greeting .name		{font-size:1.2rem;}
	
	.greeting .cont		{margin-top:50px;}
	.greeting .text-lg	{font-size:1.15rem !important;}
	
	.intro-cont1 {width:900px;}
	.list-intro-bx > li {padding:30px;}
	.intro-cont3 .list-intro-bx li .txt-wrap {width:180px;}
	
	.history .title {font-size:2rem;}
	.history .img	{width:400px;height:480px;}
	.history .cont	{width:calc(100% - 440px);}
	.history .cont li .year {font-size:2.5rem;}
	.history .cont ul ul	{padding-left:160px;}
	.history .cont ul ul li {margin-bottom:15px;}
	.history .cont ul ul li:first-child {padding-top:40px;}
	.history .cont ul ul li:last-child	{padding-bottom:40px;}
	
	.fund .bg_gr	{word-break:keep-all;padding:30px;padding-right:350px;}
	.fund-list .tit span {font-size:2.8rem;}
	.fund-list ul {margin:-10px -15px;}
	.fund-list ul li {width:calc(25% - 30px);margin:10px 15px;padding:25px;}
	.fund-list .amount {font-size:1.7rem;}
	
	#org:before {background-size:contain;width:500px;height:200px;}
	
	.office-infor-tab,
	.office-infor-bx	{padding:20px;}
	.office-infor-bx ul {margin:-10px -15px;}
	.office-infor-bx ul li {margin:10px 15px;}
	
	.dept-top .col-1 {width:600px;}
	.dept-top .col-2 {width:calc(100% - 600px);}
	.dept-top .dept-slide {width:560px;}
	.dept-top .dept-slide .thumb {height:350px;}
	.dept-top .tit,
	.logo-bg-bx .tit {font-size:2.3rem;}
	.dept-top .txt {margin:10px 0 30px;}
	.dept-video .video {width:560px;height:360px;}
	
	.logo-bg-bx{padding:4.5rem;}
	
	.life.logo-bg-bx{padding-right:600px;}
	.life.logo-bg-bx .thumb {width:550px;height:340px;top:2rem;right:-1.5rem;}
	
	.facility-top .facility-slide,
	.facility-cont .thumb			{width:580px;}
	.facility-top .col-2 {width:calc(100% - 620px);}
}

@media only screen and (max-width: 1440px) {
	.tit-badge {padding:5px 20px;}

	.intro-cont1 .bx2	{margin-top:30px;}

	.vision {padding:25px;}
	.vision .tit {font-size:2rem;}
	.vision-cont .tit,
	.global-goal-bx {font-size:1.75rem;}
	
	.life.logo-bg-bx {padding:30px;padding-right:550px;}
	.life.logo-bg-bx .tit {font-size:2rem;}
	.list-cont-bx > ul > li{width:calc(50% - 20px);}
}

@media only screen and (max-width:1240px){
	.sub-section {font-size:1rem;}
	
	.sub-section .tab.tab-full a{font-size:1.1rem;}
	.sub-section .tab-full a,
	.page_tab_txt a {font-size:1rem;}
	
	.tab_flex a {font-size:1rem;padding:.8rem 0;}
	
	.tit-badge {margin:20px 0;}
	
	.list-intro-bx > li {padding:20px}
	.list-intro-bx .stit	{font-size:1rem;margin-bottom:0;}
	.list-intro-bx .tit		{font-size:1.5rem;}
	.list-intro-bx span[class*='img']	{width:130px;height:130px;background-size:130px auto;}
	
	.greeting-bx	{padding:40px;padding-left:270px;}
	.greeting-bx:before {background-size:contain;width:270px;height:350px;}
	.greeting .title	{width:100%;font-size:1.45rem;word-break:keep-all;border-width:15px;text-align:center;}
	.greeting-bx .stit  {font-size:14px;letter-spacing:5px;}
	.greeting-bx .tit	{margin:20px 0;}
	.greeting-bx .txt	{word-break:keep-all;}
	
	.greeting {margin-top:0;}
	.greeting .title:before,
	.greeting .title:after {border-width:15px;}
	.greeting .title:before {top:-15px;}
	.greeting .title:after {bottom:-15px;}
	.greeting .cont		{margin-top:40px;}
	.greeting .line_blank {height:15px;}
	
	.greeting .name:after{width:80px;background-size:80px auto;margin-left:15px;}
	
	.intro {padding:80px 20px 260px;}
	.intro:before	{background-position:10% 50%;}
	.intro-cont1	{width:800px;padding:25px;margin-top:-200px;}
	.intro .stit	{letter-spacing:10px;}
	.intro-cont1 .d2		{margin:0 -15px;}
	.intro-cont1 .d2 li		{width:calc(50% - 30px);margin:0 15px;}
	.intro-cont1 .title,
	.intro-cont2 .title,
	.intro-cont3 .title,
	.intro-cont1 .bx1 .txt-bold		{font-size:1.35rem;}
	.intro-cont1 .bx1 li .txt		{word-break:keep-all;}
	.intro-cont1 .bx1 li:first-child .txt,
	.intro-cont1 .bx2 .d2 li .tit			{font-size:1.2rem;}
	.intro-cont2 {margin:20px 0 50px;}
	.intro-cont3 .list-intro-bx > li {width:100%;}
	.intro-cont3 .list-intro-bx li .txt-wrap		{width:calc(100% - 170px);}
	.intro-cont3 .list-intro-bx span[class*='img']	{margin:0;}
	.intro-cont3 .list-intro-bx li .txt-wrap		{text-align:left;}
	.intro-cont3 .tit {font-size:1.7rem;}

	.history .title {font-size:1.8rem;margin:40px 0 60px;}
	.history .img {width:300px;height:380px;}
	.history .cont {width:calc(100% - 340px);}
	.history .cont li .year {font-size:2rem;}
	.history .cont ul ul	{padding-left:140px;}
	.history .cont ul ul li:first-child {padding-top:30px;}
	.history .cont ul ul li:last-child	{padding-bottom:30px;}
	
	.fund .bg_gr:after	{background-size:contain;width:300px;height:300px;top:-120px;}
	.fund-list	{padding:40px;}
	.fund-list ul li {width:calc(33.33% - 30px);}
	.fund-list .tit {font-size:1.15rem;}
	.fund-list .tit span {font-size:2.5rem;}
	
	#org:before		{width:450px;}
	#org .org-1:before	{height:157px;}
	#org .org-2 .bx		{padding:25px;}
	#org .org-1 span	{font-size:1.7rem;}
	#org .org-3, 
	#org .org-4 div[class*=bx] .tit {font-size:1.4rem;}
	#org .org-3 {width:250px;}
	#org .org-4 div[class*=bx] .tit,
	#org .org-4 .cont ul				{padding:15px;}
	#org .org-3,
	#org .org-4 .cont > span,
	#org .org-4 .cont > a		{padding:10px;}
	#org .org-4 .cont > span,
	#org .org-4 .cont > a		{font-size:1.1rem;}
	#org .org-4 .cont > a:after {font-size:1.6rem;}
	
	.office-infor-bx .tit {font-size:1.2rem;padding-right:30px;}
	.office-infor-bx ul {padding-left:30px;}
	.office-infor-tab,
	.office-infor-bx ul li .office-ico {border-width:4px;padding:15px;}
	.office-infor-bx ul li .office-ico {width:60px;height:60px;margin-right:15px;}
	.office-infor-bx ul li .office-ico:before {width:30px;height:30px;background-size:120px auto;}
	.office-infor-bx ul li .office-ico.call:before {background-position:-30px 0;}
	.office-infor-bx ul li .office-ico.link:before {background-position:-90px 0}
	.office-infor-bx .office-ico.fax:before {background-position:-60px 0}
	.office-infor-bx ul li p {width:calc(100% - 75px);}
	
	.vision .tit {font-size:1.7rem;}
	.vision-cont .tit,
	.global-goal-bx		{font-size:1.5rem;}
	
	.intro-cont3 .tit {font-size:1.5rem;}
	
	.project-cont2.list-intro-bx .d2 li {width:100%;}
	.project-cont2.list-intro-bx .d4 li {width:50%;}
	
	.logo-bg-bx {background-size:350px auto;padding:3.5rem;}
	
	.dept-top .stit {font-size:1rem;}
	.dept-top-wrap:before{height:calc(100% - 20px);}
	.dept-top .col-1 {width:480px;}
	.dept-top .col-2 {width:calc(100% - 480px);}
	.dept-top .dept-slide {width:440px;}
	.dept-top .dept-slide .thumb {height:300px;}
	.dept-top .tit,
	.logo-bg-bx .tit {font-size:2rem;}
	.dept-top .txt {font-size:.9rem;}
	.dept-top .link {font-size:1rem;line-height:50px;padding:0 2.3rem;}
	.dept-video {margin-top:2rem;}
	.dept-video .alert,
	.dept-video .stit	{font-size:.9rem;}
	.dept-video .video {width:460px;height:300px;}
	.dept-video .link {padding:0 2rem;line-height:45px;}
	
	.life.logo-bg-bx {padding-right:450px;}
	.life.logo-bg-bx .thumb {width:450px;height:300px;}
	
	.facility-top .col-1 {margin-right:30px;}
	.facility-top .facility-slide,
	.facility-cont .thumb			{width:465px;}
	.facility-top .col-2 {width:calc(100% - 505px);}
	.facility-cont .row {margin:0 -15px;}
	.facility-cont .bx {width:calc(50% - 30px);margin:0 15px;}
	
	#mapwrap,
	#mapwrap iframe {height:350px;}
	
	.wifi.infor-cont:after {background-size:contain;width:300px;height:300px;}
}

@media only screen and (max-width:1023px){
	.sub-section {padding:40px 0 80px 0;}
	.sub-section .tab.tab-full {margin-bottom:30px;}
	.sub-section .tab.tab-full a {font-size:.9rem;padding:.9rem 0;}
	.sub-section .tab-full a,
	.page_tab_txt a {padding:10px 0;}
	
	.tit-badge {font-size:.9rem;margin:20px 0;padding:3px 15px;}

	.list-intro-bx .tit {font-size:1.3rem;}
	.list-intro-bx li .txt-wrap .txt {line-height:1.2;}
	.list-intro-bx span[class*='img']	{width:120px;height:120px;background-size:120px auto;}

	.ico-list-bx .cont-left span[class*="ico"] {width:50px;height:50px;border-width:3px;}
	.ico-list-bx .cont-left span[class*="ico"]:before {width:30px;height:30px;background-size:150px auto;}
	.ico-list-bx .cont-left span.ico2:before {background-position:-30px 0;}
	.ico-list-bx .cont-left span.ico3:before {background-position:-60px 0;}
	.ico-list-bx .cont-left span.ico4:before {background-position:-90px 0;}
	.ico-list-bx .cont-left span.ico5:before {background-position:-120px 0;}
	.ico-list-bx .cont-left:after,
	.ico-list-bx .cont-left:before{top:60px;}
	.ico-list-bx .cont-left:after {width:7px;height:7px;}
	.ico-list-bx .cont-left {margin-right:20px;}
	.ico-list-bx .cont-right {width:calc(100% - 70px);}
	.ico-list-bx .list-infor-bx dt {width:130px;}
	.ico-list-bx .list-infor-bx dd {width:calc(100% - 130px);}
	
	.sub-top-bx		{padding:30px 30px 30px 110px;}
	.sub-top-bx:before	{left:30px;width:60px;height:60px;background-size:180px auto;}
	.sub-top-bx.ico2:before {background-position:-60px 0;}
	.sub-top-bx.ico3:before {background-position:-120px 0;}
	.sub-top-bx .tit {font-size:1.15rem;}
	
	#pdf_object1,
	#viewerContainer {max-height:700px;}
	
	.greeting-bx,
	.greeting-bx:before,
	.intro,
	.history .img	{border-radius:0 0 0 50px;}

	.greeting .title	{border-width:10px;}
	.greeting .title:before,
	.greeting .title:after {border-width:10px;}
	.greeting .title:before {top:-10px;}
	.greeting .title:after {bottom:-10px;}
	
	.intro:before {background-size:auto 400px;}
	.intro-cont1 {width:600px;}
	.intro-cont1 .bx1 li .txt,
	.intro-cont1 .bx2 > .txt,
	.intro-cont1 .bx2 .d2 li .txt {line-height:1.4;}
	.intro-cont1 .bx2	{margin-top:30px;}
	
	.history .title {font-size:1.5rem;margin:30px 0 40px;}
	.history .img {width:250px;height:320px;margin-right:30px;}
	.history .cont {width:calc(100% - 280px);}
	.history .cont li .year {position:relative;left:0;top:0;font-size:1.7rem;padding:20px 20px;}
	.history .cont ul ul {display:block;padding-left:0;}
	.history .cont li li .date {font-size:1.2rem;margin-right:15px;margin-left:20px;}
	.history .cont li li .txt {padding-top:0;margin-right:20px;}
	.history .cont ul ul li:first-child {padding-top:0;}
	
	.fund .bg_gr	{padding-right:300px;}
	.fund .bg_gr:after	{width:220px;height:220px;top:0;}
	.fund-list		{padding:30px;}
	.fund-list ul	{margin:-10px;}
	.fund-list ul li {width:calc(33.33% - 20px);margin:10px;}
	
	#org:before		{width:400px;}
	#org .org-1 {width:120px;height:120px;background-size:165px auto;}
	#org .org-1:before	{top:130px;height:140px;}
	#org .org-1:after	{width:140px;height:140px;}
	#org .org-1 span	{font-size:1.6rem;line-height:120px;}
	#org .org-2			{top:110px;}
	#org .org-2 .bx		{padding:20px;}
	#org .org-2 ul li	{font-size:1rem;}
	#org .org-3			{width:200px;}
	#org .org-3,
	#org .org-4 div[class*=bx] .tit {font-size:1.1rem;}
	#org .org-4 {margin:70px -10px 0 -10px;}
	#org .org-4:before,
	#org .org-4 div[class*=bx]:before {top:-30px;}
	#org .org-2 .bx,
	#org .org-4 .cont > span,
	#org .org-4 .cont > a	{border-width:3px;font-size:1rem;font-weight:500;padding:7px;}
	#org .org-4 .org-list	{margin-top:15px;}
	#org .org-4 .cont a .year {font-size:.8rem;padding:2px 5px;}
	#org .org-4 .cont > a:after {font-size:1.3rem;right:15px;padding-bottom:2px;}
	#org .org-4 div[class*=bx] .tit,
	#org .org-4 .cont ul	{padding:10px;}
	#org .org-4 .cont ul li a {font-size:.9rem;}

	.office-infor-bx .tit {font-size:1.2rem;padding-right:0;margin:0 auto 10px;}
	.office-infor-bx .tit:after {display:none;}
	.office-infor-bx ul {width:100%;padding-left:0;}
	.office-infor-bx ul li .office-ico {width:50px;height:50px;}
	.office-infor-bx ul li {width:calc(50% - 20px);margin: 10px;}
	
	.office-infor-tab a,
	.office-infor-bx ul li {font-size:1rem;}
	.office-infor-tab ul {margin:0 -10px;}
	.office-infor-tab ul li {margin:0 10px;}
	
	.office-infor-list li {width:50%;}
	
	.vision .tit {font-size:1.5rem;}
	.vision .stit,
	.vision-cont .stit,
	.global-goal-bx .stit {font-size:1.1rem;}
	.vision-cont .tit,
	.global-goal-bx {font-size:1.4rem;}
	.vision .stit:after,
	.vision-cont .stit:after,
	.global-goal-bx .stit:after {margin:5px auto;}
	
	.school.bg_gr .d3 li{width:50%;}
	
	.logo-bg-bx {padding:2rem;}
	
	.dept-top {flex-direction:column;}
	.dept-top .tit,
	.logo-bg-bx .tit {font-size:1.8rem;}
	.dept-top-wrap:before {width:calc(100% + 300px);height:calc(60% - 20px);left:-100px;border-radius:0 0 0 70px;}
	.dept-top-wrap .office-infor-bx ul li {width:auto;}
	.dept-top .col-1,
	.dept-top .col-2,
	.dept-top .dept-slide {width:100%;}
	.dept-top .item-control {bottom:0;}
	.dept-top .link {width:100%;line-height:45px;}
	.dept-top .col-2 {padding:20px 0 0 20px;}
	.dept-video .video {width:360px;height:250px;}
	.dept-video .link {line-height:40px;}
	
	.dept-info-bx span[class*="ico"] {width:60px;height:60px;background-size:240px auto;margin-right:15px;}
	.dept-info-bx span.ico2 {background-position-x:-60px;}
	.dept-info-bx span.ico3 {background-position-x:-120px;}
	.dept-info-bx span.ico4 {background-position-x:-180px;}
	
	.life.logo-bg-bx {padding:20px;}
	.life.logo-bg-bx .thumb {position:relative;top:auto;right:auto;width:100%;box-shadow:none;}
	.life.logo-bg-bx .tit {font-size:1.8rem;margin-top:30px;}
	
	.facility-top{margin-top:40px;}
	.facility-top .col-1{width:100%;margin-right:0;}
	.facility-top .facility-slide, 
	.facility-cont .thumb,
	.facility-top .col-2 {width:100%}
	.facility-top .col-2 {;margin-top:60px;}
	.facility-cont .row {margin:0;}
	.facility-cont .row:nth-child(1),
	.facility-cont .row:nth-child(2),
	.facility-cont .row:nth-child(3) {padding:30px 0;}
	.facility-cont .bx {width:100%;margin:0;}
	.facility.list-cont-bx {margin:40px 0 30px;}
	.facility-cont .bx{margin:15px 0;}
	.facility-cont .bg_wh{bottom:0;}
	.facility-cont .bg_wh .tit {font-size:1.4rem;}
	
	
	.list-cont-bx .tit {font-size:1.3rem;}
	
	.infor-bg-bx .tit {font-size:1.6rem;}
	
	.map {letter-spacing:7px;}
	.map_list.page_tab_list a {padding:.5rem .65rem;}
	.wifi.infor-cont:after{width:200px;height:200px;right:10px;}
}

@media only screen and (max-width:767px){
	.sub-section	{padding:30px 0 60px 0;}

	#body_content .d_width,
	#body_content .c_width {margin:0;}
	
	.sub-section .tab.tab-full	{display:none;}
	.sub-section .tab-full ul li,
	.page_tab_txt ul li {width:50% !important;}
	
	.tit-badge {font-size:.85rem;}
	
	.list-intro-bx .tit {font-size:1.2rem;}
	.list-infor-bx dt,
	.list-infor-bx dd {font-size:.9rem;}
	.list-infor-bx dd {padding:7px 10px;}

	.greeting-bx	{background-position:60% 50%;padding:30px;padding-left:200px;}
	.greeting-bx,
	.greeting-bx:before,
	.intro,
	.history .img	{border-radius:0 0 0 20px;}
	.greeting-bx:before {width:200px;height:250px;}
	.greeting-bx .tit	{font-size:1.6rem;line-height:1.4;word-break:keep-all;margin:10px 0;}
	.greeting-bx .txt,
	.greeting .name		{font-size:1.1rem;}
	.greeting .cont		{font-size:1rem;}
	.greeting .text-lg	{font-size:1.1rem !important;}
	
	.intro	{padding:80px 20px 170px;}
	.intro:before {background-position:10% 30%;}
	.intro .stit	{letter-spacing:5px;}
	.intro-cont1	{width:85%;margin-top:-100px;}
	.intro-cont1 .d2		{flex-direction:column;margin:0;}
	.intro-cont1 .d2 li		{width:100%;margin:0;}
	.intro-cont1 .bx1 li:first-child .txt,
	.intro-cont1 .bx2 .d2 li .tit {font-size:1.1rem;}
	.intro-cont1 .bx2 .d2 li,
	.intro-cont1 .d2 li:nth-child(2),
	.intro-cont1 .bx2	{margin-top:20px;}
	.intro-cont1 .bx2 > .txt	{margin-bottom:0;}
	
	.intro-cont3 .tit	{font-size:1.5rem;}

	.history .title {font-size:1.3rem;word-break:keep-all;line-height:1.4;margin:20px 0 30px;}
	.history .img,
	.history .cont	{float:none;width:100%;}
	.history .cont li .year	{font-size:1.5rem;padding:20px 20px 10px;}
	.history .cont ul ul li	{margin-bottom:5px;}
	.history .img	{height:170px;background-position:50% 40%;margin:0 0 30px;}
	
	.fund .bg_gr {padding-right:250px;}
	.fund .bg_gr:after	 {width:180px;height:180px;top:auto;bottom:20px;}
	.fund .bg_gr .btnset a {padding:7px 40px;}
	.fund-list	{padding:30px 20px;}
	.fund-list .tit			{font-size:1.1rem;}
	.fund-list .tit span	{font-size:2rem;}
	.fund-list .tit:before,
	.fund-list .tit:after	{width:50px;background-size:100px auto;}
	.fund-list .tit:before	{left:-60px;}
	.fund-list .tit:after	{right:-60px;}
	.fund-list ul li	{width:calc(50% - 20px);padding:20px;}
	.fund-list .name	{word-break:keep-all;}
	.fund-list .amount	{font-size:1.5rem;}
	
	#org:before {width:300px;}
	#org .org-1:before {height:210px;}
	#org .org-2 {position:relative;top:-25px;}
	#org .org-2 .bx	{width:100%;margin:0;padding:10px 7px;}
	#org .org-2 ul {display:flex;flex-flow:row wrap;}
	#org .org-2 ul li {width:calc(50% - 20px);margin:0 10px;}
	#org .org-3 {width:100%;}
	#org .org-4 {margin:30px 0 0 ;}
	#org .org-4:before,
	#org .org-4 div[class*=bx]:before {display:none;}
	#org .org-4 div[class*=bx] {float:none;width:100%;margin:0 0 20px;}
	#org .org-4 div[class*=bx]:last-child {margin:0;}
	
		
	.office-infor-bx ul {margin:-5px -10px;}
	.office-infor-bx ul li {margin:5px 10px;}
	
	.vision {padding:20px 25px;}
	.vision .tit {font-size:1.3rem;word-break:keep-all;}
	.vision .stit,
	.vision-cont .stit,
	.global-goal-bx .stit {font-size:1.05rem;}
	.vision-cont .tit,
	.global-goal-bx		{font-size:1.25rem;}
	.vision-cont .overlap {margin-top:-20px;}
	
	.edu.list-intro-bx li .txt-wrap	{width:calc(100% - 150px);margin-right:30px;}
	
	.dept-top-wrap .office-infor-bx ul li {width:calc(50% - 20px);}
	.dept-top-wrap .office-infor-bx ul li:last-child{width:100%;} 
	.dept-video .col-1 {order:2;margin-top:20px;}
	.dept-video .video {position:relative;right:0;bottom:0;width:100%;}
	.dept-video.logo-bg-bx {display:flex;flex-direction:column;}
	.dept-video .link {width:100%;}
	
	.list-cont-bx .tit {margin-bottom:10px;}
	
	.facility-top .facility-slide,
	.facility-cont .thumb			{height:220px;}
	.facility-cont .bg_wh {width:300px;}
	
	#mapwrap,
	#mapwrap iframe {height:270px;}
	
	.map {font-size:.65rem;margin:15px 0 30px;}
	.map_list.page_tab_list li {width:33.33%;padding:3px;}
	.map_list.page_tab_list li:nth-child(5n):after{border-right:1px solid #DADADA;}
	.map_list.page_tab_list li:nth-child(3n):after{border-right:none;}
	
	.wifi.infor-cont{padding-right:130px;}
	.wifi.infor-cont:after {width:150px;height:150px;}
}

@media only screen and (max-width:576px){
	.sub-section {font-size:.9rem;}
	
	.tit-badge {font-size:.75rem;}

	.list-intro-bx > li{padding:15px;}
	.list-intro-bx span[class*='img']	{width:100px;height:100px;background-size:100px auto;}
	
	.ico-list-bx .cont-left{display:none;}
	.ico-list-bx .cont-right{width:100%;}
	
	#pdf_object1,
	#viewerContainer {max-height:500px;}
	
	.greeting-bx	{background:#000224;padding:20px;padding-top:220px;}
	.greeting-bx:before {width:100%;height:200px;background:url(../img/greeting_mo_bg.png) 50% 20% / cover;top:0;border-radius:0;}
	
	.greeting .title	{font-size:1.2rem;}
	.greeting-bx .stit	{font-size:12px;}
	.greeting-bx .tit	{font-size:1.4rem;}
	.greeting-bx .txt,
	.greeting .name		{font-size:1rem;line-height:1.4;}
	.greeting .cont		{font-size:.9rem;margin-top:30px;}
	.greeting .text-lg	{font-size:1rem !important;line-height:1.4;}
	.greeting .line_blank {height:10px;}
	
	.intro {padding:70px 20px 100px;}
	.intro:before {background-size:auto 250px;}
	.intro .stit	{font-size:.9rem;}
	.intro-cont1 {width:90%;margin-top:-50px;padding:20px 15px;}
	.intro-cont1 .title,
	.intro-cont2 .title,
	.intro-cont3 .title,
	.intro-cont1 .bx1 .txt-bold		{font-size:1.2rem;margin-bottom:10px;}
	.intro-cont1 .bx1 li:first-child .txt,
	.intro-cont1 .bx2 .d2 li .tit	{font-size:1.1rem;}
	.intro-cont1 .bx2 .d2 li {padding:20px;}
	.intro-cont1 .bx2 .d2 li,
	.intro-cont1 .d2 li:nth-child(2),
	.intro-cont1 .bx2 {margin-top:10px;}
	.intro-cont2 {margin:10px 0 40px;}
	.intro-cont3 .tit {font-size:1.3rem;}

	.history .cont li .year {padding:15px 15px 10px;}
	.history .cont li li .date {font-size:1.1rem;margin-right:10px;margin-left:15px;}
	.history .cont li li .txt {margin-right:15px;}
	
	.fund .bg_gr {padding-right:160px;}
	.fund .bg_gr:after {width:130px;height:130px;}
	.fund .bg_gr .btnset a {padding:3px 25px;}
	.fund-list .tit span {font-size:1.8rem;}
	.fund-list .amount {font-size:1.4rem;}
	
	.office-infor-tab a,
	.office-infor-bx ul li {font-size:1rem;}
	.office-infor-tab a:before {margin-right:10px;}
	.office-infor-bx .tit {font-size:1.1rem;}
	.office-infor-bx ul {margin:-5px 0;}
	.office-infor-bx ul li {width:100%;margin:5px 0;}
	.office-infor-bx ul li .office-ico {width:50px;height:50px;margin-right:10px;}
	.office-infor-bx ul li .office-ico.call:before {background-position:-30px 0;}
	.office-infor-bx ul li .office-ico.link:before {background-position:-90px 0}
	.office-infor-bx ul li p {width:calc(100% - 60px);}
	
	.vision {padding:15px 25px;}
	.vision .stit,
	.vision-cont .stit,
	.global-goal-bx .stit {font-size:1rem;letter-spacing:3px;}
	.vision .tit {font-size:1.15rem;line-height:1.2;}
	.vision-cont .tit,
	.global-goal-bx {font-size:1.1rem;}
	
	.edu.list-intro-bx .txt-wrap	{order:2;}
	.edu.list-intro-bx > li			{flex-direction:column;}
	.edu.list-intro-bx li .txt-wrap		{width:100%;margin-right:0;}
	.edu.list-intro-bx span[class*='img'] {margin:0 auto 10px;}
	
	.project-cont2.d2 > li,
	.project-cont2.list-intro-bx .d4 li,
	.school.bg_gr .d3 li					{width:100%;}
	.project-cont2.list-intro-bx li:nth-child(2n)	{border-width:0 0 1px 0;}
	
	.dept-top-wrap .office-infor-bx ul li {width:100%;} 
	.dept-top .dept-slide .thumb {height:250px;}
	.dept-top .item-control a {width:45px;height:45px;line-height:45px;}
	.logo-bg-bx {padding:1.5rem;}
	.dept-top .tit,
	.logo-bg-bx .tit {font-size:1.6rem;}
	
	.life.logo-bg-bx .tit {font-size:1.5rem;}
	.life.logo-bg-bx .thumb {height:220px;}
	
	.infor-bg-bx {padding:20px;}
	.infor-bg-bx .tit {font-size:1.4rem;}
	.infor-cont .sub2 dd {width:calc(100% - 110px);}
	
	.list-cont-bx .tit {font-size:1.2rem;}
	
	.facility-top .facility-slide,
	.facility-cont .thumb {height:180px;}
	.facility.list-cont-bx {margin:30px 0;}
	.facility.list-cont-bx > ul {margin:-10px 0;}
	.facility.list-cont-bx > ul > li{width:100%;margin:10px 0;}
	.facility-cont .bg_wh {position:relative;width:100%;height:auto;margin-top:20px;}
	.facility-cont .bg_wh .tit {font-size:1.2rem;}
	.facility-cont .row:nth-child(1),
	.facility-cont .row:nth-child(2),
	.facility-cont .row:nth-child(3) {padding:20px 0;}
	
	.wifi.infor-cont:after {width:100px;height:100px;}
	.infor-cont dt {margin-right:10px;}
	.infor-cont dd {width:calc(100% - 100px);}
}

@media only screen and (max-width:415px){
	.sub-section .tab-full ul li,
	.page_tab_txt ul li				{width:100% !important;}
	.sub-section .tab-full a,
	.page_tab_txt a				{padding:7px 0;}

	#org:before,
	.fund .bg_gr:after,
	.wifi.infor-cont:after,
	.map_list.page_tab_list li:last-child{display:none;}
	
	.intro .stit	{word-break:keep-all;}
	.intro-cont3 .list-intro-bx > li	{flex-direction:column;justify-content:flex-start;}
	.intro-cont3 .list-intro-bx li .txt-wrap		{order:2;width:100%;text-align:center;}
	.intro-cont3 .list-intro-bx span[class*='img']	{margin:0 auto 15px auto;}
	
	.sub-top-bx {padding:20px;}
	.sub-top-bx:before {position:relative;display:block;top:25px;left:auto;margin:0 auto;}
	
	.greeting-bx {padding-top:190px;}
	.greeting-bx:before {height:170px;}
	
	.fund .bg_gr {padding:20px;}
	.fund .bg_gr .btnset a {width:100%;}
	.fund-list ul		{margin:-10px 0;}
	.fund-list ul li	{width:100%;margin:10px 0;}
	
	.dept-info-bx {flex-direction:column;}
	.dept-info-bx span[class*="ico"] {margin:0 auto 10px;}
	
	.map_list.page_tab_list li {width:50%;}
	.map_list.page_tab_list li:nth-child(3n):after{border-right:1px solid #DADADA;}
	.map_list.page_tab_list li:nth-child(2n):after{border-right:none;}
	
	.office-infor-list li {width:100%;}
	.wifi.infor-cont {padding:1rem;}
}