﻿img[src$=".gif"], img[src$=".png"], img[src$=".jpg"]{
                   image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: crisp-edges;
                   -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
					/*transform:translateZ(0);*/
				  /* backface-visibility:hidden;*/

                 }
body,html {margin: 0px; height: 100%;font-family: 'Noto Sans KR',sans-serif;-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
}
.div-popup-back{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; z-index: 50; top:0px; left: 0px; }
.div-popup { width: 500px;background-color: #ffffff; position: absolute; left: calc((100% - 500px)/2); top:50%; transform: translateY(-50%); }

.div-popup-top { width: 100%; height: 30px; background-color:#ef4031; position: absolute; color: #ffffff;font-size: 16px; line-height: 30px;}
#btn-close-popup{ cursor: pointer;  position: absolute; right: 10px; top: 6px}
.div-popup img { width: 100%; padding-top:20px; display: block;}
a { text-decoration: none; color: #444444;}
a {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
/*Top Layout*/
.div-main-header         {width: 100%;  background-color:#ffffff ; position: relative;  border-bottom: 1px solid #cccccc; }
.div-main-top-wrap  { width: 100%; height:30px; background-color:#ffffff ; border-bottom: 1px solid #cccccc; position: relative; font-size: 12px; line-height: 12px;}
.div-main-top-menu-wrap  { width: 320px; height:30px; background-color:#ffffff ; border-bottom: 1px solid #cccccc;  font-size: 14px; line-height: 14px; position: absolute; right: 20px;}/*20210601 수정 폰트사이즈*/
.div-main-top-menu   { height: 30px;  float: left; line-height: 30px;  margin-right: 10px;  color: #888888; cursor: pointer;}
.div-main-top-menu:hover{ color: #222222; font-weight: 700;}
.div-main-top-text   {  height: 30px;  float: left; line-height: 30px; margin-right: 10px;color: #888888;}
.div-main-head-menu-wrap { width: 1200px; height:70px; background-color:#ffffff ;position: relative; margin: auto;}
.div-main-logo-left{ position: absolute; height: 55px; top:5px;}
.div-main-logo-left img { height: 100%;}
.div-main-logo-center{ position: absolute; height: 55px; top:5px; left:50%; transform: translate(-50%, 0%);}
.div-main-logo-center img { height: 100%;}
.div-main-menu-wrap {  height: 40px; top:15px; right: 0px; position: absolute; line-height: 40px;}
.div-main-menu { float: left; margin-left: 40px; color: #444444; font-size: 14px; cursor: pointer; font-weight: 500; position: relative; text-align: center;}
.div-main-menu:hover { font-weight: 700;}
.div-menu-indicator { width: 5px; height: 5px; background-color: #ff002a; position: absolute; top:5px;z-index: 2; border-radius: 5px; left:50%; transform:translateX(-50%); display: none;}
.on { display: block;}
.div-video-visual { width: 100%;}
.div-video-visual video { width: 100%; display: block;}
.div-main-wrap           { width: 100%; min-height: 500px; background-color: #ececec; position: relative;padding-top: 1px;padding-bottom: 1px;}
.div-main-top-onair { position: absolute; width: 60px; height: 25px; top:0px; z-index:5; right:30px;display:none; 
    animation: onair 1.5s linear infinite;
    -webkit-animation: onair 1.5s linear infinite;
    -moz-animation: onair 1.5s linear infinite;
    -o-animation: onair 1.5s linear infinite;
  
  

}
.div-clear-line { width: 98%; height: 1px; background-color: #cccccc; margin: auto;}
.btn-go-list { width: 100px; height: 25px; border: 1px solid #cccccc; text-align: center; border-radius: 5px; background-color: #f2f2f2;margin: auto; margin-top: 10px; font-size: 14px; line-height: 25px; font-weight: 500;}
.div-main-top-onair img { width: 100%;}
/*footer*/
.div-main-footer-wrap { width: 100%; background-color: #ffffff; position: relative; min-height: 150px; border-top: 1px solid #cccccc;}
.div-main-footer-top-wrap { width: 100%; background-color: #222222; position: relative; height: 30px; border-top: 1px solid #cccccc;}
.div-main-footer-top { width: 1200px; height: 30px; margin: auto;}
.div-footer-menu { height: 30px; color: #ffffff; margin-left: 20px; float: left; line-height: 30px; font-size: 12px; font-weight: 500;}
.div-footer-wrap { width: 1200px;  background-color: #ffffff; margin: auto; position: relative; padding-bottom: 15px;}
.div-footer-logo { width: 200px; float: left;  line-height: 50px; margin-top: 20px;}
.div-footer-logo-down { width: 200px;  float: left;  line-height: 50px; margin-top: 40px;}
.div-footer-logo-down-wrap{ margin:auto;width:90px;}
.div-footer-logo-down-wrap img {  margin: auto; position: relative; width: 100%;}




.div-footer-text { width: 1000px; float: left;   margin-top: 20px; font-size: 14px; color: #888888; font-weight: 500;}
.div-footer-logo-wrap{ margin:auto;width:150px;}
.div-footer-logo img {  margin: auto; position: relative; width:100%;}
.div-footer-add { line-height: 200%; letter-spacing: -1px;}
.div-footer-gcma { margin-top:40px; width: 100%; text-align: right; color: #222222;}
/*index*/
.div-main { width: 1198px; min-height: 300px; background-color: #ffffff; border: 1px solid #cccccc; margin: auto; border-radius: 10px; margin-top: 10px;margin-bottom: 10px; }
.div-main h3{ margin-left: 10px;margin-bottom: 20px; }
.div-nav-main span { margin-left: 15px; }
.div-nav-sub { width: 80px;  height: 25px; background-color: #222222; border-radius: 10px; font-size: 11px; position: absolute; right: 0px; top:0px;color:#ffffff; text-align: center; }
.div-nav-right { float: right; width: 100px; position: relative;}
.div-clear-fix { width:100%; clear: both;}
.div-main-title {  font-size: 25px; font-weight: 700; color: #222222; text-align: left; height: 80px; line-height: 80px; margin-left: 30px; position: relative;}
.span-chairman::after{content: ' /' ;}
#inp-usr-reg { cursor: pointer; margin-left: 5px; display:inline;}
.span-chairman:last-child::after {
    content: none;
  }

.span-speaker::after{content: ' /' ;}
.span-speaker:last-child::after {
    content: none;
  }
.div-main-nav { width: 1200px; margin: auto; margin-top: 10px;}
.div-nav-main { width: 150px; height: 25px; background-color: #ffffff; border-radius: 10px; font-size: 11px; position: relative;color:#444444; line-height: 25px; border: 1px solid #cccccc;}

.div-main-visual { width: 1200px; margin: auto; position: relative; margin-top: 10px;position: relative; border-radius: 10px; overflow: hidden;}
.div-main-visual img { width: 100%; display: block; }

/*Live Layout*/
.div-auth-pic  { float: left; width: 300px; text-align: center; margin-top: 10px; font-size: 13px; color: #444444;}
.div-auth-pic img { border: 1px solid #cccccc; border-radius: 10px; }
.div-auth-desc { float: left;width: 850px;  height: 300px; margin-top: 10px;font-size: 13px; color: #444444;}

.div-main-live-wrap { width: 1178px;   margin: auto;  position: relative; padding-top: 1px;padding-bottom: 1px;}
.div-main-live-wrap img{width:100%;}
.div-main-auth-wrap { width: 1178px;  margin: auto;  position: relative; padding-top: 1px;padding-bottom: 1px; border-top: 1px solid #cccccc; min-height: 100px;}

.div-main-info { width: 400px; margin-left: 20px; margin-top: 22px; position: relative; margin-right: 20px; margin-bottom: 20px; overflow: hidden;  overflow: hidden; float: left;}
.div-main-live-poster { width: 400px; height: 208px;position: relative;overflow: hidden; overflow: hidden;}
.div-main-live-poster img { width: 100%; display: block;}

.div-main-live-banner { width: 400px; height: 207px;position: relative;overflow: hidden; border-radius: 5px; overflow: hidden; margin-top: 20px;}
.div-main-live-banner img { width: 100%; display: block;}

.div-main-live-logo { width: 400px; position: relative;overflow: hidden; border-radius: 5px; overflow: hidden; margin-top: 20px;}
.div-main-live-logo img { width: 100%; display: block;}


.div-main-live-detail { width: 720px;  float: left; margin-top: 20px; margin-bottom: 20px; padding:0 20px; box-sizing:border-box;}
.div-main-live-detail img{ width: 100%;}
.div-main-live-title { width: 100%; color: #0B2161; font-size: 22px; font-weight: 700; box-sizing:border-box; }
.div-main-live-date { width: 100%;  color: #444444; font-size: 16px;  margin-top: 10px; }
.div-main-live-chairman { width: 100%;  color: #444444; font-size: 14px; line-height: 170%; }
.div-main-live-speaker {color: #444444; font-size: 14px; margin-top: 10px; text-align: justify; line-height: 170%;padding-left:50px}
.div-main-live-speaker-agenda{
	display: grid;
	grid-template-columns: 1fr 5fr 2fr;
	}
.div-main-live-speaker-opening{
	display: grid;
	grid-template-columns: 1fr 4fr 6fr;
	}
.div-main-live-speaker-agenda-date{text-align:left; }
.div-main-live-speaker-agenda-content{text-align:left;color:#000000}
.div-main-live-speaker-agenda-name{text-align:right;}

.div-main-live-speaker-agenda-date.top{background-color:#ffffff;}
.div-main-live-speaker-agenda-content.top{background-color:#ffffff;color:#d2191e}
.div-main-live-speaker-agenda-name.top{background-color:#ffffff;}

.div-main-live-speaker-agenda-date.mid{background-color:#ffffff;}
.div-main-live-speaker-agenda-content.mid{background-color:#ffffff;color:#d2191e;}
.div-main-live-speaker-agenda-name.mid{background-color:#ffffff;}

.div-main-live-speaker-agenda-subdate{background-color:#e3f2ed;}
.div-main-live-speaker-agenda-subcontent{background-color:#e3f2ed; font-size:12px;}
.div-main-live-speaker-agenda-subname{background-color:#e3f2ed;text-align:right;}

.btn-go-live { width:400px; height: 40px; background-color: #0b2161; margin-top: 10px;  border-radius: 5px; line-height: 40px; color: #ffffff; text-align: center; font-weight: 700; font-size: 18px; cursor: pointer; margin: auto; margin-top: 10px;}
.btn-go-live:hover{ background-color: #222222;}

.btn-go-live-red { width:400px; height: 40px; background-color: #0062b2; margin-top: 10px;  border-radius: 5px; line-height: 40px; color: #ffffff; text-align: center; font-weight: 700; font-size: 18px; cursor: pointer;}
.btn-go-live-red:hover{ background-color: #1d55f7;}
.btn-go-live-red a { color: #ffffff;}
/*notice Layout*/

.div-main-notice-wrap { width: 1180px; margin: auto;  position: relative; padding-top: 1px;padding-bottom: 1px; margin-top: 20px;margin-bottom: 20px; border-bottom: 1px solid #cccccc;}
.div-main-notice-info { width: 400px; margin-left: 20px; margin-top: 22px; position: relative; margin-right: 20px; margin-bottom: 20px; overflow: hidden;  overflow: hidden; float: left; height: 100px; font-size: 25px;font-weight: 700; }
.div-main-notice-box { width: 700px; margin-left: 20px; margin-top: 22px; position: relative; margin-right: 20px; margin-bottom: 20px; overflow: hidden;  overflow: hidden; float: left; height: 100px; font-size: 20px;font-weight: 700; width: 700px; }
.div-main-notice-box-title {width: 100%;text-overflow: ellipsis;overflow: hidden; white-space: nowrap; ;}

.div-main-notice-list { width: 90px; height: 30px; border: 1px solid #cccccc; margin-top: 10px; line-height: 30px; font-size: 14px; text-align: center; }
.div-main-notice-preview { font-size: 12px; color: #bbbbbb; margin-top: 5px; height: 35px;  text-overflow: ellipsis; text-align: justify; overflow: hidden; }
.div-main-notice-date { font-size: 12px; margin-top: 10px;}
/*Scroll Set*/
::-webkit-scrollbar { width: 3px; } /* 스크롤 바 */
::-webkit-scrollbar-track { background-color:#f2f2f2; } /* 스크롤 바 밑의 배경 */
::-webkit-scrollbar-thumb { background: #222222; } /* 실질적 스크롤 바 */
::-webkit-scrollbar-thumb:hover { background: #8d0f2a; cursor: grab; } /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
::-webkit-scrollbar-thumb:active { background: #8d0f2a; } /* 실질적 스크롤 바를 클릭할 때 */
::-webkit-scrollbar-button { display: none; } /* 스크롤 바 상 하단 버튼 */

.div-mem-section { width: 90%; margin: auto; border-bottom: 1px solid #cccccc; height: 50px; color: #444444; line-height: 50px; font-size: 16px; font-weight: 500;}
/*live*/
.div-main-live-player .poster   { width: 100%; position: absolute; z-index: 10; overflow: hidden; display: none;}


/*member*/
.div-main-member-wrap { width: 1000px; min-height: 300px;margin: auto; border-radius: 10px; margin-top: 10px;margin-bottom: 10px;}
.div-main-title-center {  font-size: 25px; font-weight: 700; color: #222222; text-align: center; height: 80px; line-height: 80px; margin-left: 30px; position: relative; margin: auto; font-weight: 400;}
.div-main-member-agreement { width: 80%;  margin: auto; border: 1px solid #cccccc; border-radius: 10px; background-color: #ffffff;}
.div-main-member-agreement-title { margin: auto; font-size: 18px; color: #444444; padding: 10px 20px;}
.div-main-member-agreement-text { width: 90%;  margin: auto; border: 1px solid #cccccc; text-align: justify; font-size: 14px; padding: 2%; line-height: 180%; height:150px; overflow:auto;}
.div-main-member-agreement-text > div{ padding:10px;}
.div-main-member-agreement-chk  { width: 100%;  margin: auto; padding: 2%; margin-bottom: 10px;}
.div-mem-tag {width: 90%;  margin: auto; font-size: 12px; text-align: left; margin-top: 10px; margin-bottom: 10px; color: #999999;}
.div-mem-box { width:90%; height: 60px; border-bottom: 1px solid #cccccc; background-color: #ffffff; position: relative; margin: auto;  margin-top: 10px;} 
.div-mem-box:hover{ border-bottom: 1px solid #444444;}


.div-login-box { width:375px; height: 60px; border: 1px solid #cccccc; background-color: #ffffff; position: relative; margin: auto;  margin-top: 10px;} 
.div-login-area { width:375px;  height: 30px; position: relative; margin: auto;  margin-top: 10px; font-size: 12px; color: #444444;font-family: 'Noto Sans KR',sans-serif; font-weight: 500; line-height: 30px;} 
.div-login-area2 { width:375px;  position: relative; margin: auto;  margin-top: 10px; font-size: 12px; color: #444444;font-family: 'Noto Sans KR',sans-serif; font-weight: 500; line-height: 30px; text-align: left;} 

.div-login-info { width:375px;   position: relative; margin: auto;  margin-top: 10px; font-size: 12px; color: #444444;font-family: 'Noto Sans KR',sans-serif; font-weight: 500; line-height: 30px;} 
.div-login-info-box { width:375px;  text-align: center; background-color: #ffffff; position: relative; margin: auto;  margin-top: 10px; font-size: 12px; color: #444444;font-family: 'Noto Sans KR',sans-serif; font-weight: 500; line-height: 30px;padding-top: 10px;padding-bottom: 10px; border: 1px solid #cccccc; border-radius: 10px;} 
.div-login-btn { width:375px; height: 60px; border: 1px solid #cccccc; background-color:#ef4031; position: relative; margin: auto;  margin-top: 10px; border-radius: 5px; color: #ffffff; line-height: 60px; text-align: center; cursor: pointer; } 
.d-none { display:none; }

/*register-btn 추가*/
.div-register-btn { width:375px; height: 60px; border: 1px solid #cccccc; background-color:#07061c; position: relative; margin: auto;  margin-top: 10px; border-radius: 5px; color: #ffffff; line-height: 60px; text-align: center; cursor: pointer; }
.div-login-box:hover{ border: 1px solid #444444;}
.div-login-icon { width: 60px; height: 60px;  color: #444444; font-size: 20px; line-height: 60px; text-align: center; float: left;}
.div-login-input { width: 280px; height: 60px;  color: #444444; font-size: 20px; line-height: 50px; text-align: center; float: left;}
.div-login-input input { border: 0px; border-bottom: 2px solid #ffffff;  width: 100%; padding: 10px;font-family: 'Noto Sans KR',sans-serif;}
.div-login-input input:focus { outline: none;}

/*chat*/
.div-main-chat-text-wrap { width: 100%; height: 50px; position: absolute; bottom:0px; border-top: 1px solid #444444;}
.div-main-chat-text-box { width: calc(100% - 50px); height: 50px;  float: left;}
.div-main-chat-text-box textarea { width: 90%;  resize: none; border: none; background-color: transparent; color: #ffffff; height: 25px; margin-top: 10px; margin-left: 5%; font-size: 12px;}
.div-main-chat-text-box textarea:focus{ outline: none;}
.div-main-chat-text-btn { width: 48px; height: 50px; color: #ffffff; line-height: 50px; text-align: center; float: left; border-left: 1px solid #444444;}
.div-main-chat-text-btn:hover{ background-color: #528cd4; cursor: pointer;}

.div-reply {width: calc(80% - 20px); background-color: #04cc48; margin: auto; margin-bottom: 10px; padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; color: #ffffff; border-radius: 10px; position: relative;word-break:break-all; font-size: 12px;margin-right: 2%;}
.div-msg { width: calc(80% - 20px); background-color: #0084fd; margin: auto; margin-bottom: 10px; padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; color: #ffffff; border-radius: 10px; position: relative;word-break:break-all; font-size: 12px;margin-left: 2%;}
.div-msg-icon-q {  width: 20px; height: 20px; background-color: #0370d4; border-radius: 20px; color: #ffffff; text-align: center; font-size: 12px; font-family: 'Noto Sans KR',sans-serif; float: left;}
.div-msg-icon-a {  width: 20px; height: 20px; background-color: #0d8034; border-radius: 20px; color: #ffffff; text-align: center; font-size: 12px; font-family: 'Noto Sans KR',sans-serif; float: left;}

.div-msg-text { width: calc(100% - 30px);float: left; margin-left: 5px; line-height: 130%;  text-align: justify; }
.div-main-screen-wrap { width: 1200px; margin: auto;  position: relative;  margin-top: 10px;  }
.div-main-live-player{ width: 75%;float: left; position: relative;}
.div-main-live-chat-wrap{ width:300px;float: left; height: 506.27px; background-color: #222222; position: relative; }
.div-main-live-chat { width: 100%; height: calc( 506.27px - 60px); overflow-y: scroll; background-color: #444444;padding-top: 10px;}
.div-notice-title{ width: 1150px; margin: auto;  border-top: 1px solid #cccccc; font-size: 14px; height: 50px; line-height: 50px;}
.div-notice-wrap{ width: 1150px; margin: auto; padding-top: 50px; padding-bottom: 50px;border-top: 2px solid #cccccc; font-size: 14px; line-height: 180%; border-bottom: 1px solid #cccccc; line-height: 180%;}


/*custom*/

.div-login-agree { width:335px; height: 400px; border: 1px solid #cccccc; background-color: #ffffff; position: relative; margin: auto;  margin-top: 10px; font-size: 12px; overflow-y: scroll; padding: 20px; display: none;} 
#view-agree { cursor: pointer; margin-left: 5px;}

/*mobile*/

.div-mobile-btn { width: 30px; height: 30px;  position: absolute; right: 20px; top: 10px; text-align: center; line-height: 30px; color: #444444; cursor: pointer; display: none;}
.div-mobile-close { width: 30px; height: 30px;  position: absolute; right: 20px; top: 10px; text-align: center; line-height: 30px; color: #444444; cursor: pointer; display: none;}

.div-mobile-close { width: 30px; height: 30px;  position: absolute; right: 20px; top: 10px; text-align: center; line-height: 30px; color: #444444; cursor: pointer;}
.div-mobile-menu { width : 100%; height: 100%; background-color:rgba(0,0,0,0.95); position: fixed; top:52px; z-index: 20;  display: none;}
.div-mobile-text { color: #ffffff ;width: 90%; margin: auto; border-bottom: 1px solid #cccccc; height: 50px;  line-height: 50px; }
.div-mobile-text:first-child { margin-top: 20px;}
.div-mobile-text a { color: #ffffff;}
.div-main-mobile-menu { color: #ffffff; font-size: 12px;height: 20px; margin-top: 10px; margin-left: 5%;}
.div-main-mobile-menu:first-child { margin-top: 20px;}
.div-main-mobile-menu a { color: #ffffff; font-size: 12px; }

.div-mobile-btn:hover{ transform: rotate(90deg);}
.btn-mem-join { width: 90%; height: 50px; background-color: #0370d4;  text-align: center; color: #ffffff; line-height: 50px; border-radius: 10px; position: relative; margin: auto; margin-bottom: 40px; margin-top: 30px; cursor: pointer;}
.btn-mem-join:hover { background-color: #06539a;}
/* guide */
.div-main-intro-sympo-desc { width: 650px; word-break:keep-all; margin-left: 50px; margin-top: 50px; font-size: 12px;}
.div-main-intro-sympo-image,.div-main-intro-sympo-desc{ float: left;}
.div-main-intro-sympo-image { width: 400px; margin-left: 50px; margin-top: 50px;border:1px solid #cbcbcb; }
.div-main-intro-sympo-image img { width: 100%;}


/*book*/
.div-sidebar {
    width: 20%;
    position: fixed;
    z-index: 30;
    top: 0px;
    right: 0px;
    background-color: #dee0e0;
    display: none;
    text-align: right;
    border-bottom: 1px solid #cccccc;
    height: 100vh;
}
.div-sidebar-menu {
    width: 90%;
    margin-left: 10%;
    margin-top: 1vh;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    font-size: 14px;
    color: #444444;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.div-menu:first-child {
    margin-top: 10vh;
}

.mybook-main {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
}

.mybook-wrap {
    position: absolute;
    left: 20%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
}
.mybook-wrap img {
    width: 100%
}

.book-close {
	width: 20px; 
	height: 20px;  
	position: absolute; 
	z-index: 80; 
	right: -10px;
	top:-10px; 
	text-align: center; 
	color:red; 
	background-color: #ffffff; 
	line-height:20px; 
	border-radius: 20px; 
	border: 4px solid #222222; 
	cursor: pointer;
}

.div-book-next {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: calc((100% - 30px) / 2);
    border-radius: 50%;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.div-book-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -20px;
    top: calc((100% - 30px) / 2);
    border-radius: 50%;
    border: 1px solid #cccccc;
    cursor: pointer;

}


@keyframes onair {
    100% { 
      opacity: 1; 
    }
    50% { 
        opacity: 0.5; 
      }
      0% { 
        opacity: 0; 
      }
      50% { 
        opacity: 0.5; 
      }
      100% { 
          opacity: 1; 
        }
      
  }
  
  
  
/*table*/
.info-tb{
	word-break: normal;
    line-height: 24px;
    font-family: 'NotoSansKR Regular', sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align: center !important;
    margin: auto;
    padding: 0;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 2px solid #5d7a94;
    border-bottom: 1px solid #5d7a94;
	width:95%;
}
.info-tb > * > tr > *{
	padding:10px;
	border-top: 1px solid #ccc;
}

.info-tb > thead > tr > th{
	background-color:#fbd9d4;
}
table.info-tb > * > tr > *{
	text-align:center;
	border-left:1px solid #CCCCCC;
}
table.info-tb > * > tr > td{
	word-break:keep-all;
}

.check-tb{
	word-break: normal;
    line-height: 24px;
    font-family: 'NotoSansKR Regular', sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align: center !important;
    margin: auto;
    padding: 0;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 2px solid #5d7a94;
    border-bottom: 1px solid #5d7a94;
	width:95%;
	font-size:14px;
}
.check-tb > * > tr > *{
	padding:10px;
	border-top: 1px solid #ccc;
}

.check-tb > thead > tr > th{
	background-color:#fffdeb;
}
table.check-tb > * > tr > *{
	text-align:center;
	border-left:1px solid #CCCCCC;
}
table.check-tb > * > tr > td{
	word-break:keep-all;
}

/********enstar-login*********/
.login-main * {
  box-sizing: border-box;
}
.login-main{
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#f9f9f9;
	min-height:calc(100% - 250px);
}

.overall-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  height: 500px;
}
.login-phone-img{height:465px;}
.login-phone-img img{height:100%;}

/* log in */

.login-section {
  padding: 0px 40px;
  min-height:465px;
}

section {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: 10px 0;
  margin: 5px 0;
  width: 350px;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 1px;
}
#inp-txt-certification{
	display:none;
}
.logo-container {
  margin: 0 auto;
}

.logo-container img {
  width: 260px;
}

.idpw-container {
  display: flex;
  flex-flow: column;
}

.idpw-container .idpw-container-input {
  height: 36px;
  margin-bottom: 5px;
  padding: 0 10px;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #8e8e8e;
}

.idpw-container input:focus {
  outline: none;
  border: 1px solid #a8a8a8;
}

.idpw-container .user-id-warning,
.idpw-container .user-pw-warning,
.idpw-container .user-affiliation-warning,
.idpw-container .user-phonenumber-warning
 {
  font-size: 12px;
  color: #751717;
}

.warning-invisible {
  display: none;
}

.btn-light-blue {
  background-color: #c0e0fe;
}

.btn-blue {
  background-color: #0095f6;
}

.btn-dark-blue{
	background-color:#003d77
}

.fb-login-btn {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.fb-login-btn img {
  width: 16px;
  margin-right: 10px;
}

.fb-login-btn span {
  color: #375284;
}

.idpw-container button {
  height: 50px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  color: white;
  font-weight: bold;
}

.idpw-container button:hover {
  cursor: pointer;
}

.idpw-container button:focus {
  outline: none;
}

.idpw-container p {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  line-height: 0.1em;
}

.idpw-container p span {
  background-color: white;
  color: #8f8f8f;
  font-size: 13px;
  padding: 0 20px;
}

.forgotpw-container {
  margin: 5px auto;
  color: #01376a;
  font-size: 12px;
}

.register-section {
  height: 63px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.register-section p {
  color: #a6a6a6;
}
.register-section a {
  padding-left: 5px;
  text-decoration: none;
  color: #289cf7;
  font-weight: bold;
}

.visible {
  background-color: #0095f6;
}


@media screen and (max-width: 1020px) { 
        .div-main-intro-sympo-detail {width: 100%;}
        .div-main-intro-sympo-image { width: 50%; margin: 0px;float:none; margin: auto;}
        .div-main-intro-sympo-desc { width: 90%; margin-left: 0px; float:none; margin: auto; margin-bottom: 30px;}
        .div-mobile-btn { display: block;}
        .div-main-footer-top { width: 100%;}
        .div-main-head-menu-wrap { width: 100%; }
        .div-main-menu-wrap{ display: none;}
        .div-main-top-wrap{ display: none;}
        .div-main-head-menu-wrap { height: 51px;}
        .div-main-logo-left { top: 5px; height: 35px;}
        .div-main-logo-center { top: 5px; height: 35px;}
        .div-main-visual { width: 98%; }
        .div-main { width: 98%;}
        .div-main-live-detail { width: 90%; margin-left: 5%;padding:0px;}
        .div-main-live-wrap { width: 98%;}
        .div-main-info { width: 100%; margin: 0px; margin-top: 10px;}
        .div-main-live-poster { margin: auto;}
        .div-main-live-banner { margin: auto; margin-top: 20px;}
        .div-main-live-logo { margin: auto; margin-top: 20px;}

        .btn-go-live-red { margin: auto; margin-top: 10px;}
        .div-main-live-title { height: auto; padding-left: 0px;}
        .div-main-live-date { padding-left: 0px;}
        .div-main-live-speaker { padding-left: 0px;}
        .div-footer-wrap { width: 100%;}
        .div-footer-text{ width: 90%; margin-left: 20px; }
        .div-footer-add { margin: 0px;}
        .div-main-notice-wrap { width: 100%;}
        .div-main-notice-box { width: calc(100% - 40px); height: auto; text-align: justify; font-size: 18px;}
        .div-main-live-player { width: 100%; margin: 0px;}
        .div-main-screen-wrap { width: 100%;}

        .div-main-nav { width: 98%; margin-left: 1%;}
        .div-auth-desc { width: calc( 100% - 300px) ;}
        .div-main-auth-wrap { width: 98%;}
        .div-main-member-wrap { width: 100%;}
        .div-main-intro-wrap { width: 100%;}
        .div-notice-title { width: 98%; margin: auto; }
        .div-notice-wrap { width: 98%; margin: auto; font-size: 12px; text-align: justify;}
		 .div-footer-logo { margin-left: 15px;}
		.div-sidebar { width: 50%;}
}


@media screen and (max-width: 600px) {
        .div-main-live-chat-wrap { width: 100%; height: 300px;}
        .div-main-live-chat { width: 100%; height: calc( 300px - 60px); overflow-y: scroll; background-color: #444444;padding-top: 10px;}
.div-main-member-agreement { width: 98%;}
        .div-auth-desc { width: 60% ; height: auto; margin-left: 20%; border-top: 1px solid #cccccc; padding-top: 10px; padding-bottom: 20px;}
        .div-main-auth-wrap { width: 100%; margin: 0px; min-height: 50px;}
        .div-auth-pic { margin: auto; float: none; margin-top: 10px;}
        .div-login-box { width: 90%;}
        .div-login-agree { width: calc(90% - 40px ); }
        .div-login-input { width: calc(100% - 61px);}
        .div-login-input input { border: 0px; border-bottom: 2px solid #ffffff;  width: 80%; padding: 10px;font-family: 'Noto Sans KR',sans-serif;}
        .div-login-btn { width: 90%;}
		.div-register-btn{ width: 90%;}
        .div-login-area{ width: 90%}
        .div-login-area2{ width: 90%}

        .div-login-info-box { width: 90%;}
        .div-main-title-center { width: 90%; margin: auto;}
        .div-login-info{ width: 100%;}
        .tbl-list-writer { display: none;}
		
		.login-phone-img{
			display:none;
		}
		.login-main{
			
		}
		.mybook-wrap{
			width:90%;
			left:5%;
		}
}


@media screen and (max-width: 500px) {

    .btn-go-live { width: 98%;}

.div-popup { width: 400px;background-color: #ffffff; position: absolute; left: calc((100% - 400px)/2); top:50%; transform: translateY(-50%); }

		.div-sidebar { width: 80%;}
}


@media screen and (max-width: 430px) { 
        .div-main-live-poster { width: 98%; height: auto;}
        .div-main-live-banner { width: 98%; height: auto;}

        .btn-go-live-red { width: 98%;}
        .div-main-live-chairman { font-size: 12px;}
        .div-main-live-speaker { font-size: 12px; padding-left: 0px;}
        .div-main-live-chairman { font-size: 12px;}
        .div-main-live-date { font-size: 13px; padding-left: 0px;}
        .div-main-live-title { font-size: 15px; padding-left: 0px;}
        .div-main-title { font-size: 17px; margin-left: 10px; height: 40px; line-height: 40px;}
        .div-main-top-onair { right: 5px;}
        .div-footer-text{ font-size: 12px; }
        .div-main-notice-info { width: calc(100% - 40px); height: auto; font-size: 18px;}
        .div-main-notice-box { width: calc(100% - 40px); height: auto; text-align: justify; font-size: 15px;}
        .div-main-auth-wrap { width: 98%;}

        .div-footer-logo img {  margin: auto; position: relative; width: 90%;}

        .div-popup { width: 98%;background-color: #ffffff; position: absolute; left:1%; top:50%; transform: translateY(-50%); }

}

@media screen and (max-width: 300px) { 

}

@media screen and (orientation: landscape) {
    .div-mobile-text:first-child { margin-top: 0px;}
    .div-mobile-text { color: #ffffff ; margin: auto; border-bottom: 1px solid #cccccc; height: 50px;  line-height: 50px; display: inline-block; width: auto; margin-left: 10px; margin-top: 30px; font-weight: 500; }
    .div-mobile-menu { text-align: center;}
    .div-main-mobile-menu { color: #ffffff; font-size: 12px;height: 20px; margin-top: 10px; margin-left: 32%; text-align: left;}
    
}