@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
	font-family: 'Noto Sans KR' !important;
	font-size: 12px;
	background-position-y: 0px !important;
	background-color: #e3e3e3;  
}
header{
	display:none;
}
.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:relative;
    top:auto;
    left:auto;
    width:100%;
    margin-top:20px;
    padding-bottom:20px;
}
.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: relative;
	top: 0px;
    left: 0px;
    width: 100%;
	z-index: 1;
}
.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%;
	    margin-top: 51px;
	
    width: 100%;
/*	min-width: 500px;*/
}
  
}
.chat{flex: auto;
	padding-bottom: 17px;
	min-width: 500px;

}

.chatWrite{
	display: -ms-flexbox;
	display: flex;

	padding: 10px 10px;
	background-color: #ccc;
		
}

.WriterIcon{
	  border-radius: 50px;
    text-align: center;
    width: 45px;
    height: 45px;
     color: #dfdfdf;
    background-color: #323232;
    padding: 10px 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 {
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    flex: 0 0 40px;

    padding: 10px 16px;
    border-radius: 12px;

    background: linear-gradient(135deg, #5f8cff, #6fc3ff);
    color: #fff;
    font-weight: 600;
    font-size: 14px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;

    user-select: none;
}

/* 호버 */
.chatSubmit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

/* 클릭 */
.chatSubmit:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* 아이콘 넣을 경우 */
.chatSubmit i {
    font-size: 16px;
}

.SymTitle{
	padding: 45px;
}
.MainTitle{
	    font-size: 15px;
    font-weight: bold;
    color: #ffe723;
    letter-spacing: -2px;
}
.SubTitle{
	display:none;
	    color: #fff;
    font-size: 12px;
    padding: 0px 30px;
    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: #4e555b;
    width: 100%;
	margin-top: 10px;
}

.surveyFrame{
	width:100%;
}


.foot-container{
	margin: auto;
	padding: 20px 0;
}
.foot-logo{
	width: 120px;
	float: left;
	padding: 15px;
/*		margin-right: 14px;*/
}
.foot-logo img{ width: 90%;}
.foot-txt{
	color: #fff;
	line-height: 12px;
}
.foot-txt span {
	display: inline-block;
	position: relative;
	margin: 2px;
	font-size: 8px;
	line-height: 1;
}


/*@media screen and (orientation: landscape) { */
/*	*/
/*	.SymTitle, .chat,header{display:none;}*/
/*	*/
/**/
/*	body{*/
/*		 */
/*	}*/
/*}*/
header{display:block;position:absolute;top:0;width:100%; z-index: 10;}
.nav-link {
    font-size: 12px !important;
	padding:10px !important;
	-webkit-flex-grow: 0; /* Safari 6.1+ */
    -webkit-flex-shrink: 0; /* Safari 6.1+ */
    -webkit-flex-basis: 25%; /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 0;
	flex-basis: 30%;
	    text-align: center;
}
.logo {
    float: none !important;
    width: 100% !important;
	text-align: center;
}
header .logo img{ width:auto !important;height:50px !important;}
/*index*/
.loginBox{
		width: 100%;
/*		height: 575px;*/
		background: rgba(255, 255, 255, 0.80);
		position: absolute;
		margin: auto;
		position: relative;
		/* right: 80px; */
		/* top: 110px; */
		margin-top: 103px;
		padding-bottom:50px;
		padding-top: 1px;
		border: 1px solid black;
		border-radius: 30px;
		padding: 20px;
	}
	.LoginTitle{
		font-size: 22px;
		text-align: center;
		color: #000000;
		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;
		color: black;
	}
	.DateSection{
		text-align: center;
		background: #00659c;
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: -1px;
		padding: 11px 0;
		margin-top: 20px;
	}
	.LoginChar{
		text-align: center;
		margin-top: 15px;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.discription{
		text-align: center;
		font-size: 18px;
	}
	.InputBox{
		text-align: center;
		margin: 15px;
	}
	.InputBox input{
		font-size: 12px;
		padding: 7px;
		width: 290px;
		max-width:100%;
		text-align: center;
	}
	.register{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		cursor:pointer;
		color: white;
	}
	
	.LoginBtn{
		width: 180px;
		margin: auto;
		background: #005c8e;
		color: #fff;
		font-size: 15px;
		padding: 12px;
		cursor: pointer;
		margin-top: 25px;
		text-align: center;
		border-radius: 25px;
	}

	.joinBox {
		position: fixed; /* 핵심 */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		display: none; /* 기본 숨김 */
		align-items: center;
		justify-content: center;

		background: rgba(0,0,0,0.8); /* 반투명 배경 */
		z-index: 9999;
	}
	
	.join{
		font-size: 13px;
		font-weight: bold;
	}
		
	.JoinTitle{
		margin-top: 20px;
		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;
		margin-top: 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{
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.infoSecter{
		margin-bottom: 10px;
		margin-top: 10px;
		border-radius: 12px;
		padding: 20px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.08);
		background: #fff;
	}

	.infoSecter0{
		margin-bottom: 10px;
		margin-top: 10px;
		border-radius: 12px;
		padding: 20px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.08);
		background: #fff;
	}
	.InfoTitle{
		color: #000;
		padding-bottom: 5px;
		font-size: 17px;
		font-weight: bold;
		border-bottom: 3px solid #4a6cf7;
	}
	.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 10px;
		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: 'Noto Sans KR' !important; font-size:1em;  padding-top: 30px;  line-height: 200%;}
	.playerInfo .playerInfoTitle {font-weight:bold;font-size:1.2em;}
	.playerInfo .spanBold {font-size:13px; font-weight:bold;color:red;}
	.playerInfo .spanred {color:red;}
	.playerInfo .spanwhite {color:white;}
	.playerInfoQna {flex-basis: 31%;}


.footer_title_img {    
	width: 100%;
    float: left;
    text-align: center;
    margin-top: 4%;
}


.subnews {
    width: 260px;
}


.newsform {
    margin-left: 4%;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}
.newsform .formtitle {
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.formtitle {
    color: #231f20;
    font-family: 'Noto Sans KR' !important;
    letter-spacing: -0.05em;
}
.subnews ul {
    margin: 0px 0 0 0px;
}
.news_list_ul {
    zoom: 1;
	padding-left:0px;
}
dl, ul, ol, menu, li {
    list-style: none;
}
.subnews li {
	float: left;
    width: 45%;
    margin-right: 2%;
}
.subnews li a {
    display: block;
    position: relative;
	width: 98%;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}
a {
    color: #3c3e40;
    text-decoration: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.subnews img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
img {
    vertical-align: middle;
}
.subnews .shadow {
    background: #02081a;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}
.shadow {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(http://webinar.dailypharm.com/img/shadow.png) 0 bottom repeat-x;
}
.subnews .title_form {
    position: relative;
    width: 250px;
    height: 122px;
}
.title_form {
    display: table-cell;
    *display: block;
    vertical-align: middle;
}
.title_form {
    display: table-cell;
    *display: block;
    vertical-align: middle;
}
.subnews .news_title {
    position: relative;
    top: 34%;
}
.news_title, .title_fix {
    *display: inline;
}
.news_title, .title_fix {
    *display: inline-block;
    *vertical-align: middle;
}
.news_title {
    display: block;
    *width: 100%;
}
.subnews strong {
    display: block;
    padding: 0 0.625em;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: -0.05em;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
.news_title, .title_fix {
    *display: inline;
}
.news_title, .title_fix {
    *display: inline-block;
    *vertical-align: middle;
}
.title_fix {
    display: none;
    width: 1px;
    margin-left: -1px;
    *height: 100%;
}


.getnewstitle {    margin-bottom: 2%;
    width: 95%;}


.SympoSub02{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

