body {
	font-family: 'malgun gothic',µ¸¿ò, Dotum, "Apple SD Gothic Neo", ±¼¸², Gulim, sans-serif;
	font-size: 12px;
}
.pd0{
	padding:0px;
}

.chatTitle {
/*    width: 345px;*/
    height: 45px;
    background-color: #798ea1;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 2.5em;
    padding: 0 18px;
	    width: 100%;
}
.chat{
	    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
	    width: 100%;
}
.chatBody{

	background-color: #fff;
	overflow: auto;
    overflow-x: hidden;
}
.chatText{
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px;
		
}
.UserName{
	-webkit-flex-grow: 0; /* Safari 6.1+ */
    -webkit-flex-shrink: 0; /* Safari 6.1+ */
    -webkit-flex-basis: 40px; /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 0;
	flex-basis: 40px;
    height: 40px;
}
.userIcon{
	     border-radius: 50px;
    text-align: center;
    width: 38px;
    height: 38px;
    background-color: #f3f3f3;
    color: #888;
    padding: 11px 0px;
/*    font-weight: bold;*/
    font-size: 11px;
}
.UserChat{
	flex: auto;
/*	font-weight: bold;*/
	
    padding: 12px 10px;
}
.VideoSection{
	display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row-reverse wrap;

     flex-flow: row-reverse wrap; 
}
.video{
	-webkit-flex-grow: 0; /* Safari 6.1+ */
    -webkit-flex-shrink: 0; /* Safari 6.1+ */
    -webkit-flex-basis: 845px; /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 0;
	flex-basis: 100%;
	position: fixed;
	top: 0px;
    left: 0px;
    width: 100%;
	z-index: 100;
}
.readyImg{
	-webkit-flex-grow: 0; /* Safari 6.1+ */
    -webkit-flex-shrink: 0; /* Safari 6.1+ */
    -webkit-flex-basis: 845px; /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 0;
	flex-basis: 100%;
	
    width: 100%;
}
  
}
.chat{flex: auto;
	padding-bottom: 17px;
}

.chatWrite{
	display: -ms-flexbox;
	display: flex;

	padding: 15px 15px;
	background-color: #efefef;
		
}

.WriterIcon{
	  border-radius: 50px;
    text-align: center;
    width: 45px;
    height: 45px;
     color: #dfdfdf;
    background-color: #323232;
    padding: 14px 0px;
    font-weight: bold;
    font-size: 12px;
  
}
.WriteChat {
    flex: auto;
    font-weight: bold;
    padding: 12px 0;
	margin:0 10px;
	    border-bottom: 2px solid #666;
}
.inputArea{
	display: -ms-flexbox;
    display: flex;
}
.chatInput{
	 flex: auto;
	background: rgba(0, 0, 0, 0);
    border: 0px;
	outline: none;

}
.chatInput:focus ,.chatInput:hover{
	
	background: rgba(0, 0, 0, 0);
    border: 0px;
}
.chatSubmit{
	text-align:center;
	cursor:pointer;
	-webkit-flex-grow: 0; /* Safari 6.1+ */
    -webkit-flex-shrink: 0; /* Safari 6.1+ */
    -webkit-flex-basis: 25px; /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 0;
	flex-basis: 25px;
}

.SymTitle{
	background: linear-gradient( to bottom, #ccc, #495057 );

	text-align:center;
	padding:7px 20px;
}
.MainTitle{
	    font-size: 23px;
    font-weight: bold;
    color: #ffe723;
    letter-spacing: -2px;
}
.SubTitle{
	    color: #fff;
    font-size: 20px;
    padding: 0px 100px;
    font-weight: bold;
    line-height: 22px;
}
.Symfooter{
	text-align: center;
	margin: 10px 0;
	background-color: #dfe8e7;
/*    height: 57px;*/
/*    line-height: 60px;*/
}
.Symfooter img{
	margin:5px;
}
footer{
	background: #364b5e;
	display: none;
    width: 100%;
}

.surveyFrame{
	width:100%;
}


@media screen and (orientation: landscape) { 
	
	.SymTitle, .chat,header{display:none;}
	body{
		    background-position-y: 0px !important;
	}
}
header{display:block;position:absolute;top:0;width:100%;}
.nav-link {
    font-size: 12px !important;
}
header .logo img{ width:auto !important;height:50px !important;}
/*index*/
.loginBox{
		width: 542px;
		height: 575px;
		background: rgba(255, 255, 255, 0.80);
		position: absolute;
		margin: auto;
		position: relative;
		/* right: 80px; */
		/* top: 110px; */
		margin-top: 90px;
		padding-top: 1px;

	}
	.LoginTitle{
		margin-top: 45px;
		font-size: 22px;
		text-align: center;
		color: #cf0037;
		font-weight: bold;
	}
	.SympoMain{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 27px;
	}
	.SympoSub{
		text-align: center;
		font-size: 17px;
		font-weight: bold;
	}
	.DateSection{
		text-align: center;
		background: #009af6;
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: -1px;
		padding: 11px 0;
		margin-top: 20px;
	}
	.LoginChar{
		text-align: center;
		margin-top: 45px;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.discription{
		text-align: center;
	}
	.InputBox{
		text-align: center;
		margin: 15px;
	}
	.InputBox input{
		font-size: 15px;
		padding: 7px;
		width: 290px;
		text-align: center;
	}
	.register{
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		cursor:pointer;
	}
	
	.LoginBtn{
		width: 180px;
		margin: auto;
		background: #000;
		color: #fff;
		font-size: 15px;
		padding: 12px;
		cursor: pointer;
		margin-top: 25px;
			text-align: center;
	}

	.joinBox {
	width: 542px;
    height: 575px;
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    margin: auto;
    position: relative;
    /* right: 80px; */
    /* top: 110px; */
    margin-top: 90px;
    padding-top: 1px;
	}
	
	.join{
		font-size: 13px;
		font-weight: bold;
	}
		
	.JoinTitle{
		margin-top: 45px;
		font-size: 28px;
		text-align: center;
		color: #009af6;
		font-weight: bold;
	}
	.JointBtn {
		color: #fff;
		background-color: #354b5d;
		border-color: #354b5d;
		ont-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		padding: .375rem .75rem;
		font-size: 0.9rem;
		line-height: 1.5;
		border-radius: .10rem;
		margin-bottom:4px;
		cursor:pointer;
	}

	/*Customer*/
.MainCustom{
	margin: 70px -15px;
}
.customCol{
	width:100%;

	    padding: 5px;

}
.customSection{
	width:100%;
	
		margin: auto;
		margin-right:15px;
		margin-bottom: 20px;
}
.customTitle{
	font-size: 24px;			
	padding: 7px;
	background: #728492;
	color: #fff;
	text-align: center;	
	
}
.customSection .activeBody{display:block;}

.customBody{
	padding: 20px 25px;
	background: #FFF;

}
.faqMenu{
	 border-bottom: 1px solid #000;
	display: -ms-flexbox;
	display: flex;
}
.faqMenu .faqMenuAttr{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 93px;
	text-align: center;
	margin-bottom: -1px;
	font-size: 12px;
	padding: 6px;			
	cursor:pointer;
}
.faqMenu .active{
	border: 1px solid #000;
	border-bottom: 1px solid #fff;
}
.faqBody{
	height: 360px;
	margin-top: 25px;
	overflow-y: scroll;
	padding-right: 10px;
	width: 100%;
	display:none;
}
.listtitle{
	display: -ms-flexbox;
	display: flex;
}
.Qtitle{
	background-color: #dfe8e7;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	cursor:pointer;
	position:relative;
}
.Atitle{
	margin-top: 0px;    
	margin-bottom: 0px;
	display:none;			
	transition:2s; 
}
.faqBody .active{
	 margin-top: 13px;    
	 margin-bottom: 13px;
	 height:auto;
	 display: flex;

}
.listtitle .icon{
	width:30px;
	text-align:right;
}
.listtitle .txt{
	font-size: 13px;
	margin-left: 5px;
	line-height: 150%;
}
.listtitle .qt{
	width:250px;
	font-size: 13px;
}
.listtitle .at{
		width:280px;
}
.Qtitle .more{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.faqBody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #FFF;
}

.faqBody::-webkit-scrollbar
{
	width: 6px;
	background-color: #FFF;
	margin-left:10px;
}

.faqBody::-webkit-scrollbar-thumb
{
	background-color: #dfe8e7;
}


.notiBody .active {
	margin-top: 13px;
	margin-bottom: 13px;
	height: auto;
	display: flex;
}
.notiBody{
	height: 360px;
	margin-top: 0px;
	overflow-y: scroll;
	padding-right: 10px;
	width: 100%;

}
.notiBody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #FFF;
}

.notiBody::-webkit-scrollbar
{
	width: 6px;
	background-color: #FFF;
	margin-left:10px;
}

.notiBody::-webkit-scrollbar-thumb
{
	background-color: #dfe8e7;
}
/*	old	*/
.noticeList{}
.noticeList .list{
	display: flex;
	padding: 7px 0;
	border-bottom: 1px solid #728492;
}
.noticeList .list .notiTitle{
	flex: auto;
	overflow: hidden;
	height: 20px;
}
.noticeList .list .regdate{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 80px;
		text-align: right;
}
.notimore{
	background-color: #728492;
	color: #fff;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.information{
		background: #728492;
		padding:30px;
			width: 100%;
}
.information .InfoTitle{
	color: #90f7f3;
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}
.information .infoRow{
	display:flex;
	margin: 0 60px;
	color: #fff;
}
.information .infoRow .i_title{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 48px;
	font-weight: bold;
}
.information .infoRow .i_txt{
	
}
.FaqCol{}
.NotiCol{}
.QnaCol{}


.qnaRow{
	margin-bottom:5px;
}

.QnaInput{
	width: 100%;
	padding: 7px;
	border: 1px solid #728492;
}

.QnaTxt{
	width: 100%;
	padding: 7px;
	height:200px;
	border: 1px solid #728492;
}

.submitBtn{
	text-align: center;
	font-size: 15px;
	border: 1px solid #000;
	width: 200px;
	margin: auto;
	padding: 7px;
	color: #fff;
	background: #000;
	cursor: pointer;
}

/*Ready*/
.mrt50{margin-top:50px;}
	.info{
/*		margin-left:17px;*/
		flex:auto;
	}
	.infoSecter{
		margin-bottom:17px;
	}
	.InfoTitle{
		background-color: #959595;
		color: #fff;
		padding: 12px 17px;
		font-size: 15px;
		font-weight: bold;
	}
	.InfoBody{
		background-color: #FFF;
	}
	.speakerHistory{
		display:flex;
	}
	.speakerImg{}
	.speakerImg img{
		height: 90px;
		width: 90px;
		margin: 10px;
	}
	.speakerHist{
		flex:auto;
		margin-top: 30px;
		    padding-right: 25px;
	}
	.speakerName{
		font-size: 15px;
		font-weight: bold;
	}
	.speakerMajor{
		font-size: 14px;
		color: #666;
	}
	.speakerprofile{
		padding: 10px 15px;
		color: #666;
		font-size: 14px;
	}

	.ScheduleList{
		display: flex;
		border-bottom: 1px solid #666;
		margin: 0 19px;
		padding: 12px 0;
	}
	.ScheduleList:last-child{
		border-bottom:none;
	}
	.scheduleIcon{}
	.scheduleInfo{
		margin-left:5px;
	}
	.scheduleTitle{
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -1px;
		height: 22px;
		overflow: hidden;
		margin-top: 7px;
	}
	.scheduleDate{
		letter-spacing: 2px;
	}
	.pd19_12{padding:12px 19px;}
	.infomList{ display:flex;}
	.infomTitle{
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 45px;
		font-weight: bold;
	}
	.infomTxt{
		flex:auto;
	}
	.playerInfo {list-style:none;position: absolute; margin: 0 auto;width: 90%; height: auto; top: 110px; z-index: 100; background: #475069;}
	.playerInfo .playerInfoBackground {background: #fff; position: relative; margin: 6px; padding: 35px;  }
	.playerInfo .playerInfoText {font-family: 'Malgun Gothic',sans-serif; font-size:1em;  padding-top: 30px;  line-height: 200%;}
	.playerInfo .playerInfoTitle {font-weight:bold;font-size:1.2em;}
	.playerInfo .spanBold {font-size:1.125em; font-weight:bold;color:red;}
	.playerInfo .spanred {color:red;}
	.playerInfo .spanwhite {color:white;}
	.playerInfoQna {flex-basis: 31%;}