@charset "utf-8";

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/*font-family: 'NanumSquare', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700&display=swap&subset=korean');
/*font-family: 'Noto Sans KR', sans-serif;*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*font-family: 'Nanum Gothic', sans-serif;*/
@font-face {
    font-family: 'BMJUA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

br {font-family: 'Noto Sans KR', sans-serif;}

.hidden { width: 0; height: 0; overflow: hidden;
    font-size: 0; line-height: 0;
    position: absolute; left: -9999px;
}
.clearfix::after {content: ""; display: block; clear: both;}
a, a:hover {text-decoration: none; color: inherit;}

* {box-sizing: border-box;}
body {font: 16px/1.2 "NanumSquareRound" ,"돋움", Dotum, AppleGothic, sans-serif;
    color: #333; letter-spacing: -0.5px;
/*    background-color: #f1f1f1;*/
}


.skip-nav a {width: 100%; height: 30px;
    position: fixed; left: 0; top: -100px; z-index: 10000;
    text-align: center; line-height: 30px; color: #fff;
    background-color: #f00;
}
.skip-nav a:focus {top: 0;}

button:focus {outline: none;}
input:focus {outline: none;}


/*all_menu*/

.all_menu_btn {display: none;}
.all_menu_btn span {padding: 20px 0 0 10px;
    font-size: 24px;
    cursor: pointer;
}

.all_menu_wrap {display: none; width: 100%; height: 100%;
    position: fixed; left: 0; top: 0; z-index: 99999;
    background-color: rgba(0,0,0,0.6);
}
.all_menu_wrap .all_menu {width: 80%; height: 100%;
    background-color: #fff;
    position: relative;
}
.all_menu_wrap .all_menu .close_allmenu {
    position: absolute; right: 10px; top: 5px;
    color: #999; font-size: 30px; font-weight: bold;
    cursor: pointer;
}
.all_menu_logo {position: absolute; left: 20px; top: 5px;}
.all_menu_list {padding-top: 50px;}
.all_menu_list ul {}
.all_menu_list li {padding: 20px 0; padding-left: 40px;
	color: #555;
    position: relative;
	border-top: 1px solid #d6d6d6;
}
.all_menu_list li:last-child {border-bottom: 1px solid #d6d6d6}
.all_menu_list li::before {content: "◆";
    position: absolute; left: 20px; top: 24px;
    font-size: 10px;
	color: #4d87ef;
}


/*login_page*/

.wrap {width: 100%; height: 100vh;
/*    background: url(/img/new/login_bg.jpg) no-repeat 0 0;*/
    position: relative;
/*    background-color: #f5f6f7;*/
    background-color: #e4edfd;
/*    background-color: rgba(0,0,0,0.75);*/

}
.wrap::after {content: ""; display: block;
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
/*    background-image: url(/img/new/login_bg.jpg);*/
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
}

.login {width: 450px; height: auto; padding: 28px 44px;
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 1px 2px 15px -7px rgba(0,0,0,0.55);
    border-radius: 10px;
}
.login .logo {text-align: center; margin: 0 auto; margin-bottom: 25px;}
.login .logo span {display: block;
    font-size: 30px; font-family: 'BMJUA';
}
.online_578 .login .logo span {font-size: 20px;}
.login .logo img {margin-bottom: 20px; text-align: center;}
.login .login_input {width: 70%; margin: 0 auto; margin-bottom: 30px;}
.login .login_input ul {}
.login .login_input li {position: relative;}
.login .login_input li:first-child {margin-bottom: 15px;}
.login .login_input label {display: block; margin-bottom: 15px;
    color: #000; font-weight: bold;
}
.login .login_input input[type="text"] {width: 100%; padding: 10px;
    border: 2px solid #a7bfeb;
    border-radius: 15px;
    /* background: url(/img/new/name_bg.png) no-repeat 0 0; */
}
.login .login_input input[type="text"]::placeholder {font-size: 12px; color: #666;}
.login .login_input input[type="password"]::placeholder {font-size: 12px; color: #666;}
.login .login_input input[type="password"] {width: 100%; padding: 10px;
    border: 2px solid #a7bfeb;
    border-radius: 15px;
/*    background: url(/img/new/pw_bg.png) no-repeat 0 0;*/
}
.login .login_input li .name_bg {position: absolute; left: 2px; top: 5px;}
.login .login_txt {width: 83%; margin: 0 auto; padding: 5px 0;
    text-align: left; font-size: 12px; line-height: 20px; color: #525656; font-weight: bold;
    border: 1px solid #d6d6d6;
    border-right: none; border-left: none;
}
.login .login_txt span {color: #f00;}
.login .address {text-align: left; display: block; padding-top: 10px; padding-left: 27px; margin-bottom: 30px;
    font-weight: bold; font-size: 13px;
}
.login .address label {font-weight: bold;}
.login .address input[type="checkbox"] {vertical-align: middle;}
.login .red_info {padding-top: 30px;
    text-align: center; font-size: 13px; color: #1e2e78; font-weight: bold; line-height: 24px;}
.login .red_info span {display: block; padding-top: 10px;}
.login .red_info span img {width: 25px; vertical-align: bottom;}
.login .red_info span a {background-color: #4777cf; color: #fff; padding: 5px; margin-left: 3px; border-radius: 5px}
.login .login_btn {text-align: center;}
.login .login_btn button {width: 68%; height: 45px;
    border: none;
    background: #1e2e78;
    cursor: pointer;
    color: #fff; font-size: 18px; font-weight: bold;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
.login .login_btn button::before {
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.login .login_btn button:hover::before {
    transform: skewX(-45deg) translateX(20.5em);
    transition: all 0.5s ease-in-out;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

/*main_page*/

.wrap_main {width: 1000px; margin: 0 auto;}

.header {width: 100%; background: #1e2e78; color: #fff;}
.online_575 .header {background: #3199df;}
.header .inner1000 {width: 1000px; margin: 0 auto; margin-bottom: 40px;}
.online_eng .header .inner1000 {width: 1200px; margin: 0 auto; margin-bottom: 40px;}
.header .clearfix {height: 40px;}
.header .logo {width: 130px; height: 20px; padding: 10px 0 0 4px; float: left;}
.header .logo img {width: 100%;}
.header .gnb {float: left; padding-top: 10px; margin-right: 25px;}
.header .gnb ul {}
.header .gnb li {float: left;
    position: relative;
}
.header .gnb li+li {margin-left: 23px;}
.header .gnb li+li::before {content: ""; width: 1px; height: 13px;
    position: absolute; left: -11px; top: 3px;
    background-color: #999;
}
.online_575 .header .gnb li+li::before {background-color: #fff;}
.header .gnb li a.on {color: #ffb85d; font-weight: bold;}
.header .gnb li a {font-weight: bold;}
.header .gnb li a:hover {color: #2a47cf; text-decoration: underline;}
.header .tnb {float: right; padding-top: 10px;}
.header .tnb ul {}
.header .tnb li {float: left; font-weight: bold; color: #fff;}
.header .tnb li a {}

.main_banner {width: 100%; height: 100%; margin-bottom: 40px;}
.main_banner img {max-width: 100%;}


.container {width: 100%;}


/* .container .conf_enter {margin-bottom: 40px;} */
.container .conf_enter .enter_btn {float: right; margin-left: 20px; padding: 20px; width: 385px; height: 200px;
    border: 1px solid #e4e8eb;
}
.container .conf_enter .enter_btn button {width: 345px; height: 125px;
    position: relative;
    border: none;
    cursor: pointer;
    background-color: #1e2e78;
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;

}
.container .conf_enter .enter_btn button::before {
    content: "";
    background-color: rgba(255,255,255,0.3);
    height: 100%;
    width: 10em;
    display: block;
    position: absolute;
    top: 0;
    left: -15.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.container .conf_enter .enter_btn button:hover::before {
    transform: skewX(-45deg) translateX(50.5em);
    transition: all 0.5s ease-in-out;
}
.btn_ani {animation: 1s btnevent infinite;
    font-size: 26px;
}
@keyframes btnevent {
    0% {color: #fff;}
    50% {color: #ffb85d;}
    100% {color: #fff;}
}
/* .container .conf_enter .enter_btn button:hover {height: 390px;
	animation:none;
} */
.container .conf_enter .enter_btn h1 {
	/* position: absolute; left: 54px; top: 12px; */
    color: #fff; text-align: center; font-size: 36px; /*font-family: 'BMJUA';*/ font-weight: bold;
    letter-spacing: 2px;
}
/* .container .conf_enter .enter_btn:hover h1 {
	position: static;
	animation: 1s clickani infinite;
} */
.container .conf_enter .enter_btn p {text-align: left; margin-bottom: 10px;
    font-weight: bold;
}
.container .conf_enter .enter_btn .wave {position: absolute;}
.container .conf_enter .enter_btn button:hover .wave {display: none;}
.container .conf_enter .enter_btn button:hover p {display: block;}
.container .conf_enter .enter_btn .wave::before, .container .conf_enter .enter_btn .wave::after {
    content: "";
    position: absolute;
    border: 3px solid #fff;
    width: 50px; height: 50px;
    border-radius: 50%;
    -webkit-animation: wave 3s infinite linear;
            animation: wave 3s infinite linear;
    margin-left: 130px;
    margin-top: 30px;
}
.container .conf_enter .enter_btn .wave::after {
    opacity: 0;
    -webkit-animation: wave 3s 1.5s infinite linear;
            animation: wave 3s 1.5s infinite linear;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

.container .conf_enter .enter_btn .finger {width: 98px; height: 134px; margin: 0 auto; padding-top: 60px;}
.container .conf_enter .enter_btn .finger img {width: 100%;}
.container .conf_enter .enter_btn .arrow_icon {display: none;
	position: absolute; left: 93px; top: 75px;
	transition: all 0.5s;
	color: #fff; font-size: 42px; font-weight: bold;
	/*font-family: 'BMJUA';*/
}
.container .conf_enter .enter_btn:hover .arrow_icon {display: block;
	position: static;
	animation: 1s clickani infinite;
}

@keyframes clickani {
	0% {color: #fff;}
	50% {color: #ffb85d;}
	100% {color: #fff;}
}


.container .enter_info {float: left; width: 595px; padding: 20px 0; height: 200px;
    border: 1px solid #e4e8eb;
}

.container .enter_info .conf_btn {}
.container .enter_info .conf_btn ul {}
.container .enter_info .conf_btn li {margin-left: 16px;}
.container .enter_info .conf_btn li p {
}
.container .enter_info .conf_btn li p button {width: 252px; height: 84px;
    border-radius: 10px; border: none;
    background-color: #d6d6d6;
    color: #fff; font-weight: bold; text-align: center; line-height: 84px; font-size: 24px;
    cursor: pointer;
}
.container .enter_info .conf_btn li:nth-child(1).on button {background-color: #26afff;}
.container .enter_info .conf_btn li:nth-child(2).on button {background-color: #2734b6;}
.container .enter_info .conf_btn li a {display: block; width: 100%;}
.container .enter_info .conf_btn li .time_info {display: block; padding-top: 24px;
    font-weight: bold; font-size: 18px; color: #8f8f8f;
}
.container .enter_info .conf_btn li .time_info span {margin-left: 23px; display: inline-block;
    position: relative; color: #333; font-size: 16px;
}
.container .enter_info .conf_btn li .time_info span::before {content: ""; width: 1px; height: 14px;
    position: absolute; left: -11px; top: 4px;
    background-color: #8f8f8f;
}

.container .enter_info .user_info {margin-left: 16px;}
/* .container .enter_info .user_info em {margin-left: 33px;} */
.container .enter_info .user_info ul {}
.container .enter_info .user_info li {font-weight: bold; font-size: 18px;}
.container .enter_info .user_info li+li {margin-top: 24px;}
.container .enter_info .user_info li span {margin-right: 23px; display: inline-block; width: 70px;
    position: relative;
    color: #8f8f8f; font-weight: bold;
}
.online_eng .container .enter_info .user_info li span {width: 120px;}
.container .enter_info .user_info li span::before {content: ""; width: 1px; height: 16px;
    position: absolute; right: -13px; top: 3px;
    background-color: #8f8f8f;
}
.sofc_aff {width: 70%; display: inline-block; vertical-align: middle;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
.enter_area {margin-bottom: 30px;}
.container .abs_info {width: 100%; padding: 20px 0; margin-bottom: 30px;
    border: 1px solid #e4e8eb;
}
.container .abs_info p {
    text-align: center; line-height: 40px; font-weight: bold;
    border-bottom: 1px solid #e4e8eb;
}
.container .abs_info .abs_list {display: block;}
.container .abs_info .abs_list ul {text-align: center;}
.container .abs_info .abs_list ul li {display: inline-block;
}
.container .abs_info .abs_list ul li button {width: 154px; height: 33px;
    border: 2px solid #0009a6;
    text-align: center; line-height: 30px; color: #0009a6; font-weight: bold;
    background: none;
    cursor: pointer;
    transition: all 0.5s;
}
.container .abs_info .abs_list ul li button:hover {
    background: #0009a6; color: #fff;
}
.container .abs_info .abs_list ul li+li {margin-left: 30px;}

.conf_info_inner {width: 1000px; margin: 0 auto;}
.conf_info {width: 100%; height: auto; padding: 20px 20px 0 30px;
    border-top: 1px solid #d6d6d6;
    /* background-color: #f4f4f4; */
}
.conf_info .info_title {float: left; width: 15%;}
.conf_info .info_title h2 {color: #00005c; font-weight: bold; font-size: 18px;}

.conf_info .info_list {float: left; width: 85%;}
.conf_info .info_list ul {margin-bottom: 18px;}
.conf_info .info_list li {padding-left: 15px; position: relative;
    font-size: 14px;
}
.conf_info .info_list li::before {content: ""; width: 5px; height: 5px;
    position: absolute; left: 0; top: 7px;
    background-color: #000;
}
.conf_info .info_list li+li {margin-top: 12px;}
.conf_info .info_list p {
    font-size: 14px; font-weight: bold; color: #f00;
}


/* sofc custom */

.sofcAd ul {text-align: center; width: 100%;}
.sofcAd ul li {display: inline-block; margin-bottom: 20px; width: 190px; height: 60px;
    
}
.sofcAd ul li img {width: 90%; height: 100%; border: 1px solid #d6d6d6;}

.sofcDownBtn li {padding: 0 40px;
    line-height: 50px; font-weight: bold;
    position: relative;
}
.sofcDownBtn li:nth-child(1) {color: #5252cf}
.sofcDownBtn li::before {content: ""; width: 11px; height: 11px;
    background-color: #000;
    position: absolute; left: 20px; top: 18px;
}
.sofcDownBtn li:nth-child(1)::before {background-color: #5252cf;}
.sofcDownBtn li span {float: right; margin-top: 7px; padding: 5px 13px;
    line-height: 20px; font-size: 14px;
    border: 2px solid #000;
    cursor: pointer;
    transition: all 0.3s;
}
.sofcDownBtn li span:hover {background-color: #000; color: #fff;}
.sofcDownBtn li:nth-child(1) span {border-color: #5252cf;}
.sofcDownBtn li:nth-child(1) span:hover {background-color: #5252cf;}


/*conference_page*/

.wrap_conf {width: 100%;}

.conf_header {width: 100%; height: 40px; min-width: 1920px;
    background-color: #1e2e78;
}
.conf_header .clearfix {width: 1680px; margin: 0 auto;}
.conf_header .logo {float: left; height: 20px; padding-top: 10px;}
.conf_header .logo img {width: 100%;}

.conf_header .tnb {float: right; margin-right: 58px;}
.conf_header .tnb ul {}
.conf_header .tnb li {line-height: 40px; color: #fff; font-weight: bold;}
.conf_header .tnb li:hover a {text-decoration: underline; color: #617dff;}
.conf_header .tnb li a {width: 100%; display: block;
    transition: all 0.3s;
}

.conf_header .gnb {float: left;}
.conf_header .gnb ul {}
.conf_header .gnb li {float: left; line-height: 40px; color: #fff;
    position: relative;
}
.conf_header .gnb li:hover a {text-decoration: underline; color: #617dff;}
.conf_header .gnb li a.on {color: #ffb85d;}
.conf_header .gnb li+li {margin-left: 25px;}
.conf_header .gnb li+li::before {content: ""; width: 1px; height: 12px;
    position: absolute; left: -12px; top: 15px;
    background-color: #fff;
    opacity: 0.5;
}
.conf_header .gnb li a {display: block; width: 100%;
    transition: all 0.3s;
}




.conf_container {}
.inner_conf {width: 1680px; margin: 0 auto;}

.left_sec {float: left; width: 1318px;}

.left_sec .room_name {padding: 10px 0; /* padding-left: 15px; */ padding-bottom: 0;}
.left_sec .room_name h2 {margin-right: 45px; margin-bottom: 5px;
    font-weight: bold; font-size: 20px; color: #777;
}
.left_sec .room_name p {padding-bottom: 5px; padding-top: 5px;
    font-size: 17px; color: #727171; font-weight: bold;
    border-top: 1px solid #727171;
}
.left_sec .room_name p span {display: inline-block;
    color: #1e3dcb;
}
.left_sec .room_name p+p {margin-left: 20px;}

.pipe {position: relative; margin-right: 25px;}
.pipe::before {content:""; width:1px; height: 15px;
	position: absolute; right: -14px; top: 4px;
	background-color: #333;
}


.left_sec .video_sec {width: 1318px; height: 741px;
    border: 1px solid #333;
}
.left_sec .video_sec .video {width: 100%; height: 100%;}

/*
.left_sec .ad {padding-top: 20px;}
.left_sec .ad ul {}
.left_sec .ad li {width: 190px; height: 90px; float: left;}
.left_sec .ad li+li {margin-left: 10px;}
.left_sec .ad a {display: block; width: 100%;}
.left_sec .ad a img {width: 100%;}
*/

/*강의실 하단배너*/
.ad{position:relative; width:100%; background:#fff;}
.ad .flow_banner_box{position:relative; width:1624px; margin:0 auto; background:#fff; height:91px;}
.ad .flow_banner_box .flow_bann_area{position:absolute; top:15px; left:50%; margin-left:-812px;}
.ad .flow_banner_box .flow_bann_area ul{*zoom:1;}
.ad .flow_banner_box .flow_bann_area ul:after{content:""; display:block; clear:both;}
.ad .flow_banner_box .flow_bann_area ul li{float:left; padding-right:9px; width: 190px; height: 90px;}
.ad .flow_banner_box .flow_bann_area ul li a{display: block; width: 100%;}
.ad .flow_banner_box .flow_bann_area ul li a img{border:1px solid #f2f2f2; width: 100%;}
/*강의실 하단배너*/

/* btn */
.flow_ctrl_box{}
.flow_ctrl_box a{position:absolute; top:40px;  width:16px; height:26px; background-image:url(../img/flow_ctrl_side_btn.gif);}
.flow_ctrl_box a.back{left:18px; background-position:0 0;}
.flow_ctrl_box a.next{right:18px; background-position:16px 0;}
.flow_ctrl_box a.play{background:none; width:auto; height:auto; top:0; left:-30px; font-size:13px; color:#fff; background:#333; border-radius:15px; text-decoration:none; padding:5px 10px;}
.flow_ctrl_box a.stop{background:none; width:auto; height:auto; top:31px; left:-30px; font-size:13px; color:#fff; background:#333; border-radius:15px; text-decoration:none; padding:5px 10px;}



.right_sec {float: left; width: 362px; padding-top: 40px;}
.right_sec .p_name {margin-bottom: 20px;
    text-align: center; font-size: 36px; font-weight: bold; color: #2634b5;
}
.right_sec .time_now {margin-bottom: 20px;
    text-align: center; font-weight: normal;
}
.right_sec .time_now span {font-weight: bold; margin-left: 20px;}

.right_sec .session_select {margin-bottom: 15px;}
.right_sec .session_select ul {text-align: center;}
.right_sec .session_select li {}
.right_sec .session_select li button {width: 250px; height: 60px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 26px; font-weight: bold; color: #fff;
    /* border-radius: 10px; */
    box-shadow: 1px 2px 15px -7px rgba(0,0,0,55%);
}
.right_sec .session_select li+li {margin-top: 20px;}
.right_sec .session_select li:nth-child(1) button {background-color: #ffb85d;}
.right_sec .session_select li:nth-child(1) button:hover {background-color: #ffcd8d;}
.right_sec .session_select li:nth-child(2) button {background-color: #3e0080;}
.right_sec .session_select li:nth-child(2) button:hover {background-color: #7c00ff;}

.right_sec .session_enter {margin-bottom: 20px;}
.right_sec .session_enter ul {text-align: center;}
.right_sec .session_enter li {width: 250px; text-align: left; display: inline-block;
    color: #666;
    font-weight: bold; font-size: 18px;
}
.right_sec .session_enter li button {width: 250px; height: 40px; margin-right: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    box-shadow: 1px 2px 15px -7px rgba(0,0,0,55%);
}
.right_sec .session_enter li:nth-child(1),.right_sec .session_enter li:nth-child(2) {}
.right_sec .session_enter li+li {margin-top: 15px;}
.right_sec .session_enter li.enter_btn button {background-color: #4d87ef;}
.right_sec .session_enter li.enter_btn button:hover {background-color: #7aa3ed;}
.right_sec .session_enter li.exit_btn button {background-color: #fc7c6e;}
.right_sec .session_enter li.exit_btn button:hover {background-color: #f8978c;}
.right_sec .session_enter li em {display: inline-block; margin-right: 20px;
    font-size: 18px;
}
.right_sec .session_enter li span {
    font-weight: bold;
    position: relative;
}
.right_sec .session_enter li span::before {content: ""; display: block; width: 1px; height: 16px;
    position: absolute; left: -10px; top: 4px;
    background-color: #333;
}

.right_sec .enter_info_txt {width: 250px; margin: 0 auto; padding: 14px; margin-bottom: 20px;
    background-color: #d2d5e4;
    border-left: 5px solid #1e2e78;
}
.right_sec .enter_info_txt p {color: #1e2e78; font-weight: bold; font-size: 15px; line-height: 22px;}
/* .right_sec .enter_info_txt p:nth-of-type(1) {margin-bottom: 10px;} */
.right_sec .enter_info_txt p span {color: #f00; font-weight: bold;}

.right_sec .func_btn {margin-bottom: 20px;}
.right_sec .func_btn ul {text-align: center;}
.right_sec .func_btn li {}
.right_sec .func_btn li button {width: 250px; height: 40px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #25afff;
    box-shadow: 1px 2px 15px -7px rgba(0,0,0,55%);
}
.right_sec .func_btn li button:hover {background-color: #74cbfd;}
.right_sec .func_btn li+li {margin-top: 15px;}



/* 우측광고 전용 CSS */

.ad_position {position: absolute; bottom: 0;}
.ad_position_2 {position: absolute; left: 90px; bottom: 0;}
.right_ad {width: 250px; margin: 0 auto; height: 235px !important; overflow: hidden;}
.right_ad ul {}
.right_ad ul li {width: 190px; height: 70px; border: 1px solid #eee; margin-bottom: 10px;}
.right_ad ul li a {display: block; width: 100%;}
.right_ad ul li img {width: 100%;}









/*layer_popup*/


.popup_por {position: relative;}
.modal {padding: 10px 20px 20px 20px; display: none;
    position: absolute; left: 25%; top: 20%;
    /* transform: translateX(-50%); */
    background-color: #fff;
    border: 3px solid #4d87ef;
}
/* .online_575 .modal {border: 1px solid #1e2e78;
    box-shadow: 0 0 15px 0 rgba(0,0,0,20%);
} */
.close {
    position: absolute; right: 10px; top: 3px;
    font-size: 28px; font-weight: bold; color: #999;
    cursor: pointer;
}



/*session_select_layer*/
.session_select_layer {width: 1200px; height: 500px; left: 15%; overflow: auto;}
.session_select_content {height: 400px; overflow-y: auto}
.modal .room_name {text-align: left; margin-bottom: 15px; padding-bottom: 5px;
    font-size: 28px; font-weight: bold; color: #4d87ef;
    border-bottom: 2px solid #eee;
}
.room_select {padding-top: 10px}
.room_select ul {text-align: center; margin-bottom: 20px;}
.room_select li {display: inline-block; margin-bottom: 10px;}
.room_select li+li {margin-left: 20px;}
.room_select li button {width: 110px; height: 35px;
    background-color: #ddd;
    border: none;
    border-radius: 3px;
    /*cursor: pointer;*/
    color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.programList_block .room_select ul li {display: block; width: 100%; margin-left: 0;}
.programList_block .room_select ul li button {width: 80%; height: 20px; font-size: 14px; line-height: 20px; text-align: left; padding-left: 30px;}
.programList_block .room_select ul li.programDateBtn button {width: auto; height: 35px;
    background-color: #ddd;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
	font-size: 16px;
	line-height: 35px;
    padding: 0 20px;
}
.online_575 .room_select li {width: 18%;}
.online_575 .room_select li+li {margin-left: 1%;}
.online_eng .room_select li {width: 30%;}
.online_eng .room_select li+li {margin-left: 1%;}
.online_575 .room_select li:nth-child(5n+1) {margin-left: 0;}
.online_575 .room_select li button {width: 100%;}
.online_eng .room_select li button {width: 100%;}
.room_select li.on button {background-color: #4d87ef;}
/* .online_575 .room_select li.on button {background-color: #1e2e78;} */
.room_select .day_select {}
.session_table {width: 95%; margin: 0 auto;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
	table-layout: fixed;
}
.session_table tr th {padding: 8px 0;
    background: #fff;
    color: #666; font-weight: bold;
    border-right: 1px solid #eee;
    vertical-align: middle;
	border-bottom: 1px solid #eee;
	border-collapse: collapse;
    font-size: 14px;
}
.session_table tr:nth-child(1) th {background-color: #d6d6d6;}

/* background-color: #4d87ef; */
.session_table tr.bg_gray th {background-color: #eee;}
.session_table tr th:nth-child(2) {text-align: left; padding: 0 20px;}
.session_table tr th:last-child {border-right: none; padding: 0;}
.session_table tr th button {padding: 5px; width: 100%; height: 100%;
    border: none; /* border-radius: 5px; */
    background-color: #213b69;
    color: #fff; font-size: 16px; font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}
.session_table tr th.th_ani {
	background-color: #213b69;
	animation: 1s th_ani infinite;
}
.font16 {font-size: 16px !important;}

@keyframes th_ani {
	0% {background-color: #213b69;}
	50% {background-color: #ffbd60;}
	100% {background-color: #213b69;}
}
.session_table tr th p.live_icon {width: 89px; height: 39px; padding-top: 2px;
	background-color: transparent;
	font-size: 0;
	background: url(/img/new/live_icon4.png) no-repeat 0 0;
}


/* .session_table tr th button+button {margin-left: 10px;} */
.session_table tr th button:hover {color: #3259a0;}
.session_table tr td {text-align: center; padding: 10px 0;
    vertical-align: middle;
}
/* .session_table tr th:nth-child(1) {width: 15%;} */
.session_table tr th:nth-child(2) {text-align: left; padding: 0 20px; /* width: 75%;*/}
.session_table tr:nth-of-type(1) th:nth-child(2) {text-align: center; padding: 0 20px; /* width: 75%;*/}
/* .session_table tr th:nth-child(3) {width: 10%;} */

/* .session_table tr td:nth-child(1) {width: 15%;} */
.session_table tr td:nth-child(2) {text-align: left; padding: 0 20px; /* width: 75%;*/ font-size: 14px;}
/* .session_table tr td:nth-child(3) {width: 10%;} */
.enterbtn_ani {
    transition: all 0.3s;
    animation: 1s key infinite;
}

@keyframes key {
    0% {background-color: #213b69;}
    50% {background-color: #ffbd60;}
    100% {background-color: #213b69;}

}




/*conf_info_layer*/
.conf_info_layer {width: 500px; height: auto;
	left: 38%;
}
.conf_info_content {height: 300px; margin-top: 15px;}
.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    overflow-y: auto;
}
.gallery-top .swiper-slide ul {padding: 10px 0; width: 70%; margin: 0 auto;
    text-align: center;
}
.gallery-top .swiper-slide li {}
.gallery-top .swiper-slide li+li {padding-top: 20px;}
.gallery-top {margin-bottom: 10px;
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #4d87ef;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background-color: #4d87ef; color: #fff;
}
.room_name2 {text-align: center; font-size: 14px; line-height: 55px;}

.swiper-button-next, .swiper-button-prev {display: none !important;}
.fwb {font-weight: bold; font-size: 17px; display: block; margin-bottom: 5px;}
.bor_top {}
.min_height100 {min-height: 100px;}



/*enter_info_layer*/
.enter_info_layer {width: 1000px; height: auto; min-height: 500px;}
.enter_info_content {height: 500px; overflow-y: auto;

}
.enter_info_content .enter_tit {margin-bottom: 20px; padding-left: 30px;
    font-weight: bold;
    position: relative;
}
.enter_info_content .enter_tit::before {content: ""; width: 20px; height: 18px;
    background: url(/img/check_icon.png) no-repeat 0 0;
    position: absolute; left: 3px; top: 2px;
}
.enter_info_content .enter_total {margin-bottom: 50px;}
.enter_info_content .enter_total table {width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.enter_info_content .enter_total table tr th {padding: 10px 0;
    vertical-align: middle; text-align: center; font-weight: bold; color: #fff;
    border-right: 1px solid #eee;
    background-color: #3259a0;
}
.enter_info_content .enter_total table tr th:last-child {border-right: none;}
.enter_info_content .enter_total table tr td {padding: 10px 0;
    vertical-align: middle; text-align: center;
    border-right: 1px solid #eee;
}
.enter_info_content .enter_total table tr td:last-child {border-right: none;}
.enter_info_content .enter_tit2 {margin-bottom: 20px; padding-left: 20px;
    font-weight: bold; font-size: 15px;
    position: relative;
}
.enter_info_content .enter_tit2::before {content: ""; width: 8px; height: 8px;
    background-color: #999;
    position: absolute; left: 5px; top: 5px;
}
.enter_info_content .enter_sub {margin-bottom: 30px;}
.enter_info_content .enter_sub table {width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.enter_info_content .enter_sub table tr th {padding: 10px 0; padding-left: 20px;
    vertical-align: middle; text-align: left; color: #fff; font-size: 14px;
    background-color: #3d70cb;
    border-right: 1px solid #eee;
}
.enter_info_content .enter_sub table tr th:last-child {border-right: none;}
.enter_info_content .enter_sub table tr td {padding: 10px 0;
    vertical-align: middle; text-align: center; font-size: 14px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.enter_info_content .enter_sub table tr td:last-child {border-right: none;}

/*program_layer*/

.program_layer {width: 1000px; height: 840px; overflow: auto;
	top: 5%;
}
.program_layer .program_content {height: 665px; overflow-y: auto;}
.program_layer .program_content table {width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.program_layer .program_content table tr th {padding: 10px 0;
    text-align: left; color: #fff; font-weight: bold; vertical-align: middle;
    background-color: #3259a0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.program_layer .program_content table tr th:first-child {text-align: center;}
.program_layer .program_content table tr th:nth-child(2) {padding-left: 20px;}
.program_layer .program_content table tr th:nth-child(3) {padding-right: 20px;
    text-align: right;
    border-right: none;
}
.program_layer .program_content table tr td {padding: 10px 0;
    text-align: left; vertical-align: middle;
    border-right: 1px solid #eee; border-bottom: 1px solid #eee;
}
.program_layer .program_content table tr td:first-child {text-align: center;}
.program_layer .program_content table tr td:nth-child(2) {padding-left: 20px;}
.program_layer .program_content table tr td:nth-child(3) {padding-right: 20px;
    text-align: right;
    border-right: none;
}

.sofc_zoom {margin: 0 10px;}
.sofc_zoom button {padding: 5px;
    border: none; border-radius: 5px;
    background-color: #213b69;
    color: #fff; font-size: 12px; font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}
.sofc_zoom button:hover {background-color: #5777af;}


/*booth_layer*/

.booth_layer {width: 1000px; height: auto; min-height: 500px; max-height: 808px;
    top: 10%;
    /* background: url(/img/new/booth_bg.jpg) no-repeat 0 0; */
}
.booth_layer .close {/* color: #fff; */}
.booth_content {width: 100%; height: auto; overflow-y: auto; max-height: 700px; padding-top: 30px;
}
.booth_list_bg {
	/* background: url(https://www.lungca.or.kr/img/mail/booth_bg.jpg) no-repeat 0 0; */
	/* background-repeat: no-repeat; */
}
#booth_content_div {width: 100%; height: auto; overflow-y: auto; max-height: 700px; padding-top: 30px;}
ul.booth_list {}
ul.booth_list::after {content:""; display: block; clear: both;}
ul.booth_list li {float: left; padding: 20px; margin-bottom: 40px; width: 240px; height: 130px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    position: relative;
}
ul.booth_list li.visit::before {content: ""; display: block; width: 145px; height: 99px;
    background: url(/img/new/visit.png) no-repeat 0 0;
    position: absolute; left: 50px; top: 20px; z-index: 1111;
}
ul.booth_list li.visit img {opacity: 0.5}
ul.booth_list li+li {margin-left: 20px;}
ul.booth_list li:nth-child(5n+1) {margin-left: 0;}
ul.booth_list li img {width: 100%; display: block; position: relative;}
ul.booth_list a {display: block; width: 100%;}

/*test_layer*/

.test_layer {width: 1000px; height: 655px;}
.test_user_info {margin-bottom: 20px;}
.test_user_info table {width: 95%; margin: 0 auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.test_user_info table tr th {padding: 10px 0;
    text-align: center; font-weight: bold; color: #fff;
    background-color: #3259a0;
    border-right: 1px solid #eee;
}
.test_user_info table tr th:last-child {border-right: none;}
.test_user_info table tr td {padding: 10px 0;
    text-align: center;
    border-right: 1px solid #eee;
}
.test_user_info table tr td:last-child {border-right: none;}
.test_layer_info {width: 95%; margin: 0 auto; margin-bottom: 20px; height: 80px; overflow-y: auto;}
.test_layer_info p {color: #a93e57; font-weight: bold;}
.test_list {width: 95%; margin: 0 auto; height: 360px;
    overflow-y: auto;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    /* border-right: none; */
}
.test_list .test_sub {border-bottom: 1px solid #333; padding-bottom: 20px;}
.test_list .test_sub:last-child {border-bottom: none;}
.test_list .test_sub + .test_sub {border-top: 1px solid #333;}
.test_list .test_sub h4 {margin-bottom: 10px;
    font-weight: bold;
}
.test_list .test_sub h4 .number {float: left; width: 2%; padding-left: 10px;}
.test_list .test_sub h4 .q_txt {float: left; width: 90%; padding-left: 10px;}
.test_list .test_sub h4::after {content: ''; display: block; clear: both;}
.test_list .test_sub figure {width: 450px; margin: 0 auto; margin-bottom: 10px;}
.test_list .test_sub figure img {width: 100%;}
.test_list .test_sub ul {}
.test_list .test_sub ul li {font-size: 14px; letter-spacing: 0.5px;}
.test_list .test_sub ul li::after {content: ''; display: block; clear: both;}
/* .test_list .test_sub li {height: 40px;} */
.test_list .test_sub li.true {background-color: #a9ffc7;}
.test_list .test_sub li.false {background-color: #ffa9a9;}
.test_list .test_sub ul li+li {margin-top: 10px; padding-top: 10px;
    border-top: 1px solid #eee;
}
.test_list .test_sub li input[type="radio"] {vertical-align: text-top; float: left; width: 5%;}
.test_list .test_sub li span {float: left; width: 90%;}
.submit_btn {text-align: center; margin-top: 20px;}
.submit_btn button {padding: 5px 10px;
    background-color: #4d87ef;
    border: 1px solid #4d87ef; border-radius: 5px;
    cursor: pointer;
    color: #fff; font-weight: bold;
    transition: all 0.3s;
}
.submit_btn button:hover {background-color: #fff; color: #4d87ef; border: 1px solid #4d87ef;}

.q_session_tit {width: 100%; padding: 10px;
    background: #ebdef1;
    border-bottom: 1px solid #333;
    border-collapse: collapse;
}
.q_subject_tit {width: 100%; padding: 5px 10px; margin-bottom: 20px;
    background: #fffbe8;
    border-bottom: 1px solid #333;
    border-collapse: collapse;
    font-size: 15px;
}


/*poster_layer*/

.poster_layer {width: 1000px;}
/* .online_575 .poster_layer {display: block;} */
.poster_content {height: 450px; overflow-y: auto;}
.poster_content table {width: 95%; margin: 0 auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.poster_content table tr td {padding: 10px 0;
    border-collapse: collapse; border-bottom: 1px solid #eee; border-right: 1px solid #eee;
    vertical-align: middle;
}
.poster_content table tr td:first-child {text-align: center; font-weight: bold; color: #4d87ef;}
.poster_content table tr td:nth-child(2) {
    font-weight: bold; text-align: center;
}
.poster_content table tr td:nth-of-type(3) {padding-left: 5px;}
.poster_content table tr td:last-child {padding-left: 10px;
    border-right: none;
    text-align: left;
}
.paginate {padding-top: 10px; display: block; text-align: center;
}
.paginate .paginationjs-pages {}
.paginate .paginationjs-pages ul {}
.paginate .paginationjs-pages ul::after {content: ""; display: block; clear: both;}
.paginate .paginationjs-pages li {display: inline-block; width: 25px; height: 25px;
	background-color: #fff; color: #4d87ef; text-align: center; line-height: 25px; font-weight: bold;
	cursor: pointer;
}
.paginate .paginationjs-pages li.active {color: #fff; background-color: #4d87ef;}
.paginate .paginationjs-pages li:first-child, .paginate .paginationjs-pages li:last-child {
	background-color: #fff; color: #333; border: none;
}
.paginate .paginationjs-pages li+li {margin-left: 10px;}
.poster_score {position: absolute; bottom: 5px; right: 35px;}
.poster_score button {padding: 5px 8px;
    border: none; border-radius: 5px;
    background: #fc7c6e;
    transition: all 0.3s;
    cursor: pointer;
    color: #fff; font-weight: bold;
}
.poster_score button:hover {background: #f8978c;}
.s_left {float: left;}
.score {float: right;}
.score input[type="text"] {width: 25px; height: 25px; margin-left: 10px;
    vertical-align: middle;
}
.score button {height: 25px; margin-left: 5px;
    vertical-align: middle;
    background-color: #864def;
    border: none; border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.score button:hover {background-color: #c19fff;}

.btnstyle {padding: 5px 8px;
    border: none; border-radius: 5px;
    background: #1e2e78;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    vertical-align: middle;
}
.btnstyle:hover {background: #3e55b9;}
.btnstyle2 {padding: 5px 8px; margin-left: 5px;
    border: none; border-radius: 5px;
    background: #1b9610;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    vertical-align: middle;
}
.btnstyle2:hover {background: #3fbd34;}

.poster_search {margin-bottom: 5px;
    text-align: right;
}
.poster_search #search_txt {width: 40%; height: 28px; padding-left: 5px;
    vertical-align: middle;
    border: 1px solid #bbb; border-radius: 3px;
}

/*map_layer*/

.map_layer {width: 1000px; height: 600px;}
.map_content {height: 550px; overflow-y: auto; padding-top: 20px; padding-left: 20px;}



/*voting_layer*/

.voting_layer {width: 400px; height: auto;
    top: 15%; left:40%;
}
.voting_content {width: 95%; margin: 0 auto;}
.voting_content h4 {padding-top: 20px; margin-bottom: 50px;
    text-align: center; font-weight: bold; font-size: 32px;
}
.voting_content p {margin-bottom: 80px;
    text-align: center;
}
.voting_content ul {}
.voting_content li {width: 80%; margin: 0 auto; margin-bottom: 20px; padding: 10px 0;
    text-align: center; font-size: 18px; font-weight: bold; color: #fff;
    background-color: #ffb85d;
    border-radius: 5px;
}
.voting_content li:hover {background-color: #ffd196;}
.voting_content li a {display: block; width: 100%;}
.voting_layer .answer {width: 100%;
	position: absolute; top:50%; left:50%;
	transform: translate(-27%,-50%);
}

/*qna_layer*/

.qna_layer {width: 300px; height: auto;
    top: 110px; left: 1472px;
}
.qna_content {margin-bottom: 10px;}
.qna_content h4 {padding-top: 30px; margin-bottom: 30px;
    font-weight: bold; text-align: center; font-size: 32px;
}
.qna_txt {margin-bottom: 15px;
    text-align: center; font-size: 13px;
}
.qna_content textarea {resize: none; width: 100%; height: 170px;
    font-size: 16px;
}
.selectAuthor {display: block;margin-bottom: 10px;}
.selectAuthor span {display: block; margin-bottom: 5px;}
.selectAuthor select {width:100%;
	overflow: hidden; white-space: nowrap;
}
.myqna {}
.myqna .myqna_txt {height: 270px; overflow-y: auto;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.myqna h5 {width: 100%; padding: 8px 0;
    text-align: center; font-weight: bold; color: #9985e4;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.faq_tit_wrap {width: 100%; padding: 8px 0; margin-bottom: 3px;
    font-weight: bold; color: #9985e4;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.faq_tit {float: left; padding-top: 3px; padding-left: 18px;
    font-weight: bold; color: #4367a8;
}
.myqna p {padding:10px;
    font-size: 13px; line-height: 20px; color: #777;
}
.myqna p:nth-of-type(1) {margin-top: 3px;}
.myqna p:nth-of-type(odd) {background-color: #f8f6ff;}
/* .myqna p+p {border-top: 2px dotted #d6d6d6;} */
.qna_list {margin-bottom: 10px; padding-top: 5px;}
.qna_list+.qna_list {border-top: 2px dotted #d6d6d6;}
.qna_q {padding-left: 20px; margin-bottom: 15px;
    position: relative;
    font-size: 13px; color: #8d4d11; font-weight: bold;
}
.qna_a {padding-left: 20px;
    position: relative;
    font-size: 14px; font-weight: bold;
}
.qna_q::before {content: ""; width: 13px; height: 17px;
    position: absolute; left: 0; top: 6px;
    background: url(/img/q_icon02.png) no-repeat 0 0;
}
.qna_a::before {content: ""; width: 13px; height: 14px;
    position: absolute; left: 0; top: 6px;
    background: url(/img/a_icon02.png) no-repeat 0 0;
}
.faq_sec {
    position: relative;
}
.user_faq {position: relative;}
.qna_tab {margin-top: 30px; margin-bottom: 20px;}
.qna_tab ul {text-align: center;}
.online_eng .qna_tab ul {}
.online_eng .qna_tab ul::after {content: ""; display: block; clear: both;}
.qna_tab ul li {display: inline-block; padding: 10px 20px; width: 49%;
    background-color: #fff;
    border: 1px solid #999;
    cursor: pointer;
}
.online_eng .qna_tab ul li {float: left; height: 80px;}
.online_eng .qna_tab ul li+li {margin-left: 1%;}
.qna_tab ul li.on {
    color: #fff;
    background-color: #1e2e78;
    border: 1px solid #1e2e78;
}
.qna_btn {}
.qna_btn button {width: 100%; padding: 5px 0;
    background-color: #1e2e78; color: #fff;
    border: 1px solid #1e2e78;
    cursor: pointer;
    transition: all 0.3s;
}
.qna_btn button:hover {background-color: #fff; color: #1e2e78;}
.refresh_btn {float: right; margin-right: 18px;}
.refresh_btn button {
    border: none;
    font-size: 20px; color: #999;
    background: none;
    cursor: pointer;
}

.tech_layer {width: 300px; height: auto;
    top: 110px; left: 1472px;
}
.tech_tit {margin-bottom: 20px; padding: 10px 0; margin-top: 25px;
    text-align: center; color: #fff;
    background-color: #1e2e78;
}

.faq_layer {width: 300px; height: auto;
    top: 110px; left: 1472px;
}
.faq_layer h4 {padding-top: 30px; margin-bottom: 30px;
    font-weight: bold; text-align: center; font-size: 32px;
}
.faq_txt {margin-bottom: 10px;}
.faq_txt textarea {width: 100%; height: 150px;
    resize: none;
}
.user_faq {height: 330px; overflow-y: auto; width: 100%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.user_faq::-webkit-scrollbar {
    width: 5px;
}
.user_faq::-webkit-scrollbar-thumb {background-color: #999;}
.user_faq::-webkit-scrollbar-track {background-color: #999;}
.user_faq .faq_list {
    color: #777;
}
/* .user_faq .faq_list:nth-of-type(odd) {background-color: #f8f6ff;} */
.user_faq .faq_q {padding: 8px; padding-left: 18px;
    position: relative;
    font-size: 13px; line-height: 20px;
    background-color: #f8f6ff;
}
.user_faq .faq_q::before {content: ""; width: 13px; height: 17px;
    position: absolute; left: 2px; top: 9px;
    background: url(/img/q_icon02.png) no-repeat 0 0;
}
.user_faq .faq_a {padding: 8px; padding-left: 18px;
    position: relative;
    font-size: 13px; font-weight: bold;
    /* background-color: #f9f9f9; */
}
.user_faq .faq_a::before {content: ""; width: 13px; height: 14px;
    position: absolute; left: 2px; top: 9px;
    background: url(/img/a_icon02.png) no-repeat 0 0;
}
.faq_btn button {border: 1px solid #efa34d; background-color: #efa34d; margin-bottom: 10px;}
.faq_btn button:hover {border: 1px solid #efa34d; background-color: #fff;
    color: #efa34d;
}

.loading_effect {width: 100%; height: 330px; display: none;
    background-color: #fff;
    position: absolute; bottom: 0;
}


.preloader-1 {margin-left: -33px;
    position: absolute; left: 50%; top: 40%;
    width: 66px;
    height: 12px;
}

.preloader-1 div {
    color: #000;
    margin: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}

.preloader-1 .line {
    width: 1px;
    height: 12px;
    background: #000;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader-1 .line-1, .preloader-2 .line-1 { animation-delay: 800ms; }
.preloader-1 .line-2, .preloader-2 .line-2 { animation-delay: 600ms; }
.preloader-1 .line-3, .preloader-2 .line-3 { animation-delay: 400ms; }
.preloader-1 .line-4, .preloader-2 .line-4 { animation-delay: 200ms; }
.preloader-1 .line-6, .preloader-2 .line-6 { animation-delay: 200ms; }
.preloader-1 .line-7, .preloader-2 .line-7 { animation-delay: 400ms; }
.preloader-1 .line-8, .preloader-2 .line-8 { animation-delay: 600ms; }
.preloader-1 .line-9, .preloader-2 .line-9 { animation-delay: 800ms; }

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.spinner {display: none;
    position: absolute; left: 50%; bottom: 30%;
    margin: auto; margin-left: -50px;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.4), #000000 90%);
    transform-origin: 50% 60%;
    transform: perspective(200px) rotateX(66deg);
    animation: spinner-wiggle 1.2s infinite;
}
.spinner:before,
.spinner:after {
content: "";
position: absolute;
margin: -4px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: .05;
border: inherit;
border-color: transparent;
animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
}

.spinner:before {
border-top-color: #102a7c;
}

.spinner:after {
border-top-color: #ffb223;
animation-delay: 0.3s;
}

@keyframes spinner-spin {
    100% {
        transform: rotate(360deg);
    }
    }
    @keyframes spinner-fade {
    20% {
        opacity: .1;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: .1;
    }
}


/* .faq_txt p {padding-top: 20px;
    text-align: center;
} */
/* .faq_txt button {width: 100px; height: 30px; margin-bottom: 20px;
    border: none;
    background-color: #4d87ef;
    color: #fff; font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.faq_txt button:hover {background-color: #fff; color: #4d87ef; border: 1px solid #4d87ef;} */


/*enter_message_layer*/

.enter_message_layer {width: 700px; padding: 50px 30px;
	position: absolute; left: 50%; top: 50%; z-index: 9999;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border: 2px solid #4d87ef;
}
.voting_modal-header {font-weight: bold; text-align: center; font-size: 20px;}
.enter_message_txt {margin-bottom: 20px;}
.enter_message_layer .conf_btn {text-align: center; margin-top: 20px;}
.enter_message_layer .conf_btn button {width: 80px; height: 25px;
	background-color: #4d87ef;
	border:none;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.enter_message_layer .conf_btn button:hover {background-color: #7aa3ed;}
.enter_message_layer .conf_btn button+button {margin-left: 20px;}


.wclose {position: absolute; right: -25px; top: -50px;
	font-size: 24px;
	cursor: pointer;
}

/*survey_layer*/

/*modal_survey*/

.modal_survey {width: 1000px; height: auto; top: 15%; left: 25%;
}
.modal_survey .modaltit {text-align: left; padding: 0; font-size: 20px; margin-bottom: 20px;}
.modal_survey .modal-content .test_tit table {width: 49%; margin-bottom: 10px; float: left; margin-right: 1%;
    text-align: center;
    border: 1px solid #eee;
}

.modal_survey .modal-content .test_tit table td {height: 50px; line-height: 50px; border: 1px solid #eee;
}

.modal_survey .modal-content .test_tit p { padding: 20px; width: 49%; float: left; margin-left: 1%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}
.modal_survey .modal-content .test_area {padding: 30px 50px 0 50px; width: 100%; margin: 0 auto;
    height: 380px; overflow: auto;
}
.modal_survey .modal-content .test_area .qna {margin-bottom: 10px;}
.modal_survey .modal-content .test_area .que {width: 100%;}
.modal_survey .modal-content .test_area .que h2 {}
.modal_survey .modal-content .test_area .que figure {width: 80%; margin: 0 auto}
.modal_survey .modal-content .test_area .que figure img {width: 100%;}
.modal_survey .modal-content .test_area .ans {width: 100%;}
.modal_survey .modal-content .test_area .ans li {width: 100%; padding: 10px 0; float: none; text-align: center; margin-bottom: 15px;
    background-color: #f9f9f9;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.modal_survey .modal-content .test_area .ans>ul>li::after {content: ""; display: block; clear: both;}
.modal_survey .modal-content .test_area .ans:nth-of-type(2) li {width: 100%;}
.modal_survey .modal-content .test_area .ans li textarea {height: 54px; resize: none;}
.modal_survey .modal-content .test_area .ans li textarea:nth-of-type(2) {height: 100px;}
.modal_survey .modal-content .test_area .ans li+li {margin-top: 10px; margin-left: 1%; margin-bottom: 10px;}
.modal_survey .modal-content .test_area .ans li.true {background-color: #ffe0e0;}
.modal_survey .modal-content .test_area .ans li.false {background-color: #e0ffe0;}
.modal_survey .modal-content .test_area .ans>ul>li>select {float: right; margin-left: 20px; height: 25px; width: 10%;}
.modal_survey .modal-content .test_area .ans>ul>li>span {float: left;}

.modal_survey .modal-content .test_area select {display: none;}

.modal_survey .modal-content .button_area {position: relative; text-align: center; margin-top: 40px;}
.modal_survey .modal-content .button_area .prenext {width: 60px; height: 30px; display: none;
    position: absolute;
    border: none;
    background: #c2b6ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #cbffe1, #56cdff, #c2b6ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #cbffe1, #56cdff, #c2b6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff; font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.modal_survey .modal-content .button_area .prenext:hover {background: #c2b6ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cbffe1, #56cdff, #c2b6ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #cbffe1, #56cdff, #c2b6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
.modal_survey .modal-content .button_area .prebtn {left: 40%;}
.modal_survey .modal-content .button_area .nextbtn {right: 40%;}
.modal_survey .modal-content .button_area .submitbtn {width: 150px; height: 30px; margin-bottom: 20px;
    border: none;
    background-color: #4d87ef;
    color: #fff; font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.modal_survey .modal-content .button_area .submitbtn:hover {background-color: #fff; border: 1px solid #4d87ef; color: #4d87ef;}
.surveytable table {width: 100%; text-align: center; border: 1px solid #eee;}
.surveytable table th {background: #3259a0; padding: 10px 0; border-left: 1px solid #eee; font-weight: bold; color: #fff;}
.surveytable table td {padding: 10px 0; line-height: 25px; border-left: 1px solid #eee;}
.rdo_txt {margin-right: 20px;}



/* e_booth_popup */

.e_booth_pop {width: 100%; height: 100%;
    position: fixed; left: 0; top: 0;
    /* 임시배경 */
    background: #fff;
    overflow-y: auto;
}
.e_booth_pop::before {content: ''; width: 100%; height: 100%;
    position: fixed; left: 0; top: 0; z-index: -122;
    background: url(../img/booth/booth_bg.jpg) no-repeat 0 0;
}
/*신경근육은 1400px로 한다.*/
.e_booth_wrap {width: 1400px; margin: 0 auto; padding-top: 40px;}
.e_booth_wrap .booth_contents {margin-bottom: 50px;}
.e_booth_wrap .booth_contents h1 {width: 1400px; height: 45px; margin: 0 auto; margin-bottom: 30px; padding-top: 10px;
    text-align: center;
}
/*신경근육은 1350px로 한다.*/
.e_booth_wrap .booth_contents>ul {text-align: center; width: 1400px; margin: 0 auto}
.e_booth_wrap .booth_contents li {display: inline-block;}
.e_booth_wrap .booth_contents li .front {width: 233px; height: 170px; margin-bottom: 30px;
    /* border: 1px solid #333; */
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 1s;
    z-index: 10;
}
.e_booth_wrap .booth_contents li .booth_position.ani{
	
    transform: rotateY(180deg);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(180deg);

}


/* .e_booth_wrap .booth_contents li .booth_position.ani .front {-ms-transform: rotateY(180deg);} */
.e_booth_wrap .booth_contents li .booth_position.ani .back{
    /* -ms-transform: rotateY(360deg); */
}

.e_booth_wrap .booth_contents li .back {
    position: absolute; left: 0; top: 0; z-index: -1;
    transform: rotateY(-180deg);
    /* -ms-transform: rotateY(-180deg); */
    -webkit-transform: rotateY(-180deg);
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 1s;
}

.booth_position {position: relative;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 1s;
}
.first_contents h1 {background: url(../img/booth/dia_tit.png) no-repeat 0 0;
    color: #777aff; font-weight: bold;
}
.second_contents h1 {background: url(../img/booth/pla_tit.png) no-repeat 0 0;
    color: #0452ff; font-weight: bold;
}
.third_contents h1 {background: url(../img/booth/gold_tit.png) no-repeat 0 0;
    color: #c27f00; font-weight: bold;
}
.fourth_contents h1 {background: url(../img/booth/silver_tit.png) no-repeat 0 0;
    color: #808080; font-weight: bold;
}
.first_contents li .front {background: url(../img/booth/diamond_bg.jpg) no-repeat 0 0;}
.first_contents li .front img {position: absolute; left: 19px; top: 52px;}
.second_contents li .front {background: url(../img/booth/platinum_bg.jpg) no-repeat 0 0;}
.second_contents li .front img {position: absolute; left: 19px; top: 51px;}
.third_contents li .front {background: url(../img/booth/gold_bg.jpg) no-repeat 0 0;}
.third_contents li .front img {position: absolute; left: 21px; top: 52px;}
.fourth_contents li .front {background: url(../img/booth/silver_bg.jpg) no-repeat 0 0;}
.fourth_contents li .front img {position: absolute; left: 19px; top: 52px;}
.general_contents li .front {background: url(../img/booth/general_bg_2.jpg) no-repeat 0 0;}
.general_contents li .front img {position: absolute; left: 19px; top: 50px;}
.e_booth_wrap .booth_contents li+li {margin-left: 20px;}
.e_booth_wrap .booth_contents li:nth-child(5n+1) {margin-left: 0;}
.e_booth_wrap .booth_contents li.visit .front::after {content: ""; display: block; width: 55px; height: 38px;
    background: url(../img/new/visit_2.png) no-repeat 0 0;
    position: absolute; right: 5px; bottom: 5px; z-index: 9999999;
}
.e_booth_wrap .booth_contents li img {width: 195px; height: 70px;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}





.e_user_info_layer {
    display: block ;
    background: #485563;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #29323c, #485563);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: solid 2px #485563;
    border-radius: 10px;
	width: 233px;
	height: 170px;
}

.e_user_info_layer ul {text-align: center; padding-top: 35px;}
.e_user_info_layer li {margin-bottom: 10px;}
/* .e_user_info_layer li:last-child {margin-bottom: 20px;} */
.e_user_info_layer li+li {margin-left: 0 !important;}
.e_user_info_layer li label {padding-right: 5px;
    font-weight: bold; color: #fff;
}
.e_user_info_layer li input[type="text"] {width: 120px;
    border: none; border-bottom: 1px solid #d6d6d6;
    background: transparent;
    color: #fff;
}
.e_user_info_layer p {text-align: center;}
.e_user_info_layer p button {display: block; margin: 0 auto;
    border: none; background: none; cursor: pointer;
    width: 140px; height: 20px;
    border-radius: 5px; color: #fff;
    transition: all 0.3s;
}
.e_user_info_layer p button:first-child {margin-bottom: 5px;}
/* .e_user_info_layer p button+button {margin-left: 10px;} */
.e_user_info_layer p button.e_submit {background: #4d87ef;}
.e_user_info_layer p button.e_submit:hover {background: #adc9ff;}
.e_user_info_layer p button.e_cancel {background: #ef4d4d;}
.e_user_info_layer p button.e_cancel:hover {background: #ffa7a7;}
.turn_card {position: absolute; right: 10px; top: 10px; color: #fff; cursor: pointer;}

.eboothName {width: 100%;
    position: absolute; left: 50%; bottom: 14px;
    transform: translateX(-50%);
    font-weight: bold;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .e_booth_wrap .booth_contents li .booth_position.ani{
        transform: none;
    }
    .e_booth_wrap .booth_contents li .booth_position.ani .front {z-index: -1;}
    .e_booth_wrap .booth_contents li .booth_position.ani .back{z-index: 9999;}
    .e_booth_wrap .booth_contents li .back {
        position: absolute; left: 0; top: 0;
        transform: none;
        transition: none;
    }
    .ad_position_2 {bottom: -20px !important;}

}

/* Mbig page customize */
.bannerbtn_list {margin-bottom: 30px;}
.bannerbtn_list ul {}
.bannerbtn_list ul li {float: left; width: 320px; height: 200px; margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.bannerbtn_list ul li:nth-child(even) {color: #fff;}
.bannerbtn_list ul li:nth-child(odd) {color: #FFFF67;}
.bannerbtn_list ul li:nth-child(1) {background: url(/img/fuc_btn01.png) no-repeat 0 0;}
.bannerbtn_list ul li:nth-child(2) {background: url(/img/fuc_btn02.png) no-repeat 0 0;}
.bannerbtn_list ul li:nth-child(3) {background: url(/img/fuc_btn03.png) no-repeat 0 0;}
.bannerbtn_list ul li:nth-child(4) {background: url(/img/fuc_btn02.png) no-repeat 0 0;}
.bannerbtn_list ul li:nth-child(5) {background: url(/img/fuc_btn03.png) no-repeat 0 0;}
.bannerbtn_list ul li:nth-child(6) {background: url(/img/fuc_btn01.png) no-repeat 0 0;}
.bannerbtn_list ul li:nth-child(1)::after {content: ""; width: 86px; height: 82px;
    background: url(/img/fuc_btn_bg01.png) no-repeat 0 0;
    position: absolute; right: 10px; bottom: 20px;
}
.bannerbtn_list ul li:nth-child(2)::after {content: ""; width: 86px; height: 82px;
    background: url(/img/fuc_btn_bg02.png) no-repeat 0 0;
    position: absolute; right: 10px; bottom: 20px;
}
.bannerbtn_list ul li:nth-child(3)::after {content: ""; width: 86px; height: 82px;
    background: url(/img/fuc_btn_bg03.png) no-repeat 0 0;
    position: absolute; right: 10px; bottom: 20px;
}
.bannerbtn_list ul li:nth-child(4)::after {content: ""; width: 86px; height: 82px;
    background: url(/img/fuc_btn_bg04.png) no-repeat 0 0;
    position: absolute; right: 10px; bottom: 20px;
}
.bannerbtn_list ul li:nth-child(5)::after {content: ""; width: 86px; height: 82px;
    background: url(/img/fuc_btn_bg05.png) no-repeat 0 0;
    position: absolute; right: 10px; bottom: 20px;
}
.bannerbtn_list ul li:nth-child(6)::after {content: ""; width: 86px; height: 82px;
    background: url(/img/fuc_btn_bg06.png) no-repeat 0 0;
    position: absolute; right: 10px; bottom: 20px;
}
.bannerbtn_list ul li+li {margin-left: 20px;}
.bannerbtn_list ul li:nth-child(3n+1) {margin-left: 0;}

.bannerbtn_list ul li span {
    font-size: 22px; font-weight: bold;
    position: absolute; left: 20px; top: 30px;
}
.bannerbtn_list ul li:nth-child(even) span::before {content: ""; display: block; width: 100%; height: 2px;
    background-color: #fff;
    position: absolute; left: 0; top: -5px;
}
.bannerbtn_list ul li:nth-child(odd) span::before {content: ""; display: block; width: 100%; height: 2px;
    background-color: #FFFF67;
    position: absolute; left: 0; top: -5px;
}


.container .conf_enter .enter_btn button.mbig_enter_btn {width: 320px; height: 240px;
    background: url(../img/fuc_btn04_2.png) no-repeat 0 0;
}
.container .conf_enter .enter_btn button.mbig_enter_btn h1 {font-size: 0;}
.container .conf_enter .enter_btn button.mbig_enter_btn h1 span {font-size: 0;}

.container .conf_enter .enter_btn.mbig_enter button::before {
    content: "";
    background-color: rgba(255,255,255,0.3);
    height: 100%;
    width: 10em;
    display: block;
    position: absolute;
    top: 0;
    left: -22.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.container .conf_enter .enter_btn.mbig_enter button:hover::before {
    transform: skewX(-45deg) translateX(80.5em);
    transition: all 0.5s ease-in-out;
}
.container .conf_enter .enter_btn.mbig_enter {border: none; float: left; width: 320px; padding: 0; margin-left: 20px;}
.container .abs_info.mbig_abs {float: left; width: 320px;height: 240px; padding: 0;}
.container .abs_info.mbig_abs .abs_list ul li {display: block; height: 66px; padding-left: 80px;
    text-align: left;
    position: relative;
    line-height: 66px;
}
.container .abs_info.mbig_abs .abs_list ul li::before {content: ""; width: 33px; height: 33px;
    position: absolute; left: 30px; top: 15px;
    background: url(../img/downbtn_bg.png) no-repeat 0 0;
}
.container .abs_info.mbig_abs .abs_list ul li+li {margin-left: 0; border-top: 1px solid #e4e8eb;}
.conf_info.mbig_conf_info {padding: 0; padding-top: 20px;}
.enter_area.mbig {margin-bottom: 0;}
.container .abs_info.mbig_abs .abs_list ul li button {width: 200px;
    background: #4d4d4d;
    color: #fff;
    border: 2px solid #4d4d4d;
}
.container .abs_info.mbig_abs .abs_list ul li button:hover {background-color: #fff; color: #4d4d4d;}
.container .enter_info.mbig {width: 320px; height: 240px; margin-left: 20px; padding:0;}
.container .enter_info.mbig .user_info {margin-left: 0;}
.container .enter_info.mbig .user_info>p {text-align: center; line-height: 40px; font-weight: bold;
    border-bottom: 1px solid #e4e8eb;
}
.container .enter_info.mbig li {width: 100%; margin-left: 0; height: 50px; padding: 0 20px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 50px;
}
.container .enter_info.mbig li+li {border-top: 1px solid #e4e8eb;}
.container .enter_info.mbig .user_info li+li {margin-top: 0;}
.container .enter_info.mbig .conf_btn li .time_info {padding-top: 0;}
.container .enter_info.mbig .conf_btn {border-top: 1px solid #e4e8eb;}


/*반응형 페이지*/


/*태블릿PC*/

@media all and (max-width: 1280px) {


	/*main_page*/

    /*conference_page*/


    .conf_header {width: 100%; min-width: 100%;}
    .conf_header .clearfix {width: 98%;}

    .conf_container {}
    .inner_conf {width: 100%;}

    .left_sec {float: none; width: 100%;}
    .left_sec .video_sec {width: 1280px; height: 720px;}

    /* .ad{display: none;} */
    .ad{position:relative; width:100%; background:#fff;}
    .ad .flow_banner_box{position:relative; width:100%; margin:0 auto; background:#fff; height:91px; overflow: hidden;}
    .ad .flow_banner_box .flow_bann_area{position:absolute; top:15px; left:50%; margin-left:-630px;}
    .ad .flow_banner_box .flow_bann_area ul{*zoom:1;}
    .ad .flow_banner_box .flow_bann_area ul:after{content:""; display:block; clear:both;}
    .ad .flow_banner_box .flow_bann_area ul li{float:left; padding-right:9px; width: 190px; height: 90px;}
    .ad .flow_banner_box .flow_bann_area ul li a{display: block; width: 100%;}
    .ad .flow_banner_box .flow_bann_area ul li a img{border:1px solid #f2f2f2; width: 100%;}
    /* btn */
    .flow_ctrl_box{display: none;}




    .right_sec {float: none; width: 100%; padding-top: 30px;}
    .right_sec .p_name {display: none;}
    .right_sec .time_now {display: none;}

    .right_sec .enter_info_txt {display: none;}

    .right_sec .func_btn {min-height: 0; margin-bottom: 20px;}
    .right_sec .func_btn ul {text-align: center;}
    .right_sec .func_btn li {display: inline-block;}
    .right_sec .func_btn li button {width: 250px; height: 40px;
        border: none;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 16px;
        border-radius: 7px;
        color: #fff;
        font-weight: bold;
        background-color: #26afff;
    }
    .right_sec .func_btn li button:hover {background-color: #63c5ff;}
    .right_sec .func_btn li+li {margin-top: 15px; margin-left: 30px;}
    .right_ad {display: none;}

    /*layer_popup*/


    .modal {left: 0; top: 5%;}

    /*session_select_layer*/
    .session_select_layer {width: 100%;}

    /*conf_info_layer*/
    .conf_info_layer {width: 100%; left: 0;}

    /*enter_info_layer*/
    .enter_info_layer {width: 100%; height: auto; min-height: 500px;}

    /*program_layer*/
    .program_layer {width: 100%;}

    /*booth_layer*/
    .booth_layer {width: 100%; height: auto; min-height: 500px; max-height: 808px;
        top: 5%;
/*         background: url(/img/new/booth_bg.jpg) no-repeat 0 0; */
        left: 0;
    }
/*    .booth_layer .close { color: #fff; }*/
    .booth_content {width: 100%; height: auto; overflow-y: auto; max-height: 700px; margin: 20px;}
	ul.booth_list li:nth-child(5n+1) {margin-left: 20px;}

    /*test_layer*/

    .test_layer {width: 100%; height: auto;}

    /*poster_layer*/

    .poster_layer {width: 100%;}

    /*map_layer*/

    .map_layer {width: 100%; height: 600px;}

    /*voting_layer*/

    .voting_layer {width: 80%;
        top: 15%; left:10%;
    }

    /*qna_layer*/

    .qna_layer {width: 80%;
        top: 15%; left: 10%;
    }

    /*enter_message_layer*/

    /*survey_layer*/

    /*modal_survey*/

    .modal_survey {width: 100%; height: auto; top: 5%; left: 0;}

}

/*모바일*/

@media all and (max-width: 600px) {
    .all_menu_btn {display: block;}

    .ad{position:relative; width:100%; background:#fff;}
    .ad .flow_banner_box{position:relative; width:100%; margin:0 auto; background:#fff; height:91px; overflow: hidden;}
    .ad .flow_banner_box .flow_bann_area{position:absolute; top:15px; left:50%; margin-left:-175px;}
    .ad .flow_banner_box .flow_bann_area ul{*zoom:1;}
    .ad .flow_banner_box .flow_bann_area ul:after{content:""; display:block; clear:both;}
    .ad .flow_banner_box .flow_bann_area ul li{float:left; padding-right:9px; width: 90px; height: 90px;}
    .ad .flow_banner_box .flow_bann_area ul li a{display: block; width: 100%;}
    .ad .flow_banner_box .flow_bann_area ul li a img{border:1px solid #f2f2f2; width: 100%;}
    /* btn */
    /* .flow_ctrl_box{display: none;} */

    /*login_page*/

    .wrap {background-color: #fff;}

    .login {width: 100%; height: auto; padding: 28px 14px;
        position: static; left: 0; top: 0;
        transform: translate(0,0);
        box-shadow: none;
    }


    .login .login_input li .name_bg {position: absolute; left: 2px; top: 5px;}

    .login .login_btn {text-align: center;}
    .login .login_btn button {width: 80%;
        color: #fff; font-size: 16px; font-weight: bold;
    }

    /*main_page*/

    .wrap_main {width: 100%;}

    .header .clearfix {display: none;}


    .header .main_banner {width: 100%; height: auto; margin-bottom: 20px;}
    .header .main_banner img {width: 100%;}


    .container {width: 90%; margin: 0 auto;}

    .container .conf_enter {margin-bottom: 40px;}
    .container .conf_enter .enter_btn {float: none; margin-left: 0; margin-bottom: 30px; width: 100%;
        text-align: center;
    }
    .container .conf_enter .enter_btn button {width: 90%;}
    .container .conf_enter .enter_btn h1 {
        position: static; left: 0; top: 0;
    }
    .container .conf_enter .enter_btn:hover h1 {
        position: static;
        animation: none;
    }

    .container .conf_enter .enter_btn:hover .arrow_icon {display: none;}

    .container .enter_info {float: none; width: 100%;}
	.container .enter_info .conf_btn {margin-bottom: 35px;}
    /* .container .enter_info .conf_btn ul {text-align: center;} */
    .container .enter_info .conf_btn li {float: none; display: block; width: 252px;}
	.container .enter_info .conf_btn li p {display: none;}
	.container .enter_info .conf_btn li .time_info {padding-top: 24px;}
	/* .container .enter_info .conf_btn li:nth-child(1) .time_info {color: #00f;}
	.container .enter_info .conf_btn li:nth-child(2) .time_info {color: #f00;}
	.container .enter_info .conf_btn li:nth-child(1) .time_info span {color: #333;}
	.container .enter_info .conf_btn li:nth-child(2) .time_info span {color: #333;} */
    /* .container .enter_info .conf_btn li+li {margin: 0 auto;} */

    .container .abs_info .abs_list ul li {display: block; margin-bottom: 10px;}
	.container .abs_info .abs_list ul li+li {margin-left: 0;}

    .conf_info_inner {width: 100%;}
    .container .conf_info {padding: 21px;}
    .container .conf_info .info_title {float: none; width: 100%; margin-bottom: 30px;
        text-align: center;}
    .container .conf_info .info_list {float: none; width: 100%;}

    .conf_info .info_title {float: none; width: 100%; text-align: center; margin-bottom: 15px;}
    .conf_info .info_title h2 {color: #00005c; font-weight: bold; font-size: 18px;}

    .conf_info .info_list {float: none; width: 98%; margin: 0 auto;}

	/*conference_page*/

    .conf_header {display: none;}


    .left_sec .room_name {display: block;}
	.left_sec .room_name p span:nth-of-type(2) {width: 60%;
		text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
		vertical-align: bottom;
	}
    .left_sec .video_sec {width: 100%; height: 329px; border: none;}

    .right_sec .func_btn li {display: block;}
    .right_sec .func_btn li button {width: 250px; height: 40px;
        border: none;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 16px;
        border-radius: 7px;
        color: #fff;
        font-weight: bold;
        background-color: #26afff;
    }

    .right_sec .session_enter li {display: block; margin: 0 auto;}
    .right_sec .session_enter li:nth-child(1), .right_sec .session_enter li:nth-child(2) {/* margin: 0 auto; text-align: center; */ min-height: 25px;
		position: relative;
	}
    .right_sec .session_enter li:nth-child(1) {margin-bottom: 10px;}
    .right_sec .session_enter li:nth-child(1) em, .right_sec .session_enter li:nth-child(1) span {position: absolute;}
    .right_sec .session_enter li:nth-child(2) em, .right_sec .session_enter li:nth-child(2) span {position: absolute;}
	.right_sec .session_enter li:nth-child(1) em, .right_sec .session_enter li:nth-child(2) em {left: 5%;}
	.right_sec .session_enter li:nth-child(1) span, .right_sec .session_enter li:nth-child(2) span {left: 41%;}
    .right_sec .func_btn li button:hover {background-color: #63c5ff;}
    .right_sec .func_btn li+li {margin-top: 15px; margin-left: 0;}

	.enter_message_layer {width: 100%;}

	/*modal_layer*/

    .online_eng .room_select li {width: 80%;}
    .online_eng .room_select li+li {margin-left: 0;}
    .room_select {padding-top: 10px}
    .room_select ul {text-align: center; margin-bottom: 20px;}
    .room_select li {display: block; margin-bottom: 5px;}
    .room_select li+li {margin-left: 0;}
    .room_select li button {width: 40%; height: 35px;
        background-color: #ddd;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
    }
    .room_select li.on button {background-color: #4d87ef;}
    .room_select .day_select {}

    /*session_select_layer*/
    .session_select_layer {width: 100%; height: 640px;}
	/* .session_table tr th:nth-child(1) {width: 15%;} */
	.session_table tr th:nth-child(2) {text-align: left; padding: 0 20px; /*width: 60%;*/}
	/* .session_table tr th:nth-child(3) {width: 25%;} */

    .poster_content {height: 430px;}

	/*program_layer*/
    .program_layer {width: 100%; height: 940px;}
    /*modal_survey*/
    .modal_survey {width: 100%; top: 5%; left: 0;}

    /* Mbig page customize */
    .bannerbtn_list {margin-bottom: 30px;}
    .bannerbtn_list ul {width: 330px; margin: 0 auto;}
    .bannerbtn_list ul li {float: none; width: 100px; height: 100px; margin-bottom: 40px; display: inline-block;
        overflow: visible;
        border-radius: 8px;
        position: relative;
        cursor: pointer;
    }
    .bannerbtn_list ul li:nth-child(even) {color: #333;}
    .bannerbtn_list ul li:nth-child(odd) {color: #333;}
    .bannerbtn_list ul li:nth-child(1) {background: url(/img/mobile_fuc01.jpg) no-repeat 0 0;}
    .bannerbtn_list ul li:nth-child(2) {background: url(/img/mobile_fuc02.jpg) no-repeat 0 0;}
    .bannerbtn_list ul li:nth-child(3) {background: url(/img/mobile_fuc03.jpg) no-repeat 0 0;}
    .bannerbtn_list ul li:nth-child(4) {background: url(/img/mobile_fuc04.jpg) no-repeat 0 0;}
    .bannerbtn_list ul li:nth-child(5) {background: url(/img/mobile_fuc05.jpg) no-repeat 0 0;}
    .bannerbtn_list ul li:nth-child(6) {background: url(/img/mobile_fuc06.jpg) no-repeat 0 0;}
    .bannerbtn_list ul li::after {display: none;}

    .bannerbtn_list ul li+li {margin-left: 10px;}
    .bannerbtn_list ul li:nth-child(3n+1) {margin-left: 0;}

    .bannerbtn_list ul li span {width: 100%;
        font-size: 14px; font-weight: bold; text-align: center;
        position: absolute; left: 50%; top: 105px; z-index: 11111;
        transform: translateX(-50%);
    }
    .bannerbtn_list ul li:nth-child(even) span::before {display: none;
    }
    .bannerbtn_list ul li:nth-child(odd) span::before {display: none;
    }


    .container .conf_enter .enter_btn button.mbig_enter_btn {width: 100%; height: 240px;
        background: url(../img/fuc_btn04_2.png) no-repeat center center;
    }
    .container .conf_enter .enter_btn button.mbig_enter_btn h1 {font-size: 0;}
    .container .conf_enter .enter_btn button.mbig_enter_btn h1 span {font-size: 0;}
    .container .conf_enter .enter_btn.mbig_enter {border: none; float: none; width: 100%; padding: 0; margin: 0;}
    .container .abs_info.mbig_abs {float: none; width: 100%;height: 240px; padding: 0;}

    .online_575 .room_select li {width: 48%; display: inline-block;}
    .online_575 .room_select li+li {margin-left: 1%;}
    .online_575 .room_select li:nth-child(2n+1) {margin-left: 0;}
    .online_575 .room_select li:nth-child(6) {margin-left: 1%;}
    .online_575 .room_select li button {width: 100%;}
}
