@charset "utf-8";
/* Main Contents */

@import url("common.css");

/* Login
---------------------*/
.login_li,
.member_li {
  width: 100%;
}
.login_li h3,
.member_li h3 {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 25px 0;
  width: 100%;
  max-width: 460px;
  text-align: center;
}
.login_li h3 .login_ttl {
  display: inline-block;
}
.login_li h3 .login_ttl img.logo {
  width: 100%;
}
.login_li h3 span.home {
  position: absolute;
  right: 10px;
  padding-top: 25px;
}
.login_tabmenu {
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
  height: 56px;
  line-height: 56px;
}
.login_tabmenu ul li {
  float: left;
  width: 50%;
}
.login_tabmenu ul li#tab_3 {
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
}
.login_tabmenu ul li .on {
  background-color: #ffffff;
  color: #333333;
  box-shadow: none;
}
.login_tabmenu ul li .on:hover {
  background-color: #ffffff;
}
.login_tabmenu ul li span {
  display: block;
  background-color: #d4d4d4;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.login_tabmenu ul li span:hover {
  display: block;
  background-color: #cccccc;
}
.login_div {
  margin: 0 auto;
  border: 0px solid red;
}

/* About
---------------------*/
.tlt-line {
  margin: 38px auto 23px;
  max-width: 1180px;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  text-align: center;
  background: url("../../images/Template_W2/title_line_bg.png") left 15px
    repeat-x;
}
.tlt-line > span {
  padding: 0 10px;
  background-color: #eaeaea;
}
.con-area,
.accessInfo,
.notice-list,
.notice-view,
.contact-form,
.mypage-area {
  margin: 0 auto 50px;
  max-width: 1040px;
  padding: 70px;
  background-color: #ffffff;
  overflow: hidden;
}
.con-area .con-area-img {
  float: left;
  width: 325px;
  text-align: left;
}
.con-area .con-area-text {
  padding-left: 325px;
}
.con-area .about-cont-first {
  margin: 0 auto 37px;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #7f7f7f;
  font-size: 21px;
  color: #333333;
}

/* Schedule_LIst
---------------------*/
/* Title */
.schedule_li {
  padding-top: 20px;
}
.schedule_li > h3 {
  position: relative;
  height: 13px;
  border-bottom: 1px solid #bfbfbf;
}
.schedule_li > h3 > span.count {
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 7px 10px 0 15px;
  background-color: #eaeaea;
  font-size: 15px;
  font-weight: 500;
}
.schedule_li > h3 > span.schedule_ttl {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -71px;
  padding: 0 10px 5px 15px;
  background-color: #eaeaea;
  font-size: 28px;
  font-weight: 500;
  color: #333;
}
.schedule_li > h3 > ul {
  float: right;
  padding-right: 15px;
  margin-top: -5px;
}
.schedule_li > h3 > ul > li {
  float: left;
  margin-left: 10px;
}
.schedule_li > h3 > ul > li > a {
  display: block;
  padding: 7px 15px 7px 15px;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  font-size: 15px;
  color: #666666;
}

/* Contents List */
.schedule_li .b_con {
  margin-top: 33px;
  padding: 20px 60px 20px 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.schedule_li .b_con > ul > li {
  padding: 30px 0 30px 0;
  width: 100%; /* background:url('/images/Template_W2/grey_dashline.gif') bottom left repeat-x; */
  overflow: hidden;
}
.schedule_li .b_con > ul > li.b_last {
  background: none;
}
.schedule_li .b_con > ul > li > div.thumbnail {
  float: left;
  width: 77px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.schedule_li .b_con > ul > li > div.thumbnail img {
  width: 100%;
}
.schedule_li .b_con > ul > li > div.u_agenda {
  padding-left: 120px;
  color: #333333;
}
/*.schedule_li .b_con > ul > li > div.u_agenda .u_ttl img {display:inline-block; width:67px; vertical-align:baseline;}*/
.schedule_li .b_con > ul > li > div.u_agenda .u_ttl a {
  font-size: 17px;
  font-weight: 300;
  color: #333333;
}
.schedule_li .b_con > ul > li > div.u_agenda .u_ttl a:hover {
  text-decoration: underline;
}
.schedule_li .b_con > ul > li > div.u_agenda .u_date {
  padding-top: 5px;
  font-size: 16px;
}
.schedule_li .b_con > ul > li > div.u_agenda .u_date a {
  font-size: 16px;
  color: #333333;
}
.schedule_li .b_con > ul > li > div.u_agenda .u_date a:hover {
  text-decoration: underline;
}
.schedule_li .b_con > ul > li > div.u_agenda .session {
  padding-top: 5px;
  color: #666666;
}
.schedule_li .b_con > ul > li > div.u_agenda .session img {
  display: inline-block;
  padding-right: 5px;
  width: 67px;
  vertical-align: middle;
}
.schedule_li .b_con > ul > li > div.u_agenda .session.first {
  padding-top: 10px;
}

/* Detail View */
.detail_view .sym_banner {
  margin-top: 50px;
  padding: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.detail_view .sym_banner > div.thumbnail {
  float: left;
  max-width: 160px;
  border: 1px solid #e7e7e7;
}
.detail_view .sym_banner > div.thumbnail img {
  width: 100%;
}
.detail_view .sym_banner > div.b_agenda {
  padding-left: 180px;
  color: #333333;
}
.detail_view .sym_banner > div.b_agenda .b_ttl {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.detail_view .sym_banner > div.b_agenda .b_date {
  padding: 10px 0;
  background: url("/images/Template_W2/grey_dashline.gif") bottom left repeat-x;
  font-size: 17px;
}
.detail_view .sym_banner > div.b_agenda .b_text {
  padding-top: 10px;
  font-size: 13px;
  color: #666666;
  line-height: normal;
}
/*.detail_view .sym_banner > div.b_agenda .gotos_bt a {display:inline-block; margin-top:20px; padding:15px; background:#e51937; border-radius:3px; text-align:center; font-size:14px; color:#ffffff;}*/
.detail_view .sym_banner > div.b_agenda .gotos_bt a {
  display: inline-block;
  width: 164px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-family: "NanumGothic", "나눔고딕";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
.detail_view .sym_banner > div.b_agenda .gotos_bt a.btn_addon_lg {
  width: 255px;
  height: 56px;
}

.detail_view .sym_banner > div.b_agenda .gotos_bt a.btn_red {
  background-color: #fe0000;
}
.detail_view .sym_banner > div.b_agenda .gotos_bt a.btn_blue {
  margin-right: 5px;
  background-color: #009ed2;
}

.sch_tabmenu {
  margin-top: 25px;
  height: 40px;
  border-bottom: 1px solid #787a84;
  box-sizing: border-box;
}
.sch_tabmenu ul li {
  float: left;
}
.sch_tabmenu ul li a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #787a84;
  box-sizing: border-box;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  line-height: 40px;
}
.sch_tabmenu ul li a.on {
  background-color: #eaeaea;
  border: 1px solid #787a84;
  border-bottom: 1px solid #eaeaea;
  color: #787a84;
}

/* BrightCove */
.session_brightcove {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  text-align: center;
}
.session_brightcove > span {
  font-size: 15px;
  color: #333333;
  line-height: 25px;
}
.containing-block {
  width: 100%;
}
.outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.outer-container-under {
  padding-bottom: 75%;
}
.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Survey */
.survey_layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
}
.survey_layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.survey_layer .pop-layer {
  display: block;
  overflow-y: scroll;
}

.pop-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 70%;
  background-color: #fff;
  border: 5px solid #3571b5;
}
.pop-layer .pop-container {
  padding: 20px 25px;
}
.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}
.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: right;
}

a.cbtn {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}
a.cbtn:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

/* Survey Popup List */
.survey_head {
  height: 40px;
  background-color: #d8d8d8;
  font-size: 19px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 38px;
  color: #252525;
}
.survey_list {
  margin-bottom: 20px;
}
.question {
  width: 100%;
}
.question .num {
  color: #604f5e;
  font-size: 13px;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 30px;
  word-break: break-word;
}
.question .text {
  font-size: 13px;
  line-height: 28px;
  word-break: break-word;
}

.answer_num {
  margin: 5px 0 10px 0;
}

.answer_num li input {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  color: #999;
  vertical-align: text-bottom;
}
.answer_text {
  margin: 5px 0 10px 0;
}
.answer_text input {
  width: 50%;
  font-size: 15px;
  height: 23px;
  border: 1px solid #ddd;
  padding-left: 10px;
}
.answer_textarea {
  margin: 5px 0 10px 0;
  padding-left: 38px;
}
.answer_textarea textarea {
  width: 50%;
  font-size: 15px;
  height: 70px;
  border: 1px solid #ddd;
  padding-left: 10px;
}
.comment {
  font-size: 12px;
  text-align: center;
  color: #c00;
  margin-bottom: 8px;
}
.survey_btn_pc {
  text-align: center;
  width: 17%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.survey_btn_pc input {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #009;
  line-height: 30px;
  padding: 3px 10px;
  background-color: #055aa9;
  cursor: pointer;
}
.survey_btn_mobile {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.survey_btn_mobile input {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #009;
  line-height: 30px;
  padding: 3px 10px;
  background-color: #055aa9;
  cursor: pointer;
}
.button.b-close {
  box-shadow: none;
  position: absolute;
  right: 35px;
  top: 30px;
  cursor: pointer;
}

/* Mobile Scrollbars */
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}

/* Agenda */
.session_agenda {
  font-size: 13px;
  color: #666666;
}
.session_mc,
.session_info,
.session_qna {
  margin-top: 20px;
  padding: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.session_mc > span {
  font-size: 15px;
  color: #333333;
  line-height: 25px;
}
.session_info .session_ttl {
  font-size: 19px;
  color: #8e0953;
}
.session_info table {
  margin-top: 15px;
  width: 100%;
  border-top: 2px solid #787a84;
}
.session_info > table tr th {
  padding: 15px;
  width: 15%;
  background: url("/images/Template_W2/grey_dashline.gif") bottom left repeat-x;
  background-color: #f2f2f2;
  text-align: left;
  font-size: 15px;
  color: #333333;
}
.session_info > table tr td.t_ttl {
  color: #8e0953;
}
.session_info > table tr td {
  padding: 15px;
  background: url("/images/Template_W2/grey_dashline.gif") bottom left repeat-x;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}
#main_cv_btn,
#chairman_cv_btn,
#presenter_cv_btn,
.cv_view_btn {
  margin-left: 10px;
  padding: 3px 25px 3px 25px;
  background-color: #f8f8f8;
  font-size: 11px;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: 15px;
}
.cv_con {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #cccccc;
}
.cv_con img {
  float: left;
  padding: 10px;
  width: 100px;
  border: 1px solid #e7e7e7;
}
.cv_con p {
  padding-left: 150px;
  color: #575757;
  font-family: /* "notokr", */ "맑은 고딕", NanumGothic, 나눔고딕, "Spoqa Han Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.5px;
  font-size: 12px;
  line-height: 1.4rem;
  font-weight: 400;
}
.cv_con p span {
  font-weight: 500;
}
.cv_open {
  display: block !important;
}
.cv_close {
  display: none;
}

/* Q&A */
.session_qna {
  color: #666666;
}
.session_qna dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
.session_qna dl dd {
  margin-bottom: 20px;
}
.session_qna dl dd.qna_last {
  margin-bottom: 5px;
}
.session_qna dl dd input {
  width: 100%;
  height: 30px;
  background-color: #eaeaea;
  border: none;
}
.session_qna dl dd textarea {
  width: 100%;
  background-color: #eaeaea;
  border: none;
}
.session_qna p {
  float: left;
  margin-top: 10px;
  line-height: 17px;
}
.session_qna ul {
  float: right;
  margin-top: 10px;
}
.session_qna ul li {
  float: left;
  margin-left: 15px;
}
.session_qna ul li a {
  display: block;
  width: 120px;
  height: 35px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  color: #666666;
  line-height: 35px;
}

/* Access-Info
---------------------*/
.tab-ui {
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
}
.tab-ui li {
  float: left;
  width: 50%;
  height: 50px;
  font-size: 17px;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #dbdbdb;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  line-height: 50px;
  cursor: pointer;
}
.tab-ui li.tab-active {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-bottom: 1px solid #ffffff;
}
#area_1 {
  text-align: center;
}
#area_1 p.title,
#area_2 p.title,
.mypage-area p.title {
  padding: 57px 0 27px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  background: url("../../../../../../images/Template_W2/sub_title_line.png")
    center bottom no-repeat;
  text-align: center;
}
#area_1 p.context,
#area_2 p.context,
.mypage-area p.context {
  padding: 27px 0 0;
  font-size: 13px;
  color: #666666;
  text-align: center;
  line-height: 20px;
}
/*#area_1 ul {display:inline-block; padding-top:30px; overflow:hidden;}*/
#area_1 ul li.access-info-an {
  position: relative;
  float: left;
  margin-top: 30px;
  width: 138px;
  height: 175px;
  text-align: center;
  background: url("../../images/Template_W2/a_qr.png") center top no-repeat;
}
#area_1 ul li.access-info-i {
  position: relative;
  float: left;
  margin: 30px 0 0 20px;
  width: 138px;
  height: 175px;
  text-align: center;
  background: url("../../images/Template_W2/i_qr.png") center top no-repeat;
}
#area_1 ul li.access-info-list-last {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 290px;
  height: 241px;
}
/*#area_1 ul li a {position:absolute; top:148px; left:5px;}*/

#area_2 {
  text-align: center;
}
#area_2 ul {
  padding: 27px 0;
  text-align: center;
}
#area_2 ul li {
  display: inline-block;
  padding: 5px;
}

#area_2.stablon_connect_sec ul li {
  padding: 5px 20px;
}

.stablon_connect_sec .cnt_info {
  width: 680px;
  margin: 0 auto;
  text-align: left;
  color: #4e4e4e;
}
.stablon_connect_sec .cnt_info strong {
  float: left;
  width: 68px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  background-color: #cdced4;
  margin: 0 20px 10px 0;
}
.stablon_connect_sec .cnt_info span {
  float: left;
  width: calc(100% - 90px);
  font-size: 16px;
  margin-top: 5px;
}
.stablon_connect_sec .cnt_info span em {
  color: #0362b1;
  font-weight: 500;
  margin: 0 3px;
}
.stablon_connect_sec .cnt_info span img {
  margin: -4px 6px 0;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#area_1 .clear {
  display: inline-block;
  margin-top: 30px;
}

/* Notice
---------------------*/
.notice-list table tr {
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
.notice-list table tr th,
.notice-list table tr td {
  font-size: 13px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
}
.notice-list table tr td.notice-first {
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}
.notice-list table tr td.notice-first a {
  font-size: 13px;
  color: #333333;
}

.notice-view table tr {
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
.notice-view table tr th,
.notice-view table tr td {
  padding: 20px;
  font-size: 13px;
  color: #333333;
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
}
.white-btn {
  display: inline-block;
  padding: 10px 20px;
  *padding: 5px 10px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 5px;
}

/* Numbering */
.paginationArea {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 0;
}

.paginationArea .pagination li {
  width: 30px;
  float: left;
  list-style-type: none;
}

.pagination {
  display: inline-block;
  padding-left: 0px;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #e51937;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #e51937;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #e51937;
  border-color: #e51937;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Consultation
---------------------*/
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  border-bottom: 1px solid #e7e7e7;
}
.contact-form table tr.cont-first {
  border-top: 1px solid #333333;
}
.contact-form table tr th,
.contact-form table tr td {
  padding: 15px 0;
  vertical-align: middle;
}
.contact-form table input,
.contact-form table textarea {
  padding: 10px;
  width: 90%;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
}
.accent-btn {
  padding-top: 10px;
  text-align: center;
}
.accent-btn input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  *padding: 5px 10px;
  border: 1px solid #e51937;
  font-size: 15px;
  color: #ffffff;
  background-color: #e51937;
  border-radius: 5px;
  cursor: pointer;
}
.f_red {
  color: #e51937;
}

/* Mypage
---------------------*/
.tab-ui-mypage {
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
}
.tab-ui-mypage li a {
  float: left;
  width: 33%;
  height: 50px;
  font-size: 17px;
  color: #333333;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #dbdbdb;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  line-height: 50px;
  cursor: pointer;
}
.tab-ui-mypage li a.on {
  display: block;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-bottom: 1px solid #ffffff;
}
.error {
  padding-left: 3px;
  color: #ff0000;
  font-weight: bold;
}
.error_msg {
  color: red;
  font-weight: bold;
}
.tab_content {
  padding-top: 27px;
}
.tab_page .tab_table {
  padding-top: 30px;
  width: 100%;
}
.tab_page .tab_table tr {
  border-bottom: 1px solid #e7e7e7;
}
.tab_page .tab_table tr.cont-first {
  border-top: 1px solid #333333;
}
.tab_page .tab_table tr th,
.tab_page .tab_table tr td {
  padding: 15px 0;
  vertical-align: middle;
}
.tab_page .tab_table input {
  padding: 10px;
}
.myBtn {
  padding-top: 20px;
  text-align: center;
}
.myBtn input[type="submit"] {
  display: inline-block;
  padding: 0 20px;
  *padding: 5px 10px;
  height: 45px;
  border: 1px solid #e51937;
  font-size: 15px;
  color: #ffffff;
  background-color: #e51937;
  border-radius: 5px;
  cursor: pointer;
}
.myBtn button {
  display: inline-block;
  padding: 0 20px;
  *padding: 5px 10px;
  height: 45px;
  border: 1px solid #cccccc;
  font-size: 15px;
  color: #666666;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.tab6_expression {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.tab6_expression select {
  border: 1px solid #ddd;
}

.t_long {
  border: 1px solid #ddd;
  width: 55%;
  color: #666;
}
.t_long:-ms-input-placeholder {
  color: #ccc;
}
.t_long:-moz-placeholder {
  color: #ccc;
}
.t_long::-moz-placeholder {
  color: #ccc;
}
.t_long:-webkit-input-placeholder {
  color: #ccc;
}
.hp_first {
  border: 1px solid #ddd;
  width: 6%;
  text-align: center;
  color: #666;
}
.hp_last {
  border: 1px solid #ddd;
  width: 7%;
  text-align: center;
  color: #666;
}

/* Media Queries */

@media all and (max-width: 768px) {
  /* About
	---------------------*/
  .con-area,
  .accessInfo,
  .notice-list,
  .notice-view,
  .contact-form,
  .mypage-area {
    padding: 25px;
  }
  .con-area .con-area-img {
    float: none;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .con-area .con-area-img img {
    padding-top: 20px;
    width: 200px;
  }
  .con-area .con-area-text {
    padding: 0;
  }
  .con-area .about-cont-first {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }

  /* Title */
  .schedule_li > h3 {
    margin-top: 30px;
  }
  .schedule_li > h3 > span.count {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 7px 10px 0 15px;
    background-color: #eaeaea;
    font-size: 13px;
    font-weight: 500;
  }
  .schedule_li > h3 > span.schedule_ttl {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0 10px 5px 15px;
    background-color: #eaeaea;
    font-weight: 500;
  }

  /* Contents List */
  .schedule_li .b_con {
    margin-top: 47px;
    padding: 0 30px 0 30px;
  }
  .schedule_li .b_con > ul > li > div.u_agenda {
    padding-left: 100px;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .u_ttl a {
    font-size: 17px;
    font-weight: 300;
    color: #333333;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .u_date {
    font-size: 15px;
    line-height: 15px;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .session {
    padding-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .session.first {
    padding-top: 5px;
    font-size: 13px;
  }

  /* Detail View */
  .detail_view .sym_banner {
    padding: 30px 30px 30px 30px;
  }
  .detail_view .sym_banner > div.b_agenda {
    padding-left: 200px;
  }
  .session_mc,
  .session_info,
  .session_qna {
    margin-top: 10px;
    padding: 30px;
  }

  .cv_con p {
    float: none;
    clear: both;
    padding: 20px 0 0 0;
  }

  .answer_text input {
    width: 70%;
    font-size: 15px;
    height: 23px;
    border: 1px solid #ddd;
    padding-left: 10px;
  }
  .answer_textarea textarea {
    width: 70%;
    font-size: 15px;
    height: 70px;
    border: 1px solid #ddd;
    padding-left: 10px;
  }

  .detail_view .sym_banner > div.b_agenda .gotos_bt a {
    width: 190px !important;
    height: 36px !important;
    line-height: 36px;
    font-size: 13px;
  }

  /* Access-Info
	---------------------*/
  .tab-ui {
    padding: 0;
  }
  .tab-ui li {
    font-size: 13px;
  }
  #area_1 {
    text-align: center;
  }
  #area_1 ul {
    display: block;
    margin: 0;
    overflow: hidden;
  }
  #area_1 ul li.access-info-an {
    float: none;
    margin: 20px auto;
  }
  #area_1 ul li.access-info-i {
    float: none;
    margin: 20px auto;
  }
  #area_1 ul li.access-info-list-last {
    clear: both;
    float: none;
    margin: 0 auto !important;
    padding: 20px 0;
    text-align: center;
  }
  #area_1 ul li.access-info-list-last img {
    width: 100%;
  }
  #area_1 ul li a {
    position: absolute;
    top: 148px;
    left: 5px;
  }

  #area_2 {
    text-align: center;
  }
  #area_2 ul {
    padding: 27px 0;
    text-align: center;
  }
  #area_2 ul li {
    display: inline-block;
    padding: 5px;
  }
  #area_2 .area_2_img_2 {
    width: 100%;
  }

  .stablon_connect_sec .cnt_info {
    width: 100%;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  /* Mypage
	---------------------*/
  .tab-ui-mypage {
    padding: 0;
  }
  .tab-ui-mypage li a {
    font-size: 13px;
  }
  .line-break {
    display: block;
    padding: 10px 0 0 0 !important;
  }
  .t_long {
    width: 85%;
  }
  .hp_first {
    width: 15%;
  }
  .hp_last {
    width: 17%;
  }
}

@media all and (max-width: 500px) {
  /* Login */
  .login_li h3 img.logo {
    width: 50%;
  }
  .login_li h3 img.home {
    width: 70%;
  }

  /* Title */
  .schedule_li {
    padding-top: 10px;
  }
  .schedule_li > h3 > span {
    font-size: 20px;
  }

  /* Contents List */
  .schedule_li .b_con {
    padding: 0 20px 0 20px;
  }
  .schedule_li .b_con > ul > li {
    padding: 20px 0 20px 0;
  }
  .schedule_li .b_con > ul > li > div.thumbnail {
    width: 61px;
  }
  .schedule_li .b_con > ul > li > div.u_agenda {
    padding-left: 25%;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .u_ttl a {
    font-size: 15px;
    font-weight: 300;
    color: #333333;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .u_date {
    font-size: 12px;
    line-height: 13px;
  }
  .schedule_li .b_con > ul > li > div.u_agenda .u_date > span {
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
  }

  /* Detail View */
  .detail_view .sym_banner {
    padding: 15px;
  }
  .detail_view .sym_banner > div.thumbnail {
    width: 30%;
  }
  .detail_view .sym_banner > div.thumbnail img {
    width: 100%;
  }
  .detail_view .sym_banner > div.b_agenda {
    padding-left: 35%;
  }
  .detail_view .sym_banner > div.b_agenda .b_ttl {
    font-size: 20px;
  }
  .detail_view .sym_banner > div.b_agenda .b_date {
    padding: 5px 0 10px 0;
    font-size: 17px;
  }
  .detail_view .sym_banner > div.b_agenda .b_text {
    padding-top: 10px;
  }
  .detail_view .sym_banner > div.b_agenda .gotos_bt a {
    margin-top: 10px;
  }
  .session_mc,
  .session_info,
  .session_qna {
    padding: 15px;
  }

  .answer_text input {
    width: 100%;
    font-size: 15px;
    height: 23px;
    border: 1px solid #ddd;
    padding-left: 10px;
  }
  .answer_textarea textarea {
    width: 100%;
    font-size: 15px;
    height: 70px;
    border: 1px solid #ddd;
    padding-left: 10px;
  }
}
