/**
* @author jschoi
* 공통적으로 자주 쓰이는 클래스 또는 해당 페이지에서 부트스트랩의 커스텀 필요시 작업하는 css.
* 추가 가능합니다.
* 단 한번 추가한 클래스에 대한 수정은 다른 페이지에서도 사용될 가능성이 있으므로 신중하게.
*/

body {
  font-size: var(--messe-font-size);
  font-family: var(--body_typography-font-family);
}

a {
  text-decoration: none !important;
}

a:hover {
  color: black;
}

.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
  position: relative;
  margin-left: 0;
}

/* ---------- Display ---------- */
.dis-block {
  display: block !important;
}

.dis-inline-block {
  display: inline-block !important;
}

.dis-inline {
  display: inline !important;
}

.dis-none {
  display: none !important;
}

.online_selectbox_order {
  height: 35px;
}

.material-icons {
  vertical-align: middle;
  color: var(--messe-theme-color) !important;
}

.material-icons.md-18 {
  font-size: 10px;
  /*font-size: 18px;*/
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* ---------- center ---------- */
.center-parents-custom {
  display: table;
  width: 100%;
  vertical-align: top;
  float: inherit !important;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.center-custom {
  display: table-cell;
  padding: 20px 10px;
  vertical-align: top;
  float: inherit !important;
}

/* ---------- list ---------- */
.list-ul {
  padding-left: 20px;
}

/* ---------- cursor ---------- */
.cursor-default {
  cursor: default;
}

/* ---------- align ---------- */
.vertical-middle {
  vertical-align: middle;
}

.over-hidden {
  overflow: hidden;
}

/* ---------- Margin ---------- */
/* -- MarginReset -- */
.mg0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

/* -- MarginTop -- */
.mt-auto {
  margin-top: auto !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* -- MarginRight -- */
.mr-auto {
  margin-right: auto;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* -- MarginBottom -- */
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* -- MarginLeft -- */
.ml-auto {
  margin-left: auto !important;
}

.ml2p {
  margin-left: 2% !important;
}

.ml03 {
  margin-left: 3px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml07 {
  margin-left: 7px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* ---------- Padding ---------- */
/* -- PaddingReset -- */
.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

/* -- PaddingTop -- */
.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt150 {
  padding-top: 150px !important;
}

/* -- PaddingRight -- */
.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* -- PaddingBottom -- */
.pb05 {
  padding-bottom: 5px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

/* -- PaddingLeft -- */
.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* ----- border ----- */
.none-border {
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ----- custom start ----- */
.form-parents {
  width: var(--messe-form-parents-width);
  margin: 0 auto;
}

input.form-control.input-ssm {
  height: 30px !important;
  margin-top: 6px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
}

input[type='checkbox'] {
  padding: 0 10px 0 0;
  /* margin: 2px 0 0; */
  margin: 0 10px 5px 5px;
  width: 20px;
  height: 20px;
  /* accent-color: var(--messe-theme-color); */
}

input[type='radio'] {
  padding: 0 10px 0 0;
  /* margin: 2px 0 0; */
  margin: 5px 10px 5px 5px;
  width: 20px;
  height: 20px;
  /* accent-color: var(--messe-theme-color); */
}

select.form-control {
  height: 45px !important;
  margin-top: 6px;
  font-size: 20px;
}

textarea.form-control {
  font-size: 0.9em;
  color: #666 !important;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: red !important;
}

.tb70 {
  width: 76% !important;
}

.fair-list-style {
  border-right: 1px solid #ddd;
}

/* ----- title ----- */
.contents-title-gray {
  display: block;
  background-color: #ddd;
  padding: 12px;
  text-align: center;
  font-weight: bold !important;
}

.contents-title-point {
  display: block;
  background-color: #f0ad4e;
  padding: 12px;
  text-align: center;
  font-weight: bold !important;
}

.fair-logo-parents {
  margin: 0;
}

.fair-logo-box {
  display: block;
  border-radius: 2%;
}

.fair-logo-box img {
  vertical-align: middle;
}

/* 멤버 메쎄이상 로그인페이지 */

.form-parents h1 {
  font-size: 34px !important;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

.form-horizontal .control-label {
  /*font-size:14px;*/
  font-size: 1.8rem;
  font-weight: normal !important;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}

.btn {
  border-radius: var(--messe-btn-border-radius);
}

.btn-dark {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.btn-dark:hover,
.btn-dark:active {
  background-color: #444 !important;
  border-color: #444 !important;
  color: #fff !important;
}

.btn-naver {
  background-color: #03cf5d;
  border-color: #03cf5d;
}

.btn-kako {
  background-color: #ffe500;
  border-color: #ffe500;
}

.btn-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
}

.col-sm-12 {
  width: 100%;
}

/* 멤버 메쎄이상 로그인페이지 */
.form-parents h1 {
  word-break: keep-all;
}

.btn-naver,
.btn-naver:hover {
  color: #fff;
}

.btn-kako,
.btn-kako:hover {
  color: #000;
}

.btn-facebook,
.btn-facebook:hover {
  color: #fff;
}

/* 회원가입 */
.form-horizontal .control-label {
  /*padding-top: 13px;*/
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}

/* 아이디, 비밀번호 찾기 */
.panel-danger > .panel-heading {
  color: #c0c0c0;
  background-color: #ebebeb;
  border-color: #c0c0c0;
}

.panel-body {
  padding: 12px 15px;
}

.panel-danger {
  border-color: #c0c0c0;
  /*margin: auto;*/
  margin: 30px 0 0 0;
}

.panel-info {
  border-color: #c0c0c0;
  margin: auto;
}

.panel-default > .panel-heading h3 {
  font-size: 2rem !important;
}

.panel-info > .panel-heading h3 {
  font-size: 26px !important;
}

#btnSendCertNum {
  padding: 6px;
  background-color: var(--messe-cert-btn-bg-color);
  border-color: var(--messe-cert-btn-bg-color);
  color: var(--messe-cert-btn-font-color) !important;
  font-size: var(--messe-cert-btn-font-size);
  font-weight: var(--messe-cert-btn-font-weight);
}

.btn:focus {
  outline-offset: 0;
}

.btn-primary {
  color: var(--messe-primary-button-font-color);
  background-color: var(--messe-primary-button-bg-color);
  border-color: var(--messe-primary-button-border-color);
}

.btn-primary:hover {
  color: var(--messe-primary-button-font-color);
  background-color: var(--messe-primary-button-hover-bg-color);
  border-color: var(--messe-primary-button-border-color);
}

.btn-primary:active:hover {
  background-color: var(--messe-primary-button-active-bg-color);
  border-color: var(--messe-primary-button-border-color);
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: var(--messe-primary-button-focus-bg-color);
  border-color: var(--messe-primary-button-border-color);
}

.btn-primary:focus:hover {
  background-color: var(--messe-primary-button-focus-bg-color);
  border-color: var(--messe-primary-button-border-color);
}

.form-horizontal .control-label {
  /*padding-left: 30px;*/
  padding-left: 20px;
  color: #333;
}

/* 전시 리스트 */
.contents-title-point {
  background-color: #ebebeb;
}

.btn-warning {
  padding: 6px;
}

/*.btn-warning:hover{*/
/*	background-color:#d43e11;*/
/*	border-color:#d43e11;*/
/*}*/

input[type='password'],
.search-page-search-form input,
input.s,
input[type='email'],
input[type='number'],
input[type='password'],
input[type='text'],
select,
textarea {
  background-color: #ffffff;
  font-size: 13px;
  color: #000;
}

.poll_question {
  font-size: 16px;
  font-weight: bold;
}

.poll_question:not(:first-child) {
  clear: both;
  padding-top: 50px;
  padding-bottom: 5px;
}

.mypage-info {
  margin-top: 20px !important;
}

.title_m {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 15px 15px 5px 10px;
  /*margin: 0px 0px 40px 0px;*/
  margin: 0px 0px 20px 0px;
}

.title_m_pay {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid var(--messe-primary-button-bg-color);
  padding: 0 15px 5px 10px;
  margin: 0 0 15px 0;
}

.contents-description {
  margin: 0;
  padding: 20px 0;
}

/* 로그인, 아이디, 비번 찾기 */
#frm_parents {
  width: 64%;
}

/* 타이틀 */
.title_m_join {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #000;
  padding: 0 15px 5px 10px;
  margin: 0 15px;
}

.align_contact_l {
  text-align: right;
}

.my_info {
  width: 368px;
}

.mypage_wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
}

.tab {
  display: flex;
}

.tab a {
  display: block;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 2px solid #ed1c26;
  border-bottom: 2px solid #ea0d44;
  /* @TODO HMSUN - kpet */
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  background-color: #f0f0f0;
  font-weight: bold;
}

.tab a.active {
  border-left: 2px solid #ed1c26;
  border-top: 2px solid #ed1c26;
  border-right: 2px solid #ed1c26;
  border-left: 2px solid #ea0d44;
  /* @TODO HMSUN - kpet */
  border-top: 2px solid #ea0d44;
  border-right: 2px solid #ea0d44;
  border-bottom: none;
  background-color: #fff;
  color: #ed1c26;
  color: #ea0d44;
  /* @TODO HMSUN - kpet */
}

.ticket_box {
  /*margin-top: 45px;*/
  margin-top: 25px;
}

.ticket_box > .ticket {
  width: 368px;
  padding: 10px;
  height: 170px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-left: 4px solid #ed1c26;
  border-left: 4px solid #ea0d44;
  /* @TODO HMSUN - kpet */
  box-shadow: 4px 4px 4px #cfcfcf;
  display: flex;
  margin: 0 auto 20px;
  border-radius: 5px;
}

.ticket .poster {
  width: 100px;
  overflow: hidden;
  padding: 2px 0 0 0;
}

.ticket .poster img {
  width: 100%;
}

.ticket .info {
  padding-left: 5px;
  font-size: 0.9em;
  width: 180px !important;
  color: #333;
}

.ticket .info .title {
  font-size: 1rem;
}

.ticket .info .desc {
  margin-top: 10px;
  line-height: 1.8;
}

.ticket .barcode {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
}

/* 마이카드 */
.mycard {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 0 10px 30px 10px;
  box-shadow: 5px 5px 2px #ed1c26;
  box-shadow: 5px 5px 2px #ea0d44;
  /* @TODO HMSUN - kpet */
  width: 100%;
  margin: 40px auto 50px auto;
}

.mycard span {
  font-weight: bold;
  color: #333;
}

.mycard .item {
  width: 100%;
}

.mycard .item:nth-child(1) {
  border-bottom: 2px solid #eaeaea;
}

.mycard .item:nth-child(2) {
  padding-top: 20px;
}

.mycard .item > .header {
  display: flex;
}

.mycard > .item .header > div {
  width: 60px;
  height: 60px;
  background-color: #ed1c26;
  background-color: #ea0d44;
  /* @TODO HMSUN - kpet */
  font-size: 1.4rem;
  padding: 0 5px 5px 5px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.mycard > .item .header > span {
  display: flex;
  flex: 1;
  align-items: flex-end;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 20px;
}

.mycard > .item:nth-child(1) ul {
  margin: 20px 0;
}

.mycard ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mycard ul li {
  padding: 2px 0;
  color: #333;
}

.item i {
  color: #e84601;
  margin-right: 5px;
}

.entry-content a,
.cg-blog-article footer a:hover {
  padding-bottom: 0px;
  border-bottom: 0px;
  color: black;
}

.content-area .entry-content p,
.product p,
.content-area .vc_toggle_title h4,
.content-area ul,
.content-area ol,
.vc_figure-caption,
.authordescription p,
body.page-template-template-home-default .wpb_text_column p {
  all: unset;
}

.list-unstyled {
  list-style: none !important;
}

@media screen and (max-width: 423px) {
  .ticket_box > .ticket {
    width: 261px;
  }

  .ticket .poster {
    display: none;
  }

  .my_info {
    width: 261px;
  }

  .mycard {
    width: 261px;
    /*margin: 40px auto 20px auto;*/
    margin: 20px auto 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .mypage_wrap {
    /* width: 100%; */
    width: 756px;
    color: #333;
  }

  .tab a {
    font-size: 2rem;
  }

  .ticket_box {
    width: 756px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .ticket_box > .ticket {
    float: left;
    margin-right: 20px;
  }

  .ticket_box > .ticket:nth-child(2n) {
    margin-right: 0;
  }

  .ticket_box::after {
    content: '';
    display: table;
    clear: both;
  }

  .my_info {
    width: 100%;
  }

  .mycard {
    width: 100%;
    display: flex;
  }

  .mycard .item:nth-child(1) {
    width: 60%;
    border-bottom: none;
  }

  .mycard .item:nth-child(2) {
    margin-top: 48px;
    width: 40%;
    padding-left: 20px;
    border-left: 2px solid #eaeaea;
  }

  .mycard > .item:nth-child(1) ul {
    margin: 10px 0 0 80px;
  }

  .mycard > .item:nth-child(2) ul {
    /*margin-top: 10px;*/
    margin-top: 5px;
  }
}

/* media ------------------------------------------------- */
@media all and (max-width: 1024px) {
  .form-parents {
    width: 100%;
  }

  .form-parents .col-sm-10 {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .list-parents {
    width: 100%;
    margin: 20 auto;
  }

  .center-parents-custom.twins,
  .center-parents-custom.twins .center-custom {
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }

  .fair-list-style {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .align_contact_l {
    text-align: left;
  }
}

@media (max-width: 575px) {
  #main {
    padding: 5% 3.7% !important;
  }

  .panel-danger {
    border-color: #c0c0c0;
    width: 100%;
  }

  .panel-info {
    border-color: #c0c0c0;
    width: 100%;
    margin: auto;
  }

  .btn-warning {
    margin-top: 10px;
  }

  .form-parents {
    width: 100%;
  }

  #frm_parents {
    width: 100%;
  }

  #lbl_web_login_id,
  #lbl_web_login_passwd,
  #input_name,
  #input_mobile,
  #input_find_name,
  #input_find_pwd {
    display: none;
  }

  .media-dis-none {
    display: none !important;
  }

  .media-font-size-15 {
    font-size: 15px;
  }

  .fair-logo-parents {
    padding-top: 0;
  }

  .align_contact_l {
    text-align: left;
  }
}

@media (max-width: 570px) {
  .tb70 {
    width: 100% !important;
  }

  .align_contact_l {
    text-align: left;
  }
}

.fusion-main-menu a {
  text-decoration: none !important;
}

.font-size13 {
  font-size: 13px !important;
}

.font-size14 {
  font-size: 14px !important;
}

.font-size15 {
  font-size: 15px !important;
}

.btn_fixed_bottom {
  float: left;
  z-index: 999;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: white;
  position: relative;
  border-radius: 0;
  font-weight: bold;
  box-sizing: content-box;
}

.btn_payinfo {
  z-index: 1000;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  background: var(--messe-primary-button-bg-color);
  cursor: pointer;
}

.btn_pay {
  float: left;
  z-index: 1000;
  width: 70%;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  background: var(--messe-primary-button-bg-color);
  cursor: pointer;
}

.btn_etc {
  float: left;
  z-index: 1000;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  background: #e14e44;
  cursor: pointer;
}

.btn_nomal {
  float: left;
  z-index: 1000;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: red;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid red;
}

.btn_afterPay {
  float: left;
  z-index: 1000;
  width: 35%;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  background: blue;
  cursor: pointer;
}

.btn_pay2 {
  float: left;
  z-index: 1000;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  background: #e14e44;
  cursor: pointer;
}

.btn_list {
  float: left;
  z-index: 1000;
  width: 30%;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 10px 0;
  border-radius: 0;
  font-weight: bold;
  background: #000;
  cursor: pointer;
}

.btn_cancel {
  z-index: 1000;
  text-align: center;
  font-size: 11px;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: bold;
}

@media (max-width: 570px) {
  .btn_fixed_bottom {
    /*        float:left;
        z-index: 1000;
        width: 100%;
        text-align: center;
        font-size: 17px;
        color: white;
        position: fixed;
        bottom: 0;
        left:0;
        border-radius: 0;
        font-weight: bold;
        box-sizing: content-box;*/
  }

  .btn_payinfo {
    float: left;
    z-index: 1000;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: white;
    padding: 10px 0;
    border-radius: 0;
    font-weight: bold;
    background: #e14e44;
  }

  .btn_pay {
    float: left;
    z-index: 1000;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: white;
    padding: 10px 0;
    border-radius: 0;
    font-weight: bold;
    background: #e14e44;
  }

  .btn_afterPay {
    float: left;
    z-index: 1000;
    width: 35%;
    text-align: center;
    font-size: 17px;
    color: white;
    padding: 10px 0;
    border-radius: 0;
    font-weight: bold;
    background: blue;
    cursor: pointer;
  }

  .btn_list {
    float: left;
    z-index: 1000;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: white;
    padding: 10px 0;
    border-radius: 0;
    font-weight: bold;
    background: #000;
  }

  .btn_pay + .btn_list {
    margin-top: 10px;
  }
}

.bold {
  font-weight: bold !important;
}

.red {
  color: red;
}

.white {
  color: white;
}

.black {
  color: black;
}

.gray {
  color: #b1b1b1;
}

.bg-gray {
  background: #b1b1b1 !important;
}

.pointer {
  cursor: pointer;
}

table.tblPayInfo {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table.tblPayInfo th {
  width: 25%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #000;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.tblPayInfo td {
  padding: 10px;
  font-size: 16px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.btn-coupon-check {
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.container-coupon-check {
  line-height: 27px;
}

.btn-coupon-check.success {
  background: #000 !important;
  color: #fff !important;
}

.txt-coupon-check.success {
  background: #000 !important;
  color: #fff !important;
}

.btn-coupon-check {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  color: #333;
  height: 45px;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 43px;
  margin-top: 6px;
  margin-left: -5px;
  cursor: pointer;
}

.btn-coupon-check:hover {
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(top, #dddddd, #bbbbbb);
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold;
  text-align: center;
  color: #333;
  height: 45px;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 43px;
  margin-top: 6px;
  margin-left: -5px;
  cursor: pointer;
}

.btn-coupon-check:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.w100p {
  width: 100% !important;
}

.w50p {
  width: 50% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

/* 멤버쉽 UI 수정 2020-09-21 ICHYUN */
input.form-control {
  height: 45px !important;
  margin-top: 6px;
  font-size: 2rem !important;
  color: #333 !important;
  border-radius: 4px !important;
}

input.form-group lable {
  font-size: 16px !important;
}

.email_no label {
  margin: 20px 0 0 0;
}

.out_info {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 15px;
}

.mem_secession {
  color: #333 !important;
  font-size: 1.2em !important;
}

.survay_item {
  font-size: 15px;
  color: #666;
  padding: 0 0 0 5px;
  margin: 0;
}

.poll_all_title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #333;
}

.poll_all_title label {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #333;
}

@media (max-width: 640px) {
  .title_m {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*    border-bottom: 2px solid #f05223;*/
    border-bottom: 2px solid #000;
    /*padding: 15px 15px 15px 10px;*/
    padding: 15px 15px 5px 10px;
    /*margin: 0px 0px 30px 0px;*/
    margin: 0px 0px 20px 0px;
  }

  .email_no label {
    margin: 0;
  }

  .out_info {
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 0;
  }

  .center-custom {
    display: table-cell;
    padding: 20px 10px;
    vertical-align: top;
    float: inherit !important;
  }

  .list-ul {
    margin-top: 20px;
  }

  .panel-danger {
    margin-top: 20px;
  }

  input[type='radio'].survay {
    padding: 0 0 0 0 !important;
    margin: 5px 0 5px 5px !important;
    width: 20px;
    height: 20px;
  }

  .survay_item {
    font-size: 16px;
    color: #333;
    padding-left: 5px;
  }

  .poll_answer .m_survay_item {
    position: relative;
    margin-left: 0px !important;
  }

  /*.poll_answer {
    padding-left:10px !important;
    }*/
}

/*@media (min-width: 0px) {
.col-sm-9 {
    width: 100% !important;
    }
}*/
.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/*카탈로그 다운로드*/
.es-agree-title {
  width: 100%;
  text-align: center;
  font-size: 11px;
}

.es-rpd-form {
  background-color: #eee;
  box-sizing: border-box;
}

.es-rpd-form-con {
  margin: 0 13px 10px 13px;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.es-rpd-tr {
  padding-top: 10px;
  overflow: hidden;
  /*width: 584px;*/
  width: 100%;
  /* box-sizing: border-box; */
}

.es-rpd-tr:first-child {
  padding-top: 0;
}

.es-rpd-left {
  /*width: 292px;*/
  width: 48%;
  /*padding-right: 15px;*/
  padding-right: 2%;
  padding-left: 0;
  float: left;
}

.es-rpd-right {
  /*width: 292px;*/
  width: 48%;
  /*padding-left: 15px;*/
  padding-left: 2%;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  /* border: 1px dashed gray; */
  /* background-color: #ddd; */
}

.es-rpd-radio-box {
  text-align: center;
}

.es-rpd-tr-input {
  width: 90%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 6px 7px !important;
  border-radius: 6px !important;
  color: #333 !important;
  font-size: 13px;
  line-height: 23px;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.es-rpd-radio-style {
  margin-right: 5px;
  vertical-align: middle;
}

.es-rpd-title {
  /*width: 73px;*/
  width: 27%;
  /*margin-right: 5px;*/
  margin-right: 3%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 5px;
}

label {
  cursor: pointer;
}

.radio label {
  padding-left: 0;
}

.radio-inline {
  padding-left: 0;
}

.es-rpd-title-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.es-rpd-radio-label {
  margin-left: 15px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
}

.es-rpd-radio-label:first-child {
  margin-left: 0;
}

.es-rpd-title-dept {
  /*width: 73px;*/
  width: 0%;
  /*margin-right: 5px;*/
  margin-right: 3%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 5px;
}

.es-rpd-content-dept {
  /*width: 191px;*/
  width: 95%;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  float: right;
  /* display: inline-block; */
}

.es-rpd-content {
  /*width: 191px;*/
  width: 70%;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  float: right;
  /* display: inline-block; */
}

.es-rpd-btn-box {
  padding: 3% 0;
  text-align: center;
}

.es-rpd-btn {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding: 7px 27px;
  background-color: #0033a0;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: 23%;
  margin: 0 auto;
}

.es-rpd-btn-style {
  background-color: #d4d4d4;
  color: #333;
}

.es-rpd-textarea {
  width: 100%;
  height: 100px;
  padding: 10px 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #626262;
  font-size: 12px;
  line-height: 19px;
}

.es-rpd-textarea-box {
  padding: 10px 0 5px 0;
}

.es-rpd-title02 {
  margin-bottom: 0;
  padding-bottom: 14px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}

.pop-es-rpb-title-line {
  position: relative;
  margin: 0 !important;
  padding: 0 12px;
  background-color: #0033a0;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.pop-es-rpb-title-line::before {
  width: 0 !important;
  margin: 0 !important;
}

.es-rpb-info-txt {
  margin: 0;
  /* margin: 0 0 10px 0; */
  padding: 10px 0 10px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  /* background-color: #eee; */
}

/* btn */
.js-btn-close-box {
  position: absolute;
  right: 0;
  top: 0;
  /* float: right; */
  /* position: relative; */
  vertical-align: middle;
  width: 40px;
  height: 40px;
  /* padding: 5px; */
  /* background-color: #eee; */
  /* border: 1px solid #949393; */
  /* border-radius: 3px; */
  /* border-left: 1px solid #909090; */
  cursor: pointer;
}

.js-btn-close {
  position: absolute;
  left: 10px;
  top: 17px;
}

.diagonal-left,
.diagonal-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 7px;
  transform: rotate(45deg);
}

.diagonal-right {
  transform: rotate(-45deg);
}

/**/

@media all and (max-width: 620px) {
  .es-rpd-form-scroll {
    overflow-y: auto;
    height: 100%;
  }

  .es-rpd-tr {
    width: 100%;
    padding-top: 3%;
  }

  .es-rpb-info-txt {
    padding: 10px 20px 10px 20px;
  }

  .es-rpd-left {
    width: 100%;
    padding-right: 18px;
    padding-left: 0;
    float: left;
    /* border: 1px dashed blue; */
    padding-right: 0;
    /* padding-top: 3%; */
  }

  .es-rpd-right {
    width: 292px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    float: right;
    padding-left: 0;
    padding-top: 3%;
  }

  .es-rpd-title {
    width: 25%;
    margin-right: 2%;
  }

  .es-rpd-content {
    width: 73%;
  }

  .es-rpd-btn {
    margin-top: 2%;
  }

  .es-rpd-btn:first-child {
    margin-top: 0;
  }

  .es-rpd-btn-box {
    padding: 2% 0;
  }

  .es-rpd-btn {
    width: 90%;
  }

  .es-rpd-title-dept {
    width: 25%;
    margin-right: 2%;
  }

  .es-rpd-content-dept {
    width: 73%;
  }
}

/* 버튼 색상 수정 */
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover .btn-primary:active:hover {
  background-color: var(--messe-primary-button-bg-color);
  border-color: var(--messe-primary-button-border-color);
}

.btn-default,
.btn-default.disabled {
  background-color: #adadad;
  border-color: #adadad;
  color: #fff;
}

.btn-default:active:hover {
  background-color: #adadad !important;
  border-color: #adadad !important;
  color: #fff !important;
}

.btn-default:hover {
  background-color: #adadad !important;
  border-color: #adadad !important;
  color: #fff !important;
}

.btn-default.focus,
.btn-default:focus {
  background-color: #adadad;
  border-color: #adadad;
  color: #fff !important;
}

/*
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
	background-color: #adadad;
	border-color: #adadad;
	color:#fff;
}
*/
/* 마이프로필 관리 */
.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* 테이블 스타일 */

/* 폼 스타일 */
.form-group {
  margin-bottom: 10px !important;
}

/* 회원가입 추가 */
.fusion-post-content p,
.post-content p {
  word-break: keep-all !important;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

#prereg_poll .col-md-12 {
  color: #000;
}

#prereg_info {
  color: var(--messe-check-preregistration-font-color) !important;
}

#checkPreRegistration {
  width: var(--messe-btn-check-preregistration-width);
  border-radius: var(--messe-btn-check-preregistration-radius);
  padding: var(--messe-btn-check-prereg-complete-padding);
}

#reg_button {
  width: 100%;
}

#btnConfirmCertNum {
  width: 100% !important;
  color: var(--messe-cert-btn-font-color) !important;
  background-color: var(--messe-cert-btn-bg-color);
  font-size: var(--messe-cert-btn-font-size) !important;
  font-weight: var(--messe-cert-btn-font-weight) !important;
}

.fusion-builder-module-controls a {
  box-sizing: content-box;
}

table#category > tbody > tr > td {
  padding: 10px 20px;
}
