@charset "utf-8";
/*
ksodesign1@naver.com
http://ksodesign.com/

Copyright 2010 KSODESIGN	 
Contributing author : KSJade
----------------------------------------------------------------*/

/*------------------------------------------------------------
**
** Page (teamserenade)
**
--------------------------------------------------------------*/
#kso-page h1,
#kso-page h2,
#kso-page h3,
#kso-page h4,
small {
	font-weight: 300;
	letter-spacing: -0.6px;
	color: #111;
}

#kso-page.serenade.no-margin>.page-section>.row {
	margin: 0;
}
#kso-page .page-section {
	margin-bottom: 4rem;
}
#kso-page .page-title {
	position: relative;
	font-size: 42px;
	text-align: center;
}
#kso-page .page-title:before {
	content: '';
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	font-size: 70px;
    line-height: 1;	
	color: #f3f3f3;
    z-index: -1;	
}
#kso-page .page-title-small {
	font-size: 24px;
	text-align: center;
}
#kso-page .page-section .text-box {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

#kso-page .display-3 {
	position: relative;
	font-weight: bold;
	color: #ddd;
}
#kso-page .display-3:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;left: 1.2rem;
	bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#kso-page .title-col {
	line-height: 46px;
}
#kso-page .date,
#kso-page .img-bg {
	position: relative;
	z-index: 1;
}
#kso-page .img-bg:before {
	display: block;
	content: '';
	position: absolute;
	left: 1rem;bottom: -1rem;
	width: 100%;
	height: 100%;
	background-color: #6141A4;
	z-index: -1;
}
#kso-page .date>span {
	padding-right: 1rem;
	background-color: #fff;
}
#kso-page .date:before {
	display: block;
	content: '';
	position: absolute;
	left: 1rem;right: 0;bottom: 50%;
	height: 1px;
	border: 1px dashed #ddd;
	z-index: -1;
}

#kso-page .agreement {
    height: 200px;
    padding: 1rem;
    border: 1px solid #d8d8d8;
    background-color: #f1f3f4;
    overflow-y: auto;
}




#kso-page.symposium svg {
	color: #f7c21f;
}
#kso-page.symposium .list-item {
	font-size: 22px;
}
#kso-page.symposium .list-item>li {
	margin-bottom: 20px;
	font-weight: 300;	
}
#kso-page.symposium .list-item>li>span {
	display: inline-block;
	width: 90px;
}
#kso-page .kso-hidden {
    visibility: visible;
}









/*table*/
#kso-page .table.table-bordered{
    border-top: 2px solid #6141A4;
}
.table-bordered thead th {
    background-color: #f8f8f8;
}
.table-bordered thead th:first-child,
.table-bordered tbody td:first-child {
    border-left: 0;
}
.table-bordered thead th:last-child,
.table-bordered tbody td:last-child {
    border-right: 0;
}
.table-bordered thead th, 
.table-bordered tbody td {
	padding: 1rem .2rem;
    font-size: 17px;    
    text-align: center;
    vertical-align: middle;
}
.table-bordered thead th, 
.table-bordered thead td {
    border-bottom-width: 1px;    
}
.table-bordered tbody td {
    font-size: 17px;
    font-weight: 300;
}
.table-bordered th {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .table-bordered th, 
    .table-bordered td {
        white-space: nowrap;
    }
}


.line-under {
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.line-under:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	border-bottom: 2px solid #333;
}
.line-under.center:before {
	left: 50%;
	margin-left: -25px;
}
.line-top:before {
	content: '';
	position: absolute;
	top: -1.2rem;
	width: 50px;height: 3px;
	background-color: #23bcff;
}


/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {
	#kso-page .img-bg:before {
		left: 3rem;top: 3rem;
	}
	#kso-page.symposium .page-section {
		margin-bottom: 6rem;
	}
}
@media (max-width: 991px) {
	
}
@media (max-width: 573px) {
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .page-title:before {
		top: 15px;
		font-size: 45px;
	}
	#kso-page .display-3 {
		font-size: 40px;
	}
	#kso-page .display-3:after {
		display: none;
	}
	#kso-page.symposium .list-item>li>span {
		width: 65px;
	}
	#kso-page.symposium .list-item>li {
		margin-bottom: 10px;
	}
	#kso-page.symposium .list-item {
		padding-left: 1.5rem;
		font-size: 17px;
	}
}

