﻿@charset "utf-8";

/*******************************************************************
   layout style
******************************************************************* */
/*
	1. header style
*/
/*#header {*/

/*}*/

/*#container .innerwrap {*/
/*position: relative;*/
/*padding-top: 0;*/
/*}*/

/*******************************************************************
   common style
******************************************************************* */
/*.main-col {*/
/*padding: 50px 0;*/
/*}*/
/*.main-col h3 {*/
/*margin: 0 0 45px;*/
/*text-align: center;*/
/*font-family: 'Nanum Barun Gothic', Arial, Sans-Serif;*/
/*font-size: 32px;*/
/*font-weight: 700;*/
/*color: #fff;*/
/*}*/
/*.main-col h3 a {*/
/*font-family: 'Nanum Barun Gothic', Arial, Sans-Serif;*/
/*font-size: 32px;*/
/*font-weight: 700;*/
/*color: #333;*/
/*!*color: rgba(255,255,255,0.9);*!*/
/*}*/
/*.main-col h3 a:hover {*/
/*font-family: 'Nanum Barun Gothic', Arial, Sans-Serif;*/
/*font-size: 32px;*/
/*font-weight: 700;*/
/*color: #333;*/
/*!*color: rgba(255,255,255,1);*!*/
/*}*/
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
/*******************************************************************
   .banner-notice
******************************************************************* */
.banner-notice {
	height: 100px;
	background-color: #2ebae2;
}

/* *******************************************************************
	col1 : 메인 배너
******************************************************************* */
.col1 {
	position: relative;
	border-top: 2px solid #334762;
	border-bottom: 1px solid #334762;
	padding: 0;
	height: 459px;
}
.main-banner .banner-list {
	visibility: hidden;
}
.main-banner .bx-viewport > ul.banner-list > li {
	display: inline-block;
	height: 456px;
}
.main-banner .bx-viewport > ul.banner-list > li .inner-wrap {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 456px;
}
.main-banner .bx-viewport > ul.banner-list > li .inner-wrap span {
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 14px;
	color: #fff;
	padding: 8px 10px;
	/*background-color: rgba(49,78,117,0.5);*/
	background-color: rgba(0, 0, 0, 0.5);
}
.main-banner .bx-viewport > ul.banner-list > li:first-child {
	background: url("/images/bg/main_banner/2024/main_banner_01.jpg") center center no-repeat;
}
.main-banner .bx-viewport > ul.banner-list > li:nth-child(2) {
	background: url("/images/bg/main_banner/2024/main_banner_02.jpg") center 75% no-repeat;
}
.main-banner .bx-viewport > ul.banner-list > li:nth-child(3) {
	background: url("/images/bg/main_banner/2024/main_banner_03.jpg") center 40% no-repeat;
}
.main-banner .bx-viewport > ul.banner-list > li:nth-child(4) {
	background: url("/images/bg/main_banner/2024/main_banner_04.jpg") center 22% no-repeat;
}
.main-banner .bx-viewport > ul.banner-list > li:nth-child(5) {
	background: url("/images/bg/main_banner/2024/main_banner_05.jpg") center 97% no-repeat;
}
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(6) {*/
/*	background: url("/images/bg/main_banner/2024/main_banner_06.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(7) {*/
/*	background: url("/images/bg/main_banner/2024/main_banner_07.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(8) {*/
/*	background: url("/images/bg/main_banner/2024/main_banner_08.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(9) {*/
/*	background: url("/images/bg/main_banner/2024/main_banner_09.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(10) {*/
/*	background: url("/images/bg/main_banner/2024/main_banner_10.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(11) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_11.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(12) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_12.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(13) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_13.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(14) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_14.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(15) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_15.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(16) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_16.jpg") center center no-repeat;*/
/*}*/
/*.main-banner .bx-viewport > ul.banner-list > li:nth-child(17) {*/
/*	background: url("/images/bg/main_banner/2019/main_banner_17.jpg") center center no-repeat;*/
/*}*/

.col1 .innerwrap {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -550px;
}

/*메인문구*/
.col1 .txt-pc {
	padding: 50px 0 0 10px;
}
.col1 .txt-pc span:first-child {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 1;
}
.col1 .txt-pc span:nth-child(2) {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 1.8;
}
.col1 .txt-pc span:nth-child(3) {
	display: block;
	font-size: 35px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

/*메인사진*/
.col1 .main-spot {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
	width: 330px;
	height: 456px;
	background-color: rgba(49,78,117,0.8);
}
.col1 .main-spot h2 {
	padding: 25px 0 20px;
	font-size: 20px;
}
.col1 .main-spot h2 a {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
}
.col1 .main-spot h2 a .more {
	display: none;
	width: 25px;
	line-height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	margin-left: -25px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.25);
}

/* publication */
.col1 .main-spot .bx-wrapper .bx-viewport {
	background: transparent;
}
.col1 .main-spot .publication-list {
	visibility: hidden;
	overflow: hidden;
	height: 235px;
}
.col1 .main-spot .publication-list li {
	width: 180px;
	margin: 0 auto;
}
.col1 .main-spot .publication-list li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 235px;
}
.col1 .main-spot .publication-list li > a > img {
	width: 180px;
	height: 235px;
}
.col1 .main-spot .publication-list li > a > span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(33,47,67,0.85);
	background-color: #001a7d;
}
.col1 .controls-arrow {
	position: absolute;
	top: 38%;
}
.col1 .controls-arrow {

}
.col1 .controls-arrow a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	background: rgba(200,200,200,0.45);
}
.col1 .controls-arrow a i {
	font-size: 24px;
	color: rgba(255,255,255,0.45);
}
.col1 .controls-arrow a.bx-next i {
	padding-left: 2px;
}
.col1 .controls-arrow a.bx-prev i {
	padding-right: 2px;
}
.col1 .controls-arrow a:hover {
	background: rgba(0,37,121,0.75);
	/*background: #001a7d;*/
}
.col1 .controls-arrow a:hover i {
	color: rgba(255,255,255,0.75);
}
.col1 .prev-arrow {
	left: 15px;
}
.col1 .next-arrow {
	right: 15px;
}

/* calender-box */
.col1 .main-spot .calander-box {
	margin-top: 20px;
}
.col1 .main-spot .calander-box li {
	float: left;
	width: 50%;
	border-top: 1px solid rgba(87,124,166,0.75);
}
.col1 .main-spot .calander-box li a {
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(24,49,85,0.75);
}
.col1 .main-spot .calander-box li a:hover {
	background-color: rgba(24,49,85,1);
}
.col1 .main-spot .calander-box li:nth-child(odd) {
	border-left: 1px solid rgba(87,124,166,0.75);
}
.col1 .main-spot .calander-box li:nth-child(even) {
	border-left: 1px solid rgba(87,124,166,0.75);
	border-right: 1px solid rgba(87,124,166,0.75);
}
.col1 .main-spot .calander-box li:nth-child(5) a {
	background-color: rgba(15,29,50,0.75);
	border-bottom: 1px solid rgba(87,124,166,0.75);
}
.col1 .main-spot .calander-box li:nth-child(5) a:hover {
	background-color: rgba(15,29,50,1);
}
.col1 .main-spot .calander-box li:nth-child(6) a {
	background-color: rgba(15,29,50,0.75);
	border-bottom: 1px solid rgba(87,124,166,0.75);
}
.col1 .main-spot .calander-box li:nth-child(6) a:hover {
	background-color: rgba(15,29,50,1);
}
.col1 .main-spot .calander-box li:nth-child(7) a {
	background-color: rgba(15,29,50,0.75);
	border-bottom: 1px solid rgba(87,124,166,0.75);
}
.col1 .main-spot .calander-box li:nth-child(7) a:hover {
	background-color: rgba(15,29,50,1);
}



/* *******************************************************************
	col2 : Quick banner
******************************************************************* */
.col2 .innerwrap {
	border-bottom: 1px solid #ededed;
}
.col2 .innerwrap ul li {
	float: left;
	width: 11.1%;
	/*width: 137.5px;*/
}
.col2 .innerwrap ul li a {
	display: block;
	height: 120px;
	padding: 25px 0 20px;
	text-align: center;
	/*vertical-align: middle;*/
}
.col2 .innerwrap ul li a:hover {
	background-color: #E5EDF5;
	color: #333;
}
.col2 .innerwrap ul li a span {
	padding-top: 10px;
	font-size: 14px;
	display: block;
}

/*퀵 버튼 세부 간격 조정*/
.col2 .innerwrap ul li:nth-child(2) span {
	padding-top: 13px;
}
.col2 .innerwrap ul li:nth-child(3) span {
	padding-top: 14px;
}
.col2 .innerwrap ul li:nth-child(4) img {
	padding-top: 5px;
}
.col2 .innerwrap ul li:nth-child(4) span {
	padding-top: 18px;
}
.col2 .innerwrap ul li:nth-child(5) img {
	padding-top: 5px;
}
.col2 .innerwrap ul li:nth-child(5) span {
	padding-top: 18px;
}
.col2 .innerwrap ul li:nth-child(6) img {
	padding-top: 2px;
}
.col2 .innerwrap ul li:nth-child(6) span {
	padding-top: 14px;
}
.col2 .innerwrap ul li:nth-child(7) span {
	padding-top: 12px;
}
.col2 .innerwrap ul li:nth-child(8) span {
	padding-top: 12px;
}
.col2 .innerwrap ul li:nth-child(9) span {
	padding-top: 13px;
}


/*********************************************************************/
/*col3 : 게시판*/
/********************************************************************/
.col3 {
	padding: 40px 0;
	background-color: #fff;
}
.main-conts {
	float: left;
	width: 550px;
	/*height: 350px;*/
	/*padding: 30px;*/
}
.main-conts.board-notice .tab-wrap {
	position: relative;
}
.main-conts.board-notice .tab-wrap .more {
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 41px;
	line-height: 42px;
	text-align: center;
	font-size: 28px;
	color: #355074;
	transition: all 0.25s;
}
.main-conts.board-notice .tab-wrap .more:hover {
	color: #fff;
	background-color: #355074;
}
.main-conts.board-notice ul.nav-tabs {
	border-bottom: 1px solid #355074;
}
.main-conts.board-notice ul.nav-tabs li {
	width: 124px;
}
.main-conts.board-notice ul.nav-tabs li a {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #767676;
	border-bottom: 1px solid #355074;
	border-radius: 0;
	background-color: #F2F4FD;
}
.main-conts.board-notice .nav-tabs > li > a:hover {
	background-color: #E1E6FB;
}
.main-conts.board-notice .nav-tabs > .active > a,
.main-conts.board-notice .nav-tabs > .active > a:hover,
.main-conts.board-notice .nav-tabs > .active > a:focus {
	border: 1px solid #355074;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #355074;
}

/*게시판 밑 버튼*/
.board-btn p {
	float: left;
	width: 50%;
}
.board-btn p:last-child a {
	border-left: 1px solid transparent;
}
.board-btn p a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	vertical-align: middle;
	border: 1px solid #dedede;
	background-color: #fafafa;
	text-align: center;
}
.board-btn p a:hover {
	color: #fff;
	border: 1px solid #364961;
	background-color: #364961;
}
.board-btn p a img {
	padding-right: 10px;
}

/*게시판 글들*/
.board-con {
	/*min-height: 210px;*/
}
.board-notice .tab-content ul > li a {
	font-size: 15px;
	line-height: 1.5;
}
.board-notice .tab-content ul > li:first-child {
	margin-top: 20px;
}
.board-notice .tab-content ul > li {
	margin: 0 0 7px;
}
.board-notice .tab-content ul > li:last-child {
	margin-bottom: 9px;
}
.board-notice .tab-content ul > li span.highlight {

}
.board-notice .tab-content ul > li p.title.empty {
	padding-top: 3px;
	font-size: 14px;
	font-weight: 500;
}
.board-notice .tab-content ul > li p.title a {
	display: inline-block;
	float: left;
	width: 460px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 500;
}
.board-notice .tab-content ul > li p.title span.highlight {
	display: inline-block;
	width: 32px;
	height: 20px;
	line-height: 20px;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background: #1578c4;
}
.board-notice .tab-content ul > li p.title span.highlight {
	background: #ff4057;
}
.board-notice .tab-content ul > li p.title a b {
	display: inline-block;
	vertical-align: middle;
	width: 415px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board-notice .tab-content ul > li p.title a:hover b,
.board-notice .tab-content ul > li p.title a:hover {
	color: #ff4057;
}
.board-notice .tab-content ul > li p.date {
	display: inline-block;
	float: right;
	width: 80px;
	margin-top: 2px;
	/*height: 20px;*/
	line-height: 1.5;
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}

/*event 배너존*/
.main-conts.event {
	/*position: relative;*/
	padding: 0 0 0 50px;
}
.main-conts.event h3 {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 22px;
}
.main-conts.event .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	top: -39px;
	right: -12px;
}
.main-conts.event .bx-wrapper .bx-pager {
	text-align: right !important;
	font-size: 0;
	width: auto;
	font-weight: 500;
	color: transparent;
	padding-top: 0;
	position: absolute;
	top: -38px;
	right: 22px;
	/* text-indent: -100px; */
	/* text-indent: 999px; */
}
.main-conts.event .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 20px;
}
.main-conts.event .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #334762;
}

/* small-banner */
.small-banner {
	visibility: hidden;
}
.small-banner li a {
	display: inline-block;
	width: 100%;
	height: 268px;
	text-align: center;
	border: 5px solid #002579;
	/*background: #fff url("/images/banner_main/bg_main_small_banner.png") center bottom no-repeat;*/
	background-size: cover;
}
.small-banner li a:hover {
	color: #333;
}
.small-banner li a p {
	text-align: center;
}
.small-banner li a .title {
	padding: 30px 0 30px;
	line-height: 1.3;
	font-size: 32px;
	font-weight: 700;
	color: #333;
}
.small-banner li.zoom a .title {
	padding: 0 0 14px;
	line-height: 1.3;
	font-size: 30px;
	font-weight: 700;
	color: #333;
}
.small-banner li.zoom a span {
	padding: 0;
	margin: 6px 0;
}
.small-banner li.small a .title {
	padding: 25px 0 20px;
	line-height: 1.3;
	font-size: 28px;
}
.small-banner li.small a .title small {
	display: inline-block;
	margin: 0 0 10px;
	line-height: 1.3;
	font-size: 20px;
	color: #002976;
}
.small-banner li a .sub-title {
	padding: 20px 0 4px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
}
.small-banner li a .date {
	font-size: 19px;
	font-weight: 700;
	color: #333;
	padding: 0 0 30px 0;
}
.small-banner li.zoom a .date {
	padding: 0 0 10px 0;
	font-size: 18px;
}
.small-banner li.zoom a .small-text {
	padding: 8px 0;
	font-size: 14px;
}
.small-banner li a .place {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	padding: 0 0 20px 0;
}
.small-banner li a span {
	display: inline-block;
	width: 160px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	background-color: #002579;
}

/* 이미지 배너 */
.small-banner li.image-banner a {
	border: 0;
	background: none;
}

/* 컨퍼런스 배너 */
/*.small-banner li.conference a {
	!*border-color: #5ebc5e;  !* 봄 학술대회 *!*!
	border-color: #10228e;   !* 가을 학술대회  *!
	background: url("/images/banner_main/small_banner_20230211.jpg") center top no-repeat;
	background-size: cover;
}*/
.small-banner li.gallery a {
	/*border-color: #5ebc5e; /* 봄 학술대회 */
	border-color: #10228e;  /* 가을 학술대회 */
	background: url("/images/main/small_banner_20220127.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.webinar_a a {
	border-color: #10228e;
	background: url("/images/main/small_banner_20220127_a.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.webinar_b a {
	border-color: #314298;
	background: url("/images/main/small_banner_20220127_b.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.conference a p {
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.small-banner li.conference a .title {
	font-family: 'NanumSquare';
	font-size: 33px;
	color: #fff;
	padding: 30px 0 25px;
}
.small-banner li.conference a .date {
	font-family: 'NanumSquare';
	font-size: 21px;
	color: #fff;
	padding: 0 0 10px 0;

}
.small-banner li.conference a .place {
	font-family: 'NanumSquare';
	font-size: 20px;
	color: #fff;
	padding: 0 0 20px 0;
}
.small-banner li.conference a span {
	width: 160px;
	font-size: 16px;
	color: #fff;
	/*background-color: #5abf55; !* 봄 학술대회 *!*/
	background-color: #10228e; /* 가을 학술대회 */
}
.small-banner li.conference.gallery a span {
	/*background-color: #5abf55; !* 봄 학술대회 *!*/
	background-color: #10228e; /* 가을 학술대회 */
}

/* 문화사진전 배너 */
.small-banner li.photo a {
	border-color: #0033aa;
	background: url("/images/main/small_banner_20190607.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.photo a p {
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.small-banner li.photo a .title {
	font-size: 28px;
	color: #fff;
	padding: 25px 0 20px;
}
.small-banner li.photo a .title b {
	display: block;
	margin: 8px 0 0;
	font-size: 32px;
}
.small-banner li.photo a .sub-title {
	font-size: 18px;
	color: #fff;
	padding: 0 0 10px 0;
}
.small-banner li.photo a .date {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 25px 0;

}
.small-banner li.photo a span {
	width: 160px;
	font-size: 16px;
	color: #fff;
	background-color: #0033aa;
}

/* 기술경연대회 배너 */
.small-banner li.tech a {
	border-color: #0ca372;
	background: url("/images/main/small_banner_20190626.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.tech a p {
	text-shadow: 0 1px 3px rgba(255,255,255,0.95);
}
.small-banner li.tech a .title {
	line-height: 1.4;
	font-size: 28px;
	color: #18815c;
	padding: 30px 0 30px;
}
.small-banner li.tech a .sub-title {
	font-size: 18px;
	font-weight: bold;
	color: #595555;
	padding: 0 0 10px 0;
}
.small-banner li.tech a .date {
	font-size: 18px;
	font-weight: bold;
	color: #595555;
	padding: 0 0 25px 0;

}
.small-banner li.tech a span {
	width: 160px;
	font-size: 16px;
	color: #fff;
	background-color: #0ca372;
}

/* 학회상 배너 */
.small-banner li.award a {
	border-color: #344281;
	background: url("/images/main/small_banner_20190710.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.award a p {
	text-shadow: 0 1px 3px rgba(255,255,255,0.95);
}
.small-banner li.award a .title {
	line-height: 1.4;
	font-size: 28px;
	color: #344281;
	padding: 50px 0 40px;
}
.small-banner li.award a .sub-title {
	font-size: 18px;
	font-weight: bold;
	color: #595555;
	padding: 0 0 10px 0;
}
.small-banner li.award a .date {
	font-size: 18px;
	font-weight: bold;
	color: #595555;
	padding: 0 0 15px 0;

}
.small-banner li.award a span {
	width: 160px;
	font-size: 16px;
	color: #fff;
	background-color: #344281;
}

/* 우수 캡스톤디자인 */
.small-banner li.capstone a {
	border: 0;
	background: url("/images/main/small_banner_20191014.jpg") center top no-repeat;
	background-size: cover;
}
.small-banner li.capstone a p {
	text-shadow: 0 1px 3px rgba(255,255,255,0.95);
}
.small-banner li.capstone a .title {
	line-height: 1.4;
	font-size: 28px;
	color: #8a7f42;
	padding: 40px 0 10px;
}
.small-banner li.capstone a .sub-title {
	font-size: 15px;
	font-weight: normal;
	color: #595555;
	padding: 0 20px 25px 0;
}
.small-banner li.capstone a .date {
	font-size: 18px;
	font-weight: bold;
	color: #595555;
	padding: 0 0 25px 0;

}
.small-banner li.capstone a span {
	width: 160px;
	font-size: 16px;
	color: #fff;
	background-color: #5e5526;
}

/* 캡스톤디자인 및 졸업논문전 */
.small-banner li.exhibition a .title {
	font-size: 25px;
	padding: 30px 0 24px;
}
.small-banner li.exhibition a .date {
	font-size: 18px;
}

/* *******************************************************************
    col4 : 간행물
******************************************************************* */
/*.col4.publication {*/
/*height: 440px;*/
/*background: url("/images/bg/bg_01.png") repeat;*/
/*}*/
/*.col4.publication h3 {*/
/*padding: 60px 0;*/
/*font-size: 28px;*/
/*font-weight: 700;*/
/*text-align: center;*/
/*color: #314E78;*/
/*}*/
/*.col4.publication h3 a:hover {*/
/*color: #314E78;*/
/*}*/
/*.col4.publication ul li {*/
/*float: left;*/
/*width: 25%;*/
/*text-align: center;*/
/*}*/
/*.col4.publication ul li a {*/
/*display: inline-block;*/
/*position: relative;*/
/*transition: 0.25s;*/
/*}*/
/*.col4.publication ul li a:hover {*/
/*box-shadow: 0 8px 12px rgba(0,0,0,0.45);*/
/*}*/
/*.col4.publication ul li a span {*/
/*display: block;*/
/*width: 180px;*/
/*position: absolute;*/
/*bottom: 10px;*/
/*left: -7px;*/
/*line-height: 25px;*/
/*text-align: left;*/
/*font-size: 14px;*/
/*color: #fff;*/
/*padding: 0 0 0 12px;*/
/*background: url("/images/main/edge.png") right top no-repeat;*/
/*}*/
/* *******************************************************************
    col5 : KCI 학술행사
******************************************************************* */
.col5.conference {
	height: 360px;
	background: url("/images/bg/bg_02.png") 50% top no-repeat;
	background-size: cover;
}
.col5.conference h3 {
	padding: 60px 0 55px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.col5.conference h3 a {
	color: rgba(255,255,255,0.85);
}
.col5.conference h3 a:hover {
	color: #fff;
}
.col5.conference ul li {
	float: left;
	width: 20%;
	display: block;
	text-align: center;
}
.col5.conference ul li a {
	display: inline-block;
}
.col5.conference ul li a .icon {
	display: inline-block;
	margin: 0 auto;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	transition: 0.25s;
}
.col5.conference ul li a:hover .icon {
	background-color: rgba(255,255,255,1);
}
.col5.conference ul li:first-child a .icon img {
	padding-top: 34px;
}
.col5.conference ul li:nth-child(2) a .icon img {
	padding-top: 36px;
}
.col5.conference ul li:nth-child(3) a .icon img {
	padding-top: 35px;
}
.col5.conference ul li:nth-child(4) a .icon img {
	padding-top: 28px;
}
.col5.conference ul li:nth-child(5) a .icon img {
	padding-top: 22px;
}
.col5.conference ul li a .txt {
	padding-top: 20px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.25;
}


/* *******************************************************************
    Mobile
******************************************************************* */
.main-banner .bx-wrapper .bx-pager, .main-banner .bx-wrapper .bx-controls-auto {
	top: 400px;
}
.main-banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	outline: 0;
	border: 2px solid rgba(255,255,255,0.8);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}
.main-banner .main-conts.event .bx-wrapper .bx-pager.bx-default-pager a:hover, .main-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(255,255,255,1);
}
/*.bx-wrapper .bx-pager.bx-default-pager a.active {*/
/*width: 15px;*/
/*height: 15px;*/
/*}*/

/* *******************************************************************
    col6 : 국내/국제 행사 슬라이드
******************************************************************* */
/*.col6 {*/
/*position: relative;*/
/*height: 430px;*/
/*background: #e0e4ee url(/images/bg/conf_bg.jpg) center 50% no-repeat;*/
/*background-size: cover;*/
/*}*/
/*.col6 .bx-wrapper .bx-viewport {*/
/*background: transparent !important;*/
/*}*/
/*.col6 ul > li:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/
/*.col6 ul > li > a:first-child,*/
/*.col6 ul > li > a:nth-child(2) {*/
/*margin-bottom: 20px;*/
/*}*/

/*.col6 ul > li > a:nth-child(odd) {*/
/*margin-right: 40px;*/
/*}*/
/*.col6 ul > li > a {*/
/*position: relative;*/
/*float: left;*/
/*display: block;*/
/*padding: 0 20px 20px 20px;*/
/*width: 530px;*/
/*height: 90px;*/
/*background-color: #fff;*/
/*border: 1px solid #dfdfdf;*/
/*}*/
/*.col6 ul > li > a > .category > span {*/
/*display: inline-block;*/
/*text-align: center;*/
/*padding: 0 10px;*/
/*!*width: 50px;*!*/
/*line-height: 20px;*/
/*font-size: 12px;*/
/*color: #fff;*/

/*}*/
/*.col6 ul > li > a > .category > span.general {*/
/*background-color: #0265d1;*/
/*}*/
/*.col6 ul > li > a > .category > span.research {*/
/*background-color: #f18043;*/
/*}*/
/*.col6 ul > li > a > .category > span.research + span {*/
/*background-color: #f99e6c;*/
/*}*/
/*.col6 ul > li > a > .category > span.society {*/
/*background-color: #2da2a3;*/
/*}*/
/*.col6 ul > li > a > .category > span.research + span {*/
/*background-color: #f99e6c;*/
/*}*/

/*.col6 ul > li > a > .title {*/
/*line-height: 1;*/
/*font-size: 15px;*/
/*font-weight: 700;*/
/*padding: 10px 0;*/
/*}*/
/*.col6 ul > li > a > .info {*/
/*padding-bottom: 10px;*/
/*font-size: 12px;*/
/*}*/
/*.col6 ul > li > a > .info .divide {*/
/*padding: 0 10px;*/
/*}*/
/*.col6 ul > li > a > .more {*/
/*position: absolute;*/
/*top: 30px;*/
/*right: 20px;*/
/*font-size: 30px;*/
/*color: #dfdfdf;*/
/*}*/

/*!*control*!*/
/*.col6 .controls-arrow {*/
/*position: absolute;*/
/*top: 50%;*/
/*}*/
/*.col6 .controls-arrow a {*/
/*font-size: 72px;*/
/*color: rgba(255,255,255,0.8);*/
/*outline: none;*/
/*}*/
/*.col6 .controls-arrow a:hover {*/
/*color: rgba(255,255,255,1);*/
/*}*/
/*.col6 .prev-arrow {*/
/*left: -77px;*/
/*}*/
/*.col6 .next-arrow {*/
/*right: -77px;*/
/*}*/
/*.col6 .bx-wrapper .bx-pager,*/
/*.col6 .bx-wrapper .bx-controls-auto {*/
/*top: auto;*/
/*bottom: -50px;*/
/*}*/
/*.col6 .bx-wrapper .bx-pager.bx-default-pager a {*/
/*display: inline-block;*/
/*width: 12px;*/
/*height: 12px;*/
/*margin: 0 10px;*/
/*vertical-align: middle;*/
/*border: 2px solid #fff;*/
/*background: transparent;*/
/*border-radius: 0;*/
/*}*/
/*.col6 .bx-wrapper .bx-pager.bx-default-pager a:hover,*/
/*.col6 .bx-wrapper .bx-pager.bx-default-pager a.active {*/
/*!*width: 13px;*!*/
/*!*height: 13px;*!*/
/*border: 0;*/
/*background: #fff;*/
/*border-radius: 0;*/
/*}*/


/*.col6 {*/
/*position: relative;*/
/*!*height: 500px;*!*/
/*!*padding: 80px 0;*!*/
/*height: 470px;*/
/*background: #e0e4ee url(/images/bg/conf_bg.jpg) center 50% no-repeat;*/
/*background-size: cover;*/
/*}*/
/*.col6 .innerwrap {*/
/*visibility: hidden;*/
/*}*/
/*.col6 ul {*/

/*}*/
/*.col6 ul li {*/
/*float: left;*/
/*width: 310px;*/
/*height: 220px;*/
/*margin-right: 25px;*/
/*background-color: #fff;*/
/*}*/
/*.col6 ul li:nth-child(4n) {*/
/*margin-right: 0*/
/*}*/
/*.col6 ul li h4 {*/
/*height: 30px;*/
/*line-height: 30px;*/
/*color: #fff;*/
/*text-align: center;*/
/*}*/
/*.col6 ul li h4 b {*/
/*float: left;*/
/*display: block;*/
/*width: 80px;*/
/*font-size: 15px;*/
/*font-weight: 700;*/
/*background-color: #eaab91;*/
/*}*/
/*.col6 ul li h4 span {*/
/*float: left;*/
/*display: block;*/
/*width: 240px;*/
/*padding: 0 5px;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*font-size: 13px;*/
/*font-weight: 400;*/
/*background-color: #d29a82;*/
/*}*/
/*.col6 ul li .event-contents {*/
/*padding: 20px;*/
/*text-align: center;*/
/*}*/
/*.col6 ul li .event-contents h5 {*/
/*height: 50px;*/
/*margin: 0 0 15px;*/
/*line-height: 1.5;*/
/*font-size: 16px;*/
/*font-weight: 700;*/
/*color: #333;*/
/*word-break: keep-all;*/
/*}*/
/*.col6 ul li .event-contents p {*/
/*margin: 0 0 15px;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*font-size: 14px;*/
/*font-weight: 300;*/
/*color: #333;*/
/*}*/
/*.col6 ul li .event-contents p.date {*/
/*margin: 0 0 8px;*/
/*}*/
/*.col6 ul li .event-contents p.place {*/
/*margin: 0 0 15px;*/
/*}*/
/*.col6 ul li .event-contents a.btn-go {*/
/*position: absolute;*/
/*left: 50%;*/
/*bottom: 20px;*/
/*display: inline-block;*/
/*width: 100px;*/
/*height: 26px;*/
/*line-height: 26px;*/
/*margin-left: -50px;*/
/*font-size: 13px;*/
/*font-weight: 400;*/
/*color: #fff;*/
/*background-color: #1578c4;*/
/*}*/
/*.col6 ul li .event-contents a.btn-go:hover {*/
/*background-color: #1070b9;*/
/*}*/
/*.col6 .bx-wrapper .bx-viewport {*/
/*background: transparent;*/
/*}*/
/*.col6 .controls-arrow {*/
/*position: absolute;*/
/*top: 50%;*/
/*}*/
/*.col6 .controls-arrow a {*/
/*font-size: 72px;*/
/*color: rgba(255,255,255,0.45);*/
/*outline: none;*/
/*}*/
/*.col6 .controls-arrow a:hover {*/
/*color: rgba(255,255,255,0.85);*/
/*}*/
/*.col6 .prev-arrow {*/
/*left: -77px;*/
/*}*/
/*.col6 .next-arrow {*/
/*right: -77px;*/
/*}*/
/*.col6 .bx-wrapper .bx-pager,*/
/*.col6 .bx-wrapper .bx-controls-auto {*/
/*top: auto;*/
/*bottom: -50px;*/
/*}*/
/*.col6 .bx-wrapper .bx-pager.bx-default-pager a {*/
/*display: inline-block;*/
/*width: 8px;*/
/*height: 8px;*/
/*margin: 0 10px;*/
/*vertical-align: middle;*/
/*background: #fff;*/
/*border-radius: 100%;*/
/*}*/
/*.col6 .bx-wrapper .bx-pager.bx-default-pager a:hover,*/
/*.col6 .bx-wrapper .bx-pager.bx-default-pager a.active {*/
/*width: 15px;*/
/*height: 15px;*/
/*border: 2px solid #fff;*/
/*background: transparent;*/
/*border-radius: 100%;*/
/*}*/

/* event-type */
/*.col6 ul li.type-m h4 b { background-color: #cf7679; }*/
/*.col6 ul li.type-m h4 span { background-color: #e68387; }*/
/*.col6 ul li.type-a h4 b { background-color: #d29a82; }*/
/*.col6 ul li.type-a h4 span { background-color: #eaab91; }*/
/*.col6 ul li.type-b h4 b { background-color: #d2b854; }*/
/*.col6 ul li.type-b h4 span { background-color: #eacd5d; }*/
/*.col6 ul li.type-c h4 b { background-color: #66bd85; }*/
/*.col6 ul li.type-c h4 span { background-color: #72d294; }*/
/*.col6 ul li.type-d h4 b { background-color: #7b9fc2; }*/
/*.col6 ul li.type-d h4 span { background-color: #89b1d8; }*/
/*.col6 ul li.type-e h4 b { background-color: #727fa0; }*/
/*.col6 ul li.type-e h4 span { background-color: #7e8db2; }*/
/*.col6 ul li.type-f h4 b { background-color: #8780b5; }*/
/*.col6 ul li.type-f h4 span { background-color: #968fca; }*/


/* *******************************************************************
	col8 : 관련기관 슬라이드
/******************************************************************** *!*/
.col8 {
	position: relative;
	height: 100px;
	padding: 20px;
	background-color: #fff;
}
/*.col8 .innerwrap {*/
/*visibility: hidden;*/
/*}*/
.col8 ul {

}
.col8 ul li {
	float: left;
	width: 180px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.col8 ul li img {
	display: inline-block !important;
	max-height: 40px;
}
.col8 .bx-wrapper .bx-viewport {
	background: transparent;
}

/* *******************************************************************
	popup-contents
******************************************************************* */
/* main popup-contents */
.popup-contents {
	display: none;
	position: absolute;
	top: -50px;
	left:50%;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}
.popup-contents .inner {
	position: relative;
	width: 400px;
	height: 180px;
	border:1px solid #ddd;
	border-top: 4px solid #0086bd;
	/*background: orange;*/
}
.popup-contents .inner p {
	font-size: 16px;
	text-align: center;
}
.popup-contents .inner p.text {
	margin : 0 0 10px;
	padding-top: 15px;
	line-height: 1.2;
}
.popup-contents .inner .btn-area {
	position: relative;
	/*top: 100%;*/
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}
.popup-contents .inner p.button {
	position: relative;
	/*top: 100%;*/
}

/* ==================================================================================
    bootstrap
================================================================================== */
.tooltip {
	width: auto;
}
.tooltip-arrow {
	border-top-color: #bbb !important;
}
.tooltip-inner {
	max-width: 500px;
	white-space: nowrap;
	font-size: 13px;
	color: #000;
	border: 1px solid #dfdfdf;
	background-color: #fafafa;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	opacity: 1;
	text-align: left;
}

/* ==================================================================================
    봄 학술대회 메인배너 - main-banner
================================================================================== */
/*carousel background*/
.carousel-inner .item:first-child {
	background: url("/images/conference/2020s/bg_2020s_01_v3.jpg") 50% bottom no-repeat;
	background-size: cover;
}
.carousel-inner .item:nth-child(2) {
	background: url("/images/conference/2020s/bg_2020s_02_v3.jpg") 50% top no-repeat;
	background-size: cover;
}
.carousel-inner .item:nth-child(3) {
	background: url("/images/conference/2020s/bg_2020s_03_v3.jpg") 50% top no-repeat;
	background-size: cover;
}

/*carousel-caption*/
.conference-caption {
	position: relative;
	float: right;
	width: 450px;
	height: 400px;
	padding-left: 35px;
	/*background: rgba(251, 140, 0, 0.65);*/
	background: rgba(90,191,85, 0.65);
	/*background-color: rgba(8,15,62,0.5);*/
	/*background-color: rgba(16,34,142,0.5);*/
}
.conference-caption .conference-title {
	padding-top: 20px;
	line-height: 1.3;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.75px;
	padding-bottom: 15px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.conference-caption .conference-sub-title {
	padding-bottom: 5px;
	line-height: 1.3;
	color: #fef092;
	/*color: #4c9038;*/
	/*color: #5abf55;*/
	font-size: 19px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.conference-caption .conference-info {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.8;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

/* program */
.main-spot-area a.btn-info-go {
	display: inline-block;
	overflow: hidden;
	/*position: absolute;*/
	/*left: 35px;*/
	/*bottom: 35px;*/
	width: 320px;
	height: 50px;
	margin: 10px 0 0;
	padding: 16px 20px;
	font-size: 19px;
	font-weight: 700;
	color: #10379e;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.45);
}
.main-spot-area a.btn-info-go.btn-important {
	color: #f55;
}
.main-spot-area a.btn-info-go.paper {
	right: 20px;
}
.main-spot-area a.btn-info-go .inner-btn {
	position: relative;
	padding-right: 40px;
}
.main-spot-area a.btn-info-go .inner-btn i.bg {
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 64px;
	color: rgba(16,55,158,0.15);
}
.main-spot-area a.btn-info-go.btn-important .inner-btn i.bg {
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 64px;
	color: rgba(245,5,0,0.1);
}
.main-spot-area a.btn-info-go .inner-btn i {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 32px;
	color: rgba(16,55,158,1);
}
.main-spot-area a.btn-info-go.btn-important .inner-btn i {
	color: #f55;
}
.main-spot-area a.btn-info-go:hover {
	color: #fff;
	background-color: #10379e;
}
.main-spot-area a.btn-info-go:hover.btn-important {
	background-color: #f55;
}
.main-spot-area a.btn-info-go:hover .inner-btn i.bg {
	color: rgba(255,255,255,0.05);
}
.main-spot-area a.btn-info-go:hover .inner-btn i {
	color: rgba(255,255,255,0.35);
}


/*carousel modify*/
.carousel-fade .carousel-inner > .item {
	height: 400px;
	opacity: 0;
	/*-webkit-transition: .3s ease;*/
	/*-o-transition: .3s ease;*/
	/*transition: .3s ease;*/
	transition-property: opacity;
}
.carousel-fade .carousel-inner > .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-caption {
	text-shadow: 0 1px 4px rgba(0,0,0,.9);
	font-size:17px
}
.carousel-caption h3 {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
	height: 100%;
}
.item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*main-banner modify*/
.main-spot-area {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.main-spot-area .carousel-control {
	opacity: 1;
	width: 8%;
}
.main-spot-area .carousel-control:hover,
.main-spot-area .carousel-control:focus {
	filter: none !important;
	opacity: 1;
}
.main-spot-area .carousel-control.left {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .0001) 100%);
}
.main-spot-area .carousel-control.right {
	background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
}

/* youtube-area */
.youtube-area {
	position: absolute;
	left: 0;
	top: 40px;
	width: 560px;
	height: 315px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.45);
	z-index: 100;
}
.youtube-area iframe {
	width: 560px;
	height: 315px;
}

/* ==================================================================================
    가을 학술대회 메인배너 - main-banner
================================================================================== */
/*carousel background*/
.main-spot-area.fall .carousel-inner .item:first-child {
	background: url("/images/conference/2020f/bg_2020f_01.jpg") 50% bottom no-repeat;
	background-size: cover;
}
.main-spot-area.fall .carousel-inner .item:nth-child(2) {
	background: url("/images/conference/2020f/bg_2020f_02.jpg") 50% top no-repeat;
	background-size: cover;
}
.main-spot-area.fall .carousel-inner .item:nth-child(3) {
	background: url("/images/conference/2020f/bg_2020f_03.jpg") 50% top no-repeat;
	background-size: cover;
}
.main-spot-area.fall .carousel-inner .item:nth-child(4) {
	background: url("/images/conference/2020f/bg_2020f_04.jpg") 50% top no-repeat;
	background-size: cover;
}
.main-spot-area.fall .carousel-inner .item:nth-child(5) {
	background: url("/images/conference/2020f/bg_2020f_05.jpg") 50% top no-repeat;
	background-size: cover;
}

/*carousel-caption*/
.main-spot-area.fall .carousel-fade .carousel-inner > .item {
	height: 460px;
}
.main-spot-area.fall .conference-caption {
	position: relative;
	float: right;
	width: 450px;
	height: 460px;
	padding-left: 35px;
	background-color: rgba(16,34,142,0.5);
}
.main-spot-area.fall .conference-caption .conference-title {
	padding-top: 40px;
	line-height: 1.3;
	font-size: 32px;
	color: #fef092;
	font-weight: 700;
	letter-spacing: -0.75px;
	padding-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.main-spot-area.fall .conference-caption .conference-title a {
	color: #fef092;
}
.main-spot-area.fall .conference-caption .conference-sub-title {
	padding-bottom: 25px;
	color: #fef092;
	/*color: #4c9038;*/
	/*color: #5abf55;*/
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.main-spot-area.fall .conference-caption .conference-info {
	margin: 0 0 30px;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	line-height: 1.8;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.main-spot-area.fall .conference-caption .conference-info a {
	color: #fff;
}

/* program */
.main-spot-area.fall .main-spot-area a.btn-info-go {
	display: inline-block;
	overflow: hidden;
	/*position: absolute;*/
	/*left: 35px;*/
	/*bottom: 35px;*/
	width: 320px;
	height: 50px;
	margin: 10px 0 0;
	padding: 16px 20px;
	font-size: 19px;
	font-weight: 700;
	color: #10379e;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.45);
}
