@charset "utf-8";
/* Main Contents */

@import url("basic.css");
@import url("common.css");

/* Top */

/* Banner area */
.top {
  background-color: #857e92;
  border-bottom: 1px solid #333333;
}
/*.top .t_banner {padding:50px 0 50px 0; margin:0 auto; height:250px; background-image:url('/images/Template_W2/bg_banner1.png'); background-size:100%; background-position:center top; background-repeat:no-repeat;}*/
.top .t_banner img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.t_agenda {
  margin-top: 10px;
  background: #fff;
  overflow: hidden;
}
.t_agenda > p {
  position: relative;
  padding: 0 367px 0 140px;
  min-height: 142px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  line-height: 20px;
}
.t_agenda > p > img.thumb_img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 77px;
  height: 84px;
  border: 1px solid #e7e7e7;
}
.t_agenda > p .agenda_center {
  font-size: 12px;
}
.t_agenda > p span.icons {
  display: block;
  font-size: 16px;
  padding: 30px 0 10px;
  overflow: hidden;
}
.t_agenda > p span.icons img.status {
  float: left;
  width: 80px;
}
.t_agenda > p a.ttl {
  clear: both;
  font-size: 18px;
  color: #333333;
}
.t_agenda > p a.gotos_bt {
  position: absolute;
  top: 35px;
  right: 20px;
  padding: 25px;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  background-color: #e51937;
  border: 1px solid #e51937;
  border-radius: 5px;
}
.t_agenda > p span.btns {
  position: absolute;
  top: 45px;
  right: 30px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  padding: 0;
}
.t_agenda > p .btns a {
  display: inline-block;
  width: 164px;
  height: 56px;
  font-family: "NanumGothic", "나눔고딕";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 3px;
}
.t_agenda > p .btns a.btn_addon_lg {
  width: 255px;
  height: 56px;
}
.t_agenda > p span.btns a.btn_red {
  background-color: #fe0000;
}
.t_agenda > p span.btns a.btn_blue {
  margin-right: 5px;
  background-color: #009ed2;
}

/* Middle */

/* Common */
.middle {
  padding-top: 10px;
  overflow: hidden;
}
.middle > ul > li {
  float: left;
  padding-top: 30px; /*margin-right:0.85%; width:24.322%;*/
  margin-right: 10px;
  width: calc(25% - 7.5px);
  height: 180px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.middle > ul > li > p {
  height: 30px;
  background: url("/images/Template_W2/grey12x1bar.gif") center bottom no-repeat;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}
.middle > ul > li > ul {
  padding: 15px 0 0 0;
  color: #666666;
  text-align: center;
  line-height: 20px;
}

/* Connect Test */
.middle > ul > li.con_test {
  background: #666666;
  border-bottom: 1px solid #333333;
  word-break: keep-all;
}
.middle > ul > li.con_test > p {
  background: url("/images/Template_W2/white12x1bar.gif") bottom center
    no-repeat;
  color: #ffffff;
}
.middle > ul > li.con_test > ul {
  color: #ffffff;
}
.middle > ul > li.con_test > ul li.c_first {
  padding: 0 15px 0 15px;
  line-height: 18px;
}
.middle > ul > li.con_test > ul li.ctest_bt {
  padding-top: 10px;
}
.middle > ul > li.con_test > ul li.ctest_bt a {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 34px;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  font-size: 15px;
  color: #ffffff;
  line-height: 34px;
}
.middle > ul > li.con_test > ul li.ctest_bt a:hover {
  background-color: #ffffff;
  border: none;
  color: #666666;
}

/* Cont_info */
.middle > ul > li.cont_info .reg_call {
  padding-top: 10px;
}
.middle > ul > li.cont_info ul li {
  padding: 0 15px 0 15px;
}
.middle > ul > li.cont_info ul li span {
  color: #666666;
  font-weight: bold;
}

/* Symposium Guide */
.middle > ul > li.sym_guide > ul li {
  padding-top: 4px;
}
.middle > ul > li.sym_guide > ul li a {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  line-height: 34px;
}
.middle > ul > li.sym_guide > ul li a:hover {
  background-color: #a0a0a0;
  color: #ffffff;
}
.middle > ul > li.sym_guide > ul li.s_last {
  padding-top: 12px;
}

/* Notice */
.middle > ul > li.notice {
  float: right;
  margin-right: 0;
  word-break: keep-all;
}
.middle > ul > li.notice > ul li.n_first {
  padding: 0 15px 0 15px;
}
.middle > ul > li.notice > ul li.n_btn {
  padding-top: 15px;
}
.middle > ul > li.notice > ul li a {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  line-height: 34px;
}
.middle > ul > li.notice > ul li a:hover {
  background-color: #a0a0a0;
  color: #ffffff;
}

/* Bottom */

/* Title */
.bottom {
  padding-top: 20px;
}
.bottom > h3 {
  position: relative;
  height: 13px;
  border-bottom: 1px solid #bfbfbf;
}
.bottom > h3 > span {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  padding: 0 20px 5px 20px;
  background-color: #eaeaea;
  font-size: 27px;
  font-weight: 500;
}

/* Contents List */
.bottom .b_con {
  margin-top: 33px;
  padding: 10px 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.bottom .b_con > ul > li {
  padding: 30px 0;
  width: 100%;
  background: url("/images/Template_W2/grey_dashline.gif") bottom left repeat-x;
  overflow: hidden;
}
.bottom .b_con > ul > li.b_last {
  background: none;
}
.bottom .b_con > ul > li > div.thumbnail {
  float: left;
  width: 77px;
  height: 84px;
  border: 1px solid #e7e7e7;
}
.bottom .b_con > ul > li > div.thumbnail img {
  width: 100%;
  height: 100%;
}
.bottom .b_con > ul > li > div.u_agenda {
  padding-left: 100px;
  color: #333333;
}
.bottom .b_con > ul > li > div.u_agenda .u_ttl img {
  display: inline-block;
  padding-bottom: 5px;
  width: 67px;
  vertical-align: baseline;
}
.bottom .b_con > ul > li > div.u_agenda .u_ttl a {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
.bottom .b_con > ul > li > div.u_agenda .u_ttl a:hover {
  text-decoration: underline;
}
.bottom .b_con > ul > li > div.u_agenda .u_date {
  padding-top: 5px;
  font-size: 12px;
}
.bottom .b_con > ul > li > div.u_agenda .session {
  padding-top: 5px;
  color: #666666;
  font-size: 12px;
}
.bottom .b_con > ul > li > div.u_agenda .session img {
  display: inline-block;
  padding-right: 5px;
  width: 67px;
  vertical-align: middle;
}
.bottom .b_con > ul > li > div.u_agenda .session.first {
  padding-top: 10px;
}

/* 팝업 */
.fade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  overflow: hidden;
  z-index: 998;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#pop-addon {
  display: none;
}
#pop-dw,
#pop-addon {
  clear: both;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "Nanum Gothic", Helvetica, Arial, sans-serif;
  color: #666;
  line-height: 1.5;
  z-index: 999;
  overflow-y: scroll;
}
#pop-dw .pop_dim,
#pop-addon .pop_dim {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}
#pop-dw .pop-content,
#pop-addon .pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 600px;
  background: #fff;
  padding-bottom: 72px;
}
#pop-dw .pop-header,
#pop-addon .pop-header {
  height: 70px;
  text-align: center;
  background-color: #5e97ff;
}
.pop-header .page-title {
  font-size: 22px;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
}
#pop-dw .pop-body,
#pop-addon .pop-body {
  padding: 10px 20px;
  max-height: 526px;
  overflow-y: auto;
}
.pop-body .pop-info .info-txt {
  font-size: 12px;
  letter-spacing: -0.08em;
  margin-top: 10px;
}
.pop-body .pop-info .info-txt em {
  font-style: normal;
  color: #00b7a8;
  font-weight: bold;
}
.pop-body .table-con {
  border-top: 1px solid #dedede;
  margin-top: 10px;
}
.pop-body .table-con .table-tit {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
}
.pop-body .table-con ul {
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: bold;
}
.pop-body .table-con ul li {
  display: inline-block;
}
.pop-body .table-con ul label {
  color: #333;
}
.txt_info {
  color: #fe0000;
  margin: 12px 0 0;
}
#pop-dw .pop-footer,
#pop-addon .pop-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 0;
  background: #fff;
  border-top: 1px solid #dedede;
  text-align: center;
}
.pop-footer .pop_btn {
  padding: 0 45px;
}
.pop_btn button {
  height: 42px;
  line-height: 1;
  padding: 0 20px;
  border: 1px solid #2f79ff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}
.pop_btn button.btn-cancel {
  background-color: #fff;
  color: #2f79ff;
}
.pop_btn button.btn-cancel:hover {
  background: #eee;
}
.pop_btn button.btn-fin {
  float: right;
  background-color: #5e97ff;
  color: #fff;
}
.pop_btn button.btn-fin:hover {
  background-color: #2b76ff;
}

/* 동반 참석자 등록하기 팝업 */
#addon-form table {
  border-bottom: 1px solid #cacaca;
}
#addon-form table tr th,
#addon-form table tr td {
  text-align: center;
  font-size: 12px;
  padding: 10px 2%;
}
#addon-form table tr th {
  background-color: #9aa4b6;
  color: #fff;
  font-weight: bold;
}
#addon-form table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#addon-form table tr td input {
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#addon-form table tr td button {
  width: 88px;
  height: 25px;
  line-height: 1;
  border: 1px solid #00988b;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}
#addon-form table tr td button.btn-del {
  background-color: #fff;
  color: #00988b;
}
#addon-form table tr td button.btn-del:hover {
  background: #eee;
}
#addon-form table tr td button.btn-add {
  background-color: #00b7a8;
  color: #fff;
}
#addon-form table tr td button.btn-add:hover {
  background: #00988b;
}
#addon-form .table-total {
  margin-top: 15px;
  font-size: 12px;
}
#addon-form .table-total span {
  color: #ff0000;
  font-weight: bold;
}
#pop-addon .pop-footer .pop_btn button.btn-cancel {
  float: left;
}

/* AAIR 강의자료 다운로드 팝업 */
#dw-form table {
  border-bottom: 1px solid #cacaca;
}
#dw-form table tr th,
#dw-form table tr td {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  letter-spacing: -0.05em;
}
#dw-form table tr th {
  background-color: #9aa4b6;
  color: #fff;
  font-weight: bold;
}
#dw-form table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#dw-form table tr td.tleft {
  text-align: left;
  padding-left: 10px;
}
#dw-form .btn_td {
  text-align: center;
}
#dw-form .btn_td button.btn-dw {
  height: 34px;
  line-height: 1;
  padding: 0 15px;
  border: 1px solid #2f79ff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  background-color: #5e97ff;
  color: #fff;
}
#dw-form button.btn-dw:hover {
  background-color: #2b76ff;
}

/* Media Queries */

@media all and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2) {
  /* For Tablet PC */
  .middle {
    padding: 0;
    overflow: hidden;
  }
  .middle > ul > li {
    float: left;
    padding-top: 30px;
    margin-right: 5px;
    width: calc(33.3% - 3.1px);
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  .middle > ul > li.con_test {
    display: none;
  }
  .middle > ul > li:nth-child(1) ~ li {
    margin-top: 5px;
  }
  .middle > ul > li:nth-child(4) {
    float: right;
    margin-right: 0;
  }

  #container {
    padding: 0px 5px !important;
  }
  .t_agenda {
    margin-top: 5px;
  }
}

@media all and (max-width: 768px) {
  /* Banner area */
  /*.top .t_banner {background-image:url('/images/Template_W2/bg_banner1.png'); background-size:150%;}
	.top .t_agenda {padding:35px 15px 35px 15px;}
	.t_agenda > p {padding:0; text-align:center;}
	.t_agenda > p > img.thumb_img {position:static; display:block; margin:0 auto; padding:20px 0;}
	.t_agenda > p > span {padding:0; width:160px; overflow:hidden; margin:0 auto;}
	.t_agenda > p > a.ttl {display:block; margin:0 auto; padding:15px 0 0 0; line-height:15px;}
	.t_agenda > p > a.gotos_bt {position:static; display:block; margin:10px auto 20px; padding:10px; width:200px;}*/
  .t_agenda > p {
    padding: 0 0 0 140px;
  }
  /*.t_agenda > p span.btns {
	    position: static;
		display: inline-block;
		margin: 10px 0 30px -6px;
	}
	.t_agenda > p .btns a { 
		width:160px;
		height:36px;
		line-height:36px;
		font-size:13px;
	}
	.t_agenda > p .btns a.btn_addon_lg {
		width:208px;
		height:36px;
	}*/

  /* Contents List */
  .bottom .b_con > ul > li > div.u_agenda {
    padding-left: 100px;
  }
  .bottom .b_con > ul > li > div.u_agenda .u_ttl a {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
  }
  .bottom .b_con > ul > li > div.u_agenda .u_date {
    font-size: 12px;
    line-height: 13px;
  }
  .bottom .b_con > ul > li > div.u_agenda .session {
    padding-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }
  .bottom .b_con > ul > li > div.u_agenda .session.first {
    padding-top: 5px;
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .t_agenda > p span.btns {
    position: static;
    display: inline-block;
    margin: 10px 0 30px -6px;
  }
  .t_agenda > p .btns a {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .t_agenda > p .btns a.btn_addon_lg {
    width: 208px;
    height: 36px;
  }
}

@media all and (max-width: 500px) {
  /* Banner area */
  /*.top .t_banner {background-image:url('/images/Template_W2/bg_banner1.png'); background-size:200%; height:150px;}*/
  .t_agenda > p {
    padding: 0 0 0 96px;
  }
  .t_agenda > p > img.thumb_img {
    top: 20px;
    left: 20px;
    width: 62px;
    height: 68px;
  }
  .t_agenda > p span.icons {
    padding: 20px 0 6px;
  }
  .t_agenda > p a.ttl {
    font-size: 14px;
  }
  .t_agenda > p span.btns {
    margin: 10px 0 20px -6px;
  }
  .t_agenda > p .btns a {
    display: block;
  }
  .t_agenda > p span.btns a.btn_blue {
    margin: 0 0 10px;
  }

  /* Common */
  .middle {
    overflow: hidden;
  }
  .middle > ul > li {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .middle > ul > li.con_test {
    display: none;
  }

  /* Cont_info */
  .middle > ul > li.cont_info .reg_call {
    padding-top: 20px;
  }
  .middle > ul > li.cont_info ul li:nth-child(1) ~ li {
    font-size: 14px;
    line-height: 25px;
  }

  /* Title */
  .bottom {
    padding-top: 10px;
  }
  .bottom > h3 > span {
    margin-left: -70px;
    font-size: 20px;
  }

  /* Contents List */
  .bottom .b_con {
    margin-top: 20px;
    padding: 0 20px;
  }
  .bottom .b_con > ul > li {
    padding: 20px 0;
  }
  .bottom .b_con > ul > li > div.thumbnail {
    width: 62px;
    height: 68px;
  }
  .bottom .b_con > ul > li > div.u_agenda {
    padding-left: 76px;
  }
  .bottom .b_con > ul > li > div.u_agenda .u_ttl a {
    font-size: 15px;
    font-weight: 300;
    color: #333333;
  }
  .bottom .b_con > ul > li > div.u_agenda .u_date > span {
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
  }
}

@media all and (max-width: 620px) {
  #pop-dw .pop-content,
  #pop-addon .pop-content {
    width: 96%;
    top: 20px;
    left: 2%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }

  /* valtrex - 동반 참석자 등록하기 팝업 */
  #pop-addon .pop-body {
    /*padding:15px;*/
    padding: 0 10px 10px;
  }
  #pop-addon .pop_btn {
    padding: 0 15px;
  }

  /* aair - 강의자료 다운로드 팝업 */
  #pop-dw .pop-body {
    padding: 0 10px 10px;
  }
  #pop-dw .pop-body .txt_info {
    line-height: 1.2;
  }
}

/*추가*/

/* Common */
.middle {
  padding-top: 0px;
  overflow: hidden;
}
.middle > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.middle > ul > li.grid2 {
  width: calc(50% - 5px);
}

.middle > ul > li.grid3 {
  width: calc(33.33% - 5px);
}

.middle > ul > li.grid4 {
  width: calc(25% - 5px);
}

.middle > ul > li {
  padding-top: 30px; /*margin-right:0.85%; width:24.322%;*/
  height: 180px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  float: none;
  margin-right: 0;
}

.middle > ul > li > p {
  height: 30px;
  background: url("/images/Template_W2/grey12x1bar.gif") center bottom no-repeat;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}

.middle > ul > li > ul {
  padding: 15px 0 0 0;
  color: #666666;
  text-align: center;
  line-height: 20px;
}

.middle > ul > li > ul > li > a {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  line-height: 34px;
  cursor: pointer;
}

.middle > ul > li > ul > li > a:hover {
  background-color: #a0a0a0;
  color: #ffffff;
}

.middle > ul > li > ul > li.n_first {
  margin-bottom: 15px;
}

.middle > ul > li.lastLi {
  margin-right: 0;
}

/* Connect Test */
.middle > ul > li.middle_li {
  background: #666666;
  border-bottom: 1px solid #333333;
  word-break: keep-all;
}
.middle > ul > li.middle_li > p {
  background: url("/images/Template_W2/white12x1bar.gif") bottom center
    no-repeat;
  color: #ffffff;
}

.middle > ul > li.middle_li > ul {
  color: #ffffff;
}

.middle > ul > li.middle_li > ul li a {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 34px;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
}

.middle > ul > li.middle_li > ul li a:hover {
  background-color: #ffffff;
  border: none;
  color: #666666;
}

/* Media Queries */
@media all and (max-width: 1400px) {
  .middle > ul > li.grid2,
  .middle > ul > li.grid4 {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
}

@media all and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2) {
  /* For Tablet PC */
  .middle {
    padding: 0;
    overflow: hidden;
  }

  .middle > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .middle > ul > li.grid2,
  .middle > ul > li.grid4 {
    width: calc(50% - 5px);
    margin-top: 10px;
  }

  .middle > ul > li {
    padding-top: 30px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  .middle > ul > li:nth-child(1) ~ li {
    margin-top: 10px;
  }
}
.middle > ul > li.con_test {
  display: block;
}

@media all and (max-width: 500px) {
  /* Common */
  .middle {
    overflow: hidden;
  }

  .middle > ul > li.grid2,
  .middle > ul > li.grid3,
  .middle > ul > li.grid4 {
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin-bottom: 5px;
  }

  .middle > ul > li.con_test {
    display: block;
  }

  /* Cont_info */
  .middle > ul > li.cont_info .reg_call {
    padding-top: 20px;
  }

  .middle > ul > li.cont_info ul li:nth-child(1) ~ li {
    font-size: 14px;
    line-height: 25px;
  }
}
