/* *******************************************************
 * filename : common.css
 * description : 메인부
 * date : 20190718
******************************************************** */

/* common */

.grid_container {
    width: 1200px;
    margin: 0 auto;
}

.tit_center {
    font-size: 62px;
    line-height: 62px;
    color: #111;
    font-weight: 600;
    margin-bottom: 36px;
    text-align: center;
}

/* main */
.main {
    width: 100%;
}

.main .visual {
	height:940px;
	overflow:hidden;
    position: relative;
    background-position-x: center;
}
.main .visual:nth-child(1) {
    background-image: url(../images/main/visual01.jpg);
}
.main .visual:nth-child(2) {
    background-image: url(../images/main/visual02.jpg);
}
.main .visual:nth-child(3) {
    background-image: url(../images/main/visual03.jpg);
}
.main .visual .visual_wrap {
    position: relative;
    width: 1200px;
    height: 940px;
    margin: 0 auto;
}

.main .visual .visual_wrap  .visual_txt {
    position: absolute;
    bottom: 180px;
    left: 0;
}

.main .visual .visual_img {
    position: absolute;
    top: 0;
    left: 0;
}

.main .visual .visual_wrap .visual_txt h1 {
    font-size: 64px;
    color: #fff;
    /* font-family: poppins; */
    text-shadow: 1px 3px 10px #222;
    margin-bottom: 12px;
}

.main .visual .visual_wrap .visual_txt p {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-shadow: 1px 3px 4px #555;
}
.main .visual .visual_wrap .visual_txt p .small {
    font-size: 28px;
    line-height: 1.6em;
    display: block;
    max-width: 890px;
}
.quick_wrapper .main_quick ul {
    position: absolute;
    right: 0;
    bottom: 120px;
    overflow: hidden;
    z-index: 99;
}

.quick_wrapper {
    width: 100%;
    height: 940px;
    position: absolute;
    margin: 0 auto;
}

.quick_wrapper .main_quick {
    position: relative;
    width: 1200px;
    height: 940px;
    margin: 0 auto;
}

.quick_wrapper .main_quick ul li {
    width: 132px;
    height: 132px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}

.quick_wrapper .main_quick ul li.on {
	background:#8b0029; 
	transition: .2s;
}
.quick_wrapper .main_quick ul li img {
    display: block;
    margin: 0 auto;
    width: 60px;
}

.quick_wrapper .main_quick ul li .tit {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 15px;
}

.quick_wrapper .main_quick ul li .ic_link {
    color: #fff;
    font-family: poppins;
    font-size: 16px;
    font-weight: 100;
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 15px;
}
/* main section05:news */

.main .news {
    padding: 80px 0;
}

.main .news .tit_center {
    margin-bottom: 70px;
}

.main .news .news_area {
    overflow: hidden;
}

.main .news .news_area .news_part {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.main .news .news_area .news_part:last-child {
    margin-right: 0;
}

.main .news .news_area .news_part .news_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 28px;
	text-align: center;
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
}

.main .news .news_area .news_part .news_img img {
	/* width: 100%; */
	height: 100%;
}

.main .news .news_area .news_part .news_tit {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.main .news .news_area .news_part .news_text {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}


.main .news .news_area .news_part .news_info {
    font-size: 14px;
    color: #7d7d7d;
	position: relative;
}
.main .news .news_area .news_part .news_info .date {
	padding-right: 10px;
	margin-right: 10px;
}

.main .news .news_area .news_part .news_info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    left: 70px;
    top: 4px;
}
.main .news .activities {
    border: 1px solid #ddd;
    padding: 55px 50px;
}

.main .news .activities .active_part_wrap {
	overflow: hidden;
}
.main .news .activities .active_part_wrap.div2 .part {
	width: calc(50% - 40px);
}
.main .news .activities .active_part_wrap .part {
    width: calc(33% - 80px);
    margin-right: 80px;
    float: left;
}

.main .news .activities .active_part_wrap .part:last-child {
    margin: 0;
}

.main .news .activities .active_part_wrap .part h3 {
    font-weight: 500;
    color: #111;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}


.main .news .activities .active_part_wrap .part h3 .more {
    float: right;
    font-weight: 100;
    font-size: 36px;
	color: #777;
	cursor:pointer;
}

.main .news .activities .active_part_wrap .part .notice {}

.main .news .activities .active_part_wrap .part .notice li {
    line-height: 36px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    max-width: 100%;
    width: 100%;
    /*
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	height: 32px; 
	*/
    overflow: hidden;
}

.main .news .activities .active_part_wrap .part .notice li .tit_a {
    float: left;
    width: calc(100% - 90px);
    display: block;
}

.main .news .activities .active_part_wrap .part .notice li .date {
    color: #888;
    float: right;
    width: 80px;
    display: block;
    font-weight: 300;
}

.main .news .activities .active_part_wrap .part .notice li {
	white-space: nowrap;
    text-overflow: ellipsis;
}
.main .news .activities .active_part_wrap .part .notice li .cate {
    color: #7c001a;
    margin-right: 8px;
    font-weight: 400;
}

.main .news .activities .active_part_wrap .part .notice .ic_new {
    font-size: 12px;
    padding: 0px 6px;
    vertical-align: bottom;
}

.main .news .activities .active_part_wrap .part .academic {}

/*
.main .news .activities .active_part_wrap .part a {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.main .news .activities .active_part_wrap .part a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

*/
.main .news .activities .active_part_wrap .part .academic .aca_tit {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    font-weight: 500;
}

.main .news .activities .active_part_wrap .part .academic .aca_info {
    width: 100%;
    margin-top: 10px;
    /*max-height: 102px;*/
	max-height: 72px; 
    overflow: hidden;
	line-height:1.5em;
	font-size: 16px;
}
.main .news .activities .active_part_wrap .part .academic .aca_info a {
	font-size:16px;
}
.main .news .activities .active_part_wrap .part .academic .aca_info tr th {
    width: 70px;
    letter-spacing: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}

.main .news .activities .active_part_wrap .part .academic .aca_info tr td {
    letter-spacing: -0.4px;
    font-size: 16px;
    line-height: 24px;
}

.main .news .activities .active_part_wrap .part .notice li a {
    font-size: 16px;
    color: #222;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    overflow: hidden;
}

.main .news .activities .active_part_wrap .part .academic .aca_info a p {
    line-height: 1.8em;
    font-size: 16px;
    color: #222;
    height: 27px;
    overflow:hidden;
}

.main .news .activities .active_part_wrap .part .scedule {}

.main .news .activities .active_part_wrap .part .scedule .line {
    margin-bottom: 30px;
    overflow: hidden;
}
.main .news .activities .active_part_wrap .part .scedule .line:last-child {
	margin-bottom: 0;
}

.main .news .activities .active_part_wrap .part .scedule .line .day {
    width: 42px;
    margin-right: 30px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.main .news .activities .active_part_wrap .part .scedule .line .content {
    width: calc(100% - 72px);
	max-height: 51px;
	overflow:hidden;
    font-size: 16px;
    line-height: 25px;
	font-weight: 400;
    float: left;
    vertical-align: middle;
}

.main .news .activities .active_part_wrap .part .scedule .line .day .month {
    display: block;
    font-size: 15px;
    color: #7c001a;
    font-weight: 500;
    margin-bottom: 6px;
}

.main .news .activities .active_part_wrap .part .scedule .line .day .date {
    font-size: 30px;
    color: #7c001a;
    font-weight: 600;
}
/*
.main .news .wide_notice { width: 75%; float: left; }
.main .news .wide_notice .box_a { width: 97%; float: left; border: 1px #ddd solid; padding: 40px 40px 40px 40px; background: #fff; margin-top: 40px; margin-right: 3%;}
.main .news .wide_notice .box_a .more { font-size: 16px; color: #333; font-weight: 400; line-height: 22px; float: right; }
.main .news .wide_notice .box_a .more a { cursor: pointer; }
.main .news .wide_notice .box_a .more span { font-size: 16px; color: #ccc; font-weight: 100; line-height: 22px; margin: 0 20px; }
.main .news .wide_notice h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 20px 0px;
	}
.main .news .wide_notice h4 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 30px 0 10px 0px;
	line-height: 1.3em;
	}
.main .news .wide_notice h4 a {
	color: #333;
	}
.user_con_box ul li { font-size: 18px; line-height: 30px;}
.user_con_box ul li a { color: #222; }
.user_con_box ul li .link:after {content: url(/images/common/ic_external_sm.png); font-weight: 600; margin-left: 8px; font-size: 15px; }
*/
.main .news .wide_notice {
    width: 100%;
    overflow: hidden;
}
.main .news .wide_notice .box_a .more { font-size: 32px; color: #555; font-weight: 300; line-height: 22px; position:absolute; right:0; cursor:pointer; }
.main .news .wide_notice .box_a .more a { cursor: pointer; }
.main .news .wide_notice .box_a .more span { font-size: 16px; color: #ccc; font-weight: 100; line-height: 22px; margin: 0 20px; }
.main .news .wide_notice h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 20px 0px;
    position:relative;
	}
.main .news .wide_notice h4 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 30px 0 10px 0px;
	line-height: 1.3em;
	}
.main .news .wide_notice h4 a {
	color: #333;
	}

.main .news .wide_notice .box_a {
    width: 75%;
	border: 1px #ddd solid; 
	padding: 40px 40px 40px 40px; 
	background: #fff; 
	margin-top: 40px; 
	margin-right: 40px;	
	float:left;
}

.main .news .wide_notice .box_a .inner_line {
    overflow: hidden;

}
.main .news .wide_notice .box_a .inner_line .cont {
    float:left;
    width: 32%;
    margin-right: 2%;
    border-bottom: none;
    border-right: 1px solid #ddd;
    padding: 0;
    padding-right: 2%;
    margin-top: 15px;
}
.main .news .wide_notice .box_a .inner_line .cont:last-child {
    margin-right:0;
    border-right:none;
    padding-right: 0;
    /* padding-left: 2%; */
}

.main .news .wide_notice .box_a .inner_line .cont .tit_a {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    max-height: 45px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    line-height: 1.2em;
}

.main .news .wide_notice .box_a .inner_line .cont .context {
    max-height: 100%;
    height: auto;
}

.main .news .wide_notice .box_a .inner_line .cont .context ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .news .wide_notice .box_a .inner_line .cont .context li label {
    vertical-align: text-top;
    margin-right: 6px;
    font-weight: 500;
    color: #8b0029;
}

.main .news .wide_notice .box_b {
    float: left;
    width: calc(25% - 40px);
    height: 274px;
    margin-top: 40px;
    background: #58766c;
    padding: 36px 24px;
}
.main .news .active_part_wrap .number_line dl {color:#555;overflow: hidden;line-height: 1.6em;font-size: 16px;padding-top: 5px;}
.main .news .active_part_wrap .number_line dt {float: left;width: 130px;}
.main .news .active_part_wrap .number_line dd {float: left;width: calc(100% - 130px);margin-bottom: 10px;text-align: right;}
.main .news .active_part_wrap .number_line dd a { color:#555; }




.main .news .wide_notice .box_b .number_line {
    margin-bottom: 30px;
}

.main .news .wide_notice .box_b .number_line:last-child {
    margin-bottom: 0;
}
.main .news .wide_notice .box_b .number_line h3 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom:15px;
}
.main .news .wide_notice .box_b .number_line span {
    color: #fff;
    line-height:1.4em;
}
.main .news .wide_notice .box_b .number_line span a { color:#fff; }
.main .news .wide_notice .box_a .more a.active {
    color: #7c001a;
}
.main .news .wide_notice .box_b .number_line dl {color:#fff; overflow: hidden; line-height: 1.6em; }
.main .news .wide_notice .box_b .number_line dt { float: left; width: 100px;}
.main .news .wide_notice .box_b .number_line dd { float: left;}
.main .news .wide_notice .box_b .number_line dd a { color:#fff; }
.bx-controls.bx-has-pager {
    position: relative !important;
    width: 100% !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute !important;
    bottom: 50px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background:transparent !important;
    border:1px solid #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff !important;
}

@media screen and (max-width:1650px) {
	.main .fullscreen_video .video_wrapper .content_wrapper { padding-top:260px; }
	.main .fullscreen_video .video_wrapper .content_wrapper .scroll	{ margin-top:100px;	}
    .quick_wrapper { height: auto; }
}
@media screen and (max-width:1560px) {
	.main .fullscreen_video #kubs_video { width: auto; min-height: 900px; }
}
@media screen and (max-width:1400px) {
	.tit_center { font-size: 60px; line-height: 60px; }
	
	.main .visual { height: 880px; }
	.main .visual .visual_wrap { width:100%; height: 880px; padding: 0 20px; }
	.quick_wrapper .main_quick { width:100%; height: 880px; padding: 0 20px; }
	.main .visual .visual_wrap .visual_txt { left: 20px; }
	.quick_wrapper .main_quick ul { right: 20px; }


	.main .news .news_area .news_part { width: 32%; margin-right: 2%; }
	.main .news .news_area .news_part .news_tit { height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: pre; }
	.main .news .activities { padding: 40px 30px; }
	.main .news .activities .active_part_wrap .part { width: 30%; margin-right: 5%; }
	.main .news .activities .active_part_wrap .part .notice {}
	.main .news .activities .active_part_wrap .part .notice li { line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
	.main .news .activities .active_part_wrap .part .academic .aca_tit { font-size: 18px; }
	.main .news .activities .active_part_wrap .part .scedule .line .content { font-size: 15px; }	
	
}
@media screen and (max-width:1240px) {
	.tit_center { font-size: 54px; margin-bottom: 32px; }
	
	
	.main .visual { height: 840px; background-size: cover; }
	.main .visual .visual_wrap { width:100%; height: 840px; padding: 0 20px; }
	.quick_wrapper .main_quick { width:100%; height: 840px; padding: 0 20px; }
	.main .visual .visual_wrap .visual_txt {bottom: 120px;left: 40px; max-width: 750px;}
	.quick_wrapper .main_quick ul {right: 40px;bottom: 40px;}
	.main .visual .visual_wrap .visual_txt h1 {font-size: 56px;}
	.main .visual .visual_wrap .visual_txt p { font-size: 28px; line-height: 28px; }
    .main .visual .visual_wrap .visual_txt p .small { font-size:20px; max-width:720px; }
	
	
	.main .news { padding: 80px 0 80px; }
	.main .news .news_area .news_part .news_tit { font-size: 18px; }
	.main .news .news_area .news_part .news_text { font-size: 15px; height: 50px; overflow: hidden; text-overflow: ellipsis; }
	.main .news .activities .active_part_wrap .part h3 { font-size: 22px; padding-bottom: 20px; margin-bottom: 20px; }
	.main .news .activities .active_part_wrap .part .notice li { font-size: 14px; }
	.main .news .activities .active_part_wrap .part .notice li a { font-size:14px; }
	.main .news .activities .active_part_wrap .part .academic .aca_tit { font-size: 16px; line-height: 24px; }
	.main .news .activities .active_part_wrap .part .academic .aca_info tr th { font-size: 15px; }
	.main .news .activities .active_part_wrap .part .academic .aca_info tr td { font-size: 15px; }
	.main .news .activities .active_part_wrap .part { width: 31%; margin-right: 3%; }
	.main .news .activities .active_part_wrap .part .scedule .line .day .date { font-size: 26px; }
	.main .news .activities .active_part_wrap .part .scedule .line .content { font-size: 14px; }
	
	.main .news .activities .active_part_wrap.div2 .part { width: 48%; margin-right: 4%; }
	.main .news .activities .active_part_wrap.div2 .part:last-child { margin-right: 0; }
	.main .news .activities .active_part_wrap.div2 .part .scedule .line { margin-bottom: 15px; }
	.main .news .activities .active_part_wrap.div2 .part .scedule .line .day .month { margin-bottom: 4px; }
	.main .news .activities .active_part_wrap.div2 .scedule .line .content { line-height: 22px; max-height: 48px; }	
	
	.main .news .wide_notice .box_a { padding: 40px 30px; margin-top: 24px; margin-right: 24px; }
	.main .news .wide_notice .box_b { width: calc(25% - 24px); margin-top: 24px; padding: 36px 18px; overflow:hidden; }
}
@media screen and (max-width:1200px) {
	.grid_container { width: 100%; }
	.grid_container { padding: 0 20px 0 20px; }
}
@media screen and (max-width:980px) {
	.tit_center { font-size: 42px; line-height: 42px; }
	
	
	.main .visual { height: 720px; }
	.main .visual .visual_wrap { height: 720px; }
	.quick_wrapper .main_quick { height: 720px; }
	.quick_wrapper .main_quick ul li {width: 120px;height: 120px;padding: 15px 0;}
	.quick_wrapper .main_quick ul li img {width: 48px;}
	.main .visual .visual_wrap .visual_txt h1 {font-size: 48px;}
	.main .visual .visual_wrap .visual_txt p { font-size: 24px; }
    .main .visual .visual_wrap .visual_txt p .small { font-size:18px; max-width:640px; }

	
	.main .news .tit_center { margin-bottom: 40px; }
	.main .news .activities .active_part_wrap.div2 .part { width: 100%; padding: 0 20px; }
	.main .news .news_area .news_part { width: 100%; margin-right: 0%; margin-bottom: 5%; }
	.main .news .news_area .news_part .news_img { text-align: center; }
	.main .news .news_area .news_part .news_tit { font-size: 16px; margin-bottom: 8px; }
	.main .news .news_area .news_part .news_text { font-size: 14px; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: pre; }
	.main .news .activities { padding: 30px 10px; }
	.main .news .activities .active_part_wrap .part { width: 100%; margin-bottom: 8%; }
	.main .news .activities .active_part_wrap .part .scedule .line { margin-bottom:20px; }
	.main .news .activities .active_part_wrap .part .scedule .line:last-child { margin-bottom: 0; }	
	.main .best .bx-pager.bx-default-pager { position: absolute; top: 0; margin-left: 0; }
	.main .best .bx-wrapper { height: 780px !important; }	
	
	.main .news .wide_notice .box_a { width: 100%; margin-right: 0; }
	.main .news .wide_notice .box_b { width: 100%; padding: 20px; height: auto; }
	.main .news .wide_notice .box_b .number_line h3 { font-size: 18px; }
	.main .news .wide_notice .box_b .number_line span { display: block; }
	.main .news .wide_notice .box_b .number_line { float: left; width: 70%; margin-bottom: 0; }
}
@media screen and (max-width:840px) {
	.main .visual { height: 640px; background-size: cover; }
	.main .visual .visual_wrap { height: 640px; }
	.quick_wrapper .main_quick { height: 640px; }
	.main .visual .visual_wrap .visual_txt {position:relative;padding-top: 280px;left: 0;bottom: 0;}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: 450px !important; left: 12px; width: 80px !important; }
	.quick_wrapper .main_quick { position: relative; left:0; bottom: 0; padding-top: 50px; }
	.quick_wrapper .main_quick ul {overflow: hidden;left: 20px;width: 100%;padding: 8px 0;}
	.quick_wrapper .main_quick ul li { float: left; }

}
@media screen and (max-width:640px) {
	.main .visual {height: 540px;background-size: cover;}
	.main .visual .visual_wrap {height: 540px;}
	.quick_wrapper .main_quick {height: 540px;}
	.main .visual .visual_wrap .visual_txt { position:relative; padding-top: 240px; left: 0; bottom: 0; }
	.quick_wrapper .main_quick ul {width:100%;position: absolute;left:0;bottom: 0;padding-top: 0;padding: 20px;}
	.quick_wrapper .main_quick ul li {width: 33.3%;float:left;height: 140px;padding: 20px 0;}
	.main .visual .visual_wrap .visual_txt h1 {font-size: 40px;}
    .main .visual:nth-child(1) .visual_wrap .visual_txt h1 { font-size: 35px !important; }
	.main .visual .visual_wrap .visual_txt p { font-size: 20px; }
    .main .visual .visual_wrap .visual_txt p .small { font-size:15px; }
	.main .visual .visual_wrap .visual_txt {padding-top: 108px;}
	.quick_wrapper .main_quick ul li img { width: 50px; }
	.quick_wrapper .main_quick ul li .tit {font-size: 14px;}
	
	.main .news { padding: 54px 0 54px; }
	.main .news .activities .active_part_wrap .part .notice li { height: 28px; line-height: 28px; }
	.main .news .activities .active_part_wrap .part .notice .ic_new { font-size: 10px; }
	.main .news .news_area .news_part .news_img { margin-bottom: 10px; }
	
	.main .news .wide_notice .box_a .inner_line .cont { float: none; width: 100%; margin: 10px 0 20px; padding: 0; border-right: 0; border-bottom: 1px solid #ddd; padding-bottom: 20px;}
	.main .news .wide_notice .box_a .inner_line .cont:last-child { border-bottom: none; margin: 0; padding: 0; }
	.main .news .wide_notice .box_b .number_line { float: none; margin-bottom: 30px; }
    .main .news .wide_notice .box_a { padding: 20px; }
    .main .news .wide_notice h3 { font-size: 20px; }
}

@media screen and (max-width:480px) {
    .main .visual { height: 480px; }
    .main .visual .visual_wrap { height: 480px; }
    .quick_wrapper .main_quick { height: 480px; }
    .main .visual .visual_wrap .visual_txt {}
    .main .visual .visual_wrap .visual_txt h1 { font-size: 36px; }
    .main .visual .visual_wrap .visual_txt p { font-size: 18px; } 
    .main .visual:nth-child(1) .visual_wrap .visual_txt h1 {font-size: 25px !important;}
    .main .visual .visual_wrap .visual_txt p .small { font-size: 13px; line-height: 1.5em; letter-spacing: -0.5px; }

    .quick_wrapper .main_quick ul li {height: 120px;}
    .quick_wrapper .main_quick ul li img {width: 38px;}
    .quick_wrapper .main_quick ul li .tit {font-size: 13px;}
    .quick_wrapper .main_quick ul li .ic_link {width: 18px;height: 18px;font-size: 16px;line-height: 18px;}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: 390px !important; }
	.main .fullscreen_video .video_wrapper .content_wrapper .tit h1 { font-size: 36px; }
	.tit_center { font-size: 32px; margin-bottom: 20px; }
	.main .program { height: 800px; padding-top: 40px; padding-bottom: 30px; }
	.main .program .sub_tit { font-size: 12px; line-height: 16px; margin-bottom: 30px; letter-spacing: -0.5px; }
	.main .program .part_wrapper .pro_box { width: 50%; height: 280px; padding-top:30px; }
	/*.main .program .part_wrapper .pro_box.on { width: 48%; height: 320px; }*/
	.main .program .part_wrapper .pro_box .icon_program { width: 50px; }
	.main .program .part_wrapper .pro_box h4 { margin-bottom: 10px; }
	.main .program .part_wrapper .pro_box ul li { font-size: 14px; line-height: 22px; }
	.main .program .part_wrapper .pro_box.on {	width: 50%;	height: 280px;	background: #8b0029; border: none; margin-top: 0; text-shadow: 4px 4px 6px rgba(51, 51, 51, 0.4); box-shadow: 20px 25px 25px rgba(51, 51, 51, 0.0);	position:relative;	z-index:99;	}
	.main .best .best_tit h2 { font-size:32px; }
	.main .best .sub_tit { font-size: 12px; line-height: 16px; margin-bottom: 0px;}
	.main .best a.bx-pager-link { width: 32px !important; }
	.main .best .bx-wrapper { height: 650px !important; }	
    .main .best .bx-pager.bx-default-pager {  text-align: left;  margin-bottom: 40px; }	
	.main .centers .right_tit h2 { font-size:32px;margin-bottom: 20px; }
	.main .centers .right_tit .sub_tit { font-size: 14px; line-height: 18px; }
	.main .centers .menu_link ul {}
	.main .centers .menu_link ul li { width: 32%; margin:0; margin-right: 2%; margin-bottom:10%;}
	.main .centers .menu_link ul li:first-child { margin-left:0px }
	.main .centers .menu_link ul li:nth-child(3n) { margin-right:0px; }
	.main .centers .menu_link ul li .ic_wrapper { display: block; width: 80px; height: 80px; background-color: rgba(255, 255, 255, 0.9); border: 1px solid #ddd; border-radius: 50px; text-align: center; line-height: 74px; margin: 0 auto; }
	.main .centers .menu_link ul li .ic_wrapper img { max-width: 68%; max-height: 68%; vertical-align: middle; }
	.main .centers .menu_link ul li .text { font-size: 14px; letter-spacing: -0.5px; margin-top: 10px; color: rgba(255, 255, 255, 0.9); text-shadow: 4px 4px 6px rgba(51, 51, 51, 0.4);}


	.main .news { padding: 0px 0px 30px 0px; }
	.main .news .news_area .news_part .news_img { height: 220px; margin-bottom: 10px; }
	.main .news .news_area .news_part .news_tit { font-size: 15px; margin-bottom: 0; }
	.main .news .news_area .news_part .news_text { font-size: 14px; margin-bottom: 0px;}
	.main .news .news_area .news_part .news_info { font-size: 13px; }
	.main .news .news_area .news_part { margin-bottom: 30px; }
	.main .news .news_area .news_part:last-child { margin-bottom:0; }

	.main .news .activities { padding: 20px 0px; margin-top: 50px;}
	.main .news .activities .active_part_wrap .part h3 { font-size: 20px; padding-bottom: 16px; }
	.main .news .activities .active_part_wrap .part { margin-bottom: 40px; }
	.main .news .activities .active_part_wrap .part .notice li { font-size: 14px; line-height: 26px; height: 26px;}
	.main .news .activities .active_part_wrap .part .academic .aca_tit { font-size: 15px; }
	.main .news .activities .active_part_wrap .part .academic .aca_info tr th { font-size: 14px; }
	.main .news .activities .active_part_wrap .part .academic .aca_info tr td { font-size: 14px; }
	.main .news .activities .active_part_wrap .part .scedule .line .content { font-size: 14px; }
	.main .news .news_area .news_part .news_info .date:after {
		content: '';
		display: inline-block;
		margin: 0 8px;
		width: 1px;
		height: 14px;
		background: #d0d0d0;
		position: absolute;
		left: 65px;
		top: 4px;
}	
	.main .news .activities .active_part_wrap .part .scedule .line {
    margin-bottom: 20px;
    overflow: hidden;
}
}
